aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* avcodec/cbs_av1: fix array size for ar_coeffs_cb_plus_128 and ar_coeffs_cr_pl...James Almer2019-12-111-2/+2
* avcodec/cbs_av1: rename enable_intraintra_compound flagFei Wang2019-12-112-3/+3
* avcodec/cbs_av1: avoid reading trailing bits when obu type is OBU_TILE_LISTFei Wang2019-12-101-0/+1
* avcodec/agm: Do not allow MVs out of the picture area as no edge is allocatedMichael Niedermayer2019-12-101-2/+2
* avcodec/wmalosslessdec: Set FF_CODEC_CAP_INIT_CLEANUPMichael Niedermayer2019-12-101-0/+1
* avcodec/apedec: Fix 2 integer overflowsMichael Niedermayer2019-12-101-2/+2
* avcodec/wmaprodec: Set packet_loss when we error out on a sanity checkMichael Niedermayer2019-12-101-0/+1
* avcodec/wmaprodec: Check offsetMichael Niedermayer2019-12-101-0/+5
* avcodec/truemotion2: Fix 2 integer overflows in tm2_low_res_block()Michael Niedermayer2019-12-101-2/+2
* avcodec/wmaprodec: Check if the channel sum of all internal contexts match th...Michael Niedermayer2019-12-101-0/+2
* avcodec/truespeech: Fix an integer overflow in truespeech_synth()Michael Niedermayer2019-12-101-1/+1
* Remove redundant ;Michael Niedermayer2019-12-101-1/+1
* avcodec/atrac9dec: Check q_unit_cnt more completely before using it to access...Michael Niedermayer2019-12-071-1/+1
* lavc/cbs_h2645: Fix incorrect max size of nalu unitAndriy Gelman2019-12-061-1/+1
* avcodec/mvha: Check remaining space when reading VLC table probabilitiesMichael Niedermayer2019-12-061-0/+3
* avcodec/fitsdec: Use lrint()Michael Niedermayer2019-12-051-1/+1
* avformat/matroskadec: avcodec/tta: Set extradata_size to 22Andreas Rheinhardt2019-12-041-1/+1
* lavc/libxavs2.c: optimize error descriptionshwren2019-12-041-6/+6
* lavc/libxavs2.c: fix code style - spaceshwren2019-12-041-8/+5
* lavc/libxavs2.c: avoid recomputations of pointers in xavs2_copy_frame* functionshwren2019-12-041-9/+23
* lavc/libxavs2.c: use more descriptive variable names in xavs2_copy_frame* fun...hwren2019-12-041-15/+14
* avcodec/av1_parser: skip frames with spatial_id > 0James Almer2019-12-021-0/+3
* Revert "avcodec/cbs_av1_syntax_template: Check ref_frame_idx before use"James Almer2019-12-011-4/+3
* avcodec/cbs_av1: implement missing set_frame_refs() functionJames Almer2019-12-011-10/+112
* avcodec/alsdec: Discard frames for which no channel could be decodedMichael Niedermayer2019-12-011-0/+8
* avcodec/alsdec: Avoid 1 layer of pointer dereferences in INTERLEAVE_OUTPUT()Michael Niedermayer2019-12-011-3/+4
* avcodec/g729dec: Avoid one multiply by using init_get_bits8()Michael Niedermayer2019-12-011-1/+1
* avcodec/g729dec: Avoid using buf_sizeMichael Niedermayer2019-12-011-2/+2
* avcodec/g729dec: Factor block_size outMichael Niedermayer2019-12-011-2/+5
* avcodec/g729dec: require buf_size to be non 0Michael Niedermayer2019-12-011-1/+1
* avcodec/g729dec: Check for KELVIN && 6k4Michael Niedermayer2019-12-011-1/+1
* avcodec/alac: Fix integer overflow in lpc_prediction() with signMichael Niedermayer2019-12-011-1/+1
* avcodec/wmaprodec: Fix buflen computation in save_bits()Michael Niedermayer2019-12-011-3/+3
* avcodec/vc1_block: Fix integer overflow in AC rescaling in vc1_decode_i_block...Michael Niedermayer2019-12-011-1/+1
* avcodec/vmdaudio: Check chunk counts to avoid integer overflowMichael Niedermayer2019-12-011-0/+3
* lavc/extract_extradata: Use bytestream apiAndriy Gelman2019-11-301-16/+19
* avcodec/extract_extradata_bsf: Don't unref uninitialized buffersAndreas Rheinhardt2019-11-301-2/+2
* avcodec/av1_parser: export stream dimensions in avctxJames Almer2019-11-291-0/+7
* lavc/mvha: Check init_get_bits8() for failureJun Zhao2019-11-291-1/+3
* avcodec/vp8: fix multiple ff_thread_finish_setup() callsZhao Zhili2019-11-281-1/+2
* lavc/qsvenc: Fix some code indentationsLinjie Fu2019-11-282-5/+5
* Add options for spatial layers.Thierry Foucu2019-11-282-1/+9
* avcodec: add mvha video decoderPaul B Mahol2019-11-276-1/+321
* avcodec: add mvdv video decoderPaul B Mahol2019-11-276-1/+294
* lavc/qsvenc: Fix compilation for some build environments.Carl Eugen Hoyos2019-11-271-0/+2
* avcodec/v210dec: add support for frame and slice threadingLimin Wang2019-11-252-48/+79
* avcodec/v410dec: add support for frame and slice threadingLimin Wang2019-11-251-21/+51
* avcodec/nuv: Use ff_set_dimensions()Michael Niedermayer2019-11-251-3/+3
* avcodec/ffwavesynth: Fix integer overflow with pink_ts_cur/nextMichael Niedermayer2019-11-251-2/+2
* avcodec/ralf: Fix integer overflows with the filter coefficient in decode_cha...Michael Niedermayer2019-11-251-2/+2