]> git.sesse.net Git - vlc/commitdiff
NEWS and LIST update
authorJean-Baptiste Kempf <jb@videolan.org>
Wed, 24 Dec 2008 16:43:11 +0000 (17:43 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 24 Dec 2008 16:44:32 +0000 (17:44 +0100)
NEWS
modules/LIST

diff --git a/NEWS b/NEWS
index af6e693ae0f6fd67b9e3374ee192a8a7273331d6..f62be6ff5e92bcae4f3eef4c7f23190f25ba4224 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,7 @@ Playback:
  * Frame-By-Frame Support
  * Timeshift support
  * RTSP trickplay support
+ * On-the-fly record
 
 Access:
  * RTSP authentication with Darwin Streaming Server
@@ -24,7 +25,7 @@ Decoders:
  * True HD/MLP support
  * Blu-Ray Linear PCM support
  * QCELP (Qualcomm PureVoice) support
- * Real Video 4.0 support
+ * Real Video 3.0 & 4.0 support
 
 Demuxers:
  * Support for Dirac and RealVideo in Matroska files
@@ -37,6 +38,7 @@ Stream output:
  * Restored the old mpeg2 transrating module.
  * Multiple bridge-in instances are now possible.
  * bridge-in can be used to configure a placeholder stream.
+ * Remote Audio Output Protocol (AirTunes) module.
 
 Linux/Windows interface:
  * Recently played items list
@@ -60,6 +62,9 @@ Audio output:
  * Removed obsolete Esound and aRts plugins
  * Surround support for PulseAudio
 
+Miscellanous:
+ * Invmem, a fake codec to display images from external applications
+
 
 Changes between 0.9.6 and 0.9.8a:
 ---------------------------------
index 3e9f726ed5a8726b6a27c4f61cd93c61f04a99d9..47a55a061e3a981e9800241ef85421a6e7091a5c 100644 (file)
@@ -156,6 +156,7 @@ $Id$
  * imgresample: FFmpeg video filter
  * inhibit: preventing the computer from suspending
  * invert: inverse video filter.
+ * invmem: module for VLC to display images from an external application
  * jack: jack server audio output
  * kate: kate text bitstream decoder
  * libass: Subtitle renderers using libass
@@ -285,6 +286,8 @@ $Id$
  * speex: a speex audio decoder/packetizer using the libspeex library.
  * spudec: RLE DVD subtitles decoder.
  * stats: Stats encoder function
+ * stream_filter_rar: Stream filter to read inside Rar files
+ * stream_filter_record: record any stream instantly
  * stream_out_autodel: monitor mux inputs and automatically add/delete streams
  * stream_out_bridge: "exchange" streams between sout instances. To be used with VLM
  * stream_out_description: helper module for RTSP vod
@@ -294,6 +297,7 @@ $Id$
  * stream_out_es: stream out module outputing ES
  * stream_out_gather: stream out module gathering inputs for seemless transitions
  * stream_out_mosaic_bridge: stream output module to make a mosaic. To be used with VLM
+ * stream_out_raop: Remote Audio Output Protocol (AirTunes) stream out
  * stream_out_record: record stream output module
  * stream_out_standard: standard stream output module
  * stream_out_switcher: stream output module to display backgrounds