Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
857f35ff
Commit
857f35ff
authored
Jan 30, 2010
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
NEWS and LIST update
parent
8c1ba715
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
7 deletions
+8
-7
NEWS
NEWS
+4
-1
modules/LIST
modules/LIST
+4
-6
No files found.
NEWS
View file @
857f35ff
...
...
@@ -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):
...
...
modules/LIST
View file @
857f35ff
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment