diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2022-08-31 18:10:03 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2022-08-31 18:10:03 +0200 |
commit | 1bad30dbe34f2d100b43e8f773d3fe0b5eb23523 (patch) | |
tree | de0e6bfffeae1d2f201261e69d1fac7617c0faa3 | |
parent | 5c0309d2788b946d05f50b2bcdb230c0cf2ae916 (diff) | |
download | ffmpeg-n5.1.1.tar.gz |
Update for 5.1.1n5.1.1
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-rw-r--r-- | Changelog | 31 | ||||
-rw-r--r-- | RELEASE | 2 | ||||
-rw-r--r-- | doc/Doxyfile | 2 |
3 files changed, 33 insertions, 2 deletions
@@ -1,6 +1,37 @@ Entries are sorted chronologically from oldest to youngest within each release, releases are sorted from youngest to oldest. +version 5.1.1: +- avformat/asfdec_o: limit recursion depth in asf_read_unknown() +- avformat/mov: Check count sums in build_open_gop_key_points() +- doc/git-howto.texi: Document commit signing +- libavcodec/8bps: Check that line lengths fit within the buffer +- avcodec/midivid: Perform lzss_uncompress() before ff_reget_buffer() +- libavformat/iff: Check for overflow in body_end calculation +- avformat/avidec: Prevent entity expansion attacks +- avcodec/h263dec: Sanity check against minimal I/P frame size +- avcodec/hevcdec: Check s->ref in the md5 path similar to hwaccel +- avcodec/mpegaudiodec_template: use unsigned shift in handle_crc() +- avformat/subviewerdec: Make read_ts() more flexible +- avcodec/mjpegdec: bayer and rct are incompatible +- MAINTAINERS: Add ED25519 key for signing my commits in the future +- avcodec/pngdec: Fix APNG_DISPOSE_OP_BACKGROUND +- avcodec/libvpx: fix assembling vp9 packets with alpha channel +- fftools/ffmpeg_opt: try to propagate the requested output channel layout +- avcodec/libsvtav1: properly initialize the flush EbBufferHeaderType struct +- configure: enable the av1_frame_split bsf for the av1 decoder +- swresample/swresample: fill the correct buffer to print the output layout string +- ffprobe: restore reporting error code for failed inputs +- ipfsgateway: Remove default gateway +- avcodec/libspeexdec: Fix use of uninitialized value +- avformat/avisynth: use ch_layout.nb_channels for channel count +- fate/lavf-image: Disable file checksums for exr tests +- tests/fate-run: Allow to skip file checksums for lavf_image +- fate/imf: Rename IMF fate-target +- avcodec/alac: don't fail if channels aren't set during init() when extradata is valid +- configure: properly require libx264 if enabled + + version 5.1: - add ipfs/ipns protocol support - dialogue enhance audio filter @@ -1 +1 @@ -5.1 +5.1.1 diff --git a/doc/Doxyfile b/doc/Doxyfile index ba0002d5f8..4314fcebe6 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 = 5.1 +PROJECT_NUMBER = 5.1.1 # 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 |