summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
* move mpegaudio_parser in it's own fileAurelien Jacobs2007-05-05
| | | | Originally committed as revision 8899 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move mpeg4video_parser in it's own fileAurelien Jacobs2007-05-05
| | | | 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-05
| | | | Originally committed as revision 8897 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set CODEC_CAP_DR1 for vp5 and vp6 decodersAurelien Jacobs2007-05-05
| | | | 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-05
| | | | | | 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-05
| | | | Originally committed as revision 8894 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix warning:Diego Biurrun2007-05-05
| | | | | | | 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-05
| | | | | | 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-04
| | | | Originally committed as revision 8888 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l to myself. Do not include stuff unneeded by parserKostya Shishkov2007-05-04
| | | | Originally committed as revision 8886 to svn://svn.ffmpeg.org/ffmpeg/trunk
* TypoKostya Shishkov2007-05-04
| | | | Originally committed as revision 8885 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move some declarations into headerKostya Shishkov2007-05-04
| | | | | | | 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-04
| | | | Originally committed as revision 8883 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move VC1 parser to its own file.Diego Biurrun2007-05-04
| | | | Originally committed as revision 8882 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move dca parser to its own file.Diego Biurrun2007-05-03
| | | | 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-03
| | | | Originally committed as revision 8880 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename dts_decoder to libdts_decoder.Diego Biurrun2007-05-03
| | | | Originally committed as revision 8879 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused variable.Diego Biurrun2007-05-02
| | | | Originally committed as revision 8878 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indention after last commitJustin Ruggles2007-05-02
| | | | Originally committed as revision 8876 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use downmixing coefficients in dca decoder.Justin Ruggles2007-05-02
| | | | | | | | 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-02
| | | | | | | | 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-02
| | | | Originally committed as revision 8873 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add the possibility to choose aac profileNicolas George2007-05-02
| | | | | | | | 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
* cosmetics: Group all external library decoders and encoders together.Diego Biurrun2007-05-02
| | | | Originally committed as revision 8868 to svn://svn.ffmpeg.org/ffmpeg/trunk
* patch so that the deprecated items show up correctlyMark Cox2007-05-02
| | | | | | | 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-02
| | | | | | | | 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-02
| | | | | | patch by Denis Fortin \ fortin nerim net / Originally committed as revision 8864 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prevent going out of the buffer if the nal size does not fit in the buffer.Mean2007-04-29
| | | | | | | | | Patch by Mean % fixounet A free P fr % Original thread: Date: Apr 29, 2007 2:00 PM Subject: Re: [Ffmpeg-devel] [patch] h264.c, dont go beyond buffer in h264_decode_nal_unit Originally committed as revision 8858 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check for channels<=0 and print a reasonable error messageAlex Beregszaszi2007-04-29
| | | | Originally committed as revision 8857 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add V.Flash PTX decoderIvo van Poorten2007-04-29
| | | | Originally committed as revision 8856 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix exploitable buffer overflowMichael Niedermayer2007-04-27
| | | | Originally committed as revision 8850 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark code parts that cannot work on AMD64 due to broken relocations as such.Diego Biurrun2007-04-27
| | | | | | | | | | This allows building shared libraries on AMD64 again. based on a patch by Diego 'Flameeyes' Pettenò and suggestions by Michael original thread: Date: Wed, 18 Apr 2007 11:26:12 +0200 Subject: [Ffmpeg-devel] [PATCH] (try 2) Build shared libraries on AMD64 again Originally committed as revision 8849 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: Rename missed occurrences of CONFIG_EBX_AVAILABLE to HAVE_EBX_AVAILABLE.Diego Biurrun2007-04-26
| | | | Originally committed as revision 8821 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: alignAurelien Jacobs2007-04-25
| | | | Originally committed as revision 8817 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move ac3 tables from a .h to a .cAurelien Jacobs2007-04-25
| | | | Originally committed as revision 8816 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Put AMR entry in alphabetical order with all external libraries.Diego Biurrun2007-04-25
| | | | Originally committed as revision 8814 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove hackish support for the non-free fixed-point AMR-NB reference code.Diego Biurrun2007-04-25
| | | | Originally committed as revision 8813 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1000l to myself as used VLC indexes were totally wrongKostya Shishkov2007-04-24
| | | | Originally committed as revision 8800 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Blackfin is a strictly aligned processor.Marc Hoffman2007-04-21
| | | | | | | | Patch by Marc Hoffman mmh _at_ pleasantst.com Subject: [Ffmpeg-devel] PATCH Blackfin UNALIGNED_STORES_ARE_BAD in bitstream.h Date: Tue, 17 Apr 2007 06:12:02 -0400 Originally committed as revision 8777 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify, patch by Mark Cox, melbournemark plus ffmpeg minus devel gmail comMark Cox2007-04-21
| | | | Originally committed as revision 8775 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused variable.Diego Biurrun2007-04-21
| | | | Originally committed as revision 8769 to svn://svn.ffmpeg.org/ffmpeg/trunk
* compile rawvideo decoder on requestAlex Beregszaszi2007-04-21
| | | | Originally committed as revision 8767 to svn://svn.ffmpeg.org/ffmpeg/trunk
* compile mjpeg parser if requestedAlex Beregszaszi2007-04-21
| | | | Originally committed as revision 8766 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ac3 parser requires tables from ac3tab.h, which are compiled into ac3.cAlex Beregszaszi2007-04-21
| | | | Originally committed as revision 8765 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: remove my email addressAlex Beregszaszi2007-04-20
| | | | Originally committed as revision 8764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typoDiego Biurrun2007-04-20
| | | | Originally committed as revision 8762 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add .type foo, %function directives for the benefit of debuggersMåns Rullgård2007-04-19
| | | | | | based on patch by Matthieu Castet, castet ! matthieu $ free ! fr Originally committed as revision 8761 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix parts missed in clip -> av_clip renameReimar Döffinger2007-04-19
| | | | Originally committed as revision 8760 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Deobfuscade decodeTonalComponents calling logic.Benjamin Larsson2007-04-18
| | | | Originally committed as revision 8757 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Version bump, atrac3 added.Benjamin Larsson2007-04-18
| | | | Originally committed as revision 8756 to svn://svn.ffmpeg.org/ffmpeg/trunk