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
path: root/doc
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-02-16 11:52:39 +0300
committerMichael Niedermayer <michaelni@gmx.at>2011-02-18 21:52:34 +0300
commit0ef52334ec252217d6a526a50b66ac3f3f46cd7f (patch)
treefaf48265ad429a1941b175deb0ca6b2370b83082 /doc
parent1b98107c8d49005b84f5d656af85c1fccbd1f238 (diff)
lavf, lavu: bump minor versions and add an APIChanges entry for av_ prefixes
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> (cherry picked from commit 09d171b98879f58be1a766d5f277e131b18e98a1)
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index eb63072d6a..1ac4563e3c 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -12,6 +12,12 @@ libavutil: 2009-03-08
API changes, most recent first:
+2011-02-16 - xxxxxxx - lavf 52.101.0 - avformat.h
+ lavu 52.39.0 - parseutils.h
+ Add av_ prefix to dump_format().
+ Replace parse_date() in lavf with av_parse_time() in lavu.
+ Move find_info_tag from lavf to lavu and add av_prefix to it.
+
2011-02-15 - lavu 52.38.0 - merge libavcore
libavcore is merged back completely into libavutil