summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/4xm: Fix signed integer overflows in idct()Michael Niedermayer2019-07-08
* avcodec/qdm2: Check checksum_size for 0Michael Niedermayer2019-07-08
* avcodec/qdm2: error out of qdm2_fft_decode_tones() before entering endless loopMichael Niedermayer2019-07-08
* avcodec/qdm2: Do not read out of array in fix_coding_method_array()Michael Niedermayer2019-07-08
* avcodec/simple_idct_template: Fix integer overflow in idctSparseColAdd()Michael Niedermayer2019-07-08
* avcodec/simple_idct_template: Fix integer overflow in idctSparseCol()Michael Niedermayer2019-07-08
* avcodec/svq3: Use ff_set_dimension()Michael Niedermayer2019-07-08
* avcodec/iff: Check ham vs bppMichael Niedermayer2019-07-08
* avcodec/ffwavesynth: use uint32_t to compute difference, it is enoughMichael Niedermayer2019-07-08
* avcodec/ffwavesynth: Simplify lcg_seek(), avoid negative caseMichael Niedermayer2019-07-08
* avcodec/ffwavesynth: Fix backward lcg_seek()Michael Niedermayer2019-07-08
* avcodec/flicvideo: Fix off by 1 error in flic_decode_frame_24BPP()Michael Niedermayer2019-07-08
* avcodec/vc1_block: Check for vlc error in vc1_decode_ac_coeff()Michael Niedermayer2019-07-08
* avcodec/alac: Check lpc_quantMichael Niedermayer2019-07-08
* avcodec/dxv: Initialize tex_funct to NULLMichael Niedermayer2019-07-08
* vp9_metadata: Avoid allocations and copies of packet structuresAndreas Rheinhardt2019-07-07
* mpeg2_metadata: Localize inserting of sequence display extensionsAndreas Rheinhardt2019-07-07
* mpeg2_metadata: Avoid allocations and copies of packet structuresAndreas Rheinhardt2019-07-07
* h265_metadata: Correct error checkAndreas Rheinhardt2019-07-07
* h265_metadata: Avoid allocations and copies of packet structuresAndreas Rheinhardt2019-07-07
* h264_redundant_pps: Fix looping over an access unit's unitsAndreas Rheinhardt2019-07-07
* h264_redundant_pps: Avoid allocations and copies of packet structuresAndreas Rheinhardt2019-07-07
* av1_metadata: Error out if fragment is emptyAndreas Rheinhardt2019-07-07
* h264_metadata: Localize code for display orientationAndreas Rheinhardt2019-07-07
* h264_metadata: Avoid allocations and copies of packet structuresAndreas Rheinhardt2019-07-07
* av1/h264_metadata, filter_units: Count down when deleting unitsAndreas Rheinhardt2019-07-07
* filter_units: Avoid allocations and copies of packet structuresAndreas Rheinhardt2019-07-07
* filter_units: Reindent after previous commitAndreas Rheinhardt2019-07-07
* filter_units: Don't use fake loopAndreas Rheinhardt2019-07-07
* filter_units: Unref packet on failureAndreas Rheinhardt2019-07-07
* av1_metadata: Avoid allocations and copies of packet structuresAndreas Rheinhardt2019-07-07
* cbs: Allow non-blank packets in ff_cbs_write_packetAndreas Rheinhardt2019-07-07
* avcodec/h264dec: set AVFrame decode_error_flags in case of decoding errorAmir Pauker2019-07-07
* avcodec/error_resilience: set AVFrame decode_error_flags in case of decoding ...Amir Pauker2019-07-07
* libx265: Update ROI behaviour to match documentationMark Thompson2019-07-07
* libx264: Update ROI behaviour to match documentationMark Thompson2019-07-07
* lavc/h265_profile_level: Add new profilesMark Thompson2019-07-07
* lavc/h265_profile_level: Add unit testMark Thompson2019-07-07
* h265_metadata: Add option to set the level of the streamMark Thompson2019-07-07
* lavc/h265_profile_level: Do not allow high tier at level < 4Mark Thompson2019-07-07
* lavc/h265_profile_level: Fix DPB size calculationMark Thompson2019-07-07
* avcodec/cngdec: set .caps_internalPaul B Mahol2019-07-07
* avcodec/alsdec: Add FF_CODEC_CAP_INIT_CLEANUPMichael Niedermayer2019-07-06
* avcodec/alsdec: Fix integer overflow with buffer numberMichael Niedermayer2019-07-06
* avcodec/alsdec: Fixes signed integer overflow in LSB additionMichael Niedermayer2019-07-06
* avcodec/alsdec: Check opt_order / sb_length in ra_block handlingMichael Niedermayer2019-07-06
* avcodec/alsdec: Fix integer overflow with shifting samplesMichael Niedermayer2019-07-06
* avcodec/alsdec: Fix undefined behavior in decode_rice()Michael Niedermayer2019-07-06
* avcodec/alsdec: Fixes invalid shifts in read_var_block_data() and INTERLEAVE_...Michael Niedermayer2019-07-06
* avcodec/hevc_ps: fix range of num_tile_{columns,rows}_minus1James Almer2019-07-05