]> code.delx.au - pulseaudio/shortlog
pulseaudio
2009-03-31 Lennart Poetteringfix buffer defaults
2009-03-31 Lennart Poetteringbe a bit more verbose about max_request changes
2009-03-31 Lennart PoetteringLog underruns
2009-03-31 Lennart Poetteringhandle buffer_attr changed messages properly
2009-03-31 Lennart Poetteringupdate command name table
2009-03-31 Lennart Poetteringfix an error where a signal was accidently freed when...
2009-03-31 Lennart PoetteringMerge commit 'origin/master-tx'
2009-03-31 beckerdeSending translation for Spanish
2009-03-31 beckerdeSending translation for Spanish
2009-03-31 beckerdeSending translation for Spanish
2009-03-30 Finn Thainrevive solaris module
2009-03-30 Kyle CronanSpecifying ALSA mixer control
2009-03-30 Maarten Bosmansfix some typos in doxygen comments
2009-03-30 Maarten Bosmanshandle failure to parse proplist in cli-command gracefully
2009-03-30 Lennart Poetteringexplain ff7033c11d9248fe837204b03c8397231dc511fe
2009-03-30 Lennart PoetteringRevert "make sure we always read in all properties"
2009-03-30 Lennart Poetteringallow nofail mode only when no server string was specified
2009-03-30 Lennart Poetteringminor cleanups
2009-03-30 Lennart Poetteringtake org.pulseaudio.Server instead of org.pulseaudio...
2009-03-30 Lennart Poetteringfix compiler warning
2009-03-30 Lennart Poetteringmake sure we never access an invalid pa_bluetooth_devic...
2009-03-30 Lennart Poetteringmake sure we always read in all properties
2009-03-30 Lennart Poetteringget rid of old 'Connected' property parsing and make...
2009-03-30 Lennart Poetteringintroduce typedef for pa_bt_audio_state and use it...
2009-03-30 Lennart PoetteringMerge commit 'elmarco/bluetooth-fixes'
2009-03-30 Lennart PoetteringMerge commit 'elmarco/dbus'
2009-03-30 Lennart PoetteringUse pa_source_set_max_rewind_within_thread() for updati...
2009-03-30 Marc-André... gtk-test: updated to use PA_CONTEXT_NOAUTOSPAWN|PA_CONT...
2009-03-30 Marc-André... pulse: client connect to dbus
2009-03-30 Marc-André... daemon: take org.pulseaudio
2009-03-30 Marc-André... dbus: split dbus-util into dbus-shared
2009-03-30 Lennart PoetteringMerge commit 'coling/master'
2009-03-30 Lennart PoetteringMerge commit 'origin/master'
2009-03-30 Lennart Poetteringrework tunneling code
2009-03-30 Lennart Poetteringnotify clients about tlength changes
2009-03-30 Lennart Poetteringtypo fix
2009-03-30 Lennart Poetteringadd pa_memblockq_apply_attr()/pa_memblockq_get_attr()
2009-03-30 Lennart Poetteringdocument more often the context certain functions are...
2009-03-30 Lennart Poetteringsimplify latency config functions a bit and make them...
2009-03-30 Lennart PoetteringTrigger move callback a little bit earlier so that...
2009-03-30 Lennart Poetteringdon't enabled tsched on software ALSA devices
2009-03-27 Marc-André... bluetooth: use new audio State properties
2009-03-27 Marc-André... bluetooth: GetProperties after profile UUID show up
2009-03-27 Marc-André... bluetooth: remove racy GetProperties to check profile
2009-03-27 Marc-André... bluetooth: don't access outside array range
2009-03-27 Marc-André... bluetooth: fail when switching on non-connected profile
2009-03-27 Marc-André... bluetooth: connected can be -1, check > 0
2009-03-27 Lennart PoetteringSmall fix for MacOSX compat
2009-03-26 Lennart Poetteringfix typo
2009-03-26 Luiz Augusto... Do not reconfigure capabilities.
2009-03-26 Luiz Augusto... Query and make use of the current configuration.
2009-03-26 Luiz Augusto... Update ipc to match new message headers introduced...
2009-03-26 Luiz Augusto... Fix misuse of 'frame.joint' when estimating the frame...
2009-03-26 Luiz Augusto... Maintain the original code style for sbc.
2009-03-25 Colin Guthrieraop: Add call to pa_sink_set_max_request()
2009-03-25 Lennart Poetteringadd missing initialization
2009-03-25 Lennart Poetteringmake sure the discovery module is only loaded once
2009-03-25 Lennart Poetteringon monitor source be fine with any latency range set...
2009-03-25 Lennart Poetteringadd missing whitespace
2009-03-25 Lennart Poetteringcopy latency flags from sink to monitor source
2009-03-25 Lennart Poetteringuse u->use_tsched everywhere
2009-03-25 Lennart Poetteringfix value of DYNAMIC_LATENCY
2009-03-25 Lennart Poetteringfix misplace _ref() calls that should have been _assert...
2009-03-25 Lennart Poetteringoptionally skip initial frames in backtrace
2009-03-25 Lennart Poetteringdon't show full so path in backtrace
2009-03-25 Lennart Poetteringadd simple ref counting debugging framework
2009-03-25 Lennart Poetteringtrivial simplification
2009-03-25 Lennart Poetteringbeef up esd sink properties a bit
2009-03-25 Lennart Poetteringinitialize max_request to SO_SNDBUF
2009-03-24 Lennart Poetteringdon't fiddle with latency range in sources with static...
2009-03-24 Lennart Poetteringinitialize max_request
2009-03-24 Lennart Poetteringagain, don't fiddle with latency range in sinks with...
2009-03-24 Lennart PoetteringDon't initialize userdata twice
2009-03-24 Lennart Poetteringdon't fiddle with latency range because we cannot adjus...
2009-03-24 Lennart Poetteringset latency range only in tsched mode
2009-03-24 Lennart Poetteringlink jack modules's max_request to the jack buffer...
2009-03-24 Lennart Poetteringsimplify things and make sure timing setters can be...
2009-03-24 Lennart Poetteringintroduce new flag that marks sinks/sources which can...
2009-03-24 Lennart Poetteringmake pa_source_set_max_rewind() work similar to pa_sink...
2009-03-24 Lennart Poetteringget rid of 'default' min/max latencies, simplify things...
2009-03-24 Marc-André... bluetooth: fix #NOKIA, correctly unlink sink/src
2009-03-24 Lennart Poetteringfix bad memory access when destroying m-b-d
2009-03-24 Lennart PoetteringAllow calling pa_{sink|source}_update_proplist() withou...
2009-03-24 Lennart Poetteringminimal reordering
2009-03-24 Lennart Poetteringset request/rewind sizes only via accessor functions
2009-03-24 Lennart Poetteringsimplify latency range by not allowing stored 'wildcard...
2009-03-24 Lennart Poetteringonly decrease timer slack, never increase
2009-03-23 Lennart Poetteringdon't fail when no session bus is available
2009-03-23 Lennart Poetteringadd pa_assert_cc() for compile time assertions
2009-03-23 Marc-André... pulse: check context (do not user pstream when NULL)
2009-03-23 Lennart Poetteringonly store card profile if flagged for that
2009-03-23 Lennart Poetteringenable bluetooth default by support
2009-03-23 Lennart PoetteringMerge commit 'origin/master-tx'
2009-03-21 kmilosSending translation for po/sr@latin.po
2009-03-21 kmilosSending translation for po/sr.po
2009-03-21 Lennart Poetteringreadd volume control logic
2009-03-21 Lennart Poetteringadd functions that modules can call whenever they now...
2009-03-21 Lennart Poetteringat a couple of #ifdef NOKIAs for now
2009-03-21 Lennart Poetteringrework device discovery to share a single device list...
2009-03-21 Lennart Poetteringadd pa_hook_is_firing
next