Commit 3173fc92 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Update NEWS

parent b5623adc
...@@ -186,6 +186,7 @@ Removed modules ...@@ -186,6 +186,7 @@ Removed modules
* Gnome-VFS access module (i.e. Gnome 2.x) * Gnome-VFS access module (i.e. Gnome 2.x)
* QuartText text renderer module (use Freetype instead) * QuartText text renderer module (use Freetype instead)
* Win32 GDI text renderer module (use Freetype instead) * Win32 GDI text renderer module (use Freetype instead)
* Growl notification (replaced by osx_notifications)
Changes between 2.2.0 and 2.2.1: Changes between 2.2.0 and 2.2.1:
......
...@@ -86,6 +86,7 @@ $Id$ ...@@ -86,6 +86,7 @@ $Id$
* croppadd: Crop/Padd image filter * croppadd: Crop/Padd image filter
* crystalhd: crystalhd decoder * crystalhd: crystalhd decoder
* cvdsub: CVD subtitles decoder * cvdsub: CVD subtitles decoder
* cvpx_i420: filter to copy from OS X accelerated surfaces to CPU in YUV
* d3d11_surface: Convert D3D11 GPU textures to YUV planes * d3d11_surface: Convert D3D11 GPU textures to YUV planes
* d3d11va: Direct3D11 hardware-accelerated decoding * d3d11va: Direct3D11 hardware-accelerated decoding
* daala: a daala video decoder/packetizer using libdaala * daala: a daala video decoder/packetizer using libdaala
...@@ -169,7 +170,6 @@ $Id$ ...@@ -169,7 +170,6 @@ $Id$
* gradient: Gradient and edge detection video effects filter * gradient: Gradient and edge detection video effects filter
* grain: Grain Video filter * grain: Grain Video filter
* grey_yuv: grayscale to others conversion module * grey_yuv: grayscale to others conversion module
* growl: announce currently playing stream to growl
* gstdecode: GStreamer based decoder module. * gstdecode: GStreamer based decoder module.
* h264: H264 decoder * h264: H264 decoder
* hds: HTTP Dynamic Streaming, per Adobe's specs * hds: HTTP Dynamic Streaming, per Adobe's specs
...@@ -178,6 +178,7 @@ $Id$ ...@@ -178,6 +178,7 @@ $Id$
* hotkeys: hotkeys control module * hotkeys: hotkeys control module
* hqdn3d: High Quality denoising filter * hqdn3d: High Quality denoising filter
* http: HTTP Network access module * http: HTTP Network access module
* https: HTTP/TLS access module for HTTP 2.0 support
* i420_rgb: planar YUV to packed RGB conversion functions * i420_rgb: planar YUV to packed RGB conversion functions
* i420_rgb_mmx: MMX accelerated version of i420_rgb * i420_rgb_mmx: MMX accelerated version of i420_rgb
* i420_rgb_sse2: sse2 accelerated version of i420_rgb * i420_rgb_sse2: sse2 accelerated version of i420_rgb
...@@ -270,6 +271,7 @@ $Id$ ...@@ -270,6 +271,7 @@ $Id$
* opus: a opus audio decoder/packetizer/encoder using the libopus library * opus: a opus audio decoder/packetizer/encoder using the libopus library
* os2drive: service discovery for OS/2 drives * os2drive: service discovery for OS/2 drives
* oss: audio output module using the OSS /dev/dsp interface * oss: audio output module using the OSS /dev/dsp interface
* osx_notifications: announce currently playing stream to OS X/Growl
* packetizer_avparser: libavcodec packetizer * packetizer_avparser: libavcodec packetizer
* packetizer_copy: Simple copy packetizer * packetizer_copy: Simple copy packetizer
* packetizer_dirac: Dirac video packetizer * packetizer_dirac: Dirac video packetizer
...@@ -300,7 +302,6 @@ $Id$ ...@@ -300,7 +302,6 @@ $Id$
* qsv: QuickSyncVideo Encoder for Intel hardware * qsv: QuickSyncVideo Encoder for Intel hardware
* qt4: interface module using the cross-platform Qt4 library * qt4: interface module using the cross-platform Qt4 library
* qtsound: Quicktime Audio Capture * qtsound: Quicktime Audio Capture
* quartztext: Text renderer using native Mac OS X API
* quicktime: Quicktime decoder that uses the QT library * quicktime: Quicktime decoder that uses the QT library
* rar: RAR access and stream filter * rar: RAR access and stream filter
* rawaud: raw audio input module for vlc * rawaud: raw audio input module for vlc
...@@ -338,7 +339,6 @@ $Id$ ...@@ -338,7 +339,6 @@ $Id$
* shm: Shared memory framebuffer access module * shm: Shared memory framebuffer access module
* sid: Sidplay demuxer * sid: Sidplay demuxer
* simple_channel_mixer: channel mixer * simple_channel_mixer: channel mixer
* simple_channel_mixer_neon: channel mixer using NEON assembly
* skins2: Skinnable interface, new generation * skins2: Skinnable interface, new generation
* smb: SMB shares access module * smb: SMB shares access module
* smf: Standard MIDI file demuxer * smf: Standard MIDI file demuxer
...@@ -439,7 +439,6 @@ $Id$ ...@@ -439,7 +439,6 @@ $Id$
* wav: Wav demuxer * wav: Wav demuxer
* wave: Wave video effect * wave: Wave video effect
* waveout: simple audio output module for Windows * waveout: simple audio output module for Windows
* win32text: Text renderer using native Win32 API
* win_hotkeys: module to catch hotkeys when application doesn't have the focus * win_hotkeys: module to catch hotkeys when application doesn't have the focus
* win_msg: Windows Messages module * win_msg: Windows Messages module
* windrive: Windows logical disc drives * windrive: Windows logical disc drives
......
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