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

Update NEWS and MODULES_LIST for 2.2.0

parent d44286df
...@@ -10,6 +10,8 @@ Core: ...@@ -10,6 +10,8 @@ Core:
Access: Access:
* Added TLS support for ftp access and sout access. * Added TLS support for ftp access and sout access.
New schemes for implicit (ftps) and explicit (ftpes) modes. 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: Decoder:
* Partial support for Voxware MetaSound * Partial support for Voxware MetaSound
...@@ -18,6 +20,8 @@ Decoder: ...@@ -18,6 +20,8 @@ Decoder:
* Teletext subtitles display improvements * Teletext subtitles display improvements
* Mediacodec speed improvements on x86 * Mediacodec speed improvements on x86
* Support setting the post processing level in Theora * Support setting the post processing level in Theora
* OpenMax IL imrpovements, notably for RaspberryPi
* Fix channel ordering of LGPL in m2ts files
Encoder: Encoder:
* Support for MPEG-2 encoding using x262 * Support for MPEG-2 encoding using x262
...@@ -32,8 +36,10 @@ Demuxer: ...@@ -32,8 +36,10 @@ Demuxer:
* FLAC packets validation using CRC * FLAC packets validation using CRC
* Support Opus in MKV * Support Opus in MKV
* Basic support for WebVTT * Basic support for WebVTT
* Handle support for ISO/IEC 14496-3 Audio stream type in TS
* Support HDPR TS files * Support HDPR TS files
* Improvements in metadata support in Ogg/Opus/Vorbis files * Improvements in metadata support in Ogg/Opus/Vorbis files
* Fix encoding issues in some XML playlist formats
Muxers: Muxers:
* Important rework of the Ogg muxer, notably for skeleton * Important rework of the Ogg muxer, notably for skeleton
...@@ -43,6 +49,7 @@ Video Output: ...@@ -43,6 +49,7 @@ Video Output:
* Direct rendering and filtering for VDPAU hardware acceleration * Direct rendering and filtering for VDPAU hardware acceleration
* New CoreGraphics video output module for NPAPI plugins * New CoreGraphics video output module for NPAPI plugins
* New OpenGL ES 2.0 through EGL video output module for Android * New OpenGL ES 2.0 through EGL video output module for Android
* New Android native window provider module
Video Filter: Video Filter:
* New Oldmovie effect filter * New Oldmovie effect filter
...@@ -60,17 +67,22 @@ Streaming: ...@@ -60,17 +67,22 @@ Streaming:
vlc <your-source> vlc://quit --sout '#transcode{vcodec=VP80,vb=1000,acodec=vorb,ab=128} 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}' :std{access=http{mime=video/webm},mux=webm,dst=:4212}'
* GSM, VP8, Opus RTP packetization * GSM, VP8, Opus RTP packetization
* Allow setting the first segment number in HLS * HLS: Allow setting the first segment number and numerous improvements
libVLC: libVLC:
* add equalizer API libvlc_audio_equalizer_* functions * add equalizer API libvlc_audio_equalizer_* functions
Visualizations: Visualizations:
* Add a 3D OpenGL spectrum visualization. * Add a 3D OpenGL spectrum visualization.
Interaces:
* Add support for subtitles drag 'n drop in skins2
Removed modules: Removed modules:
* ios video output: use ios2 * ios video output: use ios2
* OpenMash H.261 video decoder * OpenMash H.261 video decoder
Changes between 2.1.0 and 2.1.1: Changes between 2.1.0 and 2.1.1:
-------------------------------- --------------------------------
......
...@@ -29,6 +29,7 @@ $Id$ ...@@ -29,6 +29,7 @@ $Id$
* amem: audio memory output * amem: audio memory output
* anaglyph: anaglyph 3d video filter * anaglyph: anaglyph 3d video filter
* android_audiotrack: audio output for Android, based on AudioTrack * 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 * android_surface: video output for Android, based on Surface
* antiflicker: anti-flicker video filter * antiflicker: anti-flicker video filter
* araw: Pseudo audio decoder for raw PCM * araw: Pseudo audio decoder for raw PCM
...@@ -106,7 +107,9 @@ $Id$ ...@@ -106,7 +107,9 @@ $Id$
* dxva2: DxVA2 hardware-accelerated decoding * dxva2: DxVA2 hardware-accelerated decoding
* dynamicoverlay: subpicture filter using shared memory that can be written to by external applications * dynamicoverlay: subpicture filter using shared memory that can be written to by external applications
* edummy: dummy encoder * 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 * equalizer: a equalizer audio filter
* erase: Logo erase video filter * erase: Logo erase video filter
* es: input module for MPEG ES decapsulation * es: input module for MPEG ES decapsulation
......
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