aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* avcodec/jpeglsdec: Fix if( code styleMichael Niedermayer2022-04-061-3/+3
* avcodec/jpeglsdec: Check get_ur_golomb_jpegls() for errorMichael Niedermayer2022-04-061-0/+2
* avcodec/motion_est: fix indention of ff_get_best_fcode()Michael Niedermayer2022-04-061-3/+3
* avcodec/motion_est: Fix xy indexing on range violation in ff_get_best_fcode()Michael Niedermayer2022-04-061-2/+1
* avcodec/jpeglsdec: Increase range for N in ls_get_code_runterm() by using uns...Michael Niedermayer2022-04-061-1/+1
* avcodec/cfhd: Avoid signed integer overflow in coeffMichael Niedermayer2022-04-061-2/+2
* avcodec/apedec: Fix integer overflows in predictor_update_3930()Michael Niedermayer2022-04-061-8/+8
* avcodec/apedec: fix integer overflow in 8bit samplesMichael Niedermayer2022-04-061-1/+1
* avcodec/tiff: Remove messing with jpeg contextMichael Niedermayer2022-04-061-22/+2
* avcodec/tiff: Use ff_set_dimensions() for setting up mjpeg context dimensionsMichael Niedermayer2022-04-061-7/+8
* avcodec/tiff: Pass max_pixels to mjpeg contextMichael Niedermayer2022-04-061-0/+1
* avcodec/vqavideo: reset accounting on errorMichael Niedermayer2022-04-061-3/+4
* avcodec/alacdsp: fix integer overflow in decorrelate_stereo()Michael Niedermayer2022-04-061-1/+1
* avcodec/apedec: Change avg to uint32_tMichael Niedermayer2022-04-061-1/+1
* avcodec/vp3: Check version in all cases when VP4 code is not builtMichael Niedermayer2022-04-061-1/+8
* avcodec/libdav1d: free the Dav1dData packet on dav1d_send_data() failureJames Almer2022-02-011-1/+3
* avcodec/zmbvenc: Fix memleak upon init errorAndreas Rheinhardt2022-01-111-3/+5
* avcodec/dnxhdenc: Fix segfault when using too many slice threadsAndreas Rheinhardt2022-01-111-1/+1
* avcodec/wma(dec|enc): Fix memleaks upon allocation errorAndreas Rheinhardt2022-01-112-0/+4
* avcodec/opus_silk: Remove wrong size information in function declarationAndreas Rheinhardt2022-01-111-1/+2
* avcodec/rasc: Fix potential use of uninitialized valueAndreas Rheinhardt2022-01-111-0/+1
* avcodec/h263: Fix global-buffer-overflow with noout flag2 setAndreas Rheinhardt2022-01-111-3/+4
* avcodec/vaapi_encode: Fix segfault upon closing uninitialized encoderAndreas Rheinhardt2022-01-111-3/+10
* avcodec/movtextenc: Fix infinite loop due to variable truncationAndreas Rheinhardt2022-01-111-4/+4
* avcodec/libopenh264dec: Increase array sizes, fix stack-buffer overreadAndreas Rheinhardt2022-01-111-2/+3
* avcodec/libkvazaar: Increase array sizeAndreas Rheinhardt2022-01-111-1/+7
* avcodec/nvenc: zero-initialize NV_ENC_REGISTER_RESOURCE structTimo Rothenpieler2022-01-101-1/+1
* avcodec/Makefile: Add missing entry for ADPCM_IMA_AMV_ENCODERAndreas Rheinhardt2022-01-061-0/+1
* avcodec/Makefile: Only compile nvenc.o if neededAndreas Rheinhardt2022-01-051-6/+5
* avcodec/av1_vaapi: improve decode qualityFei Wang2021-12-281-27/+41
* avcodec/av1_vaapi: enable segmentation featuresFei Wang2021-12-281-0/+14
* avcodec/av1_vaapi: setting 2 output surface for film grainFei Wang2021-12-281-7/+108
* avcodec/vaapi: increase av1 decode pool sizeFei Wang2021-12-281-1/+1
* avcodec/dxva2_av1: fix global motion paramsTong Wu2021-12-281-1/+1
* avcodec/av1_vaapi: add gm params valid checkFei Wang2021-12-281-1/+2
* avcodec/av1dec: support setup shear processFei Wang2021-12-282-0/+99
* avcodec/av1: extend some definitions in spec section 3Fei Wang2021-12-281-0/+7
* cbs_av1: fix incorrect data typeFei Wang2021-12-281-1/+1
* avcodec/libdav1d: let libdav1d choose optimal max frame delayJames Almer2021-11-051-1/+1
* avcodec/libdav1d: pass auto threads value to libdav1dJames Almer2021-11-051-0/+4
* avcodec/flac_parser: Consider AV_INPUT_BUFFER_PADDING_SIZEMichael Niedermayer2021-10-231-1/+2
* avcodec/ttadsp: Fix integer overflows in tta_filter_process_c()Michael Niedermayer2021-10-211-3/+3
* avcodec/utils: Ensure 8x8 alignment for ARGO in avcodec_align_dimensions2()Michael Niedermayer2021-10-211-2/+3
* avcodec/apedec: Use 64bit to avoid overflowMichael Niedermayer2021-10-211-1/+1
* avcodec/apedec: Fix undefined integer overflow in long_filter_ehigh_3830()Michael Niedermayer2021-10-211-1/+1
* avcodec/apedec: Fix integer overflow in filter_fast_3320()Michael Niedermayer2021-10-051-1/+1
* avcodec/mxpegdec: Check for AVDISCARD_ALLMichael Niedermayer2021-10-051-0/+3
* avcodec/flicvideo: Check remaining bytes in FLI*COPYMichael Niedermayer2021-10-051-0/+2
* avcodec/utils: ARGO writes 4x4 blocks without regard to the image dimensionsMichael Niedermayer2021-10-051-0/+6
* avcodec/cbs_h265_syntax_template: Limit sps_num_palette_predictor_initializer...Michael Niedermayer2021-10-051-1/+1