aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Make sine_window static. Acked by Benjamin LarssonAlex Beregszaszi2007-11-141-1/+1
| | | | Originally committed as revision 11022 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MP3 encoding is not integer-only (it's up to LAME)Kostya Shishkov2007-11-141-1/+1
| | | | Originally committed as revision 11021 to svn://svn.ffmpeg.org/ffmpeg/trunk
* TypoPanagiotis Issaris2007-11-141-1/+1
| | | | Originally committed as revision 11020 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move up opt_show_license to get rid of ugly forward declaration.Stefano Sabatini2007-11-141-7/+6
| | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 11019 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix nellymoser decode_tag return value, patch by Stefano SabatiniStefano Sabatini2007-11-141-1/+1
| | | | Originally committed as revision 11018 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove some useless assignments (the UDPContext is allocated with av_mallocz())Luca Abeni2007-11-141-3/+0
| | | | Originally committed as revision 11017 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify set_remote_url(), and remove some code duplicationLuca Abeni2007-11-141-16/+24
| | | | Originally committed as revision 11016 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use recv() instead of recvfrom() (removes some other differences betweenLuca Abeni2007-11-141-9/+1
| | | | | | IPv4-only and protocol-independent code) Originally committed as revision 11015 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove a now unused fieldLuca Abeni2007-11-141-1/+0
| | | | Originally committed as revision 11014 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Give better names to multicast functions (they are not IPv6-only)Luca Abeni2007-11-141-6/+6
| | | | Originally committed as revision 11013 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid to duplicate the multicast code between the IPv4-only andLuca Abeni2007-11-141-41/+24
| | | | | | protocol-independent versions Originally committed as revision 11012 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove some ifdefs by using the "dest_addr_len" field in both the IPv4-onlyLuca Abeni2007-11-141-5/+2
| | | | | | code and the protocol-independent code Originally committed as revision 11011 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for reading WM/Year tagPatrice Bensoussan2007-11-141-0/+5
| | | | | | Patch by: patrice bensoussan a free d fr Originally committed as revision 11010 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unnecessary -1 from snprintf lenAndreas Öman2007-11-141-1/+1
| | | | Originally committed as revision 11009 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for ID3v2 year tagPatrice Bensoussan2007-11-141-0/+5
| | | | | | Patch by: patrice bensoussan a free d fr Originally committed as revision 11008 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename fps(frame per second) to tb(time base) to preventMichael Niedermayer2007-11-131-3/+3
| | | | | | | 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
* Remove unused variable, fixes the warning:Diego Biurrun2007-11-131-1/+0
| | | | | | | 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
* cosmetics: Keep all OBJS entries on a line of their own.Diego Biurrun2007-11-121-1/+2
| | | | Originally committed as revision 11005 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove now useless libogg supportBaptiste Coudurier2007-11-124-294/+0
| | | | Originally committed as revision 11004 to svn://svn.ffmpeg.org/ffmpeg/trunk
* tring to workaround gcc 2.95 bug which causes random failuresMichael Niedermayer2007-11-121-1/+2
| | | | Originally committed as revision 11003 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set PKT_FLAG_KEY for Theora and OGM streamsMåns Rullgård2007-11-114-0/+10
| | | | Originally committed as revision 11002 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ogg seek regression refBaptiste Coudurier2007-11-111-0/+43
| | | | Originally committed as revision 11001 to svn://svn.ffmpeg.org/ffmpeg/trunk
* files have been renamedBaptiste Coudurier2007-11-101-1/+1
| | | | Originally committed as revision 11000 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ogg muxerBaptiste Coudurier2007-11-109-3/+242
| | | | Originally committed as revision 10999 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add comments to some #endif directives.Diego Biurrun2007-11-101-7/+6
| | | | Originally committed as revision 10998 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Fix vissual --> visual typo.Diego Biurrun2007-11-103-12/+12
| | | | Originally committed as revision 10997 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Improve unsupported (pixel) format error message.Stefano Sabatini2007-11-101-1/+1
| | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 10996 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Express opinion in a less aggressive manner.Ramiro Polla2007-11-101-1/+3
| | | | Originally committed as revision 10995 to svn://svn.ffmpeg.org/ffmpeg/trunk
* jtype frame implementedBen Littler2007-11-101-1/+0
| | | | Originally committed as revision 10994 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Fix spacial --> spatial typo in function names.Diego Biurrun2007-11-103-30/+30
| | | | Originally committed as revision 10993 to svn://svn.ffmpeg.org/ffmpeg/trunk
* comment typoDiego Biurrun2007-11-101-1/+1
| | | | Originally committed as revision 10992 to svn://svn.ffmpeg.org/ffmpeg/trunk
* misc spelling/grammar/wording fixes in commentsDiego Biurrun2007-11-102-24/+23
| | | | Originally committed as revision 10991 to svn://svn.ffmpeg.org/ffmpeg/trunk
* X8 is supported now, so warning is incorrectKostya Shishkov2007-11-101-6/+0
| | | | Originally committed as revision 10990 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Provide top_field_first logic for h264Reinhard Nissl2007-11-101-0/+2
| | | | | | patch by: Reinhard Nissl rnissl a gmx d de Originally committed as revision 10989 to svn://svn.ffmpeg.org/ffmpeg/trunk
* IntraX8 (J-Frame) sub-decoder for WMV2 and VC-1Ben Littler2007-11-101-0/+1
| | | | Originally committed as revision 10988 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make some tables staticAurelien Jacobs2007-11-102-16/+16
| | | | Originally committed as revision 10987 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add multiple inclusion guardsAurelien Jacobs2007-11-092-0/+10
| | | | Originally committed as revision 10986 to svn://svn.ffmpeg.org/ffmpeg/trunk
* grammarMichael Niedermayer2007-11-091-1/+1
| | | | Originally committed as revision 10985 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentionMichael Niedermayer2007-11-091-1/+1
| | | | Originally committed as revision 10984 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless #ifdefMichael Niedermayer2007-11-091-4/+0
| | | | Originally committed as revision 10983 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove inline from non speed critical functionsMichael Niedermayer2007-11-091-2/+2
| | | | Originally committed as revision 10982 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vertical alignMichael Niedermayer2007-11-091-1/+1
| | | | Originally committed as revision 10981 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentionMichael Niedermayer2007-11-091-3/+3
| | | | Originally committed as revision 10980 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unneeded {}Michael Niedermayer2007-11-091-2/+0
| | | | Originally committed as revision 10979 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add {} to make the else look a little more normalMichael Niedermayer2007-11-091-1/+2
| | | | Originally committed as revision 10978 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentionMichael Niedermayer2007-11-091-19/+19
| | | | Originally committed as revision 10977 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentionMichael Niedermayer2007-11-091-9/+9
| | | | Originally committed as revision 10976 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove debug variableMichael Niedermayer2007-11-091-3/+0
| | | | Originally committed as revision 10975 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove #if 0 codeMichael Niedermayer2007-11-091-49/+0
| | | | Originally committed as revision 10974 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticMichael Niedermayer2007-11-091-2/+1
| | | | Originally committed as revision 10973 to svn://svn.ffmpeg.org/ffmpeg/trunk