[FFmpeg-cvslog] Add missed APIchanges and changelog entries
Martin Storsjö
git at videolan.org
Thu Mar 17 17:49:25 CET 2011
ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Thu Mar 17 12:23:52 2011 +0200| [dc6fdad5dcbf4e796543929ccbce0de1f8535efd] | committer: Luca Barbato
Add missed APIchanges and changelog entries
Add an APIchanges entry for the av_pkt_dump2 and av_pkt_dump_log2
functions, and a changelog entry for the apple http live streaming
protocol handler.
Since neither of them got a minor bump at commit time, but were
applied before the jv demuxer, they all can be considered added
in this minor version.
Signed-off-by: Luca Barbato <lu_zero at gentoo.org>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=dc6fdad5dcbf4e796543929ccbce0de1f8535efd
---
Changelog | 1 +
doc/APIchanges | 5 +++++
2 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/Changelog b/Changelog
index 95c8b65..4a7fd6f 100644
--- a/Changelog
+++ b/Changelog
@@ -78,6 +78,7 @@ version <next>:
- movie source added
- Bink version 'b' audio and video decoder
- Bitmap Brothers JV playback system
+- Apple HTTP Live Streaming protocol handler
version 0.6:
diff --git a/doc/APIchanges b/doc/APIchanges
index 3a8543e..f9ae6c1 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -12,6 +12,11 @@ libavutil: 2009-03-08
API changes, most recent first:
+2011-03-02 - 863c471 - lavf 52.103.0 - av_pkt_dump2, av_pkt_dump_log2
+ Add new functions av_pkt_dump2, av_pkt_dump_log2 that uses the
+ source stream timebase for outputting timestamps. Deprecate
+ av_pkt_dump and av_pkt_dump_log.
+
2011-02-20 - e731b8d - lavf 52.102.0 - avio.h
* e731b8d - rename init_put_byte() to ffio_init_context(), deprecating the
original, and move it to a private header so it is no longer
More information about the ffmpeg-cvslog
mailing list