From 829bb536120bbe846ad62f028b7beb51e0f0ea41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= <fkuehne@videolan.org> Date: Thu, 4 Apr 2013 19:47:40 +0200 Subject: [PATCH] add new modules to the relevant files --- NEWS | 2 ++ modules/LIST | 6 ++++-- po/POTFILES.in | 2 ++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 9f1a21f9bb05..c3e5d8a77d9e 100644 --- a/NEWS +++ b/NEWS @@ -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 diff --git a/modules/LIST b/modules/LIST index ff84f75745a4..75e8190cca92 100644 --- a/modules/LIST +++ b/modules/LIST @@ -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 diff --git a/po/POTFILES.in b/po/POTFILES.in index 4ece099b8ad4..853acf8d53a5 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -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 -- GitLab