Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-07-28version.sh: Print versions based on the last git tag for release branchesMichael Niedermayer
release branches are detected by checking if "git" is not in RELEASE This changes "N-64706-g2f71aeb" to "n2.3-8-g2f71aeb" for git master theres no change This should improve the readability of lists of versions which come from more than 1 release branch or master + release. fate.ffmpeg.org is one possible example Reviewed-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit ee606fd0317df202b59946cf9b738c0a01056316) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-12-01version.sh: add preprocessing guardsTimothy Gu
Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-12-01version.sh: add a little usage commentTimothy Gu
Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-11-30version.sh: make it independant of version.h file nameTimothy Gu
Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-07-22version.sh: handle shallow clones and snapshots.Nicolas George
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.
2011-06-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* 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>
2011-06-19Drop git- prefix from version labelsMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
2011-06-19Use the contents of RELEASE as version fallback instead of 'UNKNOWN'Reinhard Tartler
This makes binaries produced by source tarballs identify themselves with the version number of the corresponding release series, unless overriden by a 'VERSION' file.
2011-03-19Merge remote-tracking branch 'newdev/master'Michael Niedermayer
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
2011-03-18get rid of the last svn mentionsJanne Grunau
2011-03-17Revert "use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*"Michael Niedermayer
This reverts commit a03be6e1ba4cbf9984b0bbdb674704bbb2da6713.
2011-03-17Merge remote-tracking branch 'newdev/master'Michael Niedermayer
Conflicts: Changelog doc/APIchanges doc/optimization.txt libavformat/avio.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
2011-03-16use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*Janne Grunau
2011-02-22Remove old VCSs from version.shAlex Converse
(cherry picked from commit 203df50d1013ea59e558d63f3ea69ffae1249124)
2011-02-22Remove old VCSs from version.shAlex Converse
2011-02-01Provide monotone revission numbers in version.shMichael Niedermayer
2011-01-18Fix quoting in version.shMans Rullgard
2011-01-16use git describe for naming version in pure git clonesRamiro Polla
Patch by: Ramiro Polla <ramiro <DOT> polla gmail <DOT> com> Originally committed as revision 26394 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-27version.sh: write version to stdout if no output file specifiedMåns Rullgård
Originally committed as revision 24527 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-01-16Read "Last Changed Rev" field instead of "Revision" field to avoid beingRamiro Polla
affected by changes in other directories (such as branches). Originally committed as revision 21252 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-01-07Silence calls to git in version.sh.Ramiro Polla
Originally committed as revision 21068 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-01-07Check for VERSION in source dir.Ramiro Polla
Originally committed as revision 21067 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-01-07Check for snapshot_version in source dir.Ramiro Polla
Originally committed as revision 21065 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-09-24Check if a git-svn revision number is available to try to get better versionAlex Converse
information from git. Originally committed as revision 20015 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-08-16version.sh: use standard sed syntaxMåns Rullgård
Originally committed as revision 19655 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-06Directly read the version number from a VERSION file; useful for releases.Diego Biurrun
Originally committed as revision 17836 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-2510l: Ignore error output from failed attempt to read snapshot_version.Diego Biurrun
Originally committed as revision 17578 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-25Read revision string from the file snapshot_version if available.Diego Biurrun
This will be used by daily snapshots without Subversion metadata. Originally committed as revision 17577 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-25cosmetics: Use $() instead of ``, the former can be nested more easily.Diego Biurrun
Originally committed as revision 17576 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-09-27Replace 'test' invocation by 'test -n', this should be safer.Diego Biurrun
Originally committed as revision 15434 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-09-27Add support for passing a version string to configure that is appended toDiego Biurrun
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
2008-06-19enable version.h to be created from subdirsMåns Rullgård
Originally committed as revision 13819 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-20add support for git in version.sh (use short hash as version number)Aurelien Jacobs
Originally committed as revision 10817 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-20cosmetics to make version.sh more VCS agnosticAurelien Jacobs
Originally committed as revision 10816 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-18kill error messages from failed svn revision extraction commandsMåns Rullgård
Originally committed as revision 9363 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-18extract revision from svn-1.4 .svn/entries filesMåns Rullgård
Originally committed as revision 9362 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-06Fall back on grepping for the revision number if no svn client is installed.Michel Bardiaux
patch by Michel Bardiaux, mbardiaux mediaxim be Originally committed as revision 6179 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-07-30Use LC_ALL instead of LANG since the former overrides the latter.Diego Biurrun
Originally committed as revision 5861 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-07-30Cope with localized Subversion clients.Diego Biurrun
Originally committed as revision 5859 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-06-29get svn version when using separate build treeMåns Rullgård
Originally committed as revision 5539 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-06-23Produce correct version string even when not run in a Subversion working copy.Diego Biurrun
based on a patch by Ismail Dönmez ismail##@##pardus##.##org##.##tr Originally committed as revision 5511 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-06-20Use Subversion revision for FFMPEG_VERSION.Diego Biurrun
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