]> code.delx.au - pulseaudio/shortlog
pulseaudio
2008-10-03 Lennart Poetteringadd new API call pa_cvolume_snprint_dB()
2008-10-03 Lennart Poetteringadd new API call pa_cvolume_init()
2008-10-03 Lennart Poetteringextend documentation for pa_channel_map_init()
2008-10-03 Lennart Poetteringmake a few casts explicit to remove compiler warnings
2008-10-03 Lennart Poetteringa bit of late pa_bool_t'ization
2008-10-03 Lennart Poetteringtreat a channel map only then as compatible with a...
2008-10-03 Lennart Poetteringadd new API function pa_sample_spec_init()
2008-10-03 Lennart Poetteringif a volume or channel map is invalid show so when...
2008-10-03 Lennart Poetteringuser lrint() and friends in inner loops instead of...
2008-10-03 Lennart Poetteringuse PA_FLOAT32_SWAP where useful
2008-10-02 Lennart Poetteringoptimize mixing routines a bit by pulling the multiplic...
2008-10-02 Lennart Poetteringmake sure we call pa_sink_process_rewind() if a rewind...
2008-10-02 Lennart Poetteringwhen we mix into a 16bit accumulator make sure we clamp...
2008-10-01 Lennart Poetteringproperly parse response to pa_stream_set_buffer_attr...
2008-10-01 Lennart Poetteringinform dsp_empty_socket() *after* we emptied the dsp...
2008-10-01 Lennart Poetteringmake simple protocol not crash when allocating a memory...
2008-10-01 Lennart Poetteringwhen killing gconf helper, loop over EINTR
2008-10-01 Lennart PoetteringPA_WARN_REFERENCE works only for ELF targets
2008-10-01 Lennart Poetteringdon't hit an assert if a kernel driver reports invalid...
2008-10-01 Lennart Poetteringremove useless log message
2008-10-01 Lennart Poetteringremove useless log message, re #367
2008-10-01 Lennart Poetteringfix support for ALSA devices which lack dB information
2008-09-30 Lennart Poetteringit's --daemonize, not --daemon
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 PoetteringSome man page updates, add missing documentation, other...
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... Move bluetooth proximity module to src/modules/bluetooth/
2008-09-10 João Paulo... Change all int vars that doesn't allow negative values...
2008-09-10 João Paulo... Move bluetooth discover and device modules to src/modul...
2008-09-10 João Paulo... Cleanup some code
2008-09-10 João Paulo... Remove some warnings
2008-09-10 João Paulo... Free mempool
2008-09-10 Russ DillFix "file not found" error on load of module-bt-device...
2008-09-10 João Paulo... Merge A2DP and SCO thread functions
2008-09-10 João Paulo... Add some more device properties to the sink properties...
2008-09-10 João Paulo... Remove check for SIOCOUTQ and add proper includes
2008-09-10 João Paulo... Use union instead of different pointer types to the...
2008-09-10 João Paulo... Move render and write to the fd to a separate function
2008-09-10 João Paulo... Change MIN/MAX to PA_MIN/PA_MAX
2008-09-10 João Paulo... Remove unnecessary initialization of getcaps_req->flags
2008-09-10 João Paulo... Remove u->channels and u->rates, since it's redundant...
2008-09-10 João Paulo... Fix some memory leaking
2008-09-10 João Paulo... Change sbc_initialized to pa_bool_t
2008-09-10 João Paulo... pa__done for module-bt-device
2008-09-10 João Paulo... Fix some debug messages and other cosmetic changes
2008-09-10 João Paulo... Refactor a2dp thread execution flow and improve time...
2008-09-10 João Paulo... A2DP poorly working
2008-09-10 João Paulo... Fix sample size
2008-09-10 João Paulo... Fix block_size calculation
2008-09-10 João Paulo... Configure bt connection for a2dp
2008-09-10 João Paulo... Get rid of hw_constraint function. It's code now lives...
2008-09-10 João Paulo... Change default sink name to bluetooth_sink
2008-09-10 João Paulo... Try to improve time estimation
2008-09-10 João Paulo... Fix handling of PA_SINK_MESSAGE_GET_LATENCY
2008-09-10 João Paulo... Remove PA_SINK_NETWORK flag and move the passage of...
2008-09-10 João Paulo... Change pa_sink_render to pa_sink_render_into_full and...
2008-09-10 João Paulo... Make stream socket non-blocking
2008-09-10 João Paulo... Fix block size for SCO
2008-09-10 João Paulo... Add include for core-util.h
2008-09-10 João Paulo... Initialize rtpoll_item
2008-09-10 João Paulo... Add include for sample.h
2008-09-10 João Paulo... Change close() to pa_close()
2008-09-10 João Paulo... Change strerror() to pa_cstrerror()
2008-09-10 João Paulo... Get rid of SINK_MESSAGE_PASS_SOCKET, since we don't...
2008-09-10 João Paulo... Changes for pa_modargs_get_value_u32 for integer argume...
2008-09-10 João Paulo... Copy arguments values instead of just getting a pointer...
2008-09-10 João Paulo... Hand the stream socket to the rt thread
2008-09-10 João Paulo... Initial code for rt thread
2008-09-10 João Paulo... Fix PA_USEC_PER_SEC missing
2008-09-10 João Paulo... BlueZ connection configuration done
2008-09-10 João Paulo... Adds SBC Codec to pa tree
2008-09-10 João Paulo... Add module-bt-device and dependencies to automake
2008-09-10 João Paulo... Initial file for module-bt-device
2008-09-10 João Paulo... Add code from bluez/audio/ipc.[ch]
2008-09-10 João Paulo... Add sender=org.bluez to dbus add match
2008-09-10 João Paulo... Remove modargs, since module-bt-discover doesn't have...
2008-09-10 João Paulo... Refactor all linked lists to use pulsecore/llist.h
next