summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-24
|\
| * Use explicit struct initializers for AVCodec declarations.Diego Biurrun2011-09-24
| * adpcmenc: Set bits_per_coded_sampleJustin Ruggles2011-09-23
| * adpcmenc: fix QT IMA ADPCM encoderBaptiste Coudurier2011-09-23
| * adpcmdec: Fix QT IMA ADPCM decoderBaptiste Coudurier2011-09-23
| * permit decoding of multichannel ADPCM_EA_XASPeter Ross2011-09-23
| * Fix input buffer size check in adpcm_ea decoder.Reimar Döffinger2011-09-23
| * fft: avoid a signed overflowSean McGovern2011-09-23
* | Fix segfault in save_bits:Sascha Sommer2011-09-24
* | g729dec: disable all cpu acceleration, the code does not provide any alignment.Michael Niedermayer2011-09-24
* | g729dec: set sample format.Michael Niedermayer2011-09-24
* | Disable MMXVladimir Voroshilov2011-09-24
* | Fix comments about implemented codecsVladimir Voroshilov2011-09-24
* | Adaptive gain controlVladimir Voroshilov2011-09-24
* | G.729 postfilterVladimir Voroshilov2011-09-24
* | Replace pitch_delay_int with arrayVladimir Voroshilov2011-09-24
* | G.729 build environmentVladimir Voroshilov2011-09-24
* | g729dec: Make 2 functions static that are not used outside g729dec.cMichael Niedermayer2011-09-24
* | High-pass filterVladimir Voroshilov2011-09-24
* | Add G.729D decoderVladimir Voroshilov2011-09-24
* | Synthesis filterVladimir Voroshilov2011-09-24
* | Indentation fix after gain codes decoding2Vladimir Voroshilov2011-09-24
* | Gain pitch and gain code for G729DVladimir Voroshilov2011-09-24
* | Indentation fix 2Vladimir Voroshilov2011-09-24
* | Convert gain pitch and gain code to arraysVladimir Voroshilov2011-09-24
* | Interolate excitation signalVladimir Voroshilov2011-09-24
* | Fixed- and adaptive-codebook gainsVladimir Voroshilov2011-09-24
* | Frame erasure support for fixed-codebook vectorsVladimir Voroshilov2011-09-24
* | Fixed-codebook vector decodingVladimir Voroshilov2011-09-24
* | Add packet_typeVladimir Voroshilov2011-09-24
* | Frame erasure support for pitch delay decodingVladimir Voroshilov2011-09-24
* | Doxy for LSF erasure caseVladimir Voroshilov2011-09-24
* | doxy comments for LSF arrayVladimir Voroshilov2011-09-24
* | Indentation fix in LSFVladimir Voroshilov2011-09-24
* | Frame erasure support for LSF decodingVladimir Voroshilov2011-09-24
* | Revert "g729: Merge g729.h into g729dec.c."Michael Niedermayer2011-09-24
* | Restore WIP g729 code that has been remvoed by diego biurrun.Michael Niedermayer2011-09-24
* | vp56:Fix error recovery code on size changes in vp5/6 decoderLaurent Aimar2011-09-24
* | vp6:Reset the internal state when aborting key frames header parsing in vp6 d...Laurent Aimar2011-09-24
* | h264: Check for out of bounds reads in ff_h264_decode_extradata().Laurent Aimar2011-09-24
* | Add new pix_fmt RGBA64Jean First2011-09-24
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-24
|\|
| * ratecontrol: update last_qscale_for soonerLuca Barbato2011-09-22
| * prores: return more meaningful error valuesDiego Biurrun2011-09-23
| * prores: improve error message wordingDiego Biurrun2011-09-23
| * prores: cosmetics: prettyprinting, drop useless parenthesesDiego Biurrun2011-09-23
| * prores: lowercase AVCodec name entryDiego Biurrun2011-09-23
* | tiffenc: initialize forgotten avctx.Jean First2011-09-23
* | tiffenc: Add forgotten avclass to context.Jean First2011-09-23
* | aacdec: fix channel reconfigs on LATMMichael Niedermayer2011-09-23