diff options
-rw-r--r-- | profiles/ChangeLog | 5 | ||||
-rw-r--r-- | profiles/desc/fftools.desc | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog index b4b27b76f83b..b73293687e5f 100644 --- a/profiles/ChangeLog +++ b/profiles/ChangeLog @@ -1,11 +1,14 @@ # ChangeLog for profile directory # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.7864 2013/05/24 13:58:37 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.7865 2013/05/24 14:23:14 aballier Exp $ # # This ChangeLog should include records for all changes in profiles directory. # Only typo fixes which don't affect portage/repoman behaviour could be avoided # here. If in doubt put a record here! + 24 May 2013; Alexis Ballier <aballier@gentoo.org> desc/fftools.desc: + describe ffhash in fftools use exapnd + 24 May 2013; Alexis Ballier <aballier@gentoo.org> package.mask: update ffmpeg 1.1 mask reason with more details diff --git a/profiles/desc/fftools.desc b/profiles/desc/fftools.desc index 886c5d729a87..d20f2c8a6876 100644 --- a/profiles/desc/fftools.desc +++ b/profiles/desc/fftools.desc @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/desc/fftools.desc,v 1.2 2013/01/27 23:47:46 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/desc/fftools.desc,v 1.3 2013/05/24 14:23:14 aballier Exp $ # This file contains descriptions of FFTOOLS USE-EXPANDED variables. # Keep it sorted. @@ -9,6 +9,7 @@ aviocat - cat's an URL to another one, useful for dumping streams. cws2fws - converts cws files (Macromedia Flash, compressed) to fws ones (Macromedia Flash, uncompressed). ffescape - Escapes an input string, adopting the av_get_token() escaping logic. ffeval - A simple expression evalutor. +ffhash - Computes a file's digest using libavutil algorithms. fourcc2pixfmt - Shows the relationships between rawvideo pixel formats and FourCC tags. graph2dot - A tool to convert a libavfilter graph to a dot file. ismindex - A tool for creating smooth streaming manifests. |