| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/jpeglsdec: Fix if( code style | Michael Niedermayer | 2022-04-06 | 1 | -3/+3 |
* | avcodec/jpeglsdec: Check get_ur_golomb_jpegls() for error | Michael Niedermayer | 2022-04-06 | 1 | -0/+2 |
* | avcodec/motion_est: fix indention of ff_get_best_fcode() | Michael Niedermayer | 2022-04-06 | 1 | -3/+3 |
* | avcodec/motion_est: Fix xy indexing on range violation in ff_get_best_fcode() | Michael Niedermayer | 2022-04-06 | 1 | -2/+1 |
* | avcodec/jpeglsdec: Increase range for N in ls_get_code_runterm() by using uns... | Michael Niedermayer | 2022-04-06 | 1 | -1/+1 |
* | avcodec/cfhd: Avoid signed integer overflow in coeff | Michael Niedermayer | 2022-04-06 | 1 | -2/+2 |
* | avcodec/apedec: Fix integer overflows in predictor_update_3930() | Michael Niedermayer | 2022-04-06 | 1 | -8/+8 |
* | avcodec/apedec: fix integer overflow in 8bit samples | Michael Niedermayer | 2022-04-06 | 1 | -1/+1 |
* | avcodec/tiff: Remove messing with jpeg context | Michael Niedermayer | 2022-04-06 | 1 | -22/+2 |
* | avcodec/tiff: Use ff_set_dimensions() for setting up mjpeg context dimensions | Michael Niedermayer | 2022-04-06 | 1 | -7/+8 |
* | avcodec/tiff: Pass max_pixels to mjpeg context | Michael Niedermayer | 2022-04-06 | 1 | -0/+1 |
* | avcodec/vqavideo: reset accounting on error | Michael Niedermayer | 2022-04-06 | 1 | -3/+4 |
* | avcodec/alacdsp: fix integer overflow in decorrelate_stereo() | Michael Niedermayer | 2022-04-06 | 1 | -1/+1 |
* | avcodec/apedec: Change avg to uint32_t | Michael Niedermayer | 2022-04-06 | 1 | -1/+1 |
* | avcodec/vp3: Check version in all cases when VP4 code is not built | Michael Niedermayer | 2022-04-06 | 1 | -1/+8 |
* | avcodec/libdav1d: free the Dav1dData packet on dav1d_send_data() failure | James Almer | 2022-02-01 | 1 | -1/+3 |
* | avcodec/zmbvenc: Fix memleak upon init error | Andreas Rheinhardt | 2022-01-11 | 1 | -3/+5 |
* | avcodec/dnxhdenc: Fix segfault when using too many slice threads | Andreas Rheinhardt | 2022-01-11 | 1 | -1/+1 |
* | avcodec/wma(dec|enc): Fix memleaks upon allocation error | Andreas Rheinhardt | 2022-01-11 | 2 | -0/+4 |
* | avcodec/opus_silk: Remove wrong size information in function declaration | Andreas Rheinhardt | 2022-01-11 | 1 | -1/+2 |
* | avcodec/rasc: Fix potential use of uninitialized value | Andreas Rheinhardt | 2022-01-11 | 1 | -0/+1 |
* | avcodec/h263: Fix global-buffer-overflow with noout flag2 set | Andreas Rheinhardt | 2022-01-11 | 1 | -3/+4 |
* | avcodec/vaapi_encode: Fix segfault upon closing uninitialized encoder | Andreas Rheinhardt | 2022-01-11 | 1 | -3/+10 |
* | avcodec/movtextenc: Fix infinite loop due to variable truncation | Andreas Rheinhardt | 2022-01-11 | 1 | -4/+4 |
* | avcodec/libopenh264dec: Increase array sizes, fix stack-buffer overread | Andreas Rheinhardt | 2022-01-11 | 1 | -2/+3 |
* | avcodec/libkvazaar: Increase array size | Andreas Rheinhardt | 2022-01-11 | 1 | -1/+7 |
* | avcodec/nvenc: zero-initialize NV_ENC_REGISTER_RESOURCE struct | Timo Rothenpieler | 2022-01-10 | 1 | -1/+1 |
* | avcodec/Makefile: Add missing entry for ADPCM_IMA_AMV_ENCODER | Andreas Rheinhardt | 2022-01-06 | 1 | -0/+1 |
* | avcodec/Makefile: Only compile nvenc.o if needed | Andreas Rheinhardt | 2022-01-05 | 1 | -6/+5 |
* | avcodec/av1_vaapi: improve decode quality | Fei Wang | 2021-12-28 | 1 | -27/+41 |
* | avcodec/av1_vaapi: enable segmentation features | Fei Wang | 2021-12-28 | 1 | -0/+14 |
* | avcodec/av1_vaapi: setting 2 output surface for film grain | Fei Wang | 2021-12-28 | 1 | -7/+108 |
* | avcodec/vaapi: increase av1 decode pool size | Fei Wang | 2021-12-28 | 1 | -1/+1 |
* | avcodec/dxva2_av1: fix global motion params | Tong Wu | 2021-12-28 | 1 | -1/+1 |
* | avcodec/av1_vaapi: add gm params valid check | Fei Wang | 2021-12-28 | 1 | -1/+2 |
* | avcodec/av1dec: support setup shear process | Fei Wang | 2021-12-28 | 2 | -0/+99 |
* | avcodec/av1: extend some definitions in spec section 3 | Fei Wang | 2021-12-28 | 1 | -0/+7 |
* | cbs_av1: fix incorrect data type | Fei Wang | 2021-12-28 | 1 | -1/+1 |
* | avcodec/libdav1d: let libdav1d choose optimal max frame delay | James Almer | 2021-11-05 | 1 | -1/+1 |
* | avcodec/libdav1d: pass auto threads value to libdav1d | James Almer | 2021-11-05 | 1 | -0/+4 |
* | avcodec/flac_parser: Consider AV_INPUT_BUFFER_PADDING_SIZE | Michael Niedermayer | 2021-10-23 | 1 | -1/+2 |
* | avcodec/ttadsp: Fix integer overflows in tta_filter_process_c() | Michael Niedermayer | 2021-10-21 | 1 | -3/+3 |
* | avcodec/utils: Ensure 8x8 alignment for ARGO in avcodec_align_dimensions2() | Michael Niedermayer | 2021-10-21 | 1 | -2/+3 |
* | avcodec/apedec: Use 64bit to avoid overflow | Michael Niedermayer | 2021-10-21 | 1 | -1/+1 |
* | avcodec/apedec: Fix undefined integer overflow in long_filter_ehigh_3830() | Michael Niedermayer | 2021-10-21 | 1 | -1/+1 |
* | avcodec/apedec: Fix integer overflow in filter_fast_3320() | Michael Niedermayer | 2021-10-05 | 1 | -1/+1 |
* | avcodec/mxpegdec: Check for AVDISCARD_ALL | Michael Niedermayer | 2021-10-05 | 1 | -0/+3 |
* | avcodec/flicvideo: Check remaining bytes in FLI*COPY | Michael Niedermayer | 2021-10-05 | 1 | -0/+2 |
* | avcodec/utils: ARGO writes 4x4 blocks without regard to the image dimensions | Michael Niedermayer | 2021-10-05 | 1 | -0/+6 |
* | avcodec/cbs_h265_syntax_template: Limit sps_num_palette_predictor_initializer... | Michael Niedermayer | 2021-10-05 | 1 | -1/+1 |