summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* adpcm: split ADPCM encoders and decoders into separate files.Justin Ruggles2011-09-12
* rv34: check that subsequent slices have the same type as first one.Kostya Shishkov2011-09-12
* libxavs: add private options corresponding to deprecated global optionsAnton Khirnov2011-09-12
* avconv: remove me_threshold option.Anton Khirnov2011-09-11
* Fixed segfault with wavpack decoder on corrupted decorrelation terms sub-blocks.Laurent Aimar2011-09-10
* cljr: init_get_bits size in bits instead of bytesAlex Converse2011-09-09
* indeo2: fail if input buffer too smallAlex Converse2011-09-09
* indeo2: init_get_bits size in bits instead of bytesAlex Converse2011-09-09
* ffv1: Fixed size given to init_get_bits() in decoder.Laurent Aimar2011-09-09
* wavpack: Check error codes rather than working around error conditions.Alex Converse2011-09-08
* Fixed invalid access in wavpack decoder on corrupted bitstream.Laurent Aimar2011-09-08
* Fixed invalid writes in wavpack decoder on corrupted bitstreams.Laurent Aimar2011-09-08
* Fixed invalid access in wavpack decoder on corrupted extra bits sub-blocks.Laurent Aimar2011-09-08
* Add LATM muxerKieran Kunhya2011-09-07