ffmpeg | branch: release/4.1 | Michael Niedermayer <mich...@niedermayer.cc> | Wed Oct 6 13:43:40 2021 +0200| [ef2efaa78bef4fdd1885d6fbb8968482666f6eb2] | committer: Michael Niedermayer
Update for 4.1.8 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ef2efaa78bef4fdd1885d6fbb8968482666f6eb2 --- Changelog | 29 +++++++++++++++++++++++++++++ RELEASE | 2 +- doc/Doxyfile | 2 +- 3 files changed, 31 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index a1c454e21e..2a25eb2c68 100644 --- a/Changelog +++ b/Changelog @@ -1,6 +1,35 @@ Entries are sorted chronologically from oldest to youngest within each release, releases are sorted from youngest to oldest. +version 4.1.8: +- swscale/alphablend: Fix slice handling +- avcodec/mxpegdec: Check for AVDISCARD_ALL +- avcodec/flicvideo: Check remaining bytes in FLI*COPY +- avcodec/cbs_h265_syntax_template: Limit sps_num_palette_predictor_initializer_minus1 to 127 +- avcodec/mpeg12dec: Do not put mpeg_f_code into an invalid state on error return +- avcodec/mpegvideo_enc: Limit bitrate tolerance to the representable +- avcodec/apedec: Fix integer overflow in intermediate +- avformat/mvdec: Do not set invalid sample rate +- avformat/rmdec: Use 64bit for intermediate for DEINT_ID_INT4 +- avformat/mov: Check for duplicate clli +- avformat/jacosubdec: Check for min in t overflow in get_shift() +- avformat/mxfdec: check channel number in mxf_get_d10_aes3_packet() +- avfilter/vf_bwdif: fix heap-buffer overflow +- avfilter/vf_bm3d: fix heap-buffer overflows +- avfilter/vf_floodfill: finish early if source and destination fill matches +- avfilter/vf_edgedetect: fix heap-buffer overflow +- avfilter/vf_w3fdif: deny processing small videos +- avfilter/af_afade: fix heap-buffer overflow +- avfilter/vf_colorconstancy: fix overreads in gauss array +- avcodec/pngenc: remove monowhite from apng formats +- avfilter/vf_datascope: fix heap buffer overflow +- avfilter/vf_fieldmatch: fix heap-buffer overflow +- avfilter/vf_fieldorder: fix heap-buffer overflow +- avfilter/vf_bitplanenoise: fix overreads +- avfilter/vf_edgedetect: check if height is big enough +- avfilter/af_tremolo: fix heap-buffer overflow +- avfilter/vf_neighbor: check if width is 1 +- avfilter/vf_avgblur: fix heap-buffer overflow version 4.1.7: - avcodec/utils: don't return negative values in av_get_audio_frame_duration() diff --git a/RELEASE b/RELEASE index 9edf2a44f4..a7c00da34f 100644 --- a/RELEASE +++ b/RELEASE @@ -1 +1 @@ -4.1.7 +4.1.8 diff --git a/doc/Doxyfile b/doc/Doxyfile index 043bbdcb27..d390f42743 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = FFmpeg # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 4.1.7 +PROJECT_NUMBER = 4.1.8 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".