Browse code

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@gentoo.org>

Martin Storsjö authored on 2011/03/17 19:23:52
Showing 2 changed files
... ...
@@ -78,6 +78,7 @@ version <next>:
78 78
 - movie source added
79 79
 - Bink version 'b' audio and video decoder
80 80
 - Bitmap Brothers JV playback system
81
+- Apple HTTP Live Streaming protocol handler
81 82
 
82 83
 
83 84
 version 0.6:
... ...
@@ -12,6 +12,11 @@ libavutil:   2009-03-08
12 12
 
13 13
 API changes, most recent first:
14 14
 
15
+2011-03-02 - 863c471 - lavf  52.103.0 - av_pkt_dump2, av_pkt_dump_log2
16
+  Add new functions av_pkt_dump2, av_pkt_dump_log2 that uses the
17
+  source stream timebase for outputting timestamps. Deprecate
18
+  av_pkt_dump and av_pkt_dump_log.
19
+
15 20
 2011-02-20 - e731b8d - lavf  52.102.0 - avio.h
16 21
   * e731b8d - rename init_put_byte() to ffio_init_context(), deprecating the
17 22
               original, and move it to a private header so it is no longer