Commit 14626943 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Update NEWS and LIST

parent ace03266
...@@ -115,7 +115,8 @@ Video Output: ...@@ -115,7 +115,8 @@ Video Output:
chroma conversion chroma conversion
* New video output for Android platform, based on Surface * New video output for Android platform, based on Surface
* Support for 9/10bits output in the OpenGL output * 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: Audio Output:
* New audio output based on AudioQueue API for iOS * New audio output based on AudioQueue API for iOS
...@@ -157,8 +158,9 @@ Stream output: ...@@ -157,8 +158,9 @@ Stream output:
* New langfromtelx module, to change lang of one ES, when streaming, based on * 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... 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 * 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} #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{...} #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: Services Discovery:
* Search API to be able to query distant search APIs from the interfaces * Search API to be able to query distant search APIs from the interfaces
...@@ -169,7 +171,8 @@ libVLC: ...@@ -169,7 +171,8 @@ libVLC:
** libvlc_media_player_navigate for DVD navigation ** libvlc_media_player_navigate for DVD navigation
** libvlc_audio_filter_list_get, libvlc_video_filter_list_get to get the ** libvlc_audio_filter_list_get, libvlc_video_filter_list_get to get the
list of available audio and video filters 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. allow grabbing audio data from a chosen memory location in real-time.
Removed modules: Removed modules:
...@@ -185,6 +188,7 @@ Removed modules: ...@@ -185,6 +188,7 @@ Removed modules:
* removal of the SDL audio output, use the native outputs * removal of the SDL audio output, use the native outputs
* growl_udp: use Growl for local notifications on the Mac. UDP support will be * growl_udp: use Growl for local notifications on the Mac. UDP support will be
removed in Growl's next release, too. 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: Changes between 1.1.10 and 1.1.11:
......
List of vlc plugins (379) List of vlc plugins (384)
$Id$ $Id$
* a52: A/52 basic parser/packetizer * a52: A/52 basic parser/packetizer
* a52tofloat32: A/52 audio converter & decoder plugin, using liba52 * a52tofloat32: A/52 audio converter & decoder plugin, using liba52
...@@ -6,7 +6,7 @@ $Id$ ...@@ -6,7 +6,7 @@ $Id$
* aa: Ascii art video output * aa: Ascii art video output
* access_alsa: Alsa access module * access_alsa: Alsa access module
* access_attachment: Attachment 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_bd: Blu-Ray Disc access
* access_directory: Access module to read files in a directory * access_directory: Access module to read files in a directory
* access_dv: Raw1394 Digital Video (Firewire/IEEE1394/I-Link) access module * access_dv: Raw1394 Digital Video (Firewire/IEEE1394/I-Link) access module
...@@ -58,9 +58,9 @@ $Id$ ...@@ -58,9 +58,9 @@ $Id$
* audioqueue: Audio Output based on AudioQueue API for iOS * audioqueue: Audio Output based on AudioQueue API for iOS
* audioscrobbler: AudioScrobbler/Last.fm submission plugin * audioscrobbler: AudioScrobbler/Last.fm submission plugin
* auhal: Audio output for MacOS X based on the AUHAL API * auhal: Audio output for MacOS X based on the AUHAL API
* avcodec: FFmpeg audio/video decoder * avcodec: libavcodec audio/video decoder
* avformat: FFmpeg demuxer * avformat: libavformat demuxer
* avi: AVI File stream demuxer * avi: AVI file stream demuxer
* ball: Augmented reality ball video filter module * ball: Augmented reality ball video filter module
* bandlimited_resampler: Bandlimited interpolation audio resampler * bandlimited_resampler: Bandlimited interpolation audio resampler
* blend: a picture filter that blends two pictures * blend: a picture filter that blends two pictures
...@@ -319,7 +319,7 @@ $Id$ ...@@ -319,7 +319,7 @@ $Id$
* stream_out_smem: stream output module to a memory buffer * stream_out_smem: stream output module to a memory buffer
* 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
* stream_out_transcode: audio & video transcoder using FFmpeg * stream_out_transcode: audio & video transcoder
* subsdec: a codec to output textual subtitles * subsdec: a codec to output textual subtitles
* subsdelay: subtitles delay filter * subsdelay: subtitles delay filter
* subsusf: a demuxer for USF subtitles * subsusf: a demuxer for USF subtitles
......
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