]> git.sesse.net Git - vlc/commitdiff
Add NEWS about libVLC
authorThomas Guillem <thomas@gllm.fr>
Tue, 20 Jan 2015 11:35:47 +0000 (11:35 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Tue, 20 Jan 2015 13:24:29 +0000 (14:24 +0100)
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
NEWS

diff --git a/NEWS b/NEWS
index 13fb7ebdf767ed8e46878b3455f2bbbd4efaee2e..ca503f4f7660e86b8572a0eb322611772a122715 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -85,6 +85,8 @@ libVLC:
    libvlc_media_discoverer_new and libvlc_media_discoverer_start.
    This allows to attach media events between create and start.
  * Add libvlc_media_get_codec_description to get a human readable description of a codec
+ * Add libvlc_MediaListEndReached Event to get notified when a media list reached the end
+ * Add libvlc_media_parse_with_options that uses a flag to specify parse options
 
 
 Changes between 2.1.x and 2.2.0: