SOURCES: mplayer-x264.patch - new

arekm arekm at pld-linux.org
Sat Oct 25 15:43:19 CEST 2008


Author: arekm                        Date: Sat Oct 25 13:43:19 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- new

---- Files affected:
SOURCES:
   mplayer-x264.patch (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SOURCES/mplayer-x264.patch
diff -u /dev/null SOURCES/mplayer-x264.patch:1.3
--- /dev/null	Sat Oct 25 15:43:20 2008
+++ SOURCES/mplayer-x264.patch	Sat Oct 25 15:43:14 2008
@@ -0,0 +1,28 @@
+--- MPlayer-1.0rc2/libavcodec/libx264.c.org	2008-10-25 15:36:54.737536974 +0200
++++ MPlayer-1.0rc2/libavcodec/libx264.c	2008-10-25 15:40:51.770207449 +0200
+@@ -162,7 +162,7 @@
+ 
+     x4->params.i_bframe = avctx->max_b_frames;
+     x4->params.b_cabac = avctx->coder_type == FF_CODER_TYPE_AC;
+-    x4->params.b_bframe_adaptive = avctx->b_frame_strategy;
++    x4->params.i_bframe_adaptive = avctx->b_frame_strategy;
+     x4->params.i_bframe_bias = avctx->bframebias;
+     x4->params.b_bframe_pyramid = (avctx->flags2 & CODEC_FLAG2_BPYRAMID);
+     avctx->has_b_frames= (avctx->flags2 & CODEC_FLAG2_BPYRAMID) ? 2 : !!avctx->max_b_frames;
+@@ -225,8 +225,6 @@
+     x4->params.analyse.i_me_range = avctx->me_range;
+     x4->params.analyse.i_subpel_refine = avctx->me_subpel_quality;
+ 
+-    x4->params.analyse.b_bidir_me = (avctx->bidir_refine > 0);
+-    x4->params.analyse.b_bframe_rdo = (avctx->flags2 & CODEC_FLAG2_BRDO);
+     x4->params.analyse.b_mixed_references =
+         (avctx->flags2 & CODEC_FLAG2_MIXED_REFS);
+     x4->params.analyse.b_chroma_me = (avctx->me_cmp & FF_CMP_CHROMA);
+@@ -251,7 +249,6 @@
+     x4->params.rc.f_ip_factor = 1/fabs(avctx->i_quant_factor);
+     x4->params.rc.f_pb_factor = avctx->b_quant_factor;
+     x4->params.analyse.i_chroma_qp_offset = avctx->chromaoffset;
+-    x4->params.rc.psz_rc_eq = avctx->rc_eq;
+ 
+     x4->params.analyse.b_psnr = (avctx->flags & CODEC_FLAG_PSNR);
+     x4->params.i_log_level = X264_LOG_DEBUG;
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/mplayer-x264.patch?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list