summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* cosmetics: Fix spacial --> spatial typo in function names.Diego Biurrun2007-11-10
* misc spelling/grammar/wording fixes in commentsDiego Biurrun2007-11-10
* X8 is supported now, so warning is incorrectKostya Shishkov2007-11-10
* Provide top_field_first logic for h264Reinhard Nissl2007-11-10
* make some tables staticAurelien Jacobs2007-11-10
* add multiple inclusion guardsAurelien Jacobs2007-11-09
* grammarMichael Niedermayer2007-11-09
* indentionMichael Niedermayer2007-11-09
* remove useless #ifdefMichael Niedermayer2007-11-09
* remove inline from non speed critical functionsMichael Niedermayer2007-11-09
* vertical alignMichael Niedermayer2007-11-09
* indentionMichael Niedermayer2007-11-09
* remove unneeded {}Michael Niedermayer2007-11-09
* add {} to make the else look a little more normalMichael Niedermayer2007-11-09
* indentionMichael Niedermayer2007-11-09
* indentionMichael Niedermayer2007-11-09
* remove debug variableMichael Niedermayer2007-11-09
* remove #if 0 codeMichael Niedermayer2007-11-09
* cosmeticMichael Niedermayer2007-11-09
* factorizeMichael Niedermayer2007-11-09
* intrax8 decoder patch by "someone"Michael Niedermayer2007-11-09
* Move 2 defines from mpegaudiodec.c to mpegaudiodata.h to allow compilationMartin Lindhe2007-11-08
* cosmetics: indentationAurelien Jacobs2007-11-07
* split wmv2 in its own fileAurelien Jacobs2007-11-07
* Fix deblocking filter for field pictures by properly looking for firstJeff Downs2007-11-07
* 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