summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-02-05source: Increase max outputs per sourceHEADmasterTanu Kaskinen1-1/+1
2014-02-04protocol-native: Fix a crashTanu Kaskinen1-0/+1
2014-01-30thread-win32: Implement pa_thread_free_nojoin()Tanu Kaskinen1-0/+7
2014-01-29card-restore: Fix a memory leakTanu Kaskinen1-0/+1
2014-01-28resampler: Resample first followed by remapping if have more out channels tha...Peter Meerwald1-12/+32
2014-01-28resampler: Implement leftover handling in convert_to_work_format()Peter Meerwald1-9/+27
2014-01-28resampler: Extend fit_buf() helper to copy leftover data to new bufferPeter Meerwald1-35/+28
2014-01-27module: Replace rindex() with strrchr()Tanu Kaskinen1-1/+1
2014-01-26device-manager: Don't try to use unlinked devicesTanu Kaskinen1-0/+4
2014-01-26caps: Don't require --without-caps on FreeBSDTanu Kaskinen1-0/+3
2014-01-26daemon: Remove deprecated Encoding from .desktop filesWim Taymans2-2/+0
2014-01-24build-sys: Move ORC_SOURCE definitions outside of "if HAVE_ORC"Dominique Leuenberger2-2/+4
2014-01-23build-sys: Add tests/runtime-test-util.h to the tarballTanu Kaskinen1-3/+3
2014-01-23build-sys: Bump sonamesTanu Kaskinen1-3/+3
2014-01-23introspect, thread-mainloop: Fix Doxygen "since" tagsTanu Kaskinen2-4/+4
2014-01-17combine-sink: fix segfaultDaniel Albers1-1/+3
2014-01-17Update Russian translationAlexander Potashev1-1566/+1987
2014-01-17Update Ukrainian translationYuri Chornoivan1-1427/+1507
2014-01-15sink, source: Remove useless attach/detach stuffTanu Kaskinen4-70/+0
2014-01-15Revert "ladspa-sink: Handle empty chunks in sink_input_pop_cb"Tanu Kaskinen1-13/+6
2014-01-15ladspa-sink: Set a silence memchunk for the memblockqBen Brewer1-1/+5
2014-01-15ladspa-sink: Handle empty chunks in sink_input_pop_cbBen Brewer1-6/+13
2014-01-15zeroconf-discover: Specify the interface when connecting to a link-local IPv6...Héctor Martín1-2/+9
2014-01-15alsa: Mute "Bass Speaker" when using headphones or lineoutTanu Kaskinen3-0/+12
2014-01-14rtp-send: Remove "don't inhibit auto-suspend" flagBen Brewer1-1/+0
2014-01-11build-sys: Fix building with --as-neededTanu Kaskinen1-2/+3
2014-01-10rtp-recv: Only try adding the group membership for multicast addressesLaurentiu Nicola1-8/+17
2014-01-10caps: Use standard macro when checking for LinuxTanu Kaskinen1-3/+3
2014-01-10alsa-card: Don't free the modargs in pa__initPeter Meerwald1-26/+19
2014-01-08format: Add some error loggingTanu Kaskinen1-5/+26
2014-01-08stream: Mention pa_stream_new_extended() in the high-level stream creation do...Tanu Kaskinen1-3/+8
2014-01-08stream: Improve pa_stream_connect_playback() documentationTanu Kaskinen1-1/+5
2014-01-08def, format: Document how to leave PCM parameters to be decided by the serverTanu Kaskinen2-9/+85
2014-01-08sink-input, source-output: Interpret missing PCM parameters in format info as...Tanu Kaskinen2-112/+69
2014-01-08stream: Remove a volume channel validity checkTanu Kaskinen1-1/+0
2014-01-08stream-util: Add pa_stream_get_volume_channel_map()Tanu Kaskinen3-0/+137
2014-01-08format, core-format: Constify some function parametersTanu Kaskinen4-32/+32
2014-01-08sink-input, source-output: Do routing related validity checks immediately aft...Tanu Kaskinen2-9/+11
2014-01-08core-format: Add pa_format_info_from_sample_spec2()Tanu Kaskinen2-0/+55
2014-01-08core-format: Add pa_format_info_to_sample_spec2()Tanu Kaskinen2-0/+76
2014-01-08format: Simplify pa_format_info_to_sample_spec()Tanu Kaskinen1-10/+5
2014-01-08core-format: Add pa_format_info_get_channel_map()Tanu Kaskinen3-12/+29
2014-01-08core-format: Add pa_format_info_get_channels()Tanu Kaskinen3-4/+27
2014-01-08core-format: Add pa_format_info_get_rate()Tanu Kaskinen3-3/+28
2014-01-08core-format: Add pa_format_info_get_sample_format()Tanu Kaskinen3-7/+33
2014-01-08Move pa_format_info_to_sample_spec_fake() to core-formatTanu Kaskinen4-23/+86
2014-01-03volume-test: Increase the allowed number of rouding errorsTanu Kaskinen1-1/+7
2014-01-03module-rtp-recv: Add an argument for latencyLaurentiu Nicola1-3/+15
2014-01-03caps: Remove the FreeBSD implementation of pa_drop_caps()Tanu Kaskinen1-2/+0
2014-01-03alsa-mixer: Free the description key in alsa_path_free().poljar (Damir Jelić)1-0/+1