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