Browse code

Update for FFmpeg 2.7.2

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

Michael Niedermayer authored on 2015/07/19 03:53:40
Showing 3 changed files
... ...
@@ -3,6 +3,58 @@ releases are sorted from youngest to oldest.
3 3
 
4 4
 version <next>:
5 5
 
6
+version 2.7.2:
7
+- avcodec/vp8: Check buffer size in vp8_decode_frame_header()
8
+- avcodec/vp8: Fix null pointer dereference in ff_vp8_decode_free()
9
+- avcodec/diracdec: Check for hpel_base allocation failure
10
+- avcodec/rv34: Clear pointers in ff_rv34_decode_init_thread_copy()
11
+- avfilter/af_aresample: Check ff_all_* for allocation failures
12
+- avcodec/pthread_frame: clear priv_data, avoid stale pointer in error case
13
+- swscale/utils: Clear pix buffers
14
+- avutil/fifo: Fix the case where func() returns less bytes than requested in av_fifo_generic_write()
15
+- ffmpeg: Fix cleanup after failed allocation of output_files
16
+- avformat/mov: Fix deallocation when MOVStreamContext failed to allocate
17
+- ffmpeg: Fix crash with ost->last_frame allocation failure
18
+- ffmpeg: Fix cleanup with ost = NULL
19
+- avcodec/pthread_frame: check avctx on deallocation
20
+- avcodec/sanm: Reset sizes in destroy_buffers()
21
+- avcodec/alac: Clear pointers in allocate_buffers()
22
+- bytestream2: set the reader to the end when reading more than available
23
+- avcodec/utils: use a minimum 32pixel width in  avcodec_align_dimensions2() for H.264
24
+- avcodec/mpegvideo: Clear pointers in ff_mpv_common_init()
25
+- oggparsedirac: check return value of init_get_bits
26
+- wmalosslessdec: reset frame->nb_samples on packet loss
27
+- wmalosslessdec: avoid reading 0 bits with get_bits
28
+- Put a space between string literals and macros.
29
+- avcodec/rawenc: Use ff_alloc_packet() instead of ff_alloc_packet2()
30
+- avcodec/aacsbr: check that the element type matches before applying SBR
31
+- avcodec/h264_slice: Use w/h from the AVFrame instead of mb_w/h
32
+- vp9/update_prob: prevent out of bounds table read
33
+- avfilter/vf_transpose: Fix rounding error
34
+- avcodec/h264_refs: discard mismatching references
35
+- avcodec/mjpegdec: Fix small picture upscale
36
+- avcodec/pngdec: Check values before updating context in decode_fctl_chunk()
37
+- avcodec/pngdec: Copy IHDR & plte state from last thread
38
+- avcodec/pngdec: Require a IHDR chunk before fctl
39
+- avcodec/pngdec: Only allow one IHDR chunk
40
+- wmavoice: limit wmavoice_decode_packet return value to packet size
41
+- swscale/swscale_unscaled: Fix rounding difference with RGBA output between little and big endian
42
+- ffmpeg: Do not use the data/size of a bitstream filter after failure
43
+- swscale/x86/rgb2rgb_template: fix signedness of v in shuffle_bytes_2103_{mmx,mmxext}
44
+- vda: unlock the pixel buffer base address.
45
+- swscale/rgb2rgb_template: Fix signedness of v in shuffle_bytes_2103_c()
46
+- swscale/rgb2rgb_template: Implement shuffle_bytes_0321_c and fix shuffle_bytes_2103_c on BE
47
+- swscale/rgb2rgb_template: Disable shuffle_bytes_2103_c on big endian
48
+- swr: Remember previously set int_sample_format from user
49
+- swresample: soxr implementation for swr_get_out_samples()
50
+- avformat/swfdec: Do not error out on pixel format changes
51
+- ffmpeg_opt: Fix forcing fourccs
52
+- configure: Check for x265_api_get
53
+- swscale/x86/rgb2rgb_template: don't call emms on sse2/avx functions
54
+- swscale/x86/rgb2rgb_template: add missing xmm clobbers
55
+- library.mak: Workaround SDL redefining main and breaking fate tests on mingw
56
+- vaapi_h264: fix RefPicList[] field flags.
57
+
6 58
 version 2.7.1:
7 59
 - postproc: fix unaligned access
8 60
 - avformat: clarify what package needs to be compiled with SSL support
... ...
@@ -1 +1 @@
1
-2.7.1
1
+2.7.2
... ...
@@ -31,7 +31,7 @@ PROJECT_NAME           = FFmpeg
31 31
 # This could be handy for archiving the generated documentation or
32 32
 # if some version control system is used.
33 33
 
34
-PROJECT_NUMBER         = 2.7.1
34
+PROJECT_NUMBER         = 2.7.2
35 35
 
36 36
 # With the PROJECT_LOGO tag one can specify a logo or icon that is included
37 37
 # in the documentation. The maximum height of the logo should not exceed 55