summaryrefslogtreecommitdiffstats
path: root/version.sh
Commit message (Collapse)AuthorAgeFilesLines
* version.sh: handle shallow clones and snapshots.Nicolas George2011-07-221-0/+20
| | | | | | | | | | Shallow clones (--depth X) lack the N tag used to compute the revision number: use 'git-YYYY-MM-DD-hhhhhhh' as revision, where hhhhhhh is the short git hash. Snapshots from gitweb do not have git information at all, but they have the short git hash in the directory name: append it to the release number.
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-201-2/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: Drop git- prefix from version labels Use the contents of RELEASE as version fallback instead of 'UNKNOWN' path64/open64: filter out unsupported flags Add Release Notes sipr: Drop unused DSPContext sipr: include string.h for mem*() sipr: Use memmove() to copy overlapped buffers. h264: drop some ugly casts Conflicts: version.sh Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * Drop git- prefix from version labelsMans Rullgard2011-06-191-1/+0
| | | | | | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
| * Use the contents of RELEASE as version fallback instead of 'UNKNOWN'Reinhard Tartler2011-06-191-1/+1
| | | | | | | | | | | | This makes binaries produced by source tarballs identify themselves with the version number of the corresponding release series, unless overriden by a 'VERSION' file.
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-191-3/+0
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merged-by: Michael Niedermayer <michaelni@gmx.at> Not Pulled: commit 42cfb3835b5dad327b7dc22740e8b6e482ecfcd2 Author: Mans Rullgard <mans@mansr.com> Date: Mon Feb 28 18:06:58 2011 +0000 Remove Sonic experimental audio codec commit 2912e87a6c9264d556734e2bf94a99c64cf9b102 Author: Mans Rullgard <mans@mansr.com> Date: Fri Mar 18 17:35:10 2011 +0000 Replace FFmpeg with Libav in licence headers
| * get rid of the last svn mentionsJanne Grunau2011-03-181-7/+2
| |
* | Revert "use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*"Michael Niedermayer2011-03-171-1/+1
| | | | | | | | This reverts commit a03be6e1ba4cbf9984b0bbdb674704bbb2da6713.
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-171-1/+1
|\ \ | |/ | | | | | | | | | | | | | | | | Conflicts: Changelog doc/APIchanges doc/optimization.txt libavformat/avio.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*Janne Grunau2011-03-161-1/+1
| |
| * Remove old VCSs from version.shAlex Converse2011-02-211-13/+0
| |
* | Remove old VCSs from version.shAlex Converse2011-02-221-13/+0
| | | | | | | | (cherry picked from commit 203df50d1013ea59e558d63f3ea69ffae1249124)
* | Provide monotone revission numbers in version.shMichael Niedermayer2011-02-011-1/+1
|/
* Fix quoting in version.shMans Rullgard2011-01-181-10/+10
|
* use git describe for naming version in pure git clonesRamiro Polla2011-01-161-1/+1
| | | | | | Patch by: Ramiro Polla <ramiro <DOT> polla gmail <DOT> com> Originally committed as revision 26394 to svn://svn.ffmpeg.org/ffmpeg/trunk
* version.sh: write version to stdout if no output file specifiedMåns Rullgård2010-07-261-0/+5
| | | | Originally committed as revision 24527 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Read "Last Changed Rev" field instead of "Revision" field to avoid beingRamiro Polla2010-01-161-2/+2
| | | | | | affected by changes in other directories (such as branches). Originally committed as revision 21252 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Silence calls to git in version.sh.Ramiro Polla2010-01-071-2/+2
| | | | Originally committed as revision 21068 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check for VERSION in source dir.Ramiro Polla2010-01-071-1/+1
| | | | Originally committed as revision 21067 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check for snapshot_version in source dir.Ramiro Polla2010-01-071-1/+1
| | | | Originally committed as revision 21065 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check if a git-svn revision number is available to try to get better versionAlex Converse2009-09-241-0/+6
| | | | | | information from git. Originally committed as revision 20015 to svn://svn.ffmpeg.org/ffmpeg/trunk
* version.sh: use standard sed syntaxMåns Rullgård2009-08-161-1/+4
| | | | Originally committed as revision 19655 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Directly read the version number from a VERSION file; useful for releases.Diego Biurrun2009-03-051-3/+7
| | | | Originally committed as revision 17836 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: Ignore error output from failed attempt to read snapshot_version.Diego Biurrun2009-02-241-1/+1
| | | | Originally committed as revision 17578 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Read revision string from the file snapshot_version if available.Diego Biurrun2009-02-241-1/+2
| | | | | | This will be used by daily snapshots without Subversion metadata. Originally committed as revision 17577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Use $() instead of ``, the former can be nested more easily.Diego Biurrun2009-02-241-5/+5
| | | | Originally committed as revision 17576 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace 'test' invocation by 'test -n', this should be safer.Diego Biurrun2008-09-261-1/+1
| | | | Originally committed as revision 15434 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for passing a version string to configure that is appended toDiego Biurrun2008-09-261-0/+2
| | | | | | | FFmpeg's version string output. This can be used by distributions to mark their packages as being modified versions without hacking the sources. Originally committed as revision 15433 to svn://svn.ffmpeg.org/ffmpeg/trunk
* enable version.h to be created from subdirsMåns Rullgård2008-06-191-1/+1
| | | | Originally committed as revision 13819 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for git in version.sh (use short hash as version number)Aurelien Jacobs2007-10-201-0/+6
| | | | Originally committed as revision 10817 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics to make version.sh more VCS agnosticAurelien Jacobs2007-10-201-5/+9
| | | | Originally committed as revision 10816 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill error messages from failed svn revision extraction commandsMåns Rullgård2007-06-181-3/+2
| | | | Originally committed as revision 9363 to svn://svn.ffmpeg.org/ffmpeg/trunk
* extract revision from svn-1.4 .svn/entries filesMåns Rullgård2007-06-181-0/+1
| | | | Originally committed as revision 9362 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fall back on grepping for the revision number if no svn client is installed.Michel Bardiaux2006-09-051-0/+2
| | | | | | patch by Michel Bardiaux, mbardiaux mediaxim be Originally committed as revision 6179 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use LC_ALL instead of LANG since the former overrides the latter.Diego Biurrun2006-07-291-1/+1
| | | | Originally committed as revision 5861 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cope with localized Subversion clients.Diego Biurrun2006-07-291-1/+1
| | | | Originally committed as revision 5859 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get svn version when using separate build treeMåns Rullgård2006-06-281-1/+1
| | | | Originally committed as revision 5539 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Produce correct version string even when not run in a Subversion working copy.Diego Biurrun2006-06-231-1/+3
| | | | | | based on a patch by Ismail Dönmez ismail##@##pardus##.##org##.##tr Originally committed as revision 5511 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use Subversion revision for FFMPEG_VERSION.Diego Biurrun2006-06-201-0/+10
based on a patch by Ismail Dönmez ismail$$at$$pardus$$dot$$org$$dot$$tr Originally committed as revision 5502 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud