summaryrefslogtreecommitdiff
path: root/src/pulse
AgeCommit message (Expand)AuthorFilesLines
2012-02-19pulse: Fix old bug in stream_freeMaarten Lankhorst1-2/+3
2012-02-07format: Add "since 1.0" documentation tags where they were missingArun Raghavan1-16/+16
2012-01-28fix the ever-popular 'the the' typoPeter Meerwald2-2/+2
2012-01-28pulse: Document general error handling.Peter Meerwald1-0/+21
2012-01-14pulse: Turn the anonymous error code enum into pa_error_code_t.Peter Meerwald1-2/+2
2012-01-14stream: Clarify the sign of error return codesArun Raghavan1-7/+7
2011-12-30doc: Clarify pa_stream_get_latency() return valueArun Raghavan1-6/+8
2011-12-12stream: Fix typos and formatting in stream.h doxygen documentationPeter Meerwald1-96/+105
2011-12-12mainloop: Fix typos and rewording of thread-mainloop.h doxygen documentationPeter Meerwald1-15/+16
2011-12-12simple: Fix typos in simple.h doxygen documentationPeter Meerwald1-13/+13
2011-12-12stream: Fix 'e g' as 'e.g.\ 'Peter Meerwald1-1/+1
2011-12-12error: Fix spelling of 'initialization' in errortab for PA_ERR_MODINITFAILEDPeter Meerwald1-1/+1
2011-12-12proplist: Consistently use parameter name p for a pa_proplist* in prototypePeter Meerwald1-3/+3
2011-12-12utf8: Fix doxygen file description for utf8.hPeter Meerwald1-1/+1
2011-12-12proplist: Fix typos in doxygen documentationPeter Meerwald1-6/+6
2011-12-12proplist: Add doxygen file description for proplist.hPeter Meerwald1-0/+3
2011-12-12introspect: Fix unresolved doxygen link pa_port_available_tPeter Meerwald1-2/+2
2011-12-12format: Add description for format.hPeter Meerwald1-0/+3
2011-12-12format: Add periods to fix brief documentation for pa_format_info_is_pcm()Peter Meerwald1-2/+2
2011-12-12format: Fix unknown doxygen command \secondPeter Meerwald1-2/+2
2011-12-12def: Document that pa_buffer_attr.maxlength is in bytes.Peter Meerwald1-1/+1
2011-12-12stream: Fix commentsPeter Meerwald1-3/+3
2011-12-12pstream: Fix spelling of 'receive'.Peter Meerwald1-2/+2
2011-11-27win32: Avoid some compiler warnings when cross-compiling for mingw32Maarten Bosmans1-3/+1
2011-11-26Introduce "available" concept for ports, and communicate that to clients. Bum...David Henningsson3-0/+33
2011-11-14stream: Fix upload samples' cleanupAntti-Ville Jansson1-1/+1
2011-10-28doc: Correct intended roles property documentationArun Raghavan1-1/+1
2011-10-17sink,source: support for rate updatePierre-Louis Bossart1-0/+10
2011-10-11Do something sensible when compiled without iconv supportMaarten Bosmans1-1/+6
2011-10-04doc: Add some more doxygen tags to existing commentsMaarten Bosmans2-19/+19
2011-10-01memblockq: Improve debuggability by storing a name and a sample spec.Tanu Kaskinen1-1/+2
2011-10-01libpulse: Always return a three part version number in API calls.Colin Guthrie2-2/+2
2011-09-27extended: Fix doxygen comment style typosv1.98-devArun Raghavan2-6/+6
2011-09-14def: Hide server-side sink/source flagsArun Raghavan1-17/+22
2011-09-14stream: Relax assert for extended APIArun Raghavan1-1/+1
2011-09-13volume: Rename 'sync volume' to 'deferred volume'.Colin Guthrie1-4/+4
2011-09-03Squash the last gcc warningsMaarten Bosmans1-1/+1
2011-08-25Remove extra ; s where they are not allowed in strict C99Maarten Bosmans1-1/+1
2011-08-25More spelling fixesMaarten Bosmans4-8/+8
2011-08-25Spelling fixes in public headersMaarten Bosmans10-39/+39
2011-08-18device-restore: Change the API to include type information (sink vs. source)Colin Guthrie2-16/+42
2011-08-18def: Add a new enum to allow differntiation between sinks and sources.Colin Guthrie1-0/+11
2011-08-18sink: Add PA_SINK_SET_FORMATS macroArun Raghavan1-0/+1
2011-08-17source: Remove the PA_SOURCE_PASSTHROUGH flagArun Raghavan1-8/+2
2011-08-16introspect: fix typo in default sink/source docsJonny Lamb1-1/+1
2011-08-16format: Remove stupid copy-paste-oArun Raghavan1-1/+1
2011-08-16introspect: fix source output and sink input docs mix-upJonny Lamb1-4/+4
2011-08-16sink: Add a SET_FORMATS flagArun Raghavan1-0/+4
2011-08-15proplist: Make filter properties line up prettilyArun Raghavan1-3/+3
2011-08-15format: Add string to pa_format_info conversion functionArun Raghavan2-10/+65