| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename aac_decoder to libfaad_decoder for consistency and to be able to | Diego Biurrun | 2007-06-02 | 1 | -1/+1 |
* | Rename faac_encoder to libfaac_encoder for consistency and to be able to | Diego Biurrun | 2007-06-02 | 1 | -1/+1 |
* | allows to disable jpegls decoder | Aurelien Jacobs | 2007-05-19 | 1 | -1/+1 |
* | remove libdts decoder, we have a native dts decoder | Aurelien Jacobs | 2007-05-17 | 1 | -1/+0 |
* | allow to enable or disable every bitstream filters individually | Jason Millard | 2007-05-12 | 1 | -7/+10 |
* | Renderware TXD decoder | Ivo van Poorten | 2007-05-07 | 1 | -0/+1 |
* | RoQ audio encoder | Vitor Sessak | 2007-05-07 | 1 | -1/+1 |
* | Rename oggvorbis decoder to libvorbis. | Diego Biurrun | 2007-05-04 | 1 | -2/+2 |
* | Give libamr decoders/encoders a lib prefix in the name. | Diego Biurrun | 2007-05-03 | 1 | -2/+2 |
* | Rename dts_decoder to libdts_decoder. | Diego Biurrun | 2007-05-03 | 1 | -1/+1 |
* | 1000l to myself - DCA decoder should not be registered in video codecs section | Kostya Shishkov | 2007-05-02 | 1 | -1/+1 |
* | add V.Flash PTX decoder | Ivo van Poorten | 2007-04-29 | 1 | -0/+1 |
* | Atrac3 decoder. | Benjamin Larsson | 2007-04-17 | 1 | -0/+1 |
* | Bethsoft VID demuxer and video decoder | Nicholas Tung | 2007-04-07 | 1 | -0/+1 |
* | THP PCM decoder, used on the Nintendo GameCube. | Marco Gerards | 2007-04-07 | 1 | -0/+1 |
* | Interplay C93 demuxer and video decoder | Anssi Hannula | 2007-04-07 | 1 | -0/+1 |
* | SGI image decoder ported to the new image API. | Xiaohui Sun | 2007-04-06 | 1 | -0/+1 |
* | tiff encoder by (Bartlomiej Wolowiec b.wolowiec students mimuw edu pl) | Michael Niedermayer | 2007-04-03 | 1 | -1/+1 |
* | support for the THP game format by Marco Gerards, mgerards xs4all nl | Diego Biurrun | 2007-04-01 | 1 | -0/+1 |
* | dnxhd decoder | Baptiste Coudurier | 2007-03-18 | 1 | -0/+1 |
* | Targa (.tga) encoder, | Bobby Bingham | 2007-03-15 | 1 | -1/+1 |
* | DXA demuxer and decoder | Kostya Shishkov | 2007-03-14 | 1 | -0/+1 |
* | imx dump header bitstream filter, modifies bitstream to fit in mov and be dec... | Baptiste Coudurier | 2007-03-04 | 1 | -0/+1 |
* | DCA decoder | Kostya Shishkov | 2007-02-27 | 1 | -0/+2 |
* | Add support for MS-GSM codec | Michel Bardiaux | 2007-02-20 | 1 | -0/+1 |
* | Provide Doxygen documentation. | Panagiotis Issaris | 2007-02-20 | 1 | -6/+10 |
* | Rename ac3 decoder to liba52 to prepare for native decoder. | Diego Biurrun | 2007-02-11 | 1 | -1/+1 |
* | wma encoder | Michael Niedermayer | 2007-02-06 | 1 | -2/+2 |
* | BMP encoder by Michel Bardiaux, mbardiaux mediaxim be | Diego Biurrun | 2007-02-05 | 1 | -1/+1 |
* | VC-1 parser | Kostya Shishkov | 2007-02-03 | 1 | -0/+1 |
* | Theora encoding via libtheora. | Diego Biurrun | 2007-01-25 | 1 | -0/+1 |
* | remove the last #ifdef from allcodecs.c | Måns Rullgård | 2007-01-21 | 1 | -2/+0 |
* | remove no longer needed #ifdefs | Måns Rullgård | 2007-01-21 | 1 | -28/+0 |
* | Flash screen video encoder. | Benjamin Larsson | 2007-01-21 | 1 | -1/+1 |
* | Get rid of #ifdef CONFIG_ZLIB in the code. Code cleanup. | Benjamin Larsson | 2007-01-21 | 1 | -0/+2 |
* | variable renaming: mp3lame --> libmp3lame | Diego Biurrun | 2007-01-07 | 1 | -1/+1 |
* | Rename variables: faad --> libfaad, faac --> libfaac, faadbin --> libfaadbin | Diego Biurrun | 2007-01-06 | 1 | -2/+2 |
* | variable renaming: dts --> libdts | Diego Biurrun | 2007-01-06 | 1 | -1/+1 |
* | Rename variables: a52 --> liba52, a52bin --> liba52bin | Diego Biurrun | 2007-01-06 | 1 | -1/+1 |
* | Musepack SV7 decoding support | Kostya Shishkov | 2006-12-24 | 1 | -0/+1 |
* | Now ZMBV encoder compiles | Kostya Shishkov | 2006-12-08 | 1 | -1/+1 |
* | fix compilation | Michael Niedermayer | 2006-12-07 | 1 | -1/+1 |
* | ZMBV encoder | Kostya Shishkov | 2006-12-07 | 1 | -1/+3 |
* | mjpeg a dump header bitstream filter, modifies bitstream to be decoded by qui... | Baptiste Coudurier | 2006-12-01 | 1 | -0/+1 |
* | cleanup the #ifdef mess in encoder/decoder/parser registration | Aurelien Jacobs | 2006-11-28 | 1 | -799/+213 |
* | alphabetic reordering of codec registration | Robert Swain | 2006-11-27 | 1 | -568/+567 |
* | rename CONFIG_AC3 to CONFIG_A52 | Måns Rullgård | 2006-11-13 | 1 | -1/+1 |
* | mp3 header (de)compression bitstream filter | Michael Niedermayer | 2006-11-10 | 1 | -0/+2 |
* | change gif muxer to simple gif encoder | Baptiste Coudurier | 2006-11-02 | 1 | -0/+3 |
* | IMC decoder | Kostya Shishkov | 2006-10-30 | 1 | -0/+3 |