summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Renderware TXD decoderIvo van Poorten2007-05-07
* generic S3TC DXT1 and DXT3 decoding functionsIvo van Poorten2007-05-07
* RoQ audio encoderVitor Sessak2007-05-07
* make some parser parameters const to avoid casting const to non-constAurelien Jacobs2007-05-07
* fix possibly exploitable stack overflow with num_sprite_warping_points (found...Michael Niedermayer2007-05-06
* Add prefix to some variables for consistencyKostya Shishkov2007-05-06
* Move VC-1 data to .c fileKostya Shishkov2007-05-06
* Make vc1_parser.c compilable without special definesKostya Shishkov2007-05-06
* Move variables to vc1data.hKostya Shishkov2007-05-06
* simplifyLoren Merritt2007-05-06
* Move dvdsub parser to its own file.Diego Biurrun2007-05-06
* Rename dvbsubdec_parser.c to dvbsub_parser.c.Diego Biurrun2007-05-06
* simplifyLoren Merritt2007-05-06
* faster and simpler vp6 bilinear mcLoren Merritt2007-05-06
* Move dvbsubdec parser to its own file.Diego Biurrun2007-05-06
* Remove superfluous #includes, parser.h now includes its prerequisites.Diego Biurrun2007-05-05
* ff_frame_rate_tab is now declared in mpegvideo.hAurelien Jacobs2007-05-05
* avoid a clash between two definitions of SEQ_START_CODEAurelien Jacobs2007-05-05
* add a ff_ prefix to the now exported mpeg1_find_frame_end() functionAurelien Jacobs2007-05-05
* move mpegvideo_parser in it's own fileAurelien Jacobs2007-05-05
* avoid a 'discards qualifiers from pointer' warningAurelien Jacobs2007-05-05
* move mpegaudio_parser in it's own fileAurelien Jacobs2007-05-05
* move mpeg4video_parser in it's own fileAurelien Jacobs2007-05-05
* parser.h uses AVCodecContext so it needs to include avcodec.hAurelien Jacobs2007-05-05
* set CODEC_CAP_DR1 for vp5 and vp6 decodersAurelien Jacobs2007-05-05
* parser.c is compiled unconditionally, there is no need to compile itDiego Biurrun2007-05-05
* Fix multiple "‘inline/static’ is not at beginning of declaration" warnings.Diego Biurrun2007-05-05
* Fix warning:Diego Biurrun2007-05-05
* parser.c is compiled unconditionally, there is no need to compile itDiego Biurrun2007-05-05
* Move H.261 parser to its own file.Diego Biurrun2007-05-04
* 100l to myself. Do not include stuff unneeded by parserKostya Shishkov2007-05-04
* TypoKostya Shishkov2007-05-04
* Move some declarations into headerKostya Shishkov2007-05-04
* Rename oggvorbis decoder to libvorbis.Diego Biurrun2007-05-04
* Move VC1 parser to its own file.Diego Biurrun2007-05-04
* Move dca parser to its own file.Diego Biurrun2007-05-03
* Give libamr decoders/encoders a lib prefix in the name.Diego Biurrun2007-05-03
* Rename dts_decoder to libdts_decoder.Diego Biurrun2007-05-03
* Remove unused variable.Diego Biurrun2007-05-02
* cosmetics: indention after last commitJustin Ruggles2007-05-02
* use downmixing coefficients in dca decoder.Justin Ruggles2007-05-02
* enable multichannel output in dca decoder.Justin Ruggles2007-05-02
* 1000l to myself - DCA decoder should not be registered in video codecs sectionKostya Shishkov2007-05-02
* add the possibility to choose aac profileNicolas George2007-05-02
* cosmetics: Group all external library decoders and encoders together.Diego Biurrun2007-05-02
* patch so that the deprecated items show up correctlyMark Cox2007-05-02
* make mpeg decoder handle mid-stream changes in resolutionHeikki Lindholm2007-05-02
* add some commentsDenis Fortin2007-05-02
* prevent going out of the buffer if the nal size does not fit in the buffer.Mean2007-04-29
* check for channels<=0 and print a reasonable error messageAlex Beregszaszi2007-04-29