Commit 3b13a01a authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Update NEWS and MODULES_LIST

parent 1b943fd7
Changes between 2.2.x and 3.0.0-git: Changes between 2.2.x and 3.0.0-git:
-------------------------------- --------------------------------
Core:
* Support wayland surface type
Access: Access:
* Support HDS (Http Dynamic Streaming) from Adobe (f4m, f4v, etc.) * Support HDS (Http Dynamic Streaming) from Adobe (f4m, f4v, etc.)
* New SMB access module using libdsm * New SMB access module using libdsm
...@@ -14,15 +17,31 @@ Decoder: ...@@ -14,15 +17,31 @@ Decoder:
* Support 4:4:4 chroma sampling with VDPAU hw acceleration * Support 4:4:4 chroma sampling with VDPAU hw acceleration
* Support for ARIB B24 subtitles * Support for ARIB B24 subtitles
* Support for Daala video * Support for Daala video
* Important improvements for the MMAL decoder and output for rPI
Encoder: * Support HEVC hardware decoding using OMX and MediaCodec
* Support for Daala video * Support VP9 and WMV3 decoding using OMX and performance improvements
Demuxers: Demuxers:
* Support HD-DVD .evo (H.264, VC-1, MPEG-2, PCM, AC-3, E-AC3, MLP, DTS) * Support HD-DVD .evo (H.264, VC-1, MPEG-2, PCM, AC-3, E-AC3, MLP, DTS)
* Opus in MPEG Transport Stream * Support Opus in MPEG Transport Stream
* Daala in Ogg * Support Daala in Ogg
* Support EIA-608 subtitles in MP4/mov * Support EIA-608 subtitles in MP4/mov
* Support WMV and WMAV in MP4/mov, aka Flip4Mac files
* Support bitmap audio channel reordering in MP4/mov
Video ouput:
* Wayland shell surface window provider
* Wayland shared memory video output
* Support rotation in Android NativeWindow output
Video filter:
* Hardware deinterlacing on the rPI, using MMAL
Stream Output:
* Chromecast output module
Encoder:
* Support for Daala video in 4:2:0 and 4:4:4
Muxers: Muxers:
* Added fragmented/streamable MP4 muxer * Added fragmented/streamable MP4 muxer
...@@ -34,6 +53,7 @@ Service Discovery: ...@@ -34,6 +53,7 @@ Service Discovery:
Mac OS X Interface Mac OS X Interface
* new AppleScript API giving access to audio desynchronization * new AppleScript API giving access to audio desynchronization
* Port to Yosemite X.10
Skins2: Skins2:
* Support key accelerators * Support key accelerators
......
...@@ -334,6 +334,7 @@ $Id$ ...@@ -334,6 +334,7 @@ $Id$
* stream_out_autodel: monitor mux inputs and automatically add/delete streams * stream_out_autodel: monitor mux inputs and automatically add/delete streams
* stream_out_bridge: "exchange" streams between sout instances. To be used with VLM * stream_out_bridge: "exchange" streams between sout instances. To be used with VLM
* stream_out_chromaprint: Audio fingerprinter * stream_out_chromaprint: Audio fingerprinter
* stream_out_chromecast: Chromecast streaming output module
* stream_out_delay: introduce delay in an ES when streaming * stream_out_delay: introduce delay in an ES when streaming
* stream_out_description: helper module for RTSP vod * stream_out_description: helper module for RTSP vod
* stream_out_display: displays a stream output chain * stream_out_display: displays a stream output chain
......
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