summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* v210enc: clip values according to specificationsBaptiste Coudurier2011-09-07
* v210enc: switch to PIX_FMT_422P10Baptiste Coudurier2011-09-07
* v210dec: switch to PIX_FMT_422P10Baptiste Coudurier2011-09-07
* AVOptions: deprecate av_opt_set_defaults2Anton Khirnov2011-09-07
* libx264: fix setting some more parametersAnton Khirnov2011-09-07
* libx264: fix setting the H.264 levelAndrej Peterka2011-09-07
* libx264: add 'direct-pred' private optionAnton Khirnov2011-09-07
* libx264: add 'partitions' private optionAnton Khirnov2011-09-07
* libx264: add 'cplxblur' private optionAnton Khirnov2011-09-06
* libx264: add 'deblock' private optionAnton Khirnov2011-09-06
* libx264: add 'b-bias' private optionAnton Khirnov2011-09-06
* libx264: fix setting some options.Anton Khirnov2011-09-06
* libx264: remove useless assignmentAnton Khirnov2011-09-06
* ac3dec: avoid pointless alloc and indirection for input_bufferReimar Döffinger2011-09-06
* mpeg12: cosmetics: reformat as K&RDiego Biurrun2011-09-06