]> code.delx.au - pulseaudio/history - src
Merge commit 'coling/master'
[pulseaudio] / src /
2008-09-30 Lennart PoetteringMerge commit 'coling/master'
2008-09-30 Lennart Poetteringa few FreeBSD fixes, from alexis
2008-09-30 Lennart Poetteringreplace module-volume-restore by module-stream-restore...
2008-09-30 Lennart Poetteringit might be a bit too early to initialize bluetooth...
2008-09-30 Lennart Poetteringfix typo in default.conf, closes bug #354
2008-09-30 Lennart Poetteringfollow PropertyChanged signals from BlueZ
2008-09-30 Lennart PoetteringMake the shared memory segment size configurable
2008-09-29 Nixesound auth-ip-acl fix
2008-09-29 Stelian Ionescuhave make_random_dir respect $TMPDIR
2008-09-29 Lennart Poetteringmake module-bluetooth-discover actually load modules...
2008-09-29 Lennart Poetteringall kinds of minor type, memory leak, initializatio...
2008-09-29 Lennart Poetteringinstead of failing when the requested sampling rate...
2008-09-29 Lennart PoetteringUse the same module parameter names for module-bluetoot...
2008-09-29 Lennart Poetteringuse TRUE for pa_bool_t arguments
2008-09-29 Lennart Poetteringremove a few compiler warnings in BlueZ code
2008-09-27 Lennart Poetteringfix compilation errors in priority queue code
2008-09-26 Lennart Poetteringignore bt proximity helper
2008-09-26 Lennart Poetteringadd a generic priority queue implementation
2008-09-26 Lennart Poetteringmake pa_idxset_trivial_compare_func() do a full compare...
2008-09-26 Lennart Poetteringsome minor fixes and cleanups in the bt code
2008-09-12 Lennart Poetteringmake sure ~/.pulse exists before we create the runtime...
2008-09-10 Lennart Poetteringreplace Makefile stub copies by symlinks
2008-09-10 Lennart Poetteringenable bluetooth by default
2008-09-10 Lennart Poetteringdowngrade a D-Bus log message to debug
2008-09-10 Lennart Poetteringadd trivial redirecting makefile to bt dir
2008-09-10 João Paulo Rechi... Move bluetooth proximity module to src/modules/bluetooth/
2008-09-10 João Paulo Rechi... Change all int vars that doesn't allow negative values...
2008-09-10 João Paulo Rechi... Move bluetooth discover and device modules to src/modul...
2008-09-10 João Paulo Rechi... Cleanup some code
2008-09-10 João Paulo Rechi... Remove some warnings
2008-09-10 João Paulo Rechi... Free mempool
2008-09-10 Russ DillFix "file not found" error on load of module-bt-device...
2008-09-10 João Paulo Rechi... Merge A2DP and SCO thread functions
2008-09-10 João Paulo Rechi... Add some more device properties to the sink properties...
2008-09-10 João Paulo Rechi... Remove check for SIOCOUTQ and add proper includes
2008-09-10 João Paulo Rechi... Use union instead of different pointer types to the...
2008-09-10 João Paulo Rechi... Move render and write to the fd to a separate function
2008-09-10 João Paulo Rechi... Change MIN/MAX to PA_MIN/PA_MAX
2008-09-10 João Paulo Rechi... Remove unnecessary initialization of getcaps_req->flags
2008-09-10 João Paulo Rechi... Remove u->channels and u->rates, since it's redundant...
2008-09-10 João Paulo Rechi... Fix some memory leaking
2008-09-10 João Paulo Rechi... Change sbc_initialized to pa_bool_t
2008-09-10 João Paulo Rechi... pa__done for module-bt-device
2008-09-10 João Paulo Rechi... Fix some debug messages and other cosmetic changes
2008-09-10 João Paulo Rechi... Refactor a2dp thread execution flow and improve time...
2008-09-10 João Paulo Rechi... A2DP poorly working
2008-09-10 João Paulo Rechi... Fix sample size
2008-09-10 João Paulo Rechi... Fix block_size calculation
2008-09-10 João Paulo Rechi... Configure bt connection for a2dp
2008-09-10 João Paulo Rechi... Get rid of hw_constraint function. It's code now lives...
2008-09-10 João Paulo Rechi... Change default sink name to bluetooth_sink
2008-09-10 João Paulo Rechi... Try to improve time estimation
2008-09-10 João Paulo Rechi... Fix handling of PA_SINK_MESSAGE_GET_LATENCY
2008-09-10 João Paulo Rechi... Remove PA_SINK_NETWORK flag and move the passage of...
2008-09-10 João Paulo Rechi... Change pa_sink_render to pa_sink_render_into_full and...
2008-09-10 João Paulo Rechi... Make stream socket non-blocking
2008-09-10 João Paulo Rechi... Fix block size for SCO
2008-09-10 João Paulo Rechi... Add include for core-util.h
2008-09-10 João Paulo Rechi... Initialize rtpoll_item
2008-09-10 João Paulo Rechi... Add include for sample.h
2008-09-10 João Paulo Rechi... Change close() to pa_close()
2008-09-10 João Paulo Rechi... Change strerror() to pa_cstrerror()
2008-09-10 João Paulo Rechi... Get rid of SINK_MESSAGE_PASS_SOCKET, since we don't...
2008-09-10 João Paulo Rechi... Changes for pa_modargs_get_value_u32 for integer argume...
2008-09-10 João Paulo Rechi... Copy arguments values instead of just getting a pointer...
2008-09-10 João Paulo Rechi... Hand the stream socket to the rt thread
2008-09-10 João Paulo Rechi... Initial code for rt thread
2008-09-10 João Paulo Rechi... Fix PA_USEC_PER_SEC missing
2008-09-10 João Paulo Rechi... BlueZ connection configuration done
2008-09-10 João Paulo Rechi... Adds SBC Codec to pa tree
2008-09-10 João Paulo Rechi... Add module-bt-device and dependencies to automake
2008-09-10 João Paulo Rechi... Initial file for module-bt-device
2008-09-10 João Paulo Rechi... Add code from bluez/audio/ipc.[ch]
2008-09-10 João Paulo Rechi... Add sender=org.bluez to dbus add match
2008-09-10 João Paulo Rechi... Remove modargs, since module-bt-discover doesn't have...
2008-09-10 João Paulo Rechi... Refactor all linked lists to use pulsecore/llist.h
2008-09-10 João Paulo Rechi... Remove block delimiters from single line if blocks
2008-09-10 João Paulo Rechi... Remove some unused vars and labels
2008-09-10 João Paulo Rechi... Change booleans to pa_bool_t
2008-09-10 João Paulo Rechi... We don't need call_dbus_method anymore
2008-09-10 João Paulo Rechi... Don't need to explicity check if hcid is running anymore
2008-09-10 João Paulo Rechi... Improve dbus communication
2008-09-10 João Paulo Rechi... Changing all private functions to static
2008-09-10 João Paulo Rechi... Remove VERBOSE definition
2008-09-10 João Paulo Rechi... Adding dynamic bluetooth audio devices detection
2008-09-10 João Paulo Rechi... Fix the symdef include
2008-09-10 João Paulo Rechi... Fix comparison of strings of different case
2008-09-10 João Paulo Rechi... Adding module-bt-discover to Makefile.am
2008-09-10 João Paulo Rechi... Adding module-bt-discover
2008-09-10 Omair Majidfix pa_stream_set_name
2008-09-10 Arthur Taylorstream_started_callback userdata bug
2008-09-10 Lennart Poetteringfix S32 validity check
2008-09-08 Lennart Poetteringmake sure peaks resampler also works for very short...
2008-09-08 Lennart Poetteringminor improvements in debug handling
2008-09-08 Lennart Poetteringunbreak pa_idxset_rrobin
2008-09-08 Lennart PoetteringWhen returning from a suspend, pass exactly the same...
2008-09-08 Lennart Poetteringfix minor typo
2008-09-08 Lennart PoetteringWork around presumable ALSA bug that treats the dir...
2008-09-08 Lennart PoetteringMerge branch 'master' into master-tx
2008-09-08 Lennart Poetteringmove autospawn lock to pulsecore/ since we don't need...
next