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

NEWS about noise, 16bits, Freetype

parent 36376340
...@@ -48,6 +48,7 @@ Codecs: ...@@ -48,6 +48,7 @@ Codecs:
* Important fixes for RealVideo 3.0 and 4.0 playback, notably in MKV * Important fixes for RealVideo 3.0 and 4.0 playback, notably in MKV
* Experimental Hardware decoding using Broadcom CrystalHD cards * Experimental Hardware decoding using Broadcom CrystalHD cards
* New module for decoding EBU subtitles (.stl) * New module for decoding EBU subtitles (.stl)
* Support for 9bits and 10bits H.264/AVC decoding
Demuxers: Demuxers:
* New images demuxer supporting jpeg, png, targa, xcf, git, tiff, bmp, pcx, lbm * New images demuxer supporting jpeg, png, targa, xcf, git, tiff, bmp, pcx, lbm
...@@ -81,6 +82,7 @@ Video Output: ...@@ -81,6 +82,7 @@ Video Output:
* OpenGL video output now accepts YUV as input and uses fragment programs for * OpenGL video output now accepts YUV as input and uses fragment programs for
chroma conversion chroma conversion
* New video output for Android platform, based on Surface * New video output for Android platform, based on Surface
* Support for 9/10bits output in the OpenGL output
Audio Output: Audio Output:
* New audio output based on AudioQueue API for iOS * New audio output based on AudioQueue API for iOS
...@@ -99,6 +101,8 @@ Video Filter: ...@@ -99,6 +101,8 @@ Video Filter:
* New subsdelay filter to change subtitles delay * New subsdelay filter to change subtitles delay
* New anti-flickering filter * New anti-flickering filter
* New OpenMAX DL IPCS filter for color space conversion and resizing * New OpenMAX DL IPCS filter for color space conversion and resizing
* Major improvements in the freetype text-rendering module, notably supporting
blackbox and customizable shadow
Audio Filter: Audio Filter:
* New Compressor filter, a dynamic range compressor * New Compressor filter, a dynamic range compressor
...@@ -143,6 +147,7 @@ Removed modules: ...@@ -143,6 +147,7 @@ Removed modules:
* upnp: use upnp_intel * upnp: use upnp_intel
* removal of old telnet interface in favor of the new lua CLI * removal of old telnet interface in favor of the new lua CLI
* removal of http interface in favor of luahttp * removal of http interface in favor of luahttp
* remove of the noise filter
Changes between 1.1.9 and 1.1.10: Changes between 1.1.9 and 1.1.10:
......
...@@ -215,7 +215,6 @@ $Id$ ...@@ -215,7 +215,6 @@ $Id$
* mux_wav: a WAV muxer * mux_wav: a WAV muxer
* ncurses: interface module using the ncurses library * ncurses: interface module using the ncurses library
* netsync: synchronizes the clock of remote VLCs with a server for synchronous playback * netsync: synchronizes the clock of remote VLCs with a server for synchronous playback
* noise: Noise adding video filter
* normvol: a audio filter for volume normalization * normvol: a audio filter for volume normalization
* notify: notifications using libnotify * notify: notifications using libnotify
* nsc: decoder for Microsoft proprietary NSC descriptors * nsc: decoder for Microsoft proprietary NSC descriptors
......
...@@ -1087,7 +1087,6 @@ modules/video_filter/mosaic.c ...@@ -1087,7 +1087,6 @@ modules/video_filter/mosaic.c
modules/video_filter/mosaic.h modules/video_filter/mosaic.h
modules/video_filter/motionblur.c modules/video_filter/motionblur.c
modules/video_filter/motiondetect.c modules/video_filter/motiondetect.c
modules/video_filter/noise.c
modules/video_filter/opencv_example.c modules/video_filter/opencv_example.c
modules/video_filter/opencv_wrapper.c modules/video_filter/opencv_wrapper.c
modules/video_filter/osdmenu.c modules/video_filter/osdmenu.c
......
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