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

Update NEWS and LIST

parent ace03266
......@@ -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:
......
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
......
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