summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
...
* rename some msmpeg4 symbols and make them non-staticAurelien Jacobs2007-11-07
* Fix make checkheaders by adding missing #include.Diego Biurrun2007-11-07
* split definition of PCM_CODEC into PCM_ENCODER and PCM_DECODERAurelien Jacobs2007-11-07
* Musepack SV8 demuxer and decoderKostya Shishkov2007-11-07
* Fix poc for field pictures. Prior to this, the poc of the second fieldJeff Downs2007-11-06
* fix predictor initialization for adpcm-ima encoder not to lose first sampleTimofei V. Bondarenko2007-11-06
* Correct assignment of interlaced_frame; was being set on output frames,Jeff Downs2007-11-05
* Remove libvorbis Vorbis decoding support. Our native decoder is completeDiego Biurrun2007-11-04
* Remove unused variableBenjamin Larsson2007-11-04
* Move external library codec registration to a separate section after allDiego Biurrun2007-11-04
* Add decoding support for variable block size FLAC files using the latest FLACJosh Coalson2007-11-04
* Add support for FLAC's new RICE2 entropy coding method. Patch by Josh Coalson.Josh Coalson2007-11-03
* add Electronic Arts XAS ADPCM decoderAurelien Jacobs2007-11-03
* Use the ffmpeg mdct function, patch by Fabrice Bellard. Thread: [FFmpeg-devel...Fabrice Bellard2007-11-03
* Split Musepack decoder into SV7 decoder and synth coreKostya Shishkov2007-11-02
* move adx.c to adxdec.cAurelien Jacobs2007-11-01
* split adx encoder in its own fileAurelien Jacobs2007-11-01
* remove useless debug funcAurelien Jacobs2007-11-01
* cleanup and simplify adx_decode_header()Aurelien Jacobs2007-11-01
* remove useless initialization to 0 of adx contextAurelien Jacobs2007-11-01
* simplify dpcm decoders declaration using a macroAurelien Jacobs2007-11-01
* remove useless #undefAurelien Jacobs2007-11-01
* remove unreachable codeAurelien Jacobs2007-11-01
* cosmetics: alignmentAurelien Jacobs2007-11-01
* don't register adpcm encoders which are not implementedAurelien Jacobs2007-11-01
* cosmetics: sortAurelien Jacobs2007-11-01
* prefer our native vorbis decoder over libvorbisMichael Niedermayer2007-10-31
* fix issue130Michael Niedermayer2007-10-31
* EA IMA EACS decoderPeter Ross2007-10-30
* EA IMA SEAD decoderPeter Ross2007-10-30
* remove a branch from an inner loop.Loren Merritt2007-10-27
* EA ADPCM R1, R2 and R3 decoderPeter Ross2007-10-24
* Clarify comment block and rewrite in better English.Diego Biurrun2007-10-22
* Use simple IDCT for nowKostya Shishkov2007-10-22
* Remove incorrect and unneeded codeKostya Shishkov2007-10-22
* Beam Software SIFF demuxer and video decoderKostya Shishkov2007-10-22
* remove some useless initializations (the whole context is initialized to 0)Aurelien Jacobs2007-10-21
* remove unused context varAurelien Jacobs2007-10-21
* New RM format deserves small version bumpKostya Shishkov2007-10-21
* indentation after last commitKostya Shishkov2007-10-21
* Make RV10/20 decoder work with new frame formatKostya Shishkov2007-10-21
* ensure all compiled in codec/muxer are registeredAurelien Jacobs2007-10-18
* small simplificationAurelien Jacobs2007-10-18
* WMV3 mode with FASTTX=0 seems to use standard IDCT instead of own 8x8 transformKostya Shishkov2007-10-18
* Unaligned memory access rcrash fixBenjamin Larsson2007-10-18
* Print pixel and display aspect ratiosMichel Bardiaux2007-10-18
* replace (disabled by default) assert(0) by abort() if the picture bufferMichael Niedermayer2007-10-18
* Rename LIB to LIBNAME for consistency.Diego Biurrun2007-10-18
* Remove unnecessary guarding &=0x0f around adpcm_ima_compress_sample().Timofei V. Bondarenko2007-10-17
* Explain why there are no multiple inclusion guards in these header files.Diego Biurrun2007-10-17