| Commit message (Expand) | Author | Age | Files | Lines |
* | Update for 3.4.11n3.4.11 | Michael Niedermayer | 2022-05-11 | 3 | -2/+20 |
* | avfilter/vf_colorspace: fix memmory leaks | Paul B Mahol | 2022-05-04 | 1 | -2/+11 |
* | avcodec/ac3enc: Fix memleak | Andreas Rheinhardt | 2022-05-04 | 1 | -2/+3 |
* | avformat/nutenc: don't allocate a dynamic AVIOContext if no index is going to... | James Almer | 2022-05-04 | 1 | -1/+4 |
* | avfilter/vf_random: fix memory leaks | Paul B Mahol | 2022-05-04 | 1 | -0/+9 |
* | avfilter/vf_bwdif: fix heap-buffer overflow | Paul B Mahol | 2022-05-04 | 1 | -2/+2 |
* | fftools/ffmpeg_opt: Fix leak of options when parsing options fails | Andreas Rheinhardt | 2022-05-04 | 1 | -0/+1 |
* | avfilter/vf_edgedetect: fix heap-buffer overflow | Paul B Mahol | 2022-05-04 | 1 | -3/+6 |
* | avfilter/vf_w3fdif: deny processing small videos | Paul B Mahol | 2022-05-04 | 1 | -0/+5 |
* | avfilter/vf_avgblur: fix heap-buffer overflow | Paul B Mahol | 2022-05-04 | 1 | -1/+1 |
* | avfilter/af_tremolo: fix heap-buffer overflow | Paul B Mahol | 2022-05-04 | 1 | -3/+5 |
* | avfilter/vf_edgedetect: check if height is big enough | Paul B Mahol | 2022-05-04 | 1 | -3/+6 |
* | avfilter/vf_bitplanenoise: fix overreads | Paul B Mahol | 2022-05-04 | 1 | -2/+2 |
* | avfilter/vf_fieldorder: fix heap-buffer overflow | Paul B Mahol | 2022-05-04 | 1 | -2/+2 |
* | avfilter/vf_fieldmatch: fix heap-buffer overflow | Paul B Mahol | 2022-05-04 | 1 | -1/+1 |
* | aformat/movenc: add missing padding to output track extradata | James Almer | 2022-05-04 | 1 | -5/+10 |
* | avcodec/pngenc: remove monowhite from apng formats | Paul B Mahol | 2022-05-04 | 1 | -1/+1 |
* | configure: bump yearn3.4.10 | Gyan Doshi | 2022-04-16 | 1 | -1/+1 |
* | Update for FFmpeg 3.4.10 | Michael Niedermayer | 2022-04-13 | 3 | -2/+57 |
* | avfilter/vf_lenscorrection: make width/height int | Paul B Mahol | 2022-04-13 | 1 | -2/+2 |
* | avcodec/diracdec: avoid signed integer overflow in global mv | Michael Niedermayer | 2022-04-13 | 1 | -2/+2 |
* | avcodec/takdsp: Fix integer overflow in decorrelate_sf() | Michael Niedermayer | 2022-04-13 | 1 | -1/+1 |
* | avcodec/apedec: fix a integer overflow in long_filter_high_3800() | Michael Niedermayer | 2022-04-13 | 1 | -1/+1 |
* | avfilter/vf_subtitles: pass storage size to libass | Oneric | 2022-04-13 | 1 | -1/+8 |
* | avformat/aqtitledec: Skip unrepresentable durations | Michael Niedermayer | 2022-04-13 | 1 | -1/+2 |
* | avformat/cafdec: Do not store empty keys in read_info_chunk() | Michael Niedermayer | 2022-04-13 | 1 | -0/+2 |
* | avformat/hls: Check target_duration | Michael Niedermayer | 2022-04-13 | 1 | -1/+7 |
* | avcodec/pixlet: Avoid signed integer overflow in scaling in filterfn() | Michael Niedermayer | 2022-04-13 | 1 | -2/+2 |
* | avformat/matroskadec: Check pre_ns | Michael Niedermayer | 2022-04-13 | 1 | -0/+2 |
* | avcodec/sonic: Use unsigned for predictor_k to avoid undefined behavior | Michael Niedermayer | 2022-04-13 | 1 | -1/+1 |
* | avformat/matroskadec: Use rounded down duration in get_cue_desc() check | Michael Niedermayer | 2022-04-13 | 1 | -1/+3 |
* | avformat/avidec: Check height | Michael Niedermayer | 2022-04-13 | 1 | -0/+2 |
* | avformat/rmdec: Better duplicate tags check | Michael Niedermayer | 2022-04-13 | 1 | -4/+5 |
* | avformat/mov: Disallow empty sidx | Michael Niedermayer | 2022-04-13 | 1 | -1/+1 |
* | avformat/matroskadec: Check duration | Michael Niedermayer | 2022-04-13 | 1 | -0/+2 |
* | avcodec/jpeglsdec: Fix if( code style | Michael Niedermayer | 2022-04-13 | 1 | -3/+3 |
* | avcodec/jpeglsdec: Check get_ur_golomb_jpegls() for error | Michael Niedermayer | 2022-04-13 | 1 | -0/+2 |
* | avcodec/motion_est: fix indention of ff_get_best_fcode() | Michael Niedermayer | 2022-04-13 | 1 | -3/+3 |
* | avcodec/motion_est: Fix xy indexing on range violation in ff_get_best_fcode() | Michael Niedermayer | 2022-04-13 | 1 | -2/+1 |
* | avcodec/jpeglsdec: Increase range for N in ls_get_code_runterm() by using uns... | Michael Niedermayer | 2022-04-13 | 1 | -1/+1 |
* | avformat/matroskadec: Check desc_bytes | Michael Niedermayer | 2022-04-13 | 1 | -4/+8 |
* | avformat/utils: Fix invalid NULL pointer operation in ff_parse_key_value() | Michael Niedermayer | 2022-04-13 | 1 | -1/+1 |
* | avformat/matroskadec: Fix infinite loop with bz decompression | Michael Niedermayer | 2022-04-13 | 1 | -2/+2 |
* | avformat/mov: Check size before subtraction | Michael Niedermayer | 2022-04-13 | 1 | -0/+2 |
* | avcodec/apedec: Fix integer overflows in predictor_update_3930() | Michael Niedermayer | 2022-04-13 | 1 | -8/+8 |
* | avcodec/apedec: fix integer overflow in 8bit samples | Michael Niedermayer | 2022-04-13 | 1 | -1/+1 |
* | avformat/flvdec: timestamps cannot use the full int64 range | Michael Niedermayer | 2022-04-13 | 1 | -0/+2 |
* | avcodec/vqavideo: reset accounting on error | Michael Niedermayer | 2022-04-13 | 1 | -3/+4 |
* | avcodec/alacdsp: fix integer overflow in decorrelate_stereo() | Michael Niedermayer | 2022-04-13 | 1 | -1/+1 |
* | avformat/4xm: Check for duplicate track ids | Michael Niedermayer | 2022-04-13 | 1 | -0/+3 |