summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* flacdec: fix buffer size checking in get_metadata_size()Justin Ruggles2011-09-26
* oggdec: add support for Xiph's CELT codecNicolas George2011-09-26
* cosmetics: reindent and pretty-printJustin Ruggles2011-09-25
* libgsm: split init and close fuctions for encoder and decoder.Justin Ruggles2011-09-25
* ppc: fix 32-bit PIC buildMans Rullgard2011-09-25
* vmdaudio: fix decoding of 16-bit audio format.Justin Ruggles2011-09-25
* h264: check for out of bounds reads in ff_h264_decode_extradata().Laurent Aimar2011-09-25
* 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
* 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
* 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
* 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
* rv34: Fix potential overreadsLaurent Aimar2011-09-19
* rv34: Fix buffer size used for MC of B frames after a resolution changeLaurent Aimar2011-09-19
* rv34: Avoid NULL dereference on corrupted bitstreamLaurent Aimar2011-09-19
* rv10: Reject slices that does not have the same type as the first oneLaurent Aimar2011-09-19
* libx264: introduce slice-max-size optionLuca Barbato2011-09-16
* Fixed size given to init_get_bits().Laurent Aimar2011-09-15
* smacker: fix a few off by 1 errorsMichael Niedermayer2011-09-14
* Check for invalid VLC value in smacker decoder.Laurent Aimar2011-09-14
* Check and propagate errors when VLC trees cannot be built in smacker decoder.Laurent Aimar2011-09-14
* include stdint.h in adpcm_data.hJustin Ruggles2011-09-13
* mpeg12: reorder functions to avoid ugly forward declarationsDiego Biurrun2011-09-13
* xan: Add some buffer checksAlex Converse2011-09-12
* xan: Remove extra trailing newlineAlex Converse2011-09-12
* Fixed size given to init_get_bits() in xan decoder.Laurent Aimar2011-09-12