aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Collapse)AuthorAgeFilesLines
...
* cosmetics: rename for consistency after previous aac and ac3 parsers moveAurelien Jacobs2007-05-084-11/+11
| | | | Originally committed as revision 8942 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move aac and ac3 parsers in their own filesAurelien Jacobs2007-05-088-313/+432
| | | | Originally committed as revision 8941 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid multiple inclusion of ac3.hAurelien Jacobs2007-05-081-0/+5
| | | | Originally committed as revision 8940 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: remove duplicate transpose macroLoren Merritt2007-05-082-12/+6
| | | | Originally committed as revision 8939 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move H.263 parser to its own file.Diego Biurrun2007-05-084-70/+116
| | | | Originally committed as revision 8934 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add doxygen commentsIvo van Poorten2007-05-071-0/+16
| | | | Originally committed as revision 8930 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: fix inconsistent indentationAurelien Jacobs2007-05-071-4/+4
| | | | Originally committed as revision 8929 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix display of theora videos with visible size smaller than encoded sizeAurelien Jacobs2007-05-071-10/+9
| | | | Originally committed as revision 8928 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Renderware TXD decoderIvo van Poorten2007-05-074-0/+169
| | | | Originally committed as revision 8926 to svn://svn.ffmpeg.org/ffmpeg/trunk
* generic S3TC DXT1 and DXT3 decoding functionsIvo van Poorten2007-05-072-0/+132
| | | | Originally committed as revision 8925 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RoQ audio encoderVitor Sessak2007-05-074-1/+180
| | | | | | patch by Vitor vitor1001 gmail com Originally committed as revision 8922 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make some parser parameters const to avoid casting const to non-constAurelien Jacobs2007-05-0717-42/+42
| | | | Originally committed as revision 8921 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix possibly exploitable stack overflow with num_sprite_warping_points ↵Michael Niedermayer2007-05-061-0/+5
| | | | | | (found by reimar) Originally committed as revision 8919 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add prefix to some variables for consistencyKostya Shishkov2007-05-063-28/+28
| | | | Originally committed as revision 8916 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move VC-1 data to .c fileKostya Shishkov2007-05-063-618/+771
| | | | Originally committed as revision 8915 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make vc1_parser.c compilable without special definesKostya Shishkov2007-05-062-3/+3
| | | | Originally committed as revision 8914 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move variables to vc1data.hKostya Shishkov2007-05-063-66/+67
| | | | Originally committed as revision 8913 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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
* 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
* 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-043-6/+6
| | | | 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-034-21/+21
| | | | Originally committed as revision 8880 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename dts_decoder to libdts_decoder.Diego Biurrun2007-05-033-4/+4
| | | | 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: 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