Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
a199a57b
Commit
a199a57b
authored
Mar 02, 2014
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wasapi: audio capture client module (fixes #7205)
parent
5c2fc028
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
483 additions
and
0 deletions
+483
-0
NEWS
NEWS
+1
-0
modules/MODULES_LIST
modules/MODULES_LIST
+1
-0
modules/access/Makefile.am
modules/access/Makefile.am
+8
-0
modules/access/wasapi.c
modules/access/wasapi.c
+472
-0
po/POTFILES.in
po/POTFILES.in
+1
-0
No files found.
NEWS
View file @
a199a57b
...
...
@@ -18,6 +18,7 @@ Access:
* Support depayloading Opus from RTP
* Support sftp username and passwords options and URL
* New UPnP access module, to list directories without infinite recursions
* New WASAPI audio capture module on Windows
Decoder:
* OMX GPU-zerocopy support for decoding and display on Android using OpenMax IL
...
...
modules/MODULES_LIST
View file @
a199a57b
...
...
@@ -19,6 +19,7 @@ $Id$
* access_output_shout: Shoutcast access output
* access_output_udp: UDP Network access_output module
* access_realrtsp: Real RTSP access
* access_wasapi: WASAPI audio input
* addonsfsstorage: Local storage extensions repository
* addonsvorepository: Videolan extensions repository
* adjust: Contrast/Hue/saturation/Brightness adjust module
...
...
modules/access/Makefile.am
View file @
a199a57b
...
...
@@ -105,6 +105,14 @@ if HAVE_QTKIT
access_LTLIBRARIES
+=
libqtsound_plugin.la
endif
libaccess_wasapi_plugin_la_SOURCES
=
access/wasapi.c
libaccess_wasapi_plugin_la_LIBADD
=
-lole32
-lksuser
if
HAVE_WASAPI
if
!HAVE_WINSTORE
access_LTLIBRARIES
+=
libaccess_wasapi_plugin.la
endif
endif
### Video capture ###
...
...
modules/access/wasapi.c
0 → 100644
View file @
a199a57b
This diff is collapsed.
Click to expand it.
po/POTFILES.in
View file @
a199a57b
...
...
@@ -278,6 +278,7 @@ modules/access/vcdx/vcdplayer.c
modules/access/vcdx/vcdplayer.h
modules/access/vdr.c
modules/access/vnc.c
modules/access/wasapi.c
modules/access/zip/zipstream.c
modules/arm_neon/chroma_yuv.c
modules/arm_neon/simple_channel_mixer.c
...
...
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