summaryrefslogtreecommitdiff
path: root/libavcodec/allcodecs.c
Commit message (Collapse)AuthorAge
* mjpeg a dump header bitstream filter, modifies bitstream to be decoded by ↵Baptiste Coudurier2006-12-01
| | | | | | quicktime Originally committed as revision 7201 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup the #ifdef mess in encoder/decoder/parser registrationAurelien Jacobs2006-11-28
| | | | Originally committed as revision 7182 to svn://svn.ffmpeg.org/ffmpeg/trunk
* alphabetic reordering of codec registrationRobert Swain2006-11-27
| | | | | | patch by Robert Swain < robert.swain _at_ gmail.com > Originally committed as revision 7176 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename CONFIG_AC3 to CONFIG_A52Måns Rullgård2006-11-13
| | | | | | it's more consistent and Dolby never liked people "infringing" their TM Originally committed as revision 7014 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mp3 header (de)compression bitstream filterMichael Niedermayer2006-11-10
| | | | | | | | | this will make mp3 frames 4 bytes smaller, it will not give you binary identical mp3 files, but it will give you mp3 files which decode to binary identical output this will only work in containers providing at least packet size, sample_rate and number of channels bugreports about mp3 files for which this fails are welcome and this is experimental (dont expect compatibility and dont even expect to be able to decompress what you compressed, hell dont even expect this to work without editing the source a little) Originally committed as revision 6958 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change gif muxer to simple gif encoderBaptiste Coudurier2006-11-02
| | | | Originally committed as revision 6874 to svn://svn.ffmpeg.org/ffmpeg/trunk
* IMC decoderKostya Shishkov2006-10-30
| | | | Originally committed as revision 6839 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change gif demuxer to gif decoderBaptiste Coudurier2006-10-22
| | | | Originally committed as revision 6760 to svn://svn.ffmpeg.org/ffmpeg/trunk
* TIFF decoderKostya Shishkov2006-10-13
| | | | Originally committed as revision 6682 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support for Tiertex .seq files demuxing/video decoding, by Gregory Montoir ↵Baptiste Coudurier2006-10-12
| | | | | | %cyx A users P sourceforge P net% Originally committed as revision 6672 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support for Delphine Software .cin files demuxing / audio and video ↵Baptiste Coudurier2006-10-11
| | | | | | decoding, by Gregory Montoir %cyx A users P sourceforge P net% Originally committed as revision 6659 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Targa image decoderKostya Shishkov2006-10-11
| | | | Originally committed as revision 6640 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add vorbis encoder to ffmpegOded Shimon2006-10-02
| | | | Originally committed as revision 6519 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove extraneous #ifdef CONFIG_ENCODERS/DECODERSMåns Rullgård2006-09-28
| | | | Originally committed as revision 6375 to svn://svn.ffmpeg.org/ffmpeg/trunk
* WavPack lossless audio decoderKostya Shishkov2006-09-26
| | | | Originally committed as revision 6336 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VP5 and VP6 video decoderAurelien Jacobs2006-09-09
| | | | Originally committed as revision 6213 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VMware Video decoder (fourcc: VMnc)Kostya Shishkov2006-09-05
| | | | 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-03
| | | | Originally committed as revision 5901 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove libtheora wrapperMåns Rullgård2006-07-31
| | | | 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-29
| | | | Originally committed as revision 5858 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename AMR config variables to CONFIG_AMR*Måns Rullgård2006-07-12
| | | | 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-09
| | | | Originally committed as revision 5691 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: make disabling all pcm/adpcm codecs workMåns Rullgård2006-07-09
| | | | Originally committed as revision 5683 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix compilation with --disable-decoders.Emiliano Parasassi2006-07-07
| | | | | | 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-06
| | | | | | 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-06
| | | | | | 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-03
| | | | 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-27
| | | | 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-24
| | | | | | encoder Originally committed as revision 5514 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Flash Screen Video decoder (fourcc:FSV1)Benjamin Larsson2006-06-01
| | | | 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-27
| | | | Originally committed as revision 5325 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert Windows "warning" message.Diego Biurrun2006-04-15
| | | | 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-07
| | | | 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-31
| | | | | | | 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-27
| | | | Originally committed as revision 5232 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Smacker demuxer and decoder.Kostya Shishkov2006-03-21
| | | | Originally committed as revision 5189 to svn://svn.ffmpeg.org/ffmpeg/trunk
* complete AVS playback system (from Creature Shock computer game),Mike Melanson2006-02-17
| | | | | | 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-16
| | | | Originally committed as revision 5024 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dosbox native ZMBV decoder, courtesy of KostyaMike Melanson2006-02-12
| | | | 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-12
| | | | | | (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-12
| | | | | | change MAX_AUDIO_FRAME_SIZE) Originally committed as revision 4996 to svn://svn.ffmpeg.org/ffmpeg/trunk
* adts aac parserMåns Rullgård2006-02-08
| | | | Originally committed as revision 4954 to svn://svn.ffmpeg.org/ffmpeg/trunk
* native ac3 parserMåns Rullgård2006-01-21
| | | | Originally committed as revision 4878 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
| | | | Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CamStudio decoder, only 32 bit lzo mode is testedReimar Döffinger2006-01-09
| | | | 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-06
| | | | | | bug report spam. Originally committed as revision 4817 to svn://svn.ffmpeg.org/ffmpeg/trunk
* TrueSpeech compatible audio decoder by Konstantin ShishkovDiego Biurrun2006-01-03
| | | | Originally committed as revision 4803 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
| | | | Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* unfinished jpeg-ls codec (feel free to finish it ...)Michael Niedermayer2005-12-18
| | | | Originally committed as revision 4752 to svn://svn.ffmpeg.org/ffmpeg/trunk