pulseaudio/src/pulsecore
Arun Raghavan 8718496d14 creds: Rename pa_ancil to pa_cmsg_ancil_data
Makes the purpose of the structure clearear.
2014-10-31 10:46:10 +05:30
..
ffmpeg build: Don't include empty Makefile.am in subdirs 2011-01-31 12:40:43 +00:00
resampler resampler: Changed style of includes 2014-08-17 13:11:55 +03:00
arpa-inet.c win32: Make some unused-variable warnings go away 2011-06-24 00:34:05 +01:00
arpa-inet.h Whitespace cleanup: Remove all multiple newlines 2013-06-24 16:56:24 +03:00
asyncmsgq.c Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
asyncmsgq.h Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
asyncq.c Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
asyncq.h Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
atomic.h Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
aupdate.c Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
aupdate.h More spelling fixes 2011-08-25 11:27:47 +01:00
auth-cookie.c authkey: Rename pa_authkey_load_auto() to pa_authkey_load() 2014-06-24 13:15:11 +03:00
auth-cookie.h module-tunnel: automatically find the PulseAudio server 2013-09-13 16:44:15 +03:00
authkey.c Replace "authorization" with "authentication" 2014-09-02 12:50:48 +02:00
authkey.h authkey: Rename pa_authkey_load_auto() to pa_authkey_load() 2014-06-24 13:15:11 +03:00
avahi-wrap.c Remove unnecessary #includes 2011-06-22 23:12:20 +01:00
avahi-wrap.h Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
bitset.c Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
bitset.h Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
card.c alsa: Use card description in default sink/source prefix when available 2014-03-14 16:16:46 +02:00
card.h Pass the profile object instead of the profile name to pa_card_set_profile() 2013-11-29 07:25:13 +02:00
cli-command.c Pass the profile object instead of the profile name to pa_card_set_profile() 2013-11-29 07:25:13 +02:00
cli-command.h Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
cli-text.c sink-input, source-output: Remove redundant get_mute() functions 2014-05-02 16:00:56 +03:00
cli-text.h Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
cli.c cli: Use pa_xnew0 to save some 0 inits 2013-08-02 16:25:42 +02:00
cli.h Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
client.c idxset: Use pa_free_cb_t instead of pa_free2_cb_t 2013-02-16 01:15:27 +02:00
client.h Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
conf-parser.c conf-parser: Add debug print of parsed files 2014-08-23 15:54:19 +02:00
conf-parser.h Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
core-error.c core: Slightly more helpful pa_cstrerror for unknown errors 2012-10-23 12:16:50 +05:30
core-error.h Remove unnecessary #includes 2011-06-22 23:12:20 +01:00
core-format.c format, core-format: Constify some function parameters 2014-01-08 21:26:40 +02:00
core-format.h format, core-format: Constify some function parameters 2014-01-08 21:26:40 +02:00
core-rtclock.c Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
core-rtclock.h Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
core-scache.c Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
core-scache.h Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
core-subscribe.c Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
core-subscribe.h Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
core-util.c core-util: Add pa_unset_env() 2014-10-02 12:14:09 +03:00
core-util.h core-util: Add pa_unset_env() 2014-10-02 12:14:09 +03:00
core.c core: Misc srbchannel cleanup 2014-07-02 10:21:11 +02:00
core.h core: Add a second rw mempool 2014-06-27 14:16:33 +02:00
cpu-arm.c core: Initialize ARM NEON remapping code if available 2014-05-25 18:13:27 +02:00
cpu-arm.h core: Initialize ARM NEON remapping code if available 2014-05-25 18:13:27 +02:00
cpu-orc.c Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
cpu-orc.h Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
cpu-x86.c Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
cpu-x86.h Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
cpu.c cpu: Add force_generic_code flag to cpu_info struct 2014-09-10 16:34:11 +02:00
cpu.h cpu: Add force_generic_code flag to cpu_info struct 2014-09-10 16:34:11 +02:00
creds.h creds: Rename pa_ancil to pa_cmsg_ancil_data 2014-10-31 10:46:10 +05:30
database-gdbm.c Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
database-simple.c Use pa_hashmap_remove_and_free() where appropriate 2014-04-17 10:06:23 +03:00
database-tdb.c Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
database.h Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
dbus-shared.c Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
dbus-shared.h dbus: split dbus-util into dbus-shared 2009-03-30 20:56:55 +03:00
dbus-util.c Revert dbus_bool_t variables to use TRUE/FALSE instead of true/false 2013-07-04 12:25:47 +03:00
dbus-util.h Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
device-port.c sink/source: Initialize port before fixate hook (fixes volume/mute not saved) 2014-03-28 10:59:03 +01:00
device-port.h sink/source: Initialize port before fixate hook (fixes volume/mute not saved) 2014-03-28 10:59:03 +01:00
dllmain.c win32: Make some unused-variable warnings go away 2011-06-24 00:34:05 +01:00
dynarray.c dynarray: Reimplement with nicer semantics 2013-06-27 11:45:41 +03:00
dynarray.h dynarray: Reimplement with nicer semantics 2013-06-27 11:45:41 +03:00
endianmacros.h endianmacros: Replace borked PA_FLOAT32_SWAP() with PA_READ_FLOAT32RE() / PA_WRITE_FLOAT32RE() 2014-09-04 09:58:20 +02:00
esound.h Replace "authorization" with "authentication" 2014-09-02 12:50:48 +02:00
fdsem.c fdsem: remove superfluous parameter in call to pa_fdsem_new_shm 2014-04-22 16:31:44 +02:00
fdsem.h fdsem: Use atomic.h 2014-04-22 16:31:57 +02:00
flist.c flist: Increase default list size to 256 2012-09-23 13:12:54 +03:00
flist.h More spelling fixes 2011-08-25 11:27:47 +01:00
g711.c merge 'lennart' branch back into trunk. 2007-10-28 19:13:50 +00:00
g711.h fix comment 2007-05-22 23:08:34 +00:00
hashmap.c hashmap: Add pa_hashmap_remove_and_free() 2014-04-17 10:02:42 +03:00
hashmap.h hashmap: Add pa_hashmap_remove_and_free() 2014-04-17 10:02:42 +03:00
hook-list.c Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
hook-list.h Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
i18n.c build-sys: Fix building without NLS 2011-12-13 09:03:58 +05:30
i18n.h build-sys: Fix building without NLS 2011-12-13 09:03:58 +05:30
idxset.c idxset: Allow deep copying with pa_idxset_copy() 2013-11-29 07:14:39 +02:00
idxset.h idxset: Allow deep copying with pa_idxset_copy() 2013-11-29 07:14:39 +02:00
iochannel.c creds: Rename pa_ancil to pa_cmsg_ancil_data 2014-10-31 10:46:10 +05:30
iochannel.h creds: Rename pa_ancil to pa_cmsg_ancil_data 2014-10-31 10:46:10 +05:30
ioline.c Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
ioline.h Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
ipacl.c Merge remote-tracking branch 'mkbosmans/mingw32-build' 2011-03-20 11:18:19 +00:00
ipacl.h headers: minor cleanups 2009-04-30 02:33:49 +02:00
llist.h llist: add PA_LLIST_FOREACH_SAFE macro for iteration that allows deleting 2009-08-26 20:05:48 +02:00
lock-autospawn.c Fix undefined behaviour in pulseaudio --start. 2013-11-22 17:31:11 +02:00
lock-autospawn.h Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
log.c log: Add support for the systemd journal 2013-12-20 13:06:04 +01:00
log.h log: Add support for the systemd journal 2013-12-20 13:06:04 +01:00
ltdl-helper.c Remove unnecessary #includes 2011-06-22 23:12:20 +01:00
ltdl-helper.h modules: introduce PA_MODULE_DEPRECATED() macro for marking modules deprecated 2009-05-28 02:47:36 +02:00
macro.h macro: Remove unneeded typedef for pa_bool_t. 2013-07-04 12:26:02 +03:00
Makefile build-sys: readd stub makefiles to subdirectories to make building with emacs easier 2012-05-15 14:17:58 +02:00
mcalign.c More spelling fixes 2011-08-25 11:27:47 +01:00
mcalign.h Fix spelling sucess -> success 2011-08-24 17:38:16 +05:30
memblock.c Cleanup !! for bool 2014-10-28 17:36:22 +01:00
memblock.h Client API: Add pa_stream_write_ext_free() function. 2014-09-10 10:12:08 +02:00
memblockq.c memblockq: Do not allow non-frame indices in the memblock queue 2014-10-24 14:59:31 +02:00
memblockq.h Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
memchunk.c Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
memchunk.h Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
memtrap.c memtrap: Debian/kFreeBSD seems to signal SIGSEGV, not SIGBUS 2014-08-18 15:31:48 +02:00
memtrap.h Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
mime-type.c Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
mime-type.h Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
mix.c cpu: Add force_generic_code flag to cpu_info struct 2014-09-10 16:34:11 +02:00
mix.h Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
mix_neon.c mix: Add special-case ARM NEON code for s16 mixing 2014-05-25 18:13:27 +02:00
modargs.c source, sink: Support weird sample rates 2014-06-05 15:57:00 +03:00
modargs.h modargs: Add pa_modargs_get_sample_rate() 2013-10-29 19:35:29 +02:00
modinfo.c Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
modinfo.h Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
module.c module: Replace rindex() with strrchr() 2014-01-27 21:00:58 +02:00
module.h module: Create pa_module_exists() 2013-09-29 16:54:38 +03:00
msgobject.c Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
msgobject.h Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
mutex-posix.c mutex: Fix compiler warning when priority inheritance is not supported 2013-09-28 09:14:54 +05:30
mutex-win32.c hashmap: Add the ability to free keys 2013-09-17 18:01:22 +05:30
mutex.h Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
namereg.c Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
namereg.h Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
native-common.h Protocol, client: Add commands to enable srbchannel 2014-06-27 14:23:18 +02:00
object.c Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
object.h Fix alignment issues introduced by the pa_bool -> bool conversion 2013-07-04 12:25:40 +03:00
once.c Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
once.h Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
packet.c get rid of svn $ keywords 2008-06-18 23:23:21 +03:00
packet.h get rid of svn $ keywords 2008-06-18 23:23:21 +03:00
parseaddr.c Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
parseaddr.h Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
pdispatch.c creds: Rename pa_ancil to pa_cmsg_ancil_data 2014-10-31 10:46:10 +05:30
pdispatch.h creds: Rename pa_ancil to pa_cmsg_ancil_data 2014-10-31 10:46:10 +05:30
pid.c Cleanup !! for bool 2014-10-28 17:36:22 +01:00
pid.h Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
pipe.c core: Closing proper file descriptor when pipe creation fails 2014-08-04 14:11:42 +05:30
pipe.h Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
play-memblockq.c Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
play-memblockq.h scache: when playing a sample from the cache make sure not queue them up when the sink is suspended 2010-02-21 17:48:55 +01:00
play-memchunk.c memblockq: Improve debuggability by storing a name and a sample spec. 2011-10-01 13:25:16 +01:00
play-memchunk.h scache: when playing a sample from the cache make sure not queue them up when the sink is suspended 2010-02-21 17:48:55 +01:00
poll-posix.c core: Proper poll() emulation to fix pacat and friends on Windows 2012-10-30 16:22:18 +05:30
poll-win32.c daemon: get rid of win32 message timer 2014-06-06 15:50:24 +03:00
poll.h Whitespace cleanup: Remove all multiple newlines 2013-06-24 16:56:24 +03:00
proplist-util.c Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
proplist-util.h proplist: Add internal API to get stream group 2011-11-24 13:03:26 +05:30
protocol-cli.c idxset: Use pa_free_cb_t instead of pa_free2_cb_t 2013-02-16 01:15:27 +02:00
protocol-cli.h Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
protocol-dbus.c Use pa_hashmap_remove_and_free() where appropriate 2014-04-17 10:06:23 +03:00
protocol-dbus.h Whitespace cleanup: Remove all multiple newlines 2013-06-24 16:56:24 +03:00
protocol-esound.c Replace "authorization" with "authentication" 2014-09-02 12:50:48 +02:00
protocol-esound.h Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
protocol-http.c Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
protocol-http.h http: export information about currently active server strings 2009-04-30 01:35:18 +02:00
protocol-native.c creds: Rename pa_ancil to pa_cmsg_ancil_data 2014-10-31 10:46:10 +05:30
protocol-native.h protocol-native: Enable srbchannel 2014-06-27 14:28:21 +02:00
protocol-simple.c Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
protocol-simple.h Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
pstream-util.c creds: Rename pa_ancil to pa_cmsg_ancil_data 2014-10-31 10:46:10 +05:30
pstream-util.h iochannel/pstream: Support sending file descriptors 2014-06-27 14:16:32 +02:00
pstream.c creds: Rename pa_ancil to pa_cmsg_ancil_data 2014-10-31 10:46:10 +05:30
pstream.h creds: Rename pa_ancil to pa_cmsg_ancil_data 2014-10-31 10:46:10 +05:30
queue.c Use simple free function in pa_queue_free 2011-11-27 15:42:52 +00:00
queue.h Use simple free function in pa_queue_free 2011-11-27 15:42:52 +00:00
random.c Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
random.h get rid of svn $ keywords 2008-06-18 23:23:21 +03:00
ratelimit.c Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
ratelimit.h Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
refcnt.h Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
remap.c cpu: Add force_generic_code flag to cpu_info struct 2014-09-10 16:34:11 +02:00
remap.h remap: Add (optional) state to remap struct 2014-04-29 00:00:06 +02:00
remap_mmx.c remap: Change remapping function argument type from void to int16_t / float as appropriate 2014-04-29 00:00:06 +02:00
remap_neon.c remap: Add ARM NEON optimized remapping and rearrange code 2014-05-25 18:13:27 +02:00
remap_sse.c remap: Change remapping function argument type from void to int16_t / float as appropriate 2014-04-29 00:00:06 +02:00
resampler.c resampler: Moved speex_is_fixed_point() to speex.c 2014-08-17 13:06:20 +03:00
resampler.h resampler: Remove duplicate forward declaration of pa_resampler 2014-08-29 15:34:34 +02:00
rtkit.c build-sys: Fix building with Android toolchain 2013-10-05 09:49:20 +05:30
rtkit.h rtkit: update drop-in files 2012-05-15 16:08:40 +02:00
rtpoll.c Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
rtpoll.h Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
sample-util.c endianmacros: Replace borked PA_FLOAT32_SWAP() with PA_READ_FLOAT32RE() / PA_WRITE_FLOAT32RE() 2014-09-04 09:58:20 +02:00
sample-util.h Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
sconv-s16be.c Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
sconv-s16be.h Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
sconv-s16le.c endianmacros: Replace borked PA_FLOAT32_SWAP() with PA_READ_FLOAT32RE() / PA_WRITE_FLOAT32RE() 2014-09-04 09:58:20 +02:00
sconv-s16le.h Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
sconv.c Add pa_sample_format_valid() 2013-12-15 11:07:17 +01:00
sconv.h Remove unnecessary #includes 2011-06-22 23:12:20 +01:00
sconv_neon.c sconv: Use optimized conversion function for both directions 2014-08-10 11:59:28 +03:00
sconv_sse.c sconv: Use optimized conversion function for both directions 2014-08-10 11:59:28 +03:00
semaphore-osx.c semaphore-osx: posix implementation based on named semaphores 2013-04-09 12:09:46 +03:00
semaphore-posix.c semaphore: introduce static semaphores 2009-04-21 21:25:27 +02:00
semaphore-win32.c Fix up according to Coding Style 2011-03-11 11:49:35 +00:00
semaphore.h semaphore: introduce static semaphores 2009-04-21 21:25:27 +02:00
shared.c Remove unnecessary #includes 2011-06-22 23:12:20 +01:00
shared.h Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
shm.c shm: Allow to open shm in writable mode 2014-06-27 14:16:32 +02:00
shm.h shm: Allow to open shm in writable mode 2014-06-27 14:16:32 +02:00
shmasyncq.c fdsem: remove superfluous parameter in call to pa_fdsem_new_shm 2014-04-22 16:31:44 +02:00
shmasyncq.h Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
sink-input.c Cleanup !! for bool 2014-10-28 17:36:22 +01:00
sink-input.h sink-input, source-output: Assign to reference_ratio from a single place 2014-08-17 08:17:59 +03:00
sink.c Cleanup !! for bool 2014-10-28 17:36:22 +01:00
sink.h Cleanup !! for bool 2014-10-28 17:36:22 +01:00
sioman.c Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
sioman.h Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
sndfile-util.c sndfile-util: fix format for 24bit depth wav files 2013-10-12 23:16:36 +03:00
sndfile-util.h sndfile: big rework of libsndfile interfacing code 2009-05-26 00:05:28 +02:00
socket-client.c Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
socket-client.h Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
socket-server.c Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
socket-server.h Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
socket-util.c Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
socket-util.h Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
socket.h Use <pulsecore/socket.h> instead of <sys/socket.h> 2011-02-17 11:58:21 +01:00
sound-file-stream.c Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
sound-file-stream.h Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
sound-file.c Remove unnecessary #includes 2011-06-22 23:12:20 +01:00
sound-file.h sndfile: big rework of libsndfile interfacing code 2009-05-26 00:05:28 +02:00
source-output.c Cleanup !! for bool 2014-10-28 17:36:22 +01:00
source-output.h sink-input, source-output: Assign to reference_ratio from a single place 2014-08-17 08:17:59 +03:00
source.c Cleanup !! for bool 2014-10-28 17:36:22 +01:00
source.h sink, source: Assign to s->muted from only one place 2014-05-02 16:00:49 +03:00
srbchannel.c srbchannel: Defer reading when setting up read callback 2014-09-18 12:07:37 +02:00
srbchannel.h srbchannel: Defer reading when setting up read callback 2014-09-18 12:07:37 +02:00
start-child.c core-util: Add pa_unset_env() 2014-10-02 12:14:09 +03:00
start-child.h get rid of svn $ keywords 2008-06-18 23:23:21 +03:00
strbuf.c Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
strbuf.h Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
stream-util.c stream-util: Add pa_stream_get_volume_channel_map() 2014-01-08 21:26:40 +02:00
stream-util.h stream-util: Add pa_stream_get_volume_channel_map() 2014-01-08 21:26:40 +02:00
strlist.c pulsecore: Use pa_streq instead of strcmp. 2012-06-09 16:22:13 +03:00
strlist.h More spelling fixes 2011-08-25 11:27:47 +01:00
svolume.orc orc: Another trivial documentation fix 2012-01-11 13:18:20 +05:30
svolume_arm.c svolume: Fix ARM alignment issues 2012-10-30 20:34:21 +05:30
svolume_c.c endianmacros: Replace borked PA_FLOAT32_SWAP() with PA_READ_FLOAT32RE() / PA_WRITE_FLOAT32RE() 2014-09-04 09:58:20 +02:00
svolume_mmx.c sconv, svolume: Fix compilation on 32-bit FreeBSD 2014-02-22 13:06:29 +02:00
svolume_orc.c Style fix: Remove new lines from opening brackets 2013-06-24 16:56:24 +03:00
svolume_sse.c sconv, svolume: Fix compilation on 32-bit FreeBSD 2014-02-22 13:06:29 +02:00
tagstruct.c Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
tagstruct.h Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
thread-mq.c thread-mq: Initialize thread_mainloop to NULL if not in use 2013-12-20 12:52:31 +02:00
thread-mq.h thread-mq: Support a mainloop as thread/consumer 2013-08-06 18:26:26 +03:00
thread-posix.c Fix undefined behaviour in pulseaudio --start. 2013-11-22 17:31:11 +02:00
thread-win32.c thread-win32: Implement pa_thread_free_nojoin() 2014-01-30 10:47:46 +02:00
thread.h Fix undefined behaviour in pulseaudio --start. 2013-11-22 17:31:11 +02:00
time-smoother.c Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
time-smoother.h Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
tokenizer.c dynarray: Reimplement with nicer semantics 2013-06-27 11:45:41 +03:00
tokenizer.h Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
usergroup.c Fix up according to Coding Style 2011-03-11 11:49:35 +00:00
usergroup.h core: Add thread-safe group info functions with dynamic buffers 2009-08-22 00:53:39 +02:00
x11prop.c Whitespace cleanup: Remove all multiple newlines 2013-06-24 16:56:24 +03:00
x11prop.h x11: Use the default screen for X11 properties. 2010-09-18 12:05:38 +01:00
x11wrap.c x11: Partially convert to XCB. 2010-09-18 12:04:09 +01:00
x11wrap.h More spelling fixes 2011-08-25 11:27:47 +01:00