Panagiotis Issaris
4e8988a32d
Typo
...
Originally committed as revision 11020 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Stefano Sabatini
d4f98ab118
Move up opt_show_license to get rid of ugly forward declaration.
...
patch by Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 11019 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Stefano Sabatini
5b0b5ecf60
Fix nellymoser decode_tag return value, patch by Stefano Sabatini
...
Originally committed as revision 11018 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Abeni
6b7089044a
Remove some useless assignments (the UDPContext is allocated with av_mallocz())
...
Originally committed as revision 11017 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Abeni
d05cb726bd
Simplify set_remote_url(), and remove some code duplication
...
Originally committed as revision 11016 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Abeni
4c7d5764a0
Use recv() instead of recvfrom() (removes some other differences between
...
IPv4-only and protocol-independent code)
Originally committed as revision 11015 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Abeni
66c49825da
Remove a now unused field
...
Originally committed as revision 11014 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Abeni
9cdcb04f5a
Give better names to multicast functions (they are not IPv6-only)
...
Originally committed as revision 11013 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Abeni
a8bde059e6
Avoid to duplicate the multicast code between the IPv4-only and
...
protocol-independent versions
Originally committed as revision 11012 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Abeni
0ec1233511
Remove some ifdefs by using the "dest_addr_len" field in both the IPv4-only
...
code and the protocol-independent code
Originally committed as revision 11011 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Patrice Bensoussan
0d4e281cac
Add support for reading WM/Year tag
...
Patch by: patrice bensoussan a free d fr
Originally committed as revision 11010 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Andreas Öman
bd59786204
remove unnecessary -1 from snprintf len
...
Originally committed as revision 11009 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Patrice Bensoussan
bd548b99aa
Add support for ID3v2 year tag
...
Patch by: patrice bensoussan a free d fr
Originally committed as revision 11008 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
5fba300d02
rename fps(frame per second) to tb(time base) to prevent
...
confusion with the average fps and hopefully stop these "wrong framerate"
bug reports
Originally committed as revision 11007 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
095c22ac45
Remove unused variable, fixes the warning:
...
ppc/vc1dsp_altivec.c: In function ‘vc1_inv_trans_8x8_altivec’:
ppc/vc1dsp_altivec.c:141: warning: unused variable ‘vec_5’
Originally committed as revision 11006 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
1b04f3e065
cosmetics: Keep all OBJS entries on a line of their own.
...
Originally committed as revision 11005 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
8361b1bea8
remove now useless libogg support
...
Originally committed as revision 11004 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
02d361919a
tring to workaround gcc 2.95 bug which causes random failures
...
Originally committed as revision 11003 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
e1a794b272
set PKT_FLAG_KEY for Theora and OGM streams
...
Originally committed as revision 11002 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
6865337f7b
ogg seek regression ref
...
Originally committed as revision 11001 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
ced9037eb5
files have been renamed
...
Originally committed as revision 11000 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
5118cae694
ogg muxer
...
Originally committed as revision 10999 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
96e2fbf27b
Add comments to some #endif directives.
...
Originally committed as revision 10998 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
f073a3934a
cosmetics: Fix vissual --> visual typo.
...
Originally committed as revision 10997 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Stefano Sabatini
2e39d0cd5b
Improve unsupported (pixel) format error message.
...
patch by Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 10996 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
19671d3faf
Express opinion in a less aggressive manner.
...
Originally committed as revision 10995 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ben Littler
ba6d9eb3f6
jtype frame implemented
...
Originally committed as revision 10994 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
8a43317e66
cosmetics: Fix spacial --> spatial typo in function names.
...
Originally committed as revision 10993 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
94472c1d49
comment typo
...
Originally committed as revision 10992 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
c238beb5d7
misc spelling/grammar/wording fixes in comments
...
Originally committed as revision 10991 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Kostya Shishkov
63d2bad846
X8 is supported now, so warning is incorrect
...
Originally committed as revision 10990 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Reinhard Nissl
ce5d17f590
Provide top_field_first logic for h264
...
patch by: Reinhard Nissl rnissl a gmx d de
Originally committed as revision 10989 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ben Littler
671028e074
IntraX8 (J-Frame) sub-decoder for WMV2 and VC-1
...
Originally committed as revision 10988 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
ce038da040
make some tables static
...
Originally committed as revision 10987 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
49e9a4bf7c
add multiple inclusion guards
...
Originally committed as revision 10986 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
cb0d8a5f8f
grammar
...
Originally committed as revision 10985 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
3358e879d2
indention
...
Originally committed as revision 10984 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
177c9583b6
remove useless #ifdef
...
Originally committed as revision 10983 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
dc6e492bb2
remove inline from non speed critical functions
...
Originally committed as revision 10982 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
b7f435b058
vertical align
...
Originally committed as revision 10981 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
149ad67792
indention
...
Originally committed as revision 10980 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
d25300b79f
remove unneeded {}
...
Originally committed as revision 10979 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
732cb5fd5a
add {} to make the else look a little more normal
...
Originally committed as revision 10978 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
dd2111bdb7
indention
...
Originally committed as revision 10977 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
8590bcc3cd
indention
...
Originally committed as revision 10976 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
dfb32930df
remove debug variable
...
Originally committed as revision 10975 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
cdcf24f87c
remove #if 0 code
...
Originally committed as revision 10974 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
de12b9be6c
cosmetic
...
Originally committed as revision 10973 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
2916025765
factorize
...
Originally committed as revision 10972 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
9abc7e0fdc
intrax8 decoder patch by "someone"
...
Originally committed as revision 10971 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago