Fix some memory leaking
[profile/ivi/pulseaudio-panda.git] / src / modules / module-bt-device.c
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... Initial file for module-bt-device