index
:
cmumble
UDP
UDP_AND_GST1_AND_CLOCK
WIP
audio
audio-2
audio-2-opuswip
audio-record
autocompletion
master
udp
udp-2
udp-3
commandline mumble client
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cmumble.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-11-22
audio: Pull and send the recorded buffer from the main thread
Benjamin Franzke
1
-0
/
+5
2013-11-22
cmumble.c: Use message typedefs in callbacks
Benjamin Franzke
1
-13
/
+11
2013-11-22
Coding style fixes
Benjamin Franzke
1
-1
/
+1
2013-11-22
cmumble.c: Fix function name typo
Benjamin Franzke
1
-1
/
+1
2013-11-22
Check for udp type in tunnel message
Benjamin Franzke
1
-2
/
+14
2013-11-22
Pass message type implicity in cmumble_send_*
Benjamin Franzke
1
-9
/
+9
2013-11-21
Create playback pipeline not for ourselfs
Benjamin Franzke
1
-1
/
+5
2013-11-21
recv_user_state: Check for availability of the session id
Benjamin Franzke
1
-0
/
+6
2013-11-21
ping: Use new cmumble message abstraction
Benjamin Franzke
1
-5
/
+5
2013-11-21
message.h: Add wrapper around protobufs ugly func names
Benjamin Franzke
1
-8
/
+8
2013-11-21
cmumble.c: Inline a makro
Benjamin Franzke
1
-2
/
+1
2013-11-21
Add missing headers
Benjamin Franzke
1
-0
/
+1
2013-11-18
Revert "recv_user_state: Verify needed, but optional values"
Benjamin Franzke
1
-9
/
+0
2013-11-18
recv_user_state: Verify needed, but optional values
Benjamin Franzke
1
-0
/
+9
2013-11-18
Implement channel join
Benjamin Franzke
1
-0
/
+4
2013-11-18
Add verbose option
Benjamin Franzke
1
-6
/
+17
2013-11-18
Implement reject message
Benjamin Franzke
1
-1
/
+21
2013-11-18
Fix typo in cmumble struct name
Benjamin Franzke
1
-13
/
+13
2012-02-10
s/ctx/cm/g; s/struct cmumble_context/struct cmumlbe/g
Benjamin Franzke
1
-48
/
+48
2011-09-28
Support receiving TextMessages
Benjamin Franzke
1
-1
/
+11
2011-09-28
Store own user in cmumble_context
Benjamin Franzke
1
-0
/
+4
2011-09-28
Store channel in cmumble_user
Benjamin Franzke
1
-1
/
+1
2011-09-28
Print welcome message
Benjamin Franzke
1
-1
/
+2
2011-09-28
Fix lines with more than 80 characters.
Jan Klemkow
1
-4
/
+8
2011-09-25
Print errors using g_printerr
Benjamin Franzke
1
-1
/
+1
2011-09-25
Fix coding style
Benjamin Franzke
1
-3
/
+3
2011-09-25
Add gstreamer option group to cmdline options
Benjamin Franzke
1
-0
/
+1
2011-09-25
Do not assign and check in if
Benjamin Franzke
1
-3
/
+4
2011-09-25
Add glib parsing function for argc and argv.
Jan Klemkow
1
-7
/
+30
2011-09-24
Add a general element finding routine to util.c
Benjamin Franzke
1
-31
/
+2
2011-09-24
Add lc (list channels) command
Benjamin Franzke
1
-2
/
+41
2011-09-24
Use an asynchronous connection initiation
Benjamin Franzke
1
-19
/
+42
2011-09-23
Add prefix cmumble_ to struct context and struct user
Benjamin Franzke
1
-19
/
+19
2011-09-23
Add a command interface
Benjamin Franzke
1
-0
/
+1
2011-09-23
Fix indents
Benjamin Franzke
1
-1
/
+1
2011-09-23
Move audio-related stuff into audio.c
Benjamin Franzke
1
-188
/
+5
2011-09-23
Add cmumble_ prefix to recv/send_msg
Benjamin Franzke
1
-3
/
+3
2011-09-23
Store callbacks in context
Benjamin Franzke
1
-2
/
+8
2011-09-23
Move connection related stuff into connection.c
Benjamin Franzke
1
-65
/
+4
2011-09-23
Fix warnings
Benjamin Franzke
1
-3
/
+4
2011-09-23
Add input support using readline
Benjamin Franzke
1
-0
/
+4
2011-09-22
Use g_print always, not printf directly
Benjamin Franzke
1
-16
/
+18
2011-09-22
Fixup async read by using GPollableInputStream instead of GSocket
Benjamin Franzke
1
-15
/
+17
2011-09-16
Typesafe callback initialization
Benjamin Franzke
1
-29
/
+28
2011-09-13
Replace g_new0(*,1) with g_slice_new0(*)
Benjamin Franzke
1
-2
/
+2
2011-05-30
Set "cmumble [%user%]" name for sinks if type is pulse
Benjamin Franzke
1
-2
/
+41
2011-05-28
cleanup
Benjamin Franzke
1
-24
/
+10
2011-05-28
Remove unnecessary callbacks
Benjamin Franzke
1
-60
/
+0
2011-05-28
Use gst_parse_launch for recording pipeline
Benjamin Franzke
1
-36
/
+11
2011-05-28
Make use of gst_parse_launch for playback pipeline
Benjamin Franzke
1
-22
/
+7
[next]