From 440e227cc4cddbb0461391b2a0d56d94b75f1c31 Mon Sep 17 00:00:00 2001 From: Rodeo Date: Mon, 13 May 2013 00:49:46 +0000 Subject: [PATCH] Bump Libav to v9.6. Miscellaneous security and bug fixes, including support for mixed interlaced/non-interlaced ProRes video. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5454 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- NEWS | 2 +- contrib/ffmpeg/A01-h264-recovery-point.patch | 4 ++-- contrib/ffmpeg/P01-solaris.patch | 4 ++-- contrib/ffmpeg/P02-darwin-pic.patch | 6 +++--- contrib/ffmpeg/module.defs | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/NEWS b/NEWS index 219a77a50..dc8139f99 100644 --- a/NEWS +++ b/NEWS @@ -36,7 +36,7 @@ Changes betwen 0.9.8 and 0.9.9: - Assorted bug fixes and improvements to the core library (libhb) - Updated libraries + x264 r2273-b3065e6 - + Libav v9.3 + + Libav v9.6 + libbluray 0.2.3 Windows - User Interface has been re-written in WPF diff --git a/contrib/ffmpeg/A01-h264-recovery-point.patch b/contrib/ffmpeg/A01-h264-recovery-point.patch index b9c29dc3a..353f18e9f 100644 --- a/contrib/ffmpeg/A01-h264-recovery-point.patch +++ b/contrib/ffmpeg/A01-h264-recovery-point.patch @@ -1,5 +1,5 @@ diff --git a/libavcodec/h264.c b/libavcodec/h264.c -index 54f6186..2647d5d 100644 +index 8625b0f..e862701 100644 --- a/libavcodec/h264.c +++ b/libavcodec/h264.c @@ -2164,6 +2164,7 @@ static void flush_dpb(AVCodecContext *avctx) @@ -10,7 +10,7 @@ index 54f6186..2647d5d 100644 } static int init_poc(H264Context *h) -@@ -3995,9 +3996,18 @@ again: +@@ -4001,9 +4002,18 @@ again: if ((err = decode_slice_header(hx, h))) break; diff --git a/contrib/ffmpeg/P01-solaris.patch b/contrib/ffmpeg/P01-solaris.patch index 29633e323..399aabc3a 100644 --- a/contrib/ffmpeg/P01-solaris.patch +++ b/contrib/ffmpeg/P01-solaris.patch @@ -1,8 +1,8 @@ diff --git a/configure b/configure -index aa31ea0..773e6bf 100755 +index 6ab04ae..1c8ab46 100755 --- a/configure +++ b/configure -@@ -3167,7 +3167,7 @@ EOF +@@ -3171,7 +3171,7 @@ EOF check_cc <config.fate diff --git a/contrib/ffmpeg/module.defs b/contrib/ffmpeg/module.defs index 7e245d8e5..f906631cc 100644 --- a/contrib/ffmpeg/module.defs +++ b/contrib/ffmpeg/module.defs @@ -1,7 +1,7 @@ $(eval $(call import.MODULE.defs,FFMPEG,ffmpeg,YASM BZIP2 ZLIB FDKAAC)) $(eval $(call import.CONTRIB.defs,FFMPEG)) -FFMPEG.FETCH.url = http://download.handbrake.fr/handbrake/contrib/libav-v9.3.tar.bz2 +FFMPEG.FETCH.url = http://download.handbrake.fr/handbrake/contrib/libav-v9.6.tar.bz2 FFMPEG.CONFIGURE.deps = FFMPEG.CONFIGURE.env = -- 2.40.0