aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/allcodecs.c
Commit message (Collapse)AuthorAgeFilesLines
...
* VP5 and VP6 video decoderAurelien Jacobs2006-09-091-0/+9
| | | | Originally committed as revision 6213 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VMware Video decoder (fourcc: VMnc)Kostya Shishkov2006-09-051-0/+3
| | | | Originally committed as revision 6171 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Looks like to be a good time to re-enable WMV3 decoderKostya Shishkov2006-08-031-2/+0
| | | | Originally committed as revision 5901 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove libtheora wrapperMåns Rullgård2006-07-311-6/+1
| | | | Originally committed as revision 5873 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove spurious references to Ogg Theora encoder, such a thing never existed.Diego Biurrun2006-07-291-3/+0
| | | | Originally committed as revision 5858 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename AMR config variables to CONFIG_AMR*Måns Rullgård2006-07-121-4/+4
| | | | Originally committed as revision 5725 to svn://svn.ffmpeg.org/ffmpeg/trunk
* --enable/disable parsers. Warning: some combinations are broken.Måns Rullgård2006-07-091-7/+21
| | | | Originally committed as revision 5691 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: make disabling all pcm/adpcm codecs workMåns Rullgård2006-07-091-48/+210
| | | | Originally committed as revision 5683 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix compilation with --disable-decoders.Emiliano Parasassi2006-07-071-0/+2
| | | | | | patch by Emiliano Parasassi, millallo --at-- gmail --dot-- com Originally committed as revision 5660 to svn://svn.ffmpeg.org/ffmpeg/trunk
* noise bitstream filterMichael Niedermayer2006-07-061-0/+1
| | | | | | add priv_data field to AVBitStreamFilterContext Originally committed as revision 5644 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVBitStreamFilter (some thingy which can modify the bitstream like add or ↵Michael Niedermayer2006-07-061-0/+3
| | | | | | remove global headers or change the headers or ...) Originally committed as revision 5643 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CAVS decoder by (Stefan Gehrer stefan.gehrer gmx.de)Michael Niedermayer2006-07-031-0/+4
| | | | Originally committed as revision 5590 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename VC9 to VC1 as there is no such thing as VC9Kostya Shishkov2006-06-271-3/+3
| | | | Originally committed as revision 5529 to svn://svn.ffmpeg.org/ffmpeg/trunk
* first rudimentary version of (Justin Ruggles jruggle earthlink net) flac ↵Michael Niedermayer2006-06-241-0/+3
| | | | | | encoder Originally committed as revision 5514 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Flash Screen Video decoder (fourcc:FSV1)Benjamin Larsson2006-06-011-0/+3
| | | | Originally committed as revision 5436 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Enable AMR_NB decoder/encoder when either AMR_NB or AMR_NB_FIXED is defined.Diego Biurrun2006-04-271-2/+2
| | | | Originally committed as revision 5325 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert Windows "warning" message.Diego Biurrun2006-04-151-4/+0
| | | | Originally committed as revision 5294 to svn://svn.ffmpeg.org/ffmpeg/trunk
* KMVC (used in Worms games) decoder. Works fine with samples from MPHQKostya Shishkov2006-04-071-0/+3
| | | | Originally committed as revision 5273 to svn://svn.ffmpeg.org/ffmpeg/trunk
* warn user about crappy OS patch by (Steve Lhomme <steve.lhomme@free.fr>)Steve L'Homme2006-03-311-0/+4
| | | | | | | trailing whitespace and init=1 nonsense removed by me AV_LOG_ERROR -> AV_LOG_INFO (yes steve even though many like you think its an error to use such a OS i cant apply that to cvs, sorry) Originally committed as revision 5251 to svn://svn.ffmpeg.org/ffmpeg/trunk
* NuppelVideo/MythTVVideo support, including rtjpeg decoderReimar Döffinger2006-03-271-0/+3
| | | | Originally committed as revision 5232 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Smacker demuxer and decoder.Kostya Shishkov2006-03-211-0/+6
| | | | Originally committed as revision 5189 to svn://svn.ffmpeg.org/ffmpeg/trunk
* complete AVS playback system (from Creature Shock computer game),Mike Melanson2006-02-171-0/+3
| | | | | | courtesy of Aurelien Jacobs <aurel at gnuage dot org> Originally committed as revision 5028 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add Creative 8 bits ADPCM schemes supportAurelien Jacobs2006-02-161-0/+3
| | | | Originally committed as revision 5024 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dosbox native ZMBV decoder, courtesy of KostyaMike Melanson2006-02-121-0/+3
| | | | Originally committed as revision 5000 to svn://svn.ffmpeg.org/ffmpeg/trunk
* complete American Laser Games MM playback system, courtesy of Peter RossMike Melanson2006-02-121-0/+4
| | | | | | (suxen_drol at hotmail dot com) Originally committed as revision 4999 to svn://svn.ffmpeg.org/ffmpeg/trunk
* tta decoder, tested with 44khz mono and stereo (for the latter use ffplay or ↵Alex Beregszaszi2006-02-121-0/+3
| | | | | | change MAX_AUDIO_FRAME_SIZE) Originally committed as revision 4996 to svn://svn.ffmpeg.org/ffmpeg/trunk
* adts aac parserMåns Rullgård2006-02-081-0/+1
| | | | Originally committed as revision 4954 to svn://svn.ffmpeg.org/ffmpeg/trunk
* native ac3 parserMåns Rullgård2006-01-211-2/+0
| | | | Originally committed as revision 4878 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
| | | | Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CamStudio decoder, only 32 bit lzo mode is testedReimar Döffinger2006-01-091-0/+3
| | | | Originally committed as revision 4836 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Comment out WMV3 decoder for now, it crashes on every file and causesDiego Biurrun2006-01-061-0/+2
| | | | | | bug report spam. Originally committed as revision 4817 to svn://svn.ffmpeg.org/ffmpeg/trunk
* TrueSpeech compatible audio decoder by Konstantin ShishkovDiego Biurrun2006-01-031-0/+3
| | | | Originally committed as revision 4803 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-1/+1
| | | | Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* unfinished jpeg-ls codec (feel free to finish it ...)Michael Niedermayer2005-12-181-0/+3
| | | | Originally committed as revision 4752 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-3/+3
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cook compatibe decoder, patch by Benjamin LarssonBenjamin Larsson2005-12-091-0/+3
| | | | | | | | | Add cook demucing, change rm demuxer so that it reorders audio packets before sending them to the decoder, and send minimum decodeable sized packets; pass only real codec extradata fo the decoder Fix 28_8 decoder for the new demuxer strategy Originally committed as revision 4726 to svn://svn.ffmpeg.org/ffmpeg/trunk
* BMP image decoderMåns Rullgård2005-11-301-0/+4
| | | | Originally committed as revision 4711 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make DV(B|D) subtitles (en|de)coders be conditonnaly compiled depending on ↵Guillaume Poirier2005-11-211-4/+13
| | | | | | | | | | the configure system Original thread: Date: Nov 20, 2005 9:25 PM Subject: [PATCH] make dvdsub encoder depend on config variables Originally committed as revision 4709 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dvbsub encoder, patch by Wolfram Gloger < wmglo AH dent POIS med POIS ↵Wolfram Gloger2005-11-141-0/+1
| | | | | | | | | | uni-muenchen POIS de > Original thread: Date: 8 Oct 2005 09:35:38 -0000 Subject: [Ffmpeg-devel] [PATCH] dvdsub encoder -- 2nd version Originally committed as revision 4706 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid the registration of DECODERS if only CONFIG_DECODERS is not defined.Emiliano Parasassi2005-10-261-16/+21
| | | | | | | | | patch by Emiliano Parassassi < millallo AH tiscali -- it > Original thread: Date: Mon, 24 Oct 2005 13:03:01 +0200 Subject: [Ffmpeg-devel] [PATCH] avoid registration of decoders if only encoders are choosed Originally committed as revision 4664 to svn://svn.ffmpeg.org/ffmpeg/trunk
* QDM2 compatible decoderRoberto Togni2005-10-181-0/+3
| | | | Originally committed as revision 4649 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Duck TrueMotion 2 video decoder, courtesy of Konstantin ShishkovMike Melanson2005-10-131-0/+3
| | | | Originally committed as revision 4638 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support de-/encoding of 24 and 32 bit PCM (from and to internal 16 bit).Reimar Döffinger2005-09-021-0/+9
| | | | Originally committed as revision 4548 to svn://svn.ffmpeg.org/ffmpeg/trunk
* DVB subtitle decoder by (Ian Caulfield: imc25, cam ac uk)Michael Niedermayer2005-07-171-0/+2
| | | | Originally committed as revision 4448 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add Yamaha ADPCM encoding/decoding patch by (Vidar Madsen: vidarino, gmail com)Vidar Madsen2005-07-151-0/+1
| | | | Originally committed as revision 4442 to svn://svn.ffmpeg.org/ffmpeg/trunk
* subtitle codec type supportFabrice Bellard2005-06-031-0/+5
| | | | Originally committed as revision 4346 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libgsm warper by (Alban Bedel: albeu, free fr)Michael Niedermayer2005-05-221-0/+6
| | | | Originally committed as revision 4302 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fraps FPS1 video decoder (v1 & v2), courtesy of Roine Gustafsson <roineMike Melanson2005-05-171-0/+3
| | | | | | at users sf net> Originally committed as revision 4264 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Vorbis decoder by (Balatoni Denes | dbalatoni programozo hu)Michael Niedermayer2005-05-171-1/+4
| | | | Originally committed as revision 4261 to svn://svn.ffmpeg.org/ffmpeg/trunk
* theora decoding using libtheoraMåns Rullgård2005-05-111-2/+2
| | | | Originally committed as revision 4218 to svn://svn.ffmpeg.org/ffmpeg/trunk