[vlc-commits] Update NEWS and LIST

Jean-Baptiste Kempf git at videolan.org
Wed Oct 5 14:05:12 CEST 2011


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Oct  5 14:04:21 2011 +0200| [56bea7897b859bb3041be198d2ae25fa3c8e675f] | committer: Jean-Baptiste Kempf

Update NEWS and LIST

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=56bea7897b859bb3041be198d2ae25fa3c8e675f
---

 NEWS         |   12 ++++++++----
 modules/LIST |   12 ++++++------
 2 files changed, 14 insertions(+), 10 deletions(-)

diff --git a/NEWS b/NEWS
index f091751..309843a 100644
--- a/NEWS
+++ b/NEWS
@@ -115,7 +115,8 @@ Video Output:
    chroma conversion
  * New video output for Android platform, based on Surface
  * Support for 9/10bits output in the OpenGL output
- * Updated OpenGL video output for Mac, which requires a Quartz Extreme capable Mac
+ * Updated OpenGL video output for Mac, which now requires a
+   Quartz Extreme capable machine
 
 Audio Output:
  * New audio output based on AudioQueue API for iOS
@@ -157,8 +158,9 @@ Stream output:
  * New langfromtelx module, to change lang of one ES, when streaming, based on
    a telextex page: #langfromtelx{id=12,magazine=7,page=0x99,row=1}:std...
  * New select module, to replace an existing ES with another ES in the same track
-      #duplicate{dst=bridge-out{id=1},select=video,dst=bridge-out{id=0xa3},select=audio}
-      #transcode{...}:bridge-in{id-offset=0}:select{disable=0}:setid{id=0,newid=0xa3}:autodel:std{...}
+   #duplicate{dst=bridge-out{id=1},select=video,dst=bridge-out{id=0xa3},select=audio}
+   #transcode{...}:bridge-in{id-offset=0}:select{disable=0}:setid{id=0,newid=0xa3}:autodel:std{...}
+ * New libavformat/avio access_output module for network streaming
 
 Services Discovery:
  * Search API to be able to query distant search APIs from the interfaces
@@ -169,7 +171,8 @@ libVLC:
   ** libvlc_media_player_navigate for DVD navigation
   ** libvlc_audio_filter_list_get, libvlc_video_filter_list_get to get the
      list of available audio and video filters
-  ** libvlc_audio_set_format, libvlc_audio_set_format_callbacks, libvlc_audio_set_callbacks
+  ** libvlc_audio_set_format, libvlc_audio_set_format_callbacks,
+     libvlc_audio_set_callbacks
      allow grabbing audio data from a chosen memory location in real-time.
 
 Removed modules:
@@ -185,6 +188,7 @@ Removed modules:
  * removal of the SDL audio output, use the native outputs
  * growl_udp: use Growl for local notifications on the Mac. UDP support will be
               removed in Growl's next release, too.
+ * removal of the OSSO screensave module, use the MCE one
 
 
 Changes between 1.1.10 and 1.1.11:
diff --git a/modules/LIST b/modules/LIST
index 4cb2765..403b47e 100644
--- a/modules/LIST
+++ b/modules/LIST
@@ -1,4 +1,4 @@
-List of vlc plugins (379)
+List of vlc plugins (384)
 $Id$
  * a52: A/52 basic parser/packetizer
  * a52tofloat32: A/52 audio converter & decoder plugin, using liba52
@@ -6,7 +6,7 @@ $Id$
  * aa: Ascii art video output
  * access_alsa: Alsa access module
  * access_attachment: Attachment access module
- * access_avio: Access module using FFmpeg libavformat network
+ * access_avio: Access and Stream output module using libavformat network
  * access_bd: Blu-Ray Disc access
  * access_directory: Access module to read files in a directory
  * access_dv: Raw1394 Digital Video (Firewire/IEEE1394/I-Link) access module
@@ -58,9 +58,9 @@ $Id$
  * audioqueue: Audio Output based on AudioQueue API for iOS
  * audioscrobbler: AudioScrobbler/Last.fm submission plugin
  * auhal: Audio output for MacOS X based on the AUHAL API
- * avcodec: FFmpeg audio/video decoder
- * avformat: FFmpeg demuxer
- * avi: AVI File stream demuxer
+ * avcodec: libavcodec audio/video decoder
+ * avformat: libavformat demuxer
+ * avi: AVI file stream demuxer
  * ball: Augmented reality ball video filter module
  * bandlimited_resampler: Bandlimited interpolation audio resampler
  * blend: a picture filter that blends two pictures
@@ -319,7 +319,7 @@ $Id$
  * stream_out_smem: stream output module to a memory buffer
  * stream_out_standard: standard stream output module
  * stream_out_switcher: stream output module to display backgrounds
- * stream_out_transcode: audio & video transcoder using FFmpeg
+ * stream_out_transcode: audio & video transcoder
  * subsdec: a codec to output textual subtitles
  * subsdelay: subtitles delay filter
  * subsusf: a demuxer for USF subtitles



More information about the vlc-commits mailing list