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

NEW: mention libVLCpp and extensions framework

parent df8d2104
...@@ -4,7 +4,7 @@ Changes between 1.0.5 and 1.1.0-git: ...@@ -4,7 +4,7 @@ Changes between 1.0.5 and 1.1.0-git:
Access: Access:
* Port of the screen module from Xlib to XCB * Port of the screen module from Xlib to XCB
* Support for the sftp protocol * Support for the sftp protocol
* Support for CDDB servers for Audio-CD on Windows version * Support for CDDB servers for Audio-CD on the Windows port
* Port of the dc1394 module from libdc1394 to libdc1394 v2.0 * Port of the dc1394 module from libdc1394 to libdc1394 v2.0
* New memory input (imem) module to feed VLC from data in memory * New memory input (imem) module to feed VLC from data in memory
* New avio module to use libavformat capabilities for network streams * New avio module to use libavformat capabilities for network streams
...@@ -34,21 +34,6 @@ Playlist: ...@@ -34,21 +34,6 @@ Playlist:
* New Play-And-Pause function to stop playback on latest video image * New Play-And-Pause function to stop playback on latest video image
* Podcast images are now displayed * Podcast images are now displayed
Audio filters:
* Chorus/Flanger audio filter
* 3F1R to stereo downmix filter
* Dolby mixer, parameterized equalizer, trivial mixer, scaletempo, bandlimited resampler,
linear resampler, ugly resampler, converter_float, converter_fixed, DTS to SPDIF and
* NEON assembly audio converter module
Encoders:
* x264, add psy-rd parameter and change default settings
* x264, add profile-limitter sameway as x264.eve has, for example
#transcode{vcodec=h264,venc=x264{profile=baseline,level=1.2},vb=384,width=320,height=176}
* x264, defaults to crf=23 as x264.exe-does, if bitrate is given,
uses ABR and if qp-value is set uses CQP
* libx264-version 0.76 or higher is required
Video Output: Video Output:
* Rewrite of the video output core and most video outputs * Rewrite of the video output core and most video outputs
* Added desktop mode to the Direct3D output module. It differs from DirectX * Added desktop mode to the Direct3D output module. It differs from DirectX
...@@ -57,6 +42,17 @@ Video Output: ...@@ -57,6 +42,17 @@ Video Output:
* New deinterlacing modes based on yadif and yadif(x2) * New deinterlacing modes based on yadif and yadif(x2)
* New audio/video filter to show audio level on the video output * New audio/video filter to show audio level on the video output
Extensions:
* new content extensions lua framework
* imdb extension
Audio filters:
* Chorus/Flanger audio filter
* 3F1R to stereo downmix filter
* Dolby mixer, parameterized equalizer, trivial mixer, scaletempo, bandlimited resampler,
linear resampler, ugly resampler, converter_float, converter_fixed, DTS to SPDIF and
* NEON assembly audio converter module
Visualisation: Visualisation:
* Support of .milk visualisation files using projectM libraries * Support of .milk visualisation files using projectM libraries
...@@ -64,6 +60,14 @@ Service discovery: ...@@ -64,6 +60,14 @@ Service discovery:
* Service discovery for Picture/Music/Video user directories * Service discovery for Picture/Music/Video user directories
* Service discovery based on libudev * Service discovery based on libudev
Encoders:
* x264, add psy-rd parameter and change default settings
* x264, add profile-limitter sameway as x264.eve has, for example
#transcode{vcodec=h264,venc=x264{profile=baseline,level=1.2},vb=384,width=320,height=176}
* x264, defaults to crf=23 as x264.exe-does, if bitrate is given,
uses ABR and if qp-value is set uses CQP
* libx264-version 0.76 or higher is required
Stream output: Stream output:
* New smem module, streaming to memory * New smem module, streaming to memory
* Allow duplicate outputs to be merged, like: * Allow duplicate outputs to be merged, like:
...@@ -95,6 +99,9 @@ Misc: ...@@ -95,6 +99,9 @@ Misc:
* new sqlite module * new sqlite module
* --save-config command line option not supported anymore. * --save-config command line option not supported anymore.
Bindings:
* new C++ wrapper around libVLC: libVLCpp
Removed modules: Removed modules:
* csri codec. Use libass module instead. * csri codec. Use libass module instead.
* galaktos. Use new projectM module instead. * galaktos. Use new projectM module instead.
......
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