summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* | aacdec: Make aac-latm closer to the spec (not reading random data leading to ...Michael Niedermayer2011-09-23
* | aacsbr: prevent multiple ff_aac_sbr_ctx_init()Michael Niedermayer2011-09-23
* | aacsbr: add a assert0 to check for a inconsistency thatMichael Niedermayer2011-09-23
* | h264dec: Decode in stream avc extradata.Michael Niedermayer2011-09-23
* | h264: pass buffer & size to ff_h264_decode_extradata()Michael Niedermayer2011-09-23
* | aacdec: disable locking code for parse_adts_frame_header() non zero chan config.Michael Niedermayer2011-09-23
* | forgot git add prores_*cMichael Niedermayer2011-09-23
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-23
|\|
| * 8svx/iff: fix decoding of compressed stereo 8svx files.Justin Ruggles2011-09-22
| * 8svx: log an error message if output buffer is too smallJustin Ruggles2011-09-22
| * 8svx: check packet size before reading the initial sample value.Justin Ruggles2011-09-22
| * 8svx: output 8-bit samples instead of 16-bit.Justin Ruggles2011-09-22
| * 8svx: split delta decoding into a separate function.Justin Ruggles2011-09-22
| * Apple ProRes decoderMaxim Poliakovski2011-09-22
| * rv34: Check for invalid slices offsetsLaurent Aimar2011-09-22
* | mpeg4videoenc: remove forgotten return -1Michael Niedermayer2011-09-22
* | mpeg4videoenc: guess a good aspect when we cant store the exact one.Michael Niedermayer2011-09-22
* | prores: skip alpha if presentJonne Ahner2011-09-22
* | Check for huffman tree building error in vp6 decoder.Laurent Aimar2011-09-22
* | Release old pictures after a resolution change in vp5/6 decoderLaurent Aimar2011-09-22
* | Check for missing reference in vp5/6 decoder.Laurent Aimar2011-09-22
* | Check for invalid slices offsets in RV30/40 decoder.Laurent Aimar2011-09-22
* | Check output buffer size in nellymoser decoder.Laurent Aimar2011-09-22
* | Fix dxva2 decoding for some H264 samples.Carl Eugen Hoyos2011-09-21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-21
|\|
| * dct-test: factor out some common code and do whas was likely intendedMans Rullgard2011-09-21
| * Remove some forgotten AVCodecContext.palctrl usage.Anton Khirnov2011-09-21
| * lavc/utils: move avcodec_init() higher in the file.Anton Khirnov2011-09-21
| * lavc: replace some deprecated FF_*_TYPE with AV_PICTURE_TYPE_*Anton Khirnov2011-09-21
| * ac3dec: actually use drc_scale private optionAnton Khirnov2011-09-21
| * lavc: undeprecate AVPALETTE_SIZE and AVPALETTE_COUNT macrosAnton Khirnov2011-09-21
| * msmpeg4: remove leftover unused debug variable declarationDiego Biurrun2011-09-21
| * Fix assert() calls that need updates after FF_COMMON_FRAME macro elimination.Diego Biurrun2011-09-21
| * Fix av_dlog invocations with wrong or missing logging context.Diego Biurrun2011-09-21
| * rv34: Check for invalid slice offsetsLaurent Aimar2011-09-20