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

More NEWS for 2.1, including libVLC new functions

parent 42480e9f
......@@ -49,6 +49,7 @@ Audio Filters:
Video Outputs:
* OpenGL: use glsl instead of ARB to do the YUV->RGB conversions
* Fix the power management issue on Windows for standby management
Video Filters:
* new anaglyph video filter which transforms side by side 3D video streams in
......@@ -56,6 +57,7 @@ Video Filters:
* Support in deinterlacing filter for most 4:2:0, 4:2:2, 4:4:4 YUV formats
and for bits depth higher than 8bits (like 10bits)
* Improvements on the transform filter, to support 10bits and RGB formats
* Revival of the openCV and openCV example filters
Stream Output:
* Extended support for recording, notably for MKV and AVI
......@@ -65,7 +67,7 @@ Interfaces:
* .hosts removed from the HTTP server.
* fixed Lua command line interface console mode under Windows.
* Better support for MCE remotes on Windows
* Partial support for Qt5.0
* Hotkey support for TS program selection
Mac OS X Port:
* Discontinued support for PowerPC-based Macs
......@@ -84,6 +86,19 @@ Mac OS X Interface:
* The Streaming/Transcoding wizard and the open dialog's output panel are
deprecated now
Qt:
* Partial support for Qt5.0
* Menus modifications and improvements
* Playlist improvements and fixes, including PictureFlow view
* Streaming output wizard rewrite
* Numerous fixes
libVLC:
* new libvlc_audio_output_device_list_get and libvlc_audio_output_device_list_release functions
to replace the deprecated libvlc_audio_output_device_count, libvlc_audio_output_device_longname
and libvlc_audio_output_device_id
* new libvlc_log_subscribe and libvlc_log_unsubscribe function to register logging callbacks
Removed modules:
* portaudio audio output: use the native audio output instead
* X11 On Screen Display notifications (xosd)
......
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