]> git.sesse.net Git - vlc/commitdiff
Add NEWS about libVLC
authorJean-Baptiste Kempf <jb@videolan.org>
Tue, 13 Jan 2015 22:29:47 +0000 (23:29 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Tue, 13 Jan 2015 22:31:55 +0000 (23:31 +0100)
NEWS

diff --git a/NEWS b/NEWS
index c468adad327426014d57fe31d52d497588a45dac..4d0d64dcf31ea249fb5dd8404feea5b775c7f7ec 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -79,10 +79,11 @@ Skins2:
  * Support key accelerators
 
 libVLC:
- * split of libvlc_media_discoverer_new_from_name into libvlc_media_discoverer_new,
+ * Add libvlc_audio_output_device_enum to enumerate devices of current aout
+ * Split of libvlc_media_discoverer_new_from_name into libvlc_media_discoverer_new,
    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
 
 
 Changes between 2.1.x and 2.2.0: