summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* prores: return more meaningful error valuesDiego Biurrun2011-09-231-16/+16
* prores: improve error message wordingDiego Biurrun2011-09-231-14/+14
* prores: cosmetics: prettyprinting, drop useless parenthesesDiego Biurrun2011-09-231-9/+7
* prores: lowercase AVCodec name entryDiego Biurrun2011-09-231-1/+1
* 8svx/iff: fix decoding of compressed stereo 8svx files.Justin Ruggles2011-09-221-18/+83
* 8svx: log an error message if output buffer is too smallJustin Ruggles2011-09-221-1/+4
* 8svx: check packet size before reading the initial sample value.Justin Ruggles2011-09-221-0/+4
* 8svx: output 8-bit samples instead of 16-bit.Justin Ruggles2011-09-221-19/+18
* 8svx: split delta decoding into a separate function.Justin Ruggles2011-09-221-7/+23
* Apple ProRes decoderMaxim Poliakovski2011-09-224-1/+736
* rv34: Check for invalid slices offsetsLaurent Aimar2011-09-221-1/+10
* dct-test: factor out some common code and do whas was likely intendedMans Rullgard2011-09-211-75/+55
* Remove some forgotten AVCodecContext.palctrl usage.Anton Khirnov2011-09-211-2/+0
* lavc/utils: move avcodec_init() higher in the file.Anton Khirnov2011-09-211-14/+14
* lavc: replace some deprecated FF_*_TYPE with AV_PICTURE_TYPE_*Anton Khirnov2011-09-213-4/+4
* ac3dec: actually use drc_scale private optionAnton Khirnov2011-09-212-2/+7
* lavc: undeprecate AVPALETTE_SIZE and AVPALETTE_COUNT macrosAnton Khirnov2011-09-211-2/+2
* msmpeg4: remove leftover unused debug variable declarationDiego Biurrun2011-09-211-4/+0
* Fix assert() calls that need updates after FF_COMMON_FRAME macro elimination.Diego Biurrun2011-09-215-12/+12
* Fix av_dlog invocations with wrong or missing logging context.Diego Biurrun2011-09-211-1/+1
* rv34: Check for invalid slice offsetsLaurent Aimar2011-09-201-4/+5
* rv34: Fix potential overreadsLaurent Aimar2011-09-191-2/+3
* rv34: Fix buffer size used for MC of B frames after a resolution changeLaurent Aimar2011-09-191-2/+2
* rv34: Avoid NULL dereference on corrupted bitstreamLaurent Aimar2011-09-191-1/+1
* rv10: Reject slices that does not have the same type as the first oneLaurent Aimar2011-09-191-0/+5
* libx264: introduce slice-max-size optionLuca Barbato2011-09-161-0/+5
* Fixed size given to init_get_bits().Laurent Aimar2011-09-155-5/+5
* smacker: fix a few off by 1 errorsMichael Niedermayer2011-09-141-4/+4
* Check for invalid VLC value in smacker decoder.Laurent Aimar2011-09-141-0/+2
* Check and propagate errors when VLC trees cannot be built in smacker decoder.Laurent Aimar2011-09-141-8/+12
* include stdint.h in adpcm_data.hJustin Ruggles2011-09-131-0/+2
* mpeg12: reorder functions to avoid ugly forward declarationsDiego Biurrun2011-09-131-532/+521
* xan: Add some buffer checksAlex Converse2011-09-121-8/+29
* xan: Remove extra trailing newlineAlex Converse2011-09-121-1/+0
* Fixed size given to init_get_bits() in xan decoder.Laurent Aimar2011-09-121-4/+6
* adpcm: split ADPCM encoders and decoders into separate files.Justin Ruggles2011-09-126-729/+861
* rv34: check that subsequent slices have the same type as first one.Kostya Shishkov2011-09-121-0/+7
* libxavs: add private options corresponding to deprecated global optionsAnton Khirnov2011-09-121-27/+99
* avconv: remove me_threshold option.Anton Khirnov2011-09-111-1/+1
* Fixed segfault with wavpack decoder on corrupted decorrelation terms sub-blocks.Laurent Aimar2011-09-101-2/+3
* cljr: init_get_bits size in bits instead of bytesAlex Converse2011-09-091-1/+1
* indeo2: fail if input buffer too smallAlex Converse2011-09-091-1/+7
* indeo2: init_get_bits size in bits instead of bytesAlex Converse2011-09-091-1/+1
* ffv1: Fixed size given to init_get_bits() in decoder.Laurent Aimar2011-09-091-2/+2
* wavpack: Check error codes rather than working around error conditions.Alex Converse2011-09-081-3/+10
* Fixed invalid access in wavpack decoder on corrupted bitstream.Laurent Aimar2011-09-081-14/+35
* Fixed invalid writes in wavpack decoder on corrupted bitstreams.Laurent Aimar2011-09-081-3/+3
* Fixed invalid access in wavpack decoder on corrupted extra bits sub-blocks.Laurent Aimar2011-09-081-1/+1
* Add LATM muxerKieran Kunhya2011-09-071-0/+1
* v210enc: clip values according to specificationsBaptiste Coudurier2011-09-071-6/+8
OpenPOWER on IntegriCloud