index
:
pulseaudio.git
0.9.15-stable
0.9.17-stable
0.9.18-stable
0.9.19-stable
0.9.20-stable
master
master-tx
merge-queue
rtpoll
stable-queue
tags/release-0.1
tags/release-0.2
tags/release-0.4
tags/release-0.5
tags/release-0.5.1
tags/release-0.6
tags/release-0.8
tags/release-0.8.1
tags/release-0.9.0
tags/release-0.9.1
tags/release-0.9.10
tags/release-0.9.2
tags/release-0.9.3
tags/release-0.9.4
tags/release-0.9.5
tags/release-0.9.6
tags/release-0.9.7
tags/release-0.9.8
tags/release-0.9.9
PulseAudio Sound Server
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
make sure ~/.pulse exists before we create the runtime dir link beneath it
Lennart Poettering
2008-09-12
1
-3
/
+8
*
replace Makefile stub copies by symlinks
Lennart Poettering
2008-09-11
2
-26
/
+2
*
enable bluetooth by default
Lennart Poettering
2008-09-11
1
-0
/
+5
*
downgrade a D-Bus log message to debug
Lennart Poettering
2008-09-11
1
-1
/
+1
*
add trivial redirecting makefile to bt dir
Lennart Poettering
2008-09-11
1
-0
/
+1
*
Move bluetooth proximity module to src/modules/bluetooth/
João Paulo Rechi Vita
2008-09-11
3
-13
/
+13
*
Change all int vars that doesn't allow negative values to uint
João Paulo Rechi Vita
2008-09-11
1
-11
/
+12
*
Move bluetooth discover and device modules to src/modules/bluetooth
João Paulo Rechi Vita
2008-09-11
10
-37
/
+37
*
Cleanup some code
João Paulo Rechi Vita
2008-09-11
1
-14
/
+0
*
Remove some warnings
João Paulo Rechi Vita
2008-09-11
1
-5
/
+8
*
Free mempool
João Paulo Rechi Vita
2008-09-11
1
-1
/
+3
*
Fix "file not found" error on load of module-bt-device for Ubuntu Intrepid Ibex
Russ Dill
2008-09-11
1
-1
/
+1
*
Merge A2DP and SCO thread functions
João Paulo Rechi Vita
2008-09-11
1
-121
/
+52
*
Add some more device properties to the sink properties list
João Paulo Rechi Vita
2008-09-11
1
-1
/
+10
*
Remove check for SIOCOUTQ and add proper includes
João Paulo Rechi Vita
2008-09-11
1
-17
/
+9
*
Use union instead of different pointer types to the same memory area to make ...
João Paulo Rechi Vita
2008-09-11
1
-47
/
+53
*
Move render and write to the fd to a separate function
João Paulo Rechi Vita
2008-09-11
1
-81
/
+90
*
Change MIN/MAX to PA_MIN/PA_MAX
João Paulo Rechi Vita
2008-09-11
1
-2
/
+2
*
Remove unnecessary initialization of getcaps_req->flags
João Paulo Rechi Vita
2008-09-11
1
-2
/
+1
*
Remove u->channels and u->rates, since it's redundant info
João Paulo Rechi Vita
2008-09-11
1
-11
/
+5
*
Fix some memory leaking
João Paulo Rechi Vita
2008-09-11
1
-3
/
+13
*
Change sbc_initialized to pa_bool_t
João Paulo Rechi Vita
2008-09-11
1
-3
/
+3
*
pa__done for module-bt-device
João Paulo Rechi Vita
2008-09-11
1
-4
/
+41
*
Fix some debug messages and other cosmetic changes
João Paulo Rechi Vita
2008-09-11
1
-51
/
+39
*
Refactor a2dp thread execution flow and improve time estimation
João Paulo Rechi Vita
2008-09-11
1
-97
/
+76
*
A2DP poorly working
João Paulo Rechi Vita
2008-09-11
1
-6
/
+194
*
Fix sample size
João Paulo Rechi Vita
2008-09-11
1
-1
/
+3
*
Fix block_size calculation
João Paulo Rechi Vita
2008-09-11
1
-4
/
+3
*
Configure bt connection for a2dp
João Paulo Rechi Vita
2008-09-11
2
-14
/
+94
*
Get rid of hw_constraint function. It's code now lives inside bt_setconf().
João Paulo Rechi Vita
2008-09-11
1
-15
/
+4
*
Change default sink name to bluetooth_sink
João Paulo Rechi Vita
2008-09-11
1
-1
/
+1
*
Try to improve time estimation
João Paulo Rechi Vita
2008-09-11
1
-7
/
+7
*
Fix handling of PA_SINK_MESSAGE_GET_LATENCY
João Paulo Rechi Vita
2008-09-11
1
-1
/
+2
*
Remove PA_SINK_NETWORK flag and move the passage of streamfd to the rt thread...
João Paulo Rechi Vita
2008-09-11
1
-5
/
+6
*
Change pa_sink_render to pa_sink_render_into_full and remove some unnecessary...
João Paulo Rechi Vita
2008-09-11
1
-96
/
+90
*
Make stream socket non-blocking
João Paulo Rechi Vita
2008-09-11
1
-0
/
+1
*
Fix block size for SCO
João Paulo Rechi Vita
2008-09-11
1
-1
/
+5
*
Add include for core-util.h
João Paulo Rechi Vita
2008-09-11
1
-0
/
+1
*
Initialize rtpoll_item
João Paulo Rechi Vita
2008-09-11
1
-0
/
+5
*
Add include for sample.h
João Paulo Rechi Vita
2008-09-11
1
-0
/
+1
*
Change close() to pa_close()
João Paulo Rechi Vita
2008-09-11
1
-1
/
+1
*
Change strerror() to pa_cstrerror()
João Paulo Rechi Vita
2008-09-11
1
-5
/
+5
*
Get rid of SINK_MESSAGE_PASS_SOCKET, since we don't really need it
João Paulo Rechi Vita
2008-09-11
1
-16
/
+0
*
Changes for pa_modargs_get_value_u32 for integer arguments and correct some e...
João Paulo Rechi Vita
2008-09-11
1
-6
/
+4
*
Copy arguments values instead of just getting a pointer for them
João Paulo Rechi Vita
2008-09-11
1
-3
/
+3
*
Hand the stream socket to the rt thread
João Paulo Rechi Vita
2008-09-11
1
-9
/
+16
*
Initial code for rt thread
João Paulo Rechi Vita
2008-09-11
1
-139
/
+147
*
Fix PA_USEC_PER_SEC missing
João Paulo Rechi Vita
2008-09-11
1
-0
/
+1
*
BlueZ connection configuration done
João Paulo Rechi Vita
2008-09-11
1
-33
/
+695
*
Adds SBC Codec to pa tree
João Paulo Rechi Vita
2008-09-11
5
-1
/
+1754
[next]