]> git.sesse.net Git - vlc/commitdiff
NEWS and LIST update
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 30 Jan 2010 19:10:21 +0000 (20:10 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 30 Jan 2010 19:10:46 +0000 (20:10 +0100)
NEWS
modules/LIST

diff --git a/NEWS b/NEWS
index 9fbe11104fa0e50ddbb05d52988fa2df8e40b5fc..ca5d590376fe2fe64f3d05dc5498580f90fa8dd1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -55,8 +55,10 @@ 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
+   linear resampler, ugly resampler, converter_fixed, DTS to SPDIF and
+   A/52 to SPDIF filters have been upgraded to the "audio filter2" API
  * NEON assembly audio converter module
+ * Converter filters have been rewritten and extended to support s32 as input
 
 Visualisation:
  * Support of .milk visualisation files using projectM libraries
@@ -124,6 +126,7 @@ Removed modules:
  * cddax. Use cdda instead
  * cmml and tarkin codecs are removed because they are dead codecs.
  * realaudio codecs is remove in favour of avcodec
+ * access_file removed in favor of filesystem
 
 
 Changes between 1.0.4 and 1.0.5 (not yet released):
index c5a752717c4338718fcb1b8286e8f8cc65b67245..e5e63c6ec5a905c7fc6b10e5220b4570b3e1dfc5 100644 (file)
@@ -5,15 +5,13 @@ $Id$
  * a52tospdif: Audio converter module to encapsulate A/52 into S/PDIF
  * aa: Ascii art video output
  * access_alsa: Alsa access module
+ * access_attachment: Attachment accesss module
  * access_avio: Access module using FFmpeg libavformat network
  * access_bd: Blu-Ray Disc access
  * access_directory: Access module to read files in a directory
  * access_dv: Raw1394 Digital Video (Firewire/IEEE1394/I-Link) access module
  * access_eyetv: Access module to connect to our plugin running within EyeTV
  * access_fake: Fake access to use for mosaic and other special streaming setups
- * access_file: File access module
- * access_filter_bandwidth: Bandwidth limit module
- * access_filter_dump: Raw input Dump module
  * access_ftp: FTP Network access module
  * access_gnomevfs: GnomeVFS access
  * access_http: HTTP Network access module
@@ -50,6 +48,7 @@ $Id$
  * atmo: Ambilight-like video-output
  * au: AU file demuxer
  * audio_format: helper module for audio transcoding
+ * audio_format_neon: helper module for audio transcoding using NEON assembly
  * audiobargraph_a: audiobargraph audio plugin
  * audiobargraph_v: audiobargraph video plugin
  * audioscrobbler: AudioScrobbler/Last.fm submission plugin
@@ -71,12 +70,9 @@ $Id$
  * cdg: CD-G decoder
  * chain: Video filtering using a chain of video filter modules
  * chorus_flanger: variable delay audio filter
- * chroma_neon: ARM NEONv1 chroma conversion module
  * clone: Clone video filter
  * colorthres:  Theshold color based on similarity to reference color Video filter
  * converter_fixed: Fixed-point audio format conversions
- * converter_float: Floating-point audio format conversions
- * converter_neon: NEON assembly optimized audio converter
  * crop: Crop video filter
  * croppadd: Crop/Padd image filter
  * cvdsub: CVD subtitles decoder
@@ -115,6 +111,7 @@ $Id$
  * fake: fake codec to be used in advanced streaming setups
  * fb: video output module for the Linux framebuffer
  * fbosd: framebuffer osd plugin
+ * filesystem: Filesystem access module
  * flac: Flac decoder using libflac
  * flacsys: FLAC demuxer
  * float32_mixer: Precise float32 audio mixer
@@ -150,6 +147,7 @@ $Id$
  * i420_yuy2: planar 4:2:0 YUV to packed YUV conversion functions
  * i420_yuy2_altivec: AltiVec accelerated version of i420_yuy2
  * i420_yuy2_mmx: MMX accelerated version of i420_yuy2
+ * i420_yuy2_neon: ARM NEONv1 chroma conversion of i420_yuy2
  * i420_yuy2_sse2: sse2 accelerated version of i420_yuy2
  * i422_i420: 4:2:2 to 4:2:0 conversion functions
  * i422_yuy2: planar 4:2:2 YUV to packed YUV conversion functions