[FFmpeg-cvslog] Move subrip/text API change info from Changelog to doc/APIchanges.
Clément Bœsch
git at videolan.org
Sun Sep 30 20:38:15 CEST 2012
ffmpeg | branch: master | Clément Bœsch <ubitux at gmail.com> | Sun Sep 23 20:21:26 2012 +0200| [a04cb9823b0ac44bd2fd04414a0dd5ec758c461f] | committer: Clément Bœsch
Move subrip/text API change info from Changelog to doc/APIchanges.
Note that a lavf bump was missing so I'm using 54.28.100 as a reference.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a04cb9823b0ac44bd2fd04414a0dd5ec758c461f
---
Changelog | 2 --
doc/APIchanges | 4 ++++
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/Changelog b/Changelog
index 6ec1229..bb62a1b 100644
--- a/Changelog
+++ b/Changelog
@@ -58,8 +58,6 @@ version 1.0:
- volume measurement filter
- Ut Video encoder
- Microsoft Screen 2 decoder
-- Matroska demuxer now identifies SRT subtitles as AV_CODEC_ID_SUBRIP
- instead of AV_CODEC_ID_TEXT
- smartblur filter ported from MPlayer
- CPiA decoder
- decimate filter ported from MPlayer
diff --git a/doc/APIchanges b/doc/APIchanges
index 2145e83..257c003 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -31,6 +31,10 @@ API changes, most recent first:
Can be used as a stripped-down replacement for strptime(), on
systems which do not support it.
+2012-08-25 - 2626cc4 - lavf 54.28.100
+ Matroska demuxer now identifies SRT subtitles as AV_CODEC_ID_SUBRIP instead
+ of AV_CODEC_ID_TEXT.
+
2012-08-13 - xxxxxxx - lavfi 3.8.100 - avfilter.h
Add avfilter_get_class() function, and priv_class field to AVFilter
struct.
More information about the ffmpeg-cvslog
mailing list