summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avformat/matroskadec: avcodec/tta: Set extradata_size to 22Andreas Rheinhardt2019-12-04
* lavc/libxavs2.c: optimize error descriptionshwren2019-12-04
* lavc/libxavs2.c: fix code style - spaceshwren2019-12-04
* lavc/libxavs2.c: avoid recomputations of pointers in xavs2_copy_frame* functionshwren2019-12-04
* lavc/libxavs2.c: use more descriptive variable names in xavs2_copy_frame* fun...hwren2019-12-04
* avcodec/av1_parser: skip frames with spatial_id > 0James Almer2019-12-02
* Revert "avcodec/cbs_av1_syntax_template: Check ref_frame_idx before use"James Almer2019-12-01
* avcodec/cbs_av1: implement missing set_frame_refs() functionJames Almer2019-12-01
* avcodec/alsdec: Discard frames for which no channel could be decodedMichael Niedermayer2019-12-01
* avcodec/alsdec: Avoid 1 layer of pointer dereferences in INTERLEAVE_OUTPUT()Michael Niedermayer2019-12-01
* avcodec/g729dec: Avoid one multiply by using init_get_bits8()Michael Niedermayer2019-12-01
* avcodec/g729dec: Avoid using buf_sizeMichael Niedermayer2019-12-01
* avcodec/g729dec: Factor block_size outMichael Niedermayer2019-12-01
* avcodec/g729dec: require buf_size to be non 0Michael Niedermayer2019-12-01
* avcodec/g729dec: Check for KELVIN && 6k4Michael Niedermayer2019-12-01
* avcodec/alac: Fix integer overflow in lpc_prediction() with signMichael Niedermayer2019-12-01
* avcodec/wmaprodec: Fix buflen computation in save_bits()Michael Niedermayer2019-12-01
* avcodec/vc1_block: Fix integer overflow in AC rescaling in vc1_decode_i_block...Michael Niedermayer2019-12-01
* avcodec/vmdaudio: Check chunk counts to avoid integer overflowMichael Niedermayer2019-12-01
* lavc/extract_extradata: Use bytestream apiAndriy Gelman2019-11-30
* avcodec/extract_extradata_bsf: Don't unref uninitialized buffersAndreas Rheinhardt2019-11-30
* avcodec/av1_parser: export stream dimensions in avctxJames Almer2019-11-29
* lavc/mvha: Check init_get_bits8() for failureJun Zhao2019-11-29
* avcodec/vp8: fix multiple ff_thread_finish_setup() callsZhao Zhili2019-11-28
* lavc/qsvenc: Fix some code indentationsLinjie Fu2019-11-28
* Add options for spatial layers.Thierry Foucu2019-11-28
* avcodec: add mvha video decoderPaul B Mahol2019-11-27
* avcodec: add mvdv video decoderPaul B Mahol2019-11-27
* lavc/qsvenc: Fix compilation for some build environments.Carl Eugen Hoyos2019-11-27
* avcodec/v210dec: add support for frame and slice threadingLimin Wang2019-11-25
* avcodec/v410dec: add support for frame and slice threadingLimin Wang2019-11-25
* avcodec/nuv: Use ff_set_dimensions()Michael Niedermayer2019-11-25
* avcodec/ffwavesynth: Fix integer overflow with pink_ts_cur/nextMichael Niedermayer2019-11-25
* avcodec/ralf: Fix integer overflows with the filter coefficient in decode_cha...Michael Niedermayer2019-11-25
* avcodec/g729dec: Use 64bit and clip in scalar productMichael Niedermayer2019-11-25
* avcodec/mxpegdec: Check for multiple SOFMichael Niedermayer2019-11-25
* avcodec/nuv: Move comptype check upMichael Niedermayer2019-11-25
* avcodec/wmavoice: Fix integer overflow in synth_frame()Michael Niedermayer2019-11-24
* avcodec/rawdec: Check bits_per_coded_sample more pedantically for 16bit casesMichael Niedermayer2019-11-24
* avcodec/cngdec: Remove AV_CODEC_CAP_DELAYMichael Niedermayer2019-11-24
* avcodec/v4l2_context: Fix indentationAndriy Gelman2019-11-22
* avcodec/v4l2_m2m_dec: Fix decoding on Odroid XU4Andriy Gelman2019-11-22
* avcodec/mjpegbdec: Fix yuv444 pix_fmt detectionAlex Mogurenko2019-11-20
* avcodec/iff: Move index use after check in decodeplane8()Michael Niedermayer2019-11-20
* avcodec/atrac3: Check for huge block alignsMichael Niedermayer2019-11-20
* avcodec/ralf: use multiply instead of shift to avoid undefined behavior in de...Michael Niedermayer2019-11-20
* avcodec/wmadec: Require previous exponents for reuseMichael Niedermayer2019-11-20
* avcodec/vc1_block: Fix undefined behavior in ac prediction rescalingMichael Niedermayer2019-11-20
* avcodec/qdm2: The smallest header seems to have 2 bytes so treat 1 as invalidMichael Niedermayer2019-11-20
* avcodec/apedec: Fixes integer overflow of res+*data in do_apply_filter()Michael Niedermayer2019-11-20