summaryrefslogtreecommitdiff
path: root/src/pulse
Commit message (Expand)AuthorAgeFilesLines
* core: Internally deprecate pa_port_available_t to use pa_available_tMikel Astiz2013-02-181-0/+2
* add support for MPEG-2 AAC pass-throughAkihiro Tsukada2013-02-162-0/+4
* hashmap: Add pa_hashmap_remove_all()Tanu Kaskinen2013-02-161-3/+1
* idxset: Use pa_free_cb_t instead of pa_free2_cb_tTanu Kaskinen2013-02-162-6/+0
* hashmap: Use pa_free_cb_t instead of pa_free2_cb_tTanu Kaskinen2013-02-162-4/+3
* simple: Handle holes in recording streams.Tanu Kaskinen2013-02-041-1/+6
* pulse: Initialize pa_operation objects to all-zero.Tanu Kaskinen2013-01-131-1/+2
* pulse: Add pa_operation_set_state_callback() APIPaul Meng2013-01-123-0/+29
* pulse: Fix endianness definition on Sparc.Tanu Kaskinen2013-01-041-0/+7
* mainloop-signal: Explicitly ignore pa_write() return value.Tanu Kaskinen2012-12-191-1/+2
* mainloop: Check pa_write() return value.Tanu Kaskinen2012-12-191-1/+4
* mainloop: Remove redundant wakeup_pipe validity checks.Tanu Kaskinen2012-12-191-14/+7
* mainloop: Don't care about the mainloop state variable when waking up the mai...Tanu Kaskinen2012-11-151-1/+1
* mainloop: Change wakeup_requested type from pa_bool_t to pa_atomic_t.Tanu Kaskinen2012-11-151-4/+3
* pulse: Fix hole handling in pa_stream_peek().Tanu Kaskinen2012-11-082-9/+31
* introspect: Minor documentation fixArun Raghavan2012-11-081-4/+4
* core: Proper poll() emulation to fix pacat and friends on WindowsThomas Martitz2012-10-301-18/+0
* pulse: Fix for volume documentationFlavio Ceolin2012-10-241-1/+1
* gccmacro: Disable printf-like format checking on mingw32 compilers.Thomas Martitz2012-10-231-1/+8
* stream: Allow record streams to start mutedArun Raghavan2012-09-211-1/+0
* introspect: Add functions to handle the latency offset.poljar (Damir Jelic)2012-06-302-5/+39
* conf-parser: Add support for parsing property lists.Tanu Kaskinen2012-06-291-1/+1
* proplist: Change proplist_name_valid() to be public function pa_proplist_key_...Tanu Kaskinen2012-06-292-14/+17
* pulse: Use more intuitive indexing with port infos in introspect.c.Tanu Kaskinen2012-06-291-14/+14
* glib: Stop using g_source_get_current_time()Arun Raghavan2012-06-281-3/+3
* auth: move cookie file to ~/.config/pulse/cookieLennart Poettering2012-05-151-6/+18
* context: get rid of really old runtime dir logic, i.e. break compat with >4y-...Lennart Poettering2012-05-151-70/+0
* build-sys: readd stub makefiles to subdirectories to make building with emacs...Lennart Poettering2012-05-151-0/+1
* proplist: document new meaning of the session IDLennart Poettering2012-05-151-1/+1
* pulse: Fix warning in introspect.h; minor rewording and punctuation.Peter Meerwald2012-04-171-50/+50
* pulse: Clarify proplist doxygen documentation.Peter Meerwald2012-04-171-3/+3
* libpulse: Cope with systems not implementing SA_NOCLDWAITPino Toscano2012-03-281-0/+4
* stream: Fix sample spec initialisation for extended APIArun Raghavan2012-03-281-1/+1
* introspect: Expose port info per card to clientsDavid Henningsson2012-03-113-6/+134
* proplist: Match pa_proplist_copy argument name between header and implementat...Tanu Kaskinen2012-03-091-6/+6
* proplist: Constify the pa_proplist_copy and _update input pointers.Tanu Kaskinen2012-03-092-4/+6
* format: Allow format->sample spec conversion for compressed formatsArun Raghavan2012-03-053-24/+30
* format: Add API to query a property's typeArun Raghavan2012-03-052-0/+98
* format: Trivial reorganisationArun Raghavan2012-03-051-20/+20
* format: Add more property gettersArun Raghavan2012-03-052-0/+151
* format: Expose pa_format_info<->pa_sample_spec conversion functionsArun Raghavan2012-03-053-10/+15
* format: Don't assert on errors in gettersArun Raghavan2012-03-051-3/+10
* format: Export pa_format_info int and string property gettersArun Raghavan2012-03-053-17/+21
* pulse: Fix old bug in stream_freeMaarten Lankhorst2012-02-191-2/+3
* format: Add "since 1.0" documentation tags where they were missingArun Raghavan2012-02-071-16/+16
* fix the ever-popular 'the the' typoPeter Meerwald2012-01-282-2/+2
* pulse: Document general error handling.Peter Meerwald2012-01-281-0/+21
* pulse: Turn the anonymous error code enum into pa_error_code_t.Peter Meerwald2012-01-141-2/+2
* stream: Clarify the sign of error return codesArun Raghavan2012-01-141-7/+7
* doc: Clarify pa_stream_get_latency() return valueArun Raghavan2011-12-301-6/+8