aboutsummaryrefslogtreecommitdiff
path: root/libavcodec
AgeCommit message (Expand)Author
2011-09-228svx: check packet size before reading the initial sample value.Justin Ruggles
2011-09-228svx: output 8-bit samples instead of 16-bit.Justin Ruggles
2011-09-228svx: split delta decoding into a separate function.Justin Ruggles
2011-09-22Apple ProRes decoderMaxim Poliakovski
2011-09-22rv34: Check for invalid slices offsetsLaurent Aimar
2011-09-21dct-test: factor out some common code and do whas was likely intendedMans Rullgard
2011-09-21Remove some forgotten AVCodecContext.palctrl usage.Anton Khirnov
2011-09-21lavc/utils: move avcodec_init() higher in the file.Anton Khirnov
2011-09-21lavc: replace some deprecated FF_*_TYPE with AV_PICTURE_TYPE_*Anton Khirnov
2011-09-21ac3dec: actually use drc_scale private optionAnton Khirnov
2011-09-21lavc: undeprecate AVPALETTE_SIZE and AVPALETTE_COUNT macrosAnton Khirnov
2011-09-21msmpeg4: remove leftover unused debug variable declarationDiego Biurrun
2011-09-21Fix assert() calls that need updates after FF_COMMON_FRAME macro elimination.Diego Biurrun
2011-09-21Fix av_dlog invocations with wrong or missing logging context.Diego Biurrun
2011-09-20rv34: Check for invalid slice offsetsLaurent Aimar
2011-09-19rv34: Fix potential overreadsLaurent Aimar
2011-09-19rv34: Fix buffer size used for MC of B frames after a resolution changeLaurent Aimar
2011-09-19rv34: Avoid NULL dereference on corrupted bitstreamLaurent Aimar
2011-09-19rv10: Reject slices that does not have the same type as the first oneLaurent Aimar
2011-09-16libx264: introduce slice-max-size optionLuca Barbato
2011-09-15Fixed size given to init_get_bits().Laurent Aimar
2011-09-14smacker: fix a few off by 1 errorsMichael Niedermayer
2011-09-14Check for invalid VLC value in smacker decoder.Laurent Aimar
2011-09-14Check and propagate errors when VLC trees cannot be built in smacker decoder.Laurent Aimar
2011-09-13include stdint.h in adpcm_data.hJustin Ruggles
2011-09-13mpeg12: reorder functions to avoid ugly forward declarationsDiego Biurrun
2011-09-12xan: Add some buffer checksAlex Converse
2011-09-12xan: Remove extra trailing newlineAlex Converse
2011-09-12Fixed size given to init_get_bits() in xan decoder.Laurent Aimar
2011-09-12adpcm: split ADPCM encoders and decoders into separate files.Justin Ruggles
2011-09-12rv34: check that subsequent slices have the same type as first one.Kostya Shishkov
2011-09-12libxavs: add private options corresponding to deprecated global optionsAnton Khirnov
2011-09-11avconv: remove me_threshold option.Anton Khirnov
2011-09-10Fixed segfault with wavpack decoder on corrupted decorrelation terms sub-blocks.Laurent Aimar
2011-09-09cljr: init_get_bits size in bits instead of bytesAlex Converse
2011-09-09indeo2: fail if input buffer too smallAlex Converse
2011-09-09indeo2: init_get_bits size in bits instead of bytesAlex Converse
2011-09-09ffv1: Fixed size given to init_get_bits() in decoder.Laurent Aimar
2011-09-08wavpack: Check error codes rather than working around error conditions.Alex Converse
2011-09-08Fixed invalid access in wavpack decoder on corrupted bitstream.Laurent Aimar
2011-09-08Fixed invalid writes in wavpack decoder on corrupted bitstreams.Laurent Aimar
2011-09-08Fixed invalid access in wavpack decoder on corrupted extra bits sub-blocks.Laurent Aimar
2011-09-07Add LATM muxerKieran Kunhya
2011-09-07v210enc: clip values according to specificationsBaptiste Coudurier
2011-09-07v210enc: switch to PIX_FMT_422P10Baptiste Coudurier
2011-09-07v210dec: switch to PIX_FMT_422P10Baptiste Coudurier
2011-09-07AVOptions: deprecate av_opt_set_defaults2Anton Khirnov
2011-09-07libx264: fix setting some more parametersAnton Khirnov
2011-09-07libx264: fix setting the H.264 levelAndrej Peterka
2011-09-07libx264: add 'direct-pred' private optionAnton Khirnov