diff --git a/Changelog b/Changelog index 75580eb4c834e..60ec37194f54c 100644 --- a/Changelog +++ b/Changelog @@ -77,17 +77,21 @@ version 3.4.1: - ffmpeg: always init output stream before reaping filters - vc2enc_dwt: pad the temporary buffer by the slice size - lavu/arm: Check for have_vfp_vm instead of !have_vfpv3 for float_dsp_vfp -||||||| parent of 1926f13... Merge commit '2fd6e7d077f590e4d7195356f9baeb271f8b9ae2' -version : -- Bitstream filters for editing metadata in H.264, HEVC and MPEG-2 streams -- Dropped support for OpenJPEG versions 2.0 and below. Using OpenJPEG now - requires 2.1 (or later) and pkg-config. -- VDA dropped (use VideoToolbox instead) -- MagicYUV encoder -- Raw AMR-NB and AMR-WB demuxers -- TiVo ty/ty+ demuxer -- Intel QSV-accelerated MJPEG encoding -- Intel QSV-accelerated overlay filter +- Intel QSV changes: + -- Add MJPEG decoding support + -- Add MJPEG encoding support + -- Add single/multiple input(s) overlay filter + -- Enable hevc encoding on Linux + -- HEVC/VP8/VC1/MPEG2 decoding conformance improvement + -- Add deinterlace modes setting + -- Add more h264/hevc encoding options + -- Add FATE for H264 and HEVC decoders + -- Fix vp8 decoding memory leak issue + -- Fix hwupload failure issues + -- Add RGB32 format support + -- Improve performance for vpp bypass case + -- Disable AVBR since it is not supported on Linux + -- Load HEVC decoding/encoding hw plugins by default on Linux version 3.4: diff --git a/RELEASE b/RELEASE index 47b322c971c3c..c46d22971fa25 100644 --- a/RELEASE +++ b/RELEASE @@ -1 +1 @@ -3.4.1 +3.4.1.0