From 526c7b21865f8547fb425eeeb093f0765f1f9918 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sat, 26 Mar 2016 22:37:41 +0100 Subject: [PATCH] Update for 3.0.1 Signed-off-by: Michael Niedermayer --- Changelog | 40 ++++++++++++++++++++++++++++++++++++++++ RELEASE | 2 +- 2 files changed, 41 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index 2e1cd36f5f..fe379b756e 100644 --- a/Changelog +++ b/Changelog @@ -1,6 +1,46 @@ Entries are sorted chronologically from oldest to youngest within each release, releases are sorted from youngest to oldest. +version 3.0.1: +avcodec/libutvideodec: copy frame so it has reference counters when refcounted_frames is set +avformat/rtpdec_jpeg: fix low contrast image on low quality setting +avformat/mpegtsenc: Fix used service +avformat/mpegtsenc: Keep track of the program for each service +avformat/file: Add crypto to default whitelist +avcodec/mjpegenc_common: Store approximate aspect if exact cannot be stored +lavc/hevc: Allow arbitrary garbage in bytestream as long as at least one NAL unit is found. +avcodec/resample: Remove disabled and faulty code +indeo2: Fix banding artefacts +indeo2data: K&R formatting cosmetics +avformat/hlsenc: Fix passing options, regression since bc9a5965c815cf7fd998d8ce14a18b8e861dd9ce +avutil/random_seed: Add the runtime in cycles of the main loop to the entropy pool +avutil/channel_layout: AV_CH_LAYOUT_6POINT1_BACK not reachable in parsing +avformat/concatdec: set safe mode to enabled instead of auto +avformat/utils: fix dts from pts code in compute_pkt_fields() during ascending delay +avformat/rtpenc: Fix integer overflow in NTP_TO_RTP_FORMAT +avcodec/dca: clear X96 channels if nothing was decoded +fate/aac: Increase fuzz from of fate-aac-pns-encode from 72 to 74 for Loongson +avformat/cache: Fix memleak of tree entries +lavf/mov: downgrade sidx errors to non-fatal warnings; fixes trac #5216 +lavf/mov: fix sidx with edit lists +avcodec/mjpegdec: Fix decoding slightly odd progressive jpeg +swscale/utils: Fix chrSrcHSubSample for GBRAP16 +swscale/input: Fix GBRAP16 input +avutil/pixdesc: Make get_color_type() aware of CIE XYZ formats +avcodec/h264: Execute error concealment before marking the frame as done. +swscale/x86/output: Fix yuv2planeX_16* with unaligned destination +swscale/x86/output: Move code into yuv2planeX_mainloop +MAINTAINERS: add myself as an OS/2 maintainer +libwebpenc_animencoder: print library messages in verbose log levels +libwebpenc_animencoder: zero initialize the WebPAnimEncoderOptions struct +configure: check for SEC_I_CONTEXT_EXPIRED before enabling SChannel +lavf/http: Add httpproxy to the default protocol whitelist. +doc/utils: fix typo for min() description +ffserver&ffm: Fixed issues preventing ffserver write_index and files_size from being set correctly which was breaking ffserver streaming. +postproc: fix unaligned access +vc2enc: fix use of uninitialized variables in the rate control system + + version 3.0: - Common Encryption (CENC) MP4 encoding and decoding support - DXV decoding diff --git a/RELEASE b/RELEASE index 9f55b2ccb5..cb2b00e4f7 100644 --- a/RELEASE +++ b/RELEASE @@ -1 +1 @@ -3.0 +3.0.1