Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
ffmpeg2theora
Commits
df4d9ff1
Commit
df4d9ff1
authored
Jun 18, 2010
by
Jan Gerber
Browse files
update changelog, update version
parent
6e311627
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
df4d9ff1
0.27 soon
0.27 2010-06-18
- Use Skeleton 4.0 by default (including index),
can be disabled with --skeleton-3 or --no-skeleton
- update to FFmpeg 0.6 branch
- use ogv/oga/ogx depending on input if no output name is specified
- aspect ratio fix in twopass mode
- update to fmpeg 0.6 branch
- update documentation
- use ogv/oga/ogx depending on input if no output name is specified
- Skeleton 4.0 support(including index), can be disabled with
--skeleton-3 or --no-skeleton
0.26 2010-02-05
- use a/v sync from input container
...
...
SConstruct
View file @
df4d9ff1
...
...
@@ -10,7 +10,8 @@ def svnversion():
f
.
close
()
return
version
pkg_version
=
"0.26+svn"
+
svnversion
()
pkg_version
=
"0.27"
#pkg_version +="+svn" + svnversion()
pkg_name
=
"ffmpeg2theora"
...
...
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