Commit 5280ad54 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

NEWS and LIST update

parent 6b9013db
...@@ -6,6 +6,7 @@ Playback: ...@@ -6,6 +6,7 @@ Playback:
* Frame-By-Frame Support * Frame-By-Frame Support
* Timeshift support * Timeshift support
* RTSP trickplay support * RTSP trickplay support
* On-the-fly record
Access: Access:
* RTSP authentication with Darwin Streaming Server * RTSP authentication with Darwin Streaming Server
...@@ -24,7 +25,7 @@ Decoders: ...@@ -24,7 +25,7 @@ Decoders:
* True HD/MLP support * True HD/MLP support
* Blu-Ray Linear PCM support * Blu-Ray Linear PCM support
* QCELP (Qualcomm PureVoice) support * QCELP (Qualcomm PureVoice) support
* Real Video 4.0 support * Real Video 3.0 & 4.0 support
Demuxers: Demuxers:
* Support for Dirac and RealVideo in Matroska files * Support for Dirac and RealVideo in Matroska files
...@@ -37,6 +38,7 @@ Stream output: ...@@ -37,6 +38,7 @@ Stream output:
* Restored the old mpeg2 transrating module. * Restored the old mpeg2 transrating module.
* Multiple bridge-in instances are now possible. * Multiple bridge-in instances are now possible.
* bridge-in can be used to configure a placeholder stream. * bridge-in can be used to configure a placeholder stream.
* Remote Audio Output Protocol (AirTunes) module.
Linux/Windows interface: Linux/Windows interface:
* Recently played items list * Recently played items list
...@@ -60,6 +62,9 @@ Audio output: ...@@ -60,6 +62,9 @@ Audio output:
* Removed obsolete Esound and aRts plugins * Removed obsolete Esound and aRts plugins
* Surround support for PulseAudio * Surround support for PulseAudio
Miscellanous:
* Invmem, a fake codec to display images from external applications
Changes between 0.9.6 and 0.9.8a: Changes between 0.9.6 and 0.9.8a:
--------------------------------- ---------------------------------
......
...@@ -156,6 +156,7 @@ $Id$ ...@@ -156,6 +156,7 @@ $Id$
* imgresample: FFmpeg video filter * imgresample: FFmpeg video filter
* inhibit: preventing the computer from suspending * inhibit: preventing the computer from suspending
* invert: inverse video filter. * invert: inverse video filter.
* invmem: module for VLC to display images from an external application
* jack: jack server audio output * jack: jack server audio output
* kate: kate text bitstream decoder * kate: kate text bitstream decoder
* libass: Subtitle renderers using libass * libass: Subtitle renderers using libass
...@@ -285,6 +286,8 @@ $Id$ ...@@ -285,6 +286,8 @@ $Id$
* speex: a speex audio decoder/packetizer using the libspeex library. * speex: a speex audio decoder/packetizer using the libspeex library.
* spudec: RLE DVD subtitles decoder. * spudec: RLE DVD subtitles decoder.
* stats: Stats encoder function * 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_autodel: monitor mux inputs and automatically add/delete streams
* stream_out_bridge: "exchange" streams between sout instances. To be used with VLM * stream_out_bridge: "exchange" streams between sout instances. To be used with VLM
* stream_out_description: helper module for RTSP vod * stream_out_description: helper module for RTSP vod
...@@ -294,6 +297,7 @@ $Id$ ...@@ -294,6 +297,7 @@ $Id$
* stream_out_es: stream out module outputing ES * stream_out_es: stream out module outputing ES
* stream_out_gather: stream out module gathering inputs for seemless transitions * 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_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_record: record stream output module
* stream_out_standard: standard stream output module * stream_out_standard: standard stream output module
* stream_out_switcher: stream output module to display backgrounds * stream_out_switcher: stream output module to display backgrounds
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment