Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
4k
Issue boards
Milestones
Code
Merge requests
450
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC
Commits
829bb536
Commit
829bb536
authored
11 years ago
by
Felix Paul Kühne
Browse files
Options
Downloads
Patches
Plain Diff
add new modules to the relevant files
parent
13ee7d5e
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
NEWS
+2
-0
2 additions, 0 deletions
NEWS
modules/LIST
+4
-2
4 additions, 2 deletions
modules/LIST
po/POTFILES.in
+2
-0
2 additions, 0 deletions
po/POTFILES.in
with
8 additions
and
2 deletions
NEWS
+
2
−
0
View file @
829bb536
...
...
@@ -71,6 +71,7 @@ Audio output:
This fix was facilitated through a hardware lending by TEAC Europe GmbH
distributing such devices under the brand "TASCAM" (US-122, US-144, etc.).
* Rewrite of AudioQueue module for iOS (and OS X)
* New, simplified AudioUnit output module for iOS
Audio Filters:
* New remapping channel filter
...
...
@@ -86,6 +87,7 @@ Video Outputs:
* Fix and enable the OpenGL ES1 and ES2 modules
Also, subpictures now work in the OpenGL ES2 module
* Fix the power management issue on Windows for standby management
* New output module for iOS using OpenGL ES2
Video Filters:
* New anaglyph video filter which transforms side by side 3D video streams in
...
...
This diff is collapsed.
Click to expand it.
modules/LIST
+
4
−
2
View file @
829bb536
...
...
@@ -53,7 +53,8 @@ $Id$
* audiobargraph_v: audiobargraph video plugin
* audioqueue: Audio Output based on AudioQueue API for iOS
* audioscrobbler: AudioScrobbler/Last.fm submission plugin
* auhal: Audio output for MacOS X based on the AUHAL API
* audiounit_ios: AudioUnit output plugin for iOS
* auhal: Audio output for Mac OS X based on the AUHAL API
* avcodec: libavcodec audio/video decoder
* avformat: libavformat demuxer
* avi: AVI file stream demuxer
...
...
@@ -366,8 +367,9 @@ $Id$
* vod_rtsp: RTSP VoD module
* volume_neon: audio volume optimized for ARM NEON
* vorbis: a vorbis audio decoder/packetizer using the libvorbis library
* vout_ios2: iOS video provider using OpenGL ES 2
* vout_ios: iOS video output
* vout_macosx: MacOS X OpenGL provider
* vout_macosx: Mac
OS X OpenGL provider
* vout_sdl: video output module using the SDL library
* vsxu: audio visualization using Vovoid VSXu
* wall: image wall filter
...
...
This diff is collapsed.
Click to expand it.
po/POTFILES.in
+
2
−
0
View file @
829bb536
...
...
@@ -325,6 +325,7 @@ modules/audio_output/alsa.c
modules/audio_output/amem.c
modules/audio_output/audioqueue.c
modules/audio_output/audiotrack.c
modules/audio_output/audiounit_ios.c
modules/audio_output/auhal.c
modules/audio_output/directx.c
modules/audio_output/file.c
...
...
@@ -1134,6 +1135,7 @@ modules/video_output/fb.c
modules/video_output/gl.c
modules/video_output/glx.c
modules/video_output/ios.m
modules/video_output/ios2.m
modules/video_output/kva.c
modules/video_output/macosx.m
modules/video_output/msw/direct2d.c
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment