]> granicus.if.org Git - handbrake/commitdiff
Bump Libav to v9.6.
authorRodeo <tdskywalker@gmail.com>
Mon, 13 May 2013 00:49:46 +0000 (00:49 +0000)
committerRodeo <tdskywalker@gmail.com>
Mon, 13 May 2013 00:49:46 +0000 (00:49 +0000)
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
contrib/ffmpeg/A01-h264-recovery-point.patch
contrib/ffmpeg/P01-solaris.patch
contrib/ffmpeg/P02-darwin-pic.patch
contrib/ffmpeg/module.defs

diff --git a/NEWS b/NEWS
index 219a77a505460db778388673a0d009e2ded9d2e2..dc8139f99f9104187e85cc0c670b479ede476c32 100644 (file)
--- 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
index b9c29dc3a0aeab92188adb8dc4edeca4007a21e4..353f18e9f5195b2cfbf8f1043333a2cf74fe42d5 100644 (file)
@@ -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;
  
index 29633e32344c93157552ea05128f539ddf949773..399aabc3a7b2fff3da73720adecba08dd9cab7db 100644 (file)
@@ -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 <<EOF || die "endian test failed"
  unsigned int endian = 'B' << 24 | 'I' << 16 | 'G' << 8 | 'E';
  EOF
index b3f883eae108b1fb58e91fa7dd54b2bf5adb289d..f512416a1b49d94ffd7ce7403513aaea57345d06 100644 (file)
@@ -1,8 +1,8 @@
 diff --git a/configure b/configure
-index aa31ea0..a7f5380 100755
+index 6ab04ae..fa9f980 100755
 --- a/configure
 +++ b/configure
-@@ -2889,6 +2889,7 @@ case $target_os in
+@@ -2893,6 +2893,7 @@ case $target_os in
          AVSERVERLDFLAGS=-Wl,-bind_at_load
          objformat="macho"
          enabled x86_64 && objformat="macho64"
@@ -10,7 +10,7 @@ index aa31ea0..a7f5380 100755
          enabled_any pic shared ||
              { check_cflags -mdynamic-no-pic && add_asflags -mdynamic-no-pic; }
          ;;
-@@ -3091,7 +3092,7 @@ esc(){
+@@ -3095,7 +3096,7 @@ esc(){
  
  echo "config:$arch:$subarch:$cpu:$target_os:$(esc $cc_ident):$(esc $LIBAV_CONFIGURATION)" >config.fate
  
index 7e245d8e54fbebc8332e44f5475032a7e43a22b3..f906631cc10008296617471eb942087c60746f2f 100644 (file)
@@ -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  =