[xiph-commits] r12484 - trunk/ffmpeg2theora

j at svn.xiph.org j at svn.xiph.org
Fri Feb 16 08:05:00 PST 2007


Author: j
Date: 2007-02-16 08:04:57 -0800 (Fri, 16 Feb 2007)
New Revision: 12484

Modified:
   trunk/ffmpeg2theora/ChangeLog
   trunk/ffmpeg2theora/configure.ac
   trunk/ffmpeg2theora/ffmpeg2theora.c
Log:
update changelog

Modified: trunk/ffmpeg2theora/ChangeLog
===================================================================
--- trunk/ffmpeg2theora/ChangeLog	2007-02-16 11:38:53 UTC (rev 12483)
+++ trunk/ffmpeg2theora/ChangeLog	2007-02-16 16:04:57 UTC (rev 12484)
@@ -1,3 +1,8 @@
+0.18 2007-02-16
+    - new option -Z/--saturation
+    - document contrast / gamma / brightness / saturation options
+    - Mac OS X(Intel) now supports MMX accelerated libtheora
+    
 0.17 2006-11-13
     - new option -F/--framerate to set output framerate
     - skeleton support(-k)

Modified: trunk/ffmpeg2theora/configure.ac
===================================================================
--- trunk/ffmpeg2theora/configure.ac	2007-02-16 11:38:53 UTC (rev 12483)
+++ trunk/ffmpeg2theora/configure.ac	2007-02-16 16:04:57 UTC (rev 12484)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.59)
-AC_INIT(ffmpeg2theora,0.17)
+AC_INIT(ffmpeg2theora,0.18)
 AC_CONFIG_SRCDIR([Makefile.am])
 AM_INIT_AUTOMAKE([dist-bzip2])
 

Modified: trunk/ffmpeg2theora/ffmpeg2theora.c
===================================================================
--- trunk/ffmpeg2theora/ffmpeg2theora.c	2007-02-16 11:38:53 UTC (rev 12483)
+++ trunk/ffmpeg2theora/ffmpeg2theora.c	2007-02-16 16:04:57 UTC (rev 12484)
@@ -1079,7 +1079,7 @@
       {"gamma",required_argument,NULL,'G'},
       {"brightness",required_argument,NULL,'B'},
       {"contrast",required_argument,NULL,'C'},
-      {"saturation",required_argument,NULL,'P'},
+      {"saturation",required_argument,NULL,'Z'},
       {"nosound",0,&flag,NOSOUND_FLAG},
       {"vhook",required_argument,&flag,VHOOK_FLAG},
       {"framerate",required_argument,NULL,'F'},



More information about the commits mailing list