summaryrefslogtreecommitdiff
path: root/libavcodec/allcodecs.c
Commit message (Collapse)AuthorAge
* typo fix: inited --> initializedDiego Biurrun2008-02-13
| | | | Originally committed as revision 11920 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add bitstream filter to convert between mov and plain text subtitlesReimar Döffinger2008-01-28
| | | | Originally committed as revision 11659 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Sort properlyIvo van Poorten2007-12-28
| | | | Originally committed as revision 11343 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Sun Rasterfile decoderIvo van Poorten2007-12-28
| | | | Originally committed as revision 11342 to svn://svn.ffmpeg.org/ffmpeg/trunk
* PC Paintbrush PCX image decoderIvo van Poorten2007-12-26
| | | | Originally committed as revision 11321 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MLP/TrueHD parserIan Caulfield2007-11-28
| | | | | | | Patch by Ian Caulfield, ian D caulfield <at> gmail D com Thread: [PATCH] MLP/TrueHD decoder, 12 Oct 14:26 Originally committed as revision 11109 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add pcm_s16le_planar support for electronicarts filesAurelien Jacobs2007-11-25
| | | | Originally committed as revision 11092 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Musepack SV8 demuxer and decoderKostya Shishkov2007-11-07
| | | | Originally committed as revision 10938 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove libvorbis Vorbis decoding support. Our native decoder is completeDiego Biurrun2007-11-04
| | | | | | and has no known bugs, any remaining issues will hopefully be uncovered now. Originally committed as revision 10924 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move external library codec registration to a separate section after allDiego Biurrun2007-11-04
| | | | | | native codecs. This way native implementations are always preferred. Originally committed as revision 10917 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add Electronic Arts XAS ADPCM decoderAurelien Jacobs2007-11-03
| | | | | | based on a patch from Peter Ross Originally committed as revision 10913 to svn://svn.ffmpeg.org/ffmpeg/trunk
* don't register adpcm encoders which are not implementedAurelien Jacobs2007-11-01
| | | | Originally committed as revision 10894 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prefer our native vorbis decoder over libvorbisMichael Niedermayer2007-10-31
| | | | Originally committed as revision 10889 to svn://svn.ffmpeg.org/ffmpeg/trunk
* EA IMA EACS decoderPeter Ross2007-10-30
| | | | | | original patch by Peter Ross Originally committed as revision 10880 to svn://svn.ffmpeg.org/ffmpeg/trunk
* EA IMA SEAD decoderPeter Ross2007-10-30
| | | | | | original patch by Peter Ross Originally committed as revision 10879 to svn://svn.ffmpeg.org/ffmpeg/trunk
* EA ADPCM R1, R2 and R3 decoderPeter Ross2007-10-24
| | | | | | original patch by Peter Ross Originally committed as revision 10856 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Beam Software SIFF demuxer and video decoderKostya Shishkov2007-10-22
| | | | Originally committed as revision 10833 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ensure all compiled in codec/muxer are registeredAurelien Jacobs2007-10-18
| | | | Originally committed as revision 10808 to svn://svn.ffmpeg.org/ffmpeg/trunk
* small simplificationAurelien Jacobs2007-10-18
| | | | Originally committed as revision 10783 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Nellymoser ASAO decoderBenjamin Larsson2007-10-15
| | | | Originally committed as revision 10741 to svn://svn.ffmpeg.org/ffmpeg/trunk
* DNxHD (SMPTE VC-3) encoderBaptiste Coudurier2007-10-08
| | | | Originally committed as revision 10682 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AMV video decoder.Vladimir Voroshilov2007-09-29
| | | | | | Patch by Vladimir Voroshilov (voroshil - gmail - com) Originally committed as revision 10617 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AMV audio decoderVitor Sessak2007-09-27
| | | | Originally committed as revision 10598 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add a new vp6a codec (add alpha plan support to vp6)Aurelien Jacobs2007-09-25
| | | | Originally committed as revision 10574 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove last dependencies on allformats.h and allcodecs.hAurelien Jacobs2007-09-20
| | | | Originally committed as revision 10535 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Monkey Audio decoderKostya Shishkov2007-09-13
| | | | Originally committed as revision 10484 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a bitstream filter for H.264.Benoit Fouet2007-09-06
| | | | Originally committed as revision 10422 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Add some whitespace for better readability.Diego Biurrun2007-08-30
| | | | Originally committed as revision 10270 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Sort bitstream filters.Diego Biurrun2007-08-30
| | | | Originally committed as revision 10269 to svn://svn.ffmpeg.org/ffmpeg/trunk
* enable the native AC-3 decoderJustin Ruggles2007-08-07
| | | | Originally committed as revision 9968 to svn://svn.ffmpeg.org/ffmpeg/trunk
* First version of xsub decoder, not yet testedReimar Döffinger2007-08-05
| | | | Originally committed as revision 9933 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support silly PCM variant used by zork nemesisMichael Niedermayer2007-07-30
| | | | | | fixes audio decoding of T000A11C.AVI Originally committed as revision 9831 to svn://svn.ffmpeg.org/ffmpeg/trunk
* QT RLE encoderAlexis Ballier2007-07-02
| | | | | | | | patch by Alexis Ballier: [alexis ballier gmail com] original thread: [FFmpeg-devel] [Patch] QT RLE encoder, bis date: 06/24/2007 03:56 PM Originally committed as revision 9452 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RoQ video encoderVitor Sessak2007-06-25
| | | | | | | | patch by Vitor: \vitor1001 gmail com/ original thread: [FFmpeg-devel] RoQ video encoder (take 3) date: 06/08/2007 10:34 PM Originally committed as revision 9420 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move codecs declarations from avcodec.h to allcodecs.hAurelien Jacobs2007-06-11
| | | | Originally committed as revision 9283 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Consistent naming and lib prefixes for x264, xvid and mp3lame within the code.Diego Biurrun2007-06-06
| | | | Originally committed as revision 9230 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename aac_decoder to libfaad_decoder for consistency and to be able toDiego Biurrun2007-06-02
| | | | | | more easily add a possible future native decoder. Originally committed as revision 9172 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename faac_encoder to libfaac_encoder for consistency and to be able toDiego Biurrun2007-06-02
| | | | | | more easily add a possible future native encoder. Originally committed as revision 9171 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allows to disable jpegls decoderAurelien Jacobs2007-05-19
| | | | Originally committed as revision 9070 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove libdts decoder, we have a native dts decoderAurelien Jacobs2007-05-17
| | | | Originally committed as revision 9051 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allow to enable or disable every bitstream filters individuallyJason Millard2007-05-12
| | | | | | | | Original patch by Jason Millard jsm174 _at_ gmail Date: On Fri, 11 May 2007 11:14:01 -0400 Subject: [FFmpeg-devel] enable/disable bitstream filters? Originally committed as revision 9010 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Renderware TXD decoderIvo van Poorten2007-05-07
| | | | Originally committed as revision 8926 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RoQ audio encoderVitor Sessak2007-05-07
| | | | | | patch by Vitor vitor1001 gmail com Originally committed as revision 8922 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
* 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
* 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 V.Flash PTX decoderIvo van Poorten2007-04-29
| | | | Originally committed as revision 8856 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Atrac3 decoder.Benjamin Larsson2007-04-17
| | | | Originally committed as revision 8747 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bethsoft VID demuxer and video decoderNicholas Tung2007-04-07
| | | | | | patch by Nicholas Tung, ntung ntung com Originally committed as revision 8649 to svn://svn.ffmpeg.org/ffmpeg/trunk