vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Sat Dec 14 17:19:42 2013 +0100| [cea1a7b5aee4e3c63a9e94a636f46704bcec3e52] | committer: Jean-Baptiste Kempf
Update NEWS and MODULES_LIST for 2.2.0 > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=cea1a7b5aee4e3c63a9e94a636f46704bcec3e52 --- NEWS | 14 +++++++++++++- modules/MODULES_LIST | 5 ++++- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 80c5ffb..037ad19 100644 --- a/NEWS +++ b/NEWS @@ -10,6 +10,8 @@ Core: Access: * Added TLS support for ftp access and sout access. New schemes for implicit (ftps) and explicit (ftpes) modes. + * MMS audio selection on split audio streams + * Blu-Ray: support overlays, preferred menu languages, region selection and navigation Decoder: * Partial support for Voxware MetaSound @@ -18,6 +20,8 @@ Decoder: * Teletext subtitles display improvements * Mediacodec speed improvements on x86 * Support setting the post processing level in Theora + * OpenMax IL imrpovements, notably for RaspberryPi + * Fix channel ordering of LGPL in m2ts files Encoder: * Support for MPEG-2 encoding using x262 @@ -32,8 +36,10 @@ Demuxer: * FLAC packets validation using CRC * Support Opus in MKV * Basic support for WebVTT + * Handle support for ISO/IEC 14496-3 Audio stream type in TS * Support HDPR TS files * Improvements in metadata support in Ogg/Opus/Vorbis files + * Fix encoding issues in some XML playlist formats Muxers: * Important rework of the Ogg muxer, notably for skeleton @@ -43,6 +49,7 @@ Video Output: * Direct rendering and filtering for VDPAU hardware acceleration * New CoreGraphics video output module for NPAPI plugins * New OpenGL ES 2.0 through EGL video output module for Android + * New Android native window provider module Video Filter: * New Oldmovie effect filter @@ -60,17 +67,22 @@ Streaming: vlc <your-source> vlc://quit --sout '#transcode{vcodec=VP80,vb=1000,acodec=vorb,ab=128} :std{access=http{mime=video/webm},mux=webm,dst=:4212}' * GSM, VP8, Opus RTP packetization - * Allow setting the first segment number in HLS + * HLS: Allow setting the first segment number and numerous improvements + libVLC: * add equalizer API libvlc_audio_equalizer_* functions Visualizations: * Add a 3D OpenGL spectrum visualization. +Interaces: + * Add support for subtitles drag 'n drop in skins2 + Removed modules: * ios video output: use ios2 * OpenMash H.261 video decoder + Changes between 2.1.0 and 2.1.1: -------------------------------- diff --git a/modules/MODULES_LIST b/modules/MODULES_LIST index 8865dd5..f201054 100644 --- a/modules/MODULES_LIST +++ b/modules/MODULES_LIST @@ -29,6 +29,7 @@ $Id$ * amem: audio memory output * anaglyph: anaglyph 3d video filter * android_audiotrack: audio output for Android, based on AudioTrack + * android_native_window: Android native window provider module * android_surface: video output for Android, based on Surface * antiflicker: anti-flicker video filter * araw: Pseudo audio decoder for raw PCM @@ -106,7 +107,9 @@ $Id$ * dxva2: DxVA2 hardware-accelerated decoding * dynamicoverlay: subpicture filter using shared memory that can be written to by external applications * edummy: dummy encoder - * egl: EGL video output + * egl_android: Android EGL video output + * egl_win32: Windows EGL video output + * egl_x11: Unix/x11 EGL video output * equalizer: a equalizer audio filter * erase: Logo erase video filter * es: input module for MPEG ES decapsulation _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
