Commit 829bb536 authored by Felix Paul Kühne's avatar Felix Paul Kühne

add new modules to the relevant files

parent 13ee7d5e
...@@ -71,6 +71,7 @@ Audio output: ...@@ -71,6 +71,7 @@ Audio output:
This fix was facilitated through a hardware lending by TEAC Europe GmbH This fix was facilitated through a hardware lending by TEAC Europe GmbH
distributing such devices under the brand "TASCAM" (US-122, US-144, etc.). distributing such devices under the brand "TASCAM" (US-122, US-144, etc.).
* Rewrite of AudioQueue module for iOS (and OS X) * Rewrite of AudioQueue module for iOS (and OS X)
* New, simplified AudioUnit output module for iOS
Audio Filters: Audio Filters:
* New remapping channel filter * New remapping channel filter
...@@ -86,6 +87,7 @@ Video Outputs: ...@@ -86,6 +87,7 @@ Video Outputs:
* Fix and enable the OpenGL ES1 and ES2 modules * Fix and enable the OpenGL ES1 and ES2 modules
Also, subpictures now work in the OpenGL ES2 module Also, subpictures now work in the OpenGL ES2 module
* Fix the power management issue on Windows for standby management * Fix the power management issue on Windows for standby management
* New output module for iOS using OpenGL ES2
Video Filters: Video Filters:
* New anaglyph video filter which transforms side by side 3D video streams in * New anaglyph video filter which transforms side by side 3D video streams in
......
...@@ -53,7 +53,8 @@ $Id$ ...@@ -53,7 +53,8 @@ $Id$
* audiobargraph_v: audiobargraph video plugin * audiobargraph_v: audiobargraph video plugin
* audioqueue: Audio Output based on AudioQueue API for iOS * audioqueue: Audio Output based on AudioQueue API for iOS
* audioscrobbler: AudioScrobbler/Last.fm submission plugin * 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 * avcodec: libavcodec audio/video decoder
* avformat: libavformat demuxer * avformat: libavformat demuxer
* avi: AVI file stream demuxer * avi: AVI file stream demuxer
...@@ -366,8 +367,9 @@ $Id$ ...@@ -366,8 +367,9 @@ $Id$
* vod_rtsp: RTSP VoD module * vod_rtsp: RTSP VoD module
* volume_neon: audio volume optimized for ARM NEON * volume_neon: audio volume optimized for ARM NEON
* vorbis: a vorbis audio decoder/packetizer using the libvorbis library * 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_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 * vout_sdl: video output module using the SDL library
* vsxu: audio visualization using Vovoid VSXu * vsxu: audio visualization using Vovoid VSXu
* wall: image wall filter * wall: image wall filter
......
...@@ -325,6 +325,7 @@ modules/audio_output/alsa.c ...@@ -325,6 +325,7 @@ modules/audio_output/alsa.c
modules/audio_output/amem.c modules/audio_output/amem.c
modules/audio_output/audioqueue.c modules/audio_output/audioqueue.c
modules/audio_output/audiotrack.c modules/audio_output/audiotrack.c
modules/audio_output/audiounit_ios.c
modules/audio_output/auhal.c modules/audio_output/auhal.c
modules/audio_output/directx.c modules/audio_output/directx.c
modules/audio_output/file.c modules/audio_output/file.c
...@@ -1134,6 +1135,7 @@ modules/video_output/fb.c ...@@ -1134,6 +1135,7 @@ modules/video_output/fb.c
modules/video_output/gl.c modules/video_output/gl.c
modules/video_output/glx.c modules/video_output/glx.c
modules/video_output/ios.m modules/video_output/ios.m
modules/video_output/ios2.m
modules/video_output/kva.c modules/video_output/kva.c
modules/video_output/macosx.m modules/video_output/macosx.m
modules/video_output/msw/direct2d.c modules/video_output/msw/direct2d.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