pulseaudio/src/pulse
Colin Guthrie a9cf320bc1 devices: Set certain sink/source flags automatically.
Some sink flags are really just a product of what callbacks
are set on the device. We still enforce a degree of sanity
that the flags match the callbacks set, but we also set the
flags automatically in our callback setter functions to
help ensure that a) people use them and b) flags & callbacks
are kept in sync.
2011-07-20 22:20:37 +01:00
..
.gitignore add another .gitignore file, this time for pulse/ 2008-06-18 00:47:32 +02:00
cdecl.h Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
channelmap.c channelmap: Use "Subwoofer" as pretty name for LFE 2010-02-21 17:48:36 +01:00
channelmap.h doxygen: Add 'See also' linking to the overview page 2010-10-13 09:07:39 +01:00
client-conf-x11.c x11: Use the default screen for X11 properties. 2010-09-18 12:05:38 +01:00
client-conf-x11.h Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
client-conf.c Remove unnecessary #includes 2011-06-22 23:12:20 +01:00
client-conf.h client: introduce auto-connect-display= following the scheme of auto-connect-localhost= 2010-01-13 22:15:52 +01:00
client.conf.in client.conf.in: Typo. s/a/are/ 2010-02-02 09:02:21 +01:00
context.c Remove unnecessary #includes 2011-06-22 23:12:20 +01:00
context.h doxygen: Add 'See also' linking to the overview page 2010-10-13 09:07:39 +01:00
def.h devices: Set certain sink/source flags automatically. 2011-07-20 22:20:37 +01:00
error.c Remove unnecessary #includes 2011-06-22 23:12:20 +01:00
error.h Remove unnecessary #includes 2011-06-22 23:12:20 +01:00
ext-device-manager.c Remove unnecessary #includes 2011-06-22 23:12:20 +01:00
ext-device-manager.h Remove unnecessary #includes 2011-06-22 23:12:20 +01:00
ext-device-restore.c device-restore: Add a new protocol extension for device-restore. 2011-06-22 23:12:19 +01:00
ext-device-restore.h device-restore: Add a new protocol extension for device-restore. 2011-06-22 23:12:19 +01:00
ext-stream-restore.c Remove unnecessary #includes 2011-06-22 23:12:20 +01:00
ext-stream-restore.h Remove unnecessary #includes 2011-06-22 23:12:20 +01:00
fork-detect.c add pa_assert_cc() for compile time assertions 2009-03-23 21:03:52 +01:00
fork-detect.h try to detect when stupid clients forks and refuse all service from then on 2009-03-05 04:33:40 +01:00
format.c format: Fix channel map handling 2011-05-20 19:21:02 +05:30
format.h Remove unnecessary #includes 2011-06-22 23:12:20 +01:00
gccmacro.h Get rid of some warnings 2011-03-20 11:35:38 +00:00
glib-mainloop.c Remove unnecessary #includes 2011-06-22 23:12:20 +01:00
glib-mainloop.h doxygen: Add 'See also' linking to the overview page 2010-10-13 09:07:39 +01:00
i18n.c add i18n support 2008-08-06 18:54:13 +02:00
i18n.h Remove unnecessary #includes 2011-06-22 23:12:20 +01:00
internal.h device-restore: Add a new protocol extension for device-restore. 2011-06-22 23:12:19 +01:00
introspect.c Remove unnecessary #includes 2011-06-22 23:12:20 +01:00
introspect.h introspect: Get format of source output 2011-06-22 22:45:27 +01:00
mainloop-api.c Remove unnecessary #includes 2011-06-22 23:12:20 +01:00
mainloop-api.h Remove unnecessary #includes 2011-06-22 23:12:20 +01:00
mainloop-signal.c Remove unnecessary #includes 2011-06-22 23:12:20 +01:00
mainloop-signal.h Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
mainloop.c Remove unnecessary #includes 2011-06-22 23:12:20 +01:00
mainloop.h doxygen: Add 'See also' linking to the overview page 2010-10-13 09:07:39 +01:00
operation.c Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
operation.h client: extend documentation on pa_operation_cancel() a bit 2009-08-03 23:07:59 +02:00
proplist.c Remove unnecessary #includes 2011-06-22 23:12:20 +01:00
proplist.h format: Add some properties and internal API 2011-05-02 10:17:20 +05:30
pulseaudio.h core: Add a pa_format_info structure 2011-05-02 10:17:20 +05:30
rtclock.c Add sys/time.h include to rtclock.c 2011-06-24 00:29:47 +01:00
rtclock.h Remove unnecessary #includes 2011-06-22 23:12:20 +01:00
sample.c Remove unnecessary #includes 2011-06-22 23:12:20 +01:00
sample.h Remove unnecessary #includes 2011-06-22 23:12:20 +01:00
scache.c Remove unnecessary #includes 2011-06-22 23:12:20 +01:00
scache.h doxygen: Add 'See also' linking to the overview page 2010-10-13 09:07:39 +01:00
simple.c Remove unnecessary #includes 2011-06-22 23:12:20 +01:00
simple.h doxygen: Add 'See also' linking to the overview page 2010-10-13 09:07:39 +01:00
stream.c Fix two comment typos. 2011-07-14 14:13:52 -07:00
stream.h stream: Simplify passing of formats in extended API 2011-06-19 17:46:35 -07:00
subscribe.c Remove unnecessary #includes 2011-06-22 23:12:20 +01:00
subscribe.h doxygen: Add 'See also' linking to the overview page 2010-10-13 09:07:39 +01:00
thread-mainloop.c Remove unnecessary #includes 2011-06-22 23:12:20 +01:00
thread-mainloop.h doxygen: Add 'See also' linking to the overview page 2010-10-13 09:07:39 +01:00
timeval.c win32: Make some unused-variable warnings go away 2011-06-24 00:34:05 +01:00
timeval.h doxygen: Fix documentation typos 2010-10-13 09:07:39 +01:00
utf8.c utf8: minor simplification 2009-09-08 23:49:42 +02:00
utf8.h add new API pa_ascii_valid(), pa_ascii_filter() 2009-02-04 17:11:56 +01:00
util.c win32: Make some unused-variable warnings go away 2011-06-24 00:34:05 +01:00
util.h Remove unnecessary #includes 2011-06-22 23:12:20 +01:00
version.h.in version: Drop the micro version number 2010-11-28 15:56:20 +00:00
volume.c Remove unnecessary #includes 2011-06-22 23:12:20 +01:00
volume.h volume: Add a PA_VOLUME_UI_MAX define for the recommended max volume to show in UIs 2011-03-03 13:28:39 +00:00
xmalloc.c Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
xmalloc.h malloc: implement pa_xrenew() 2009-06-17 03:07:42 +02:00