Browse code

Update for 3.0.1

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

Michael Niedermayer authored on 2016/03/27 06:37:41
Showing 2 changed files
... ...
@@ -1,6 +1,46 @@
1 1
 Entries are sorted chronologically from oldest to youngest within each release,
2 2
 releases are sorted from youngest to oldest.
3 3
 
4
+version 3.0.1:
5
+avcodec/libutvideodec: copy frame so it has reference counters when refcounted_frames is set
6
+avformat/rtpdec_jpeg: fix low contrast image on low quality setting
7
+avformat/mpegtsenc: Fix used service
8
+avformat/mpegtsenc: Keep track of the program for each service
9
+avformat/file: Add crypto to default whitelist
10
+avcodec/mjpegenc_common: Store approximate aspect if exact cannot be stored
11
+lavc/hevc: Allow arbitrary garbage in bytestream as long as at least one NAL unit is found.
12
+avcodec/resample: Remove disabled and faulty code
13
+indeo2: Fix banding artefacts
14
+indeo2data: K&R formatting cosmetics
15
+avformat/hlsenc: Fix passing options, regression since bc9a5965c815cf7fd998d8ce14a18b8e861dd9ce
16
+avutil/random_seed: Add the runtime in cycles of the main loop to the entropy pool
17
+avutil/channel_layout: AV_CH_LAYOUT_6POINT1_BACK not reachable in parsing
18
+avformat/concatdec: set safe mode to enabled instead of auto
19
+avformat/utils: fix dts from pts code in compute_pkt_fields() during ascending delay
20
+avformat/rtpenc: Fix integer overflow in NTP_TO_RTP_FORMAT
21
+avcodec/dca: clear X96 channels if nothing was decoded
22
+fate/aac: Increase fuzz from of fate-aac-pns-encode from 72 to 74 for Loongson
23
+avformat/cache: Fix memleak of tree entries
24
+lavf/mov: downgrade sidx errors to non-fatal warnings; fixes trac #5216
25
+lavf/mov: fix sidx with edit lists
26
+avcodec/mjpegdec: Fix decoding slightly odd progressive jpeg
27
+swscale/utils: Fix chrSrcHSubSample for GBRAP16
28
+swscale/input: Fix GBRAP16 input
29
+avutil/pixdesc: Make get_color_type() aware of CIE XYZ formats
30
+avcodec/h264: Execute error concealment before marking the frame as done.
31
+swscale/x86/output: Fix yuv2planeX_16* with unaligned destination
32
+swscale/x86/output: Move code into yuv2planeX_mainloop
33
+MAINTAINERS: add myself as an OS/2 maintainer
34
+libwebpenc_animencoder: print library messages in verbose log levels
35
+libwebpenc_animencoder: zero initialize the WebPAnimEncoderOptions struct
36
+configure: check for SEC_I_CONTEXT_EXPIRED before enabling SChannel
37
+lavf/http: Add httpproxy to the default protocol whitelist.
38
+doc/utils: fix typo for min() description
39
+ffserver&ffm: Fixed issues preventing ffserver write_index and files_size from being set correctly which was breaking ffserver streaming.
40
+postproc: fix unaligned access
41
+vc2enc: fix use of uninitialized variables in the rate control system
42
+
43
+
4 44
 version 3.0:
5 45
 - Common Encryption (CENC) MP4 encoding and decoding support
6 46
 - DXV decoding
... ...
@@ -1 +1 @@
1
-3.0
1
+3.0.1