1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-29 19:22:48 +00:00

Merge svn changes up to r30675

This commit is contained in:
Uoti Urpala 2010-03-10 00:47:25 +02:00
commit 90f5873f1a
24 changed files with 6 additions and 37 deletions

View File

@ -130,5 +130,3 @@ There are a couple of special tags for doxygen:
For a complete list of tags please read section 20 "Special commands" of the For a complete list of tags please read section 20 "Special commands" of the
doxygen manual. doxygen manual.

View File

@ -36,4 +36,3 @@ then
mailx -s "MPlayer mirror" $MAILADR < $TMPFILE mailx -s "MPlayer mirror" $MAILADR < $TMPFILE
fi fi
rm -f $TMPFILE rm -f $TMPFILE

View File

@ -84,4 +84,3 @@ typedef struct mp_osd_obj_s {
} group; } group;
} params; } params;
} mp_osd_obj_t; } mp_osd_obj_t;

View File

@ -56,5 +56,3 @@ ulong blocksize
ushort streamid ushort streamid
uchar reserved uchar reserved
uchar flags 1=reliable, 2=keyframe uchar flags 1=reliable, 2=keyframe

View File

@ -58,4 +58,3 @@ Update release version in #mplayer topic
Update project page on Freshmeat Update project page on Freshmeat
Done. Done.

View File

@ -179,4 +179,3 @@ Difficult stuff:
* encode and display video at the same time * encode and display video at the same time
* write mpimage for displaying pictures * write mpimage for displaying pictures

View File

@ -1293,4 +1293,3 @@ v souboru <filename>TOOLS/README</filename>.
</qandaset> </qandaset>
</chapter> </chapter>

View File

@ -33,5 +33,3 @@ while (<STDIN>) {
} }
display_quants(); display_quants();

View File

@ -254,11 +254,3 @@ if ($shutdown) {
exit; exit;
} }
exit; exit;

View File

@ -177,4 +177,3 @@ rm -r ${TEMPDIR}
echo "Created ${WORKDIR}/$OUTFILE" echo "Created ${WORKDIR}/$OUTFILE"
echo echo

View File

@ -338,4 +338,3 @@ sub decode {
} }
print "\n\nDone.\n\n"; print "\n\nDone.\n\n";
} }

View File

@ -19,6 +19,8 @@
#ifndef MPLAYER_ASXPARSER_H #ifndef MPLAYER_ASXPARSER_H
#define MPLAYER_ASXPARSER_H #define MPLAYER_ASXPARSER_H
#include "playtree.h"
typedef struct ASX_Parser_t ASX_Parser_t; typedef struct ASX_Parser_t ASX_Parser_t;
typedef struct { typedef struct {
@ -69,4 +71,7 @@ typedef void (*ASX_FreeFunc)(void* arg);
void void
asx_list_free(void* list_ptr,ASX_FreeFunc free_func); asx_list_free(void* list_ptr,ASX_FreeFunc free_func);
play_tree_t*
asx_parser_build_tree(struct m_config *mconfig, char* buffer, int ref);
#endif /* MPLAYER_ASXPARSER_H */ #endif /* MPLAYER_ASXPARSER_H */

1
debian/copyright vendored
View File

@ -5,4 +5,3 @@ Original source can be found at: http://www.mplayerHQ.hu/homepage/
Copyrighted by various authors. Licensed under the terms of GNU GPL. Copyrighted by various authors. Licensed under the terms of GNU GPL.
See /usr/share/common-licenses/GPL for details. See /usr/share/common-licenses/GPL for details.

View File

@ -104,5 +104,3 @@
<e name="Console" ok="set_menu console0"/> <e name="Console" ok="set_menu console0"/>
<e name="Quit" ok="quit"/> <e name="Quit" ok="quit"/>
</cmdlist> </cmdlist>

View File

@ -2114,4 +2114,3 @@ static const char help_text[]=
// url.c // url.c
#define MSGTR_MPDEMUX_URL_StringAlreadyEscaped "Похоже, что строка уже пропущена в url_escape %c%c1%c2\n" #define MSGTR_MPDEMUX_URL_StringAlreadyEscaped "Похоже, что строка уже пропущена в url_escape %c%c1%c2\n"

View File

@ -322,4 +322,3 @@ static int control(uint32_t request, void *data)
} }
return VO_NOTIMPL; return VO_NOTIMPL;
} }

View File

@ -39,4 +39,3 @@ const GUID DMOCATEGORY_AUDIO_NOISE_SUPPRESS = { 0xe07f903f, 0x62fd, 0x4e60,
const GUID DMOCATEGORY_AGC = { 0xe88c9ba0l, 0xc557, 0x11d0, const GUID DMOCATEGORY_AGC = { 0xe88c9ba0l, 0xc557, 0x11d0,
{ 0x8a, 0x2b, 0x00, 0xa0, 0xc9, 0x25, 0x5a, 0xc1}}; { 0x8a, 0x2b, 0x00, 0xa0, 0xc9, 0x25, 0x5a, 0xc1}};

View File

@ -10,4 +10,3 @@
#else /* MPLAYER_PSHPACK_H */ #else /* MPLAYER_PSHPACK_H */
#error "Nested pushing of alignment isn't supported by the compiler" #error "Nested pushing of alignment isn't supported by the compiler"
#endif /* MPLAYER_PSHPACK_H */ #endif /* MPLAYER_PSHPACK_H */

View File

@ -12,4 +12,3 @@
#else /* MPLAYER_PSHPACK_H */ #else /* MPLAYER_PSHPACK_H */
#error "Nested pushing of alignment isn't supported by the compiler" #error "Nested pushing of alignment isn't supported by the compiler"
#endif /* MPLAYER_PSHPACK_H */ #endif /* MPLAYER_PSHPACK_H */

View File

@ -321,4 +321,3 @@ void mp3lib_dct64(real *a,real *b,real *c)
real bufs[0x40]; real bufs[0x40];
dct64_1(a,b,bufs,bufs+0x20,c); dct64_1(a,b,bufs,bufs+0x20,c);
} }

View File

@ -421,4 +421,3 @@ void dct64_sse(short *out0,short *out1,real *c)
#endif #endif
out1[0] = out0[0]; out1[0] = out0[0];
} }

View File

@ -368,4 +368,3 @@ ASMALIGN(4)
:"memory", "%eax"); :"memory", "%eax");
return 0; return 0;
} }

View File

@ -73,5 +73,3 @@ static void make_decode_tables(long scaleval)
scaleval = - scaleval; scaleval = - scaleval;
} }
} }

View File

@ -30,6 +30,7 @@
#include <fcntl.h> #include <fcntl.h>
#include <unistd.h> #include <unistd.h>
#include <ctype.h> #include <ctype.h>
#include "asxparser.h"
#include "m_config.h" #include "m_config.h"
#include "playtree.h" #include "playtree.h"
#include "playtreeparser.h" #include "playtreeparser.h"
@ -37,9 +38,6 @@
#include "libmpdemux/demuxer.h" #include "libmpdemux/demuxer.h"
#include "mp_msg.h" #include "mp_msg.h"
struct m_config;
extern play_tree_t*
asx_parser_build_tree(struct m_config *mconfig, char* buffer, int ref);
#define BUF_STEP 1024 #define BUF_STEP 1024