aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* simplifyLoren Merritt2007-05-061-9/+4
| | | | Originally committed as revision 8911 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move dvdsub parser to its own file.Diego Biurrun2007-05-063-61/+82
| | | | Originally committed as revision 8910 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename dvbsubdec_parser.c to dvbsub_parser.c.Diego Biurrun2007-05-062-1/+1
| | | | Originally committed as revision 8909 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyLoren Merritt2007-05-061-10/+4
| | | | Originally committed as revision 8908 to svn://svn.ffmpeg.org/ffmpeg/trunk
* faster and simpler vp6 bilinear mcLoren Merritt2007-05-061-24/+4
| | | | Originally committed as revision 8907 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move dvbsubdec parser to its own file.Diego Biurrun2007-05-063-171/+197
| | | | Originally committed as revision 8906 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove superfluous #includes, parser.h now includes its prerequisites.Diego Biurrun2007-05-053-3/+1
| | | | Originally committed as revision 8905 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ff_frame_rate_tab is now declared in mpegvideo.hAurelien Jacobs2007-05-051-1/+0
| | | | Originally committed as revision 8904 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid a clash between two definitions of SEQ_START_CODEAurelien Jacobs2007-05-052-2/+2
| | | | Originally committed as revision 8903 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add a ff_ prefix to the now exported mpeg1_find_frame_end() functionAurelien Jacobs2007-05-053-4/+4
| | | | Originally committed as revision 8902 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move mpegvideo_parser in it's own fileAurelien Jacobs2007-05-054-175/+199
| | | | Originally committed as revision 8901 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid a 'discards qualifiers from pointer' warningAurelien Jacobs2007-05-051-1/+1
| | | | Originally committed as revision 8900 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move mpegaudio_parser in it's own fileAurelien Jacobs2007-05-053-198/+221
| | | | Originally committed as revision 8899 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move mpeg4video_parser in it's own fileAurelien Jacobs2007-05-053-79/+101
| | | | Originally committed as revision 8898 to svn://svn.ffmpeg.org/ffmpeg/trunk
* parser.h uses AVCodecContext so it needs to include avcodec.hAurelien Jacobs2007-05-051-0/+1
| | | | Originally committed as revision 8897 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set CODEC_CAP_DR1 for vp5 and vp6 decodersAurelien Jacobs2007-05-052-0/+3
| | | | Originally committed as revision 8896 to svn://svn.ffmpeg.org/ffmpeg/trunk
* parser.c is compiled unconditionally, there is no need to compile itDiego Biurrun2007-05-051-1/+1
| | | | | | conditional to CONFIG_AC3_PARSER. Originally committed as revision 8895 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix multiple "‘inline/static’ is not at beginning of declaration" warnings.Diego Biurrun2007-05-058-12/+12
| | | | Originally committed as revision 8894 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix warning:Diego Biurrun2007-05-051-1/+1
| | | | | | | In file included from mjpeg.c:903: jpeg_ls.c:190: warning: ‘inline’ is not at beginning of declaration Originally committed as revision 8893 to svn://svn.ffmpeg.org/ffmpeg/trunk
* parser.c is compiled unconditionally, there is no need to compile itDiego Biurrun2007-05-051-1/+1
| | | | | | conditional to CONFIG_CAVSVIDEO_PARSER. Originally committed as revision 8892 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reduce number of shiftsMichael Niedermayer2007-05-041-4/+5
| | | | Originally committed as revision 8891 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2007-05-041-3/+2
| | | | Originally committed as revision 8890 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a note about tabs + trailing whitespace to the patch submission checklist.Diego Biurrun2007-05-041-0/+2
| | | | Originally committed as revision 8889 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move H.261 parser to its own file.Diego Biurrun2007-05-043-66/+92
| | | | Originally committed as revision 8888 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Group benchmark items in the patch submission checklist together.Diego Biurrun2007-05-041-2/+2
| | | | Originally committed as revision 8887 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l to myself. Do not include stuff unneeded by parserKostya Shishkov2007-05-042-0/+3
| | | | Originally committed as revision 8886 to svn://svn.ffmpeg.org/ffmpeg/trunk
* TypoKostya Shishkov2007-05-041-1/+1
| | | | Originally committed as revision 8885 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move some declarations into headerKostya Shishkov2007-05-042-327/+328
| | | | | | | Based on patch by Denis Fortin (cons (car '(fortin NOSPAM)) '(nerim net)) Originally committed as revision 8884 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename oggvorbis decoder to libvorbis.Diego Biurrun2007-05-044-8/+8
| | | | Originally committed as revision 8883 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move VC1 parser to its own file.Diego Biurrun2007-05-044-106/+156
| | | | Originally committed as revision 8882 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move dca parser to its own file.Diego Biurrun2007-05-034-108/+158
| | | | Originally committed as revision 8881 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Give libamr decoders/encoders a lib prefix in the name.Diego Biurrun2007-05-035-37/+37
| | | | Originally committed as revision 8880 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename dts_decoder to libdts_decoder.Diego Biurrun2007-05-034-5/+5
| | | | Originally committed as revision 8879 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused variable.Diego Biurrun2007-05-021-2/+0
| | | | Originally committed as revision 8878 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Sort entries by CONFIG_ name.Diego Biurrun2007-05-021-39/+38
| | | | Originally committed as revision 8877 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indention after last commitJustin Ruggles2007-05-021-4/+4
| | | | Originally committed as revision 8876 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use downmixing coefficients in dca decoder.Justin Ruggles2007-05-022-19/+47
| | | | | | | | reference: Subject: [Ffmpeg-devel] [PATCH] DTS multichannel Date: Wed, 25 Apr 2007 16:25:18 -0400 Originally committed as revision 8875 to svn://svn.ffmpeg.org/ffmpeg/trunk
* enable multichannel output in dca decoder.Justin Ruggles2007-05-021-3/+19
| | | | | | | | reference: Subject: [Ffmpeg-devel] [PATCH] DTS multichannel Date: Wed, 25 Apr 2007 16:25:18 -0400 Originally committed as revision 8874 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1000l to myself - DCA decoder should not be registered in video codecs sectionKostya Shishkov2007-05-021-1/+1
| | | | Originally committed as revision 8873 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add the possibility to choose aac profileNicolas George2007-05-023-1/+27
| | | | | | | | patch by Nicolas George nicolas george chez normalesup org original thread: [Ffmpeg-devel] [PATCH] FAAC profile selection date: 04/27/2007 08:11 PM Originally committed as revision 8872 to svn://svn.ffmpeg.org/ffmpeg/trunk
* give the position offset of the file in the packetDaniel Cardenas2007-05-022-508/+509
| | | | | | | | | update seek regression test reference file accordingly patch by Daniel Cardenas: Daniel Car cox net original thread: [Ffmpeg-devel] [PATCH] Debug help for file position date: 05/01/2007 02:42 AM Originally committed as revision 8871 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update reference file for seek test after delivery 8826Benoit Fouet2007-05-021-1/+1
| | | | Originally committed as revision 8870 to svn://svn.ffmpeg.org/ffmpeg/trunk
* modify order in which files are diff'dBenoit Fouet2007-05-021-1/+1
| | | | Originally committed as revision 8869 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Group all external library decoders and encoders together.Diego Biurrun2007-05-021-20/+20
| | | | Originally committed as revision 8868 to svn://svn.ffmpeg.org/ffmpeg/trunk
* return right format in set_codec_from_probe_dataBenoit Fouet2007-05-021-1/+1
| | | | Originally committed as revision 8867 to svn://svn.ffmpeg.org/ffmpeg/trunk
* patch so that the deprecated items show up correctlyMark Cox2007-05-025-9/+66
| | | | | | | when building doxygen docs patch by mark cox melbournemark plus ffmpeg minus devel chez gmail dot com Originally committed as revision 8866 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make mpeg decoder handle mid-stream changes in resolutionHeikki Lindholm2007-05-021-0/+5
| | | | | | | | patch by Heikki Lindholm holindho at cs helsinki fi original thread: [Ffmpeg-devel] [PATCH] fix mid-stream resolution changes date: Sat Mar 31 13:52:50 CEST 2007 Originally committed as revision 8865 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add some commentsDenis Fortin2007-05-021-0/+6
| | | | | | patch by Denis Fortin \ fortin nerim net / Originally committed as revision 8864 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentation after previous patchBenoit Fouet2007-05-021-13/+13
| | | | Originally committed as revision 23207 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* test if color conv fonction exists prior to using itBenoit Fouet2007-05-021-0/+3
| | | | Originally committed as revision 23206 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale