Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
ffmpeg2theora
Commits
9b332369
Commit
9b332369
authored
Feb 16, 2007
by
Jan Gerber
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update changelog
parent
d1fdc8ef
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
ChangeLog
ChangeLog
+5
-0
configure.ac
configure.ac
+1
-1
ffmpeg2theora.c
ffmpeg2theora.c
+1
-1
No files found.
ChangeLog
View file @
9b332369
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)
...
...
configure.ac
View file @
9b332369
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
AC_INIT(ffmpeg2theora,0.1
7
)
AC_INIT(ffmpeg2theora,0.1
8
)
AC_CONFIG_SRCDIR([Makefile.am])
AM_INIT_AUTOMAKE([dist-bzip2])
...
...
ffmpeg2theora.c
View file @
9b332369
...
...
@@ -1079,7 +1079,7 @@ int main (int argc, char **argv){
{
"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'
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment