Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/cinelerra-cvs/files: cinelerra-cvs-defaultx264tocqp.patch cinelerra-cvs-swscaler.patch
Date: Sat, 01 Mar 2008 20:15:56
Message-Id: E1JVY7e-0004Zf-1Z@stork.gentoo.org
1 aballier 08/03/01 20:15:54
2
3 Added: cinelerra-cvs-defaultx264tocqp.patch
4 cinelerra-cvs-swscaler.patch
5 Log:
6 version bump, workaround cinelerra's inability to set the ratecontrol method by restoring the old default, thanks to Paul de Vries <phs.de.vries@×××××.com> for reporting in bug #211206
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.1 media-video/cinelerra-cvs/files/cinelerra-cvs-defaultx264tocqp.patch
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cinelerra-cvs/files/cinelerra-cvs-defaultx264tocqp.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cinelerra-cvs/files/cinelerra-cvs-defaultx264tocqp.patch?rev=1.1&content-type=text/plain
14
15 Index: cinelerra-cvs-defaultx264tocqp.patch
16 ===================================================================
17 Index: cinelerra-cvs/quicktime/qth264.c
18 ===================================================================
19 --- cinelerra-cvs.orig/quicktime/qth264.c
20 +++ cinelerra-cvs/quicktime/qth264.c
21 @@ -506,6 +506,7 @@ static quicktime_h264_codec_t* init_comm
22
23 codec = (quicktime_h264_codec_t*)codec_base->priv;
24 x264_param_default(&codec->param);
25 + codec->param.rc.i_rc_method = X264_RC_CQP;
26
27
28 return codec;
29
30
31
32 1.3 media-video/cinelerra-cvs/files/cinelerra-cvs-swscaler.patch
33
34 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cinelerra-cvs/files/cinelerra-cvs-swscaler.patch?rev=1.3&view=markup
35 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cinelerra-cvs/files/cinelerra-cvs-swscaler.patch?rev=1.3&content-type=text/plain
36 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cinelerra-cvs/files/cinelerra-cvs-swscaler.patch?r1=1.2&r2=1.3
37
38
39
40
41 --
42 gentoo-commits@l.g.o mailing list