diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2017-10-26 17:36:17 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2017-10-26 17:36:17 +0200 |
commit | 60b385a5bf9f0d4b59012d6b2e9483eece35204e (patch) | |
tree | e919e3ac5b24719aaa4f943b27282f1d84480991 | |
parent | b33434ec62a4c95e37f4cb36d55e5210cc2e62ad (diff) | |
download | ffmpeg-60b385a5bf9f0d4b59012d6b2e9483eece35204e.tar.gz |
Update for 3.3.5
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-rw-r--r-- | Changelog | 23 | ||||
-rw-r--r-- | RELEASE | 2 | ||||
-rw-r--r-- | doc/Doxyfile | 2 |
3 files changed, 25 insertions, 2 deletions
@@ -2,6 +2,29 @@ Entries are sorted chronologically from oldest to youngest within each release, releases are sorted from youngest to oldest. +version 3.3.5: +- ffserver: Fix off by 1 error in path +- avcodec/snowdec: Check mv_scale +- avcodec/pafvideo: Check for bitstream end in decode_0() +- avcodec/ffv1dec: Fix out of array read in slice counting +- avcodec/dirac_dwt: Fix integer overflow in COMPOSE_53iL0() +- avcodec/mpeg_er: Clear mcsel in mpeg_er_decode_mb() +- avcodec/mpeg4videodec: Use 64 bit intermediates for sprite delta +- avcodec/x86/lossless_videoencdsp: Fix warning: signed dword value exceeds bounds +- avcodec/x86/lossless_videoencdsp: Fix handling of small widths +- avcodec/truemotion2: Fix integer overflows in tm2_high_chroma() +- avcodec/aacdec_template: Clear tns present flag on error +- avcodec/proresdec2: SKIP_BITS() does not work with len=32 +- avcodec/hevcdsp_template: Fix undefined shift +- avcodec/jpeg2000: Check that codsty->log2_prec_widths/heights has been initialized +- avcodec/takdec: Fix integer overflow in decode_lpc() +- avcodec/proresdec2: Check bits in DECODE_CODEWORD(), fixes invalid shift +- avcodec/takdec: Fix integer overflows in decode_subframe() +- avcodec/dirac_dwt: Fix integer overflow in COMPOSE_FIDELITYi*() +- avcodec/ffv1dec: Fix integer overflow in read_quant_table() +- avcodec/svq3: Fix overflow in svq3_add_idct_c() +- avcodec/pngdec: Clean up on av_frame_ref() failure + version 3.3.4: - avcodec/hevc_ps: improve check for missing default display window bitstream - avcodec/hevc_ps: Fix c?_qp_offset_list size @@ -1 +1 @@ -3.3.4 +3.3.5 diff --git a/doc/Doxyfile b/doc/Doxyfile index c66da8086d..3a239ea70d 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 = 3.3.4 +PROJECT_NUMBER = 3.3.5 # 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 |