index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
version.sh
Age
Commit message (
Expand
)
Author
2014-07-28
version.sh: Print versions based on the last git tag for release branches
Michael Niedermayer
2013-11-30
version.sh: add preprocessing guards
Timothy Gu
2013-11-30
version.sh: add a little usage comment
Timothy Gu
2013-11-30
version.sh: make it independant of version.h file name
Timothy Gu
2011-07-22
version.sh: handle shallow clones and snapshots.
Nicolas George
2011-06-20
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-06-19
Drop git- prefix from version labels
Mans Rullgard
2011-06-19
Use the contents of RELEASE as version fallback instead of 'UNKNOWN'
Reinhard Tartler
2011-03-19
Merge remote-tracking branch 'newdev/master'
Michael Niedermayer
2011-03-18
get rid of the last svn mentions
Janne Grunau
2011-03-17
Revert "use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*"
Michael Niedermayer
2011-03-17
Merge remote-tracking branch 'newdev/master'
Michael Niedermayer
2011-03-16
use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*
Janne Grunau
2011-02-22
Remove old VCSs from version.sh
Alex Converse
2011-02-21
Remove old VCSs from version.sh
Alex Converse
2011-02-01
Provide monotone revission numbers in version.sh
Michael Niedermayer
2011-01-18
Fix quoting in version.sh
Mans Rullgard
2011-01-16
use git describe for naming version in pure git clones
Ramiro Polla
2010-07-26
version.sh: write version to stdout if no output file specified
Måns Rullgård
2010-01-16
Read "Last Changed Rev" field instead of "Revision" field to avoid being
Ramiro Polla
2010-01-07
Silence calls to git in version.sh.
Ramiro Polla
2010-01-07
Check for VERSION in source dir.
Ramiro Polla
2010-01-07
Check for snapshot_version in source dir.
Ramiro Polla
2009-09-24
Check if a git-svn revision number is available to try to get better version
Alex Converse
2009-08-16
version.sh: use standard sed syntax
Måns Rullgård
2009-03-05
Directly read the version number from a VERSION file; useful for releases.
Diego Biurrun
2009-02-24
10l: Ignore error output from failed attempt to read snapshot_version.
Diego Biurrun
2009-02-24
Read revision string from the file snapshot_version if available.
Diego Biurrun
2009-02-24
cosmetics: Use $() instead of ``, the former can be nested more easily.
Diego Biurrun
2008-09-26
Replace 'test' invocation by 'test -n', this should be safer.
Diego Biurrun
2008-09-26
Add support for passing a version string to configure that is appended to
Diego Biurrun
2008-06-19
enable version.h to be created from subdirs
Måns Rullgård
2007-10-20
add support for git in version.sh (use short hash as version number)
Aurelien Jacobs
2007-10-20
cosmetics to make version.sh more VCS agnostic
Aurelien Jacobs
2007-06-18
kill error messages from failed svn revision extraction commands
Måns Rullgård
2007-06-18
extract revision from svn-1.4 .svn/entries files
Måns Rullgård
2006-09-05
Fall back on grepping for the revision number if no svn client is installed.
Michel Bardiaux
2006-07-29
Use LC_ALL instead of LANG since the former overrides the latter.
Diego Biurrun
2006-07-29
Cope with localized Subversion clients.
Diego Biurrun
2006-06-28
get svn version when using separate build tree
Måns Rullgård
2006-06-23
Produce correct version string even when not run in a Subversion working copy.
Diego Biurrun
2006-06-20
Use Subversion revision for FFMPEG_VERSION.
Diego Biurrun