bluetooth: Remove commented out code.
[profile/ivi/pulseaudio-panda.git] / src / pulsecore /
2012-07-03 David Henningssononce: Fix race causing pa_once to sometimes run twice
2012-07-03 Lennart Poetteringutil: use the return value of gethosid() as fallback...
2012-07-03 Arun Raghavansink-input,source-output: Avoid unneccessary rate updates
2012-05-11 Tanu Kaskinenresampler: Add support for resamplers that consume...
2012-05-11 Tanu Kaskinenresampler: Use more descriptive buffer names.
2012-05-11 Tanu Kaskinenresampler: Use pa_xnew0() to avoid manual zeroing.
2012-04-18 David Henningssonsink/source.h: Clarify set_port comment
2012-04-17 Peter Meerwaldcore: Fix comments.
2012-04-11 David Henningssonalsa-sink/source: Make sure volumes are synchronised...
2012-04-10 Colin Guthriecli: Allow source-output volumes/mute to be set via CLI
2012-04-10 Colin Guthrieman: Document the cli inteface a little.
2012-03-28 Tanu Kaskinendbus: Add assertions to get rid of warnings from Coverity.
2012-03-28 Tanu Kaskinensample-util: Remove redundant check from pa_volume_memc...
2012-03-28 David Henningssonsink-input/source-output: Prevent filter sink/source...
2012-03-28 Colin GuthrieRevert "resamplers: Optimize trivial resampler"
2012-03-28 Colin Guthriecore-util: Attempt to make runtime paths smaller to...
2012-03-25 Tanu Kaskinendbus: Check method call signatures.
2012-03-19 Arun Raghavanprotocol-native: Remove redundant asserts
2012-03-19 Arun Raghavanprotocol-native: Reinstate assert that was incorrectly...
2012-03-19 David Henningssonprotocol-native: Protect against clients trying to...
2012-03-11 David Henningssonalsa-mixer: Make speaker get available=no when headphon...
2012-03-11 David Henningssonintrospect: Expose port info per card to clients
2012-03-07 Tanu Kaskinenflist: Make name non-const to avoid casting with pa_xfr...
2012-03-07 David Henningssonflist: Avoid the ABA problem
2012-03-06 Tanu Kaskinendbus: Use correct free function.
2012-03-05 Arun Raghavanformat: Allow format->sample spec conversion for compre...
2012-03-05 Arun Raghavanformat: Expose pa_format_info<->pa_sample_spec conversi...
2012-02-14 Colin Guthriecli: Ensure source output volumes are printed via cli...
2012-02-10 Peter Meerwaldcore: svolume tests should generate realistic random...
2012-02-10 Peter Meerwaldcore: whitespace typo
2012-02-10 David Henningssonsample-util: Fix "Darth Vader" panning bug
2012-02-09 Arun Raghavansink-input,source-output: Handle devices going away...
2012-01-30 Colin Guthriei18n: Do not translate strings that cannot have any...
2012-01-30 David Henningssonalsa: Improve "well known descriptions" for ports
2012-01-28 Peter Meerwaldfix the ever-popular 'the the' typo
2012-01-28 Tanu Kaskinendbus: Give NULL as the error parameter to dbus_bus_remo...
2012-01-21 Maarten BosmansRemove pa_prioq priority queue implementation
2012-01-14 Tanu Kaskinendbus: New helper function: pa_dbus_get_error_message().
2012-01-11 Peter Meerwaldsconv: Fix generation of floats in SSE test code
2012-01-11 Peter Meerwaldcore: Fix log message about ARM feature detection
2012-01-11 Peter Meerwaldcore: Fix return of pa_cpu_init_arm()
2012-01-11 Arun Raghavanorc: Another trivial documentation fix
2012-01-11 Arun Raghavanorc: Trivial documentation typo fix
2012-01-02 Pino Toscanomutex: handle gracefully if a PTHREAD_PRIO_INHERIT...
2011-12-20 Peter Meerwaldcore: comment typo
2011-12-20 Peter Meerwaldcore: fix typo in logging
2011-12-20 Peter Meerwaldcore: sample_spec.rate is in Hz, not kHz; change loggin...
2011-12-20 Peter Meerwaldcore: fix potential memory leak
2011-12-14 Paul Menzelsvolume_{mmx, sse}, sconv_sse: Fix compilation errors...
2011-12-14 Arun Raghavanprotocol-native: Fix 'auth-group-enabled' modarg
2011-12-13 Arun Raghavanresampler: Move some peak resampler asserts around
2011-12-13 Arun Raghavanresampler: Remove invalid channel asserts in peak and...
2011-12-13 Peter Meerwaldbuild-sys: Make speex library optional
2011-12-13 Arun Raghavaniochannel: Handle missing un.h correctly
2011-12-13 Arun Raghavanmime: Move assert to correct position
2011-12-13 Arun Raghavanbuild-sys: Fix building without NLS
2011-12-12 Peter Meerwaldpstream: Fix spelling of 'receive'.
2011-12-02 David Henningssondevice-port: Add a property list to ports.
2011-11-28 Maarten Bosmansresampler: Some minor tweaks
2011-11-27 Maarten Bosmansresamplers: Improve performance of peaks resampler
2011-11-27 Maarten Bosmansresamplers: Rework the peaks resampler
2011-11-27 Maarten Bosmansshm: Use a goto rather than early return for consistency.
2011-11-27 Maarten Bosmanswin32: Avoid some compiler warnings when cross-compilin...
2011-11-27 Colin Guthriedevice-port: Remove redundant include after the better...
2011-11-27 Maarten BosmansUse simple free function in pa_queue_free
2011-11-27 Maarten BosmansUse simple free function in pa_dynarray_free
2011-11-27 Tanu Kaskinendevice-port: Fix the circular dependency problem more...
2011-11-27 Maarten Bosmansresamplers: Optimize trivial resampler
2011-11-27 Maarten Bosmansresamplers: Use better variable name in trivial resampler
2011-11-27 Maarten Bosmansresamplers: Use fastpath assert in trivial resampler
2011-11-27 Maarten Bosmanspulsecore: Hardcode FRAME_SIZE_MAX_ALLOW
2011-11-27 Colin Guthriepulsecore: Fix issue with circuilar definitions.
2011-11-26 David Henningssoncli: Show card ports and jack detection status
2011-11-26 David HenningssonNotify port available status changes, and update protoc...
2011-11-26 David HenningssonCards now has ports directly, and device port has list...
2011-11-26 David HenningssonTurn device ports into reference counted objects
2011-11-26 David HenningssonIntroduce "available" concept for ports, and communicat...
2011-11-24 Arun Raghavanproplist: Add internal API to get stream group
2011-11-15 Arun Raghavancore: Look up /etc/machine-id if D-Bus machine-id is...
2011-11-14 Maarten BosmansRemove vector.h and vector-test
2011-11-14 Maarten Bosmansrtpoll: Update comment
2011-11-10 Arun Raghavancore: Make debugging a bit simpler
2011-11-07 Arun Raghavansink,source: Update sample rate if possible on stream...
2011-11-07 Arun Raghavansink,source: Allow sample rate switching with corked...
2011-11-07 Arun Raghavansink-input,source-output: Add an update_rate() function
2011-11-07 Arun Raghavansink,source: Fix corked stream handling in update_rate()
2011-11-04 Arun Raghavancli: Add a dump-volumes command
2011-11-03 Lars R. Damerowalsa: support fixed latency range in alsa modules
2011-11-02 Tanu Kaskinensink, source: Join two ifs with the same condition.
2011-10-28 Arun Raghavancore: Add a string list membership check function
2011-10-20 Arun Raghavannative: Fix Solaris build
2011-10-18 Arun Raghavansink,source: Account for corked streams in update_rate()
2011-10-17 Arun Raghavansink,source: Handle equal default and alternate sample...
2011-10-17 Arun Raghavansource: Bring rate update code in sync with sink code
2011-10-17 Pierre-Louis Bossartsink,source: support for rate update
2011-10-17 Pierre-Louis Bossartcore: infrastructure for alternate sampling rate
2011-10-17 Arun Raghavanmacro: typedef pa_bool_t to bool instead of _Bool
2011-10-10 Arun Raghavannamereg: Don't set default sink/source on get()
2011-10-05 David Henningssonsource-output: Do not use unset channel map in pa_sourc...
2011-10-01 Maarten BosmansMake pulse build with clang again
next