Wed, 01 Sep 2010 18:41:53 +0000 |
Marcus Lundblad |
propagate from branch 'im.pidgin.pidgin' (head 947bfbeaa5e5a82ae69f2f3d36e34af9c15e24df)
|
Thu, 18 Feb 2010 22:42:19 +0000 |
Marcus Lundblad |
Make the check for PRPL-supplied TURN parameters in the new place
|
Tue, 31 Aug 2010 18:26:04 +0000 |
Marcus Lundblad |
Removed the TCP and TLS TURN relaying options since libnice currently only supports these in Google mode. Added a note about this in fs-backend.c and changed the prefs label to read "UDP Port"
|
Wed, 25 Aug 2010 19:13:24 +0000 |
Marcus Lundblad |
merge of '9b4b74ad94eb77ef347f7575823e65103cae1f85'
|
Wed, 25 Aug 2010 19:12:08 +0000 |
Marcus Lundblad |
merge of '17e496a18cf8462d267f5220dd5f6283662eeba7'
|
Wed, 25 Aug 2010 19:11:38 +0000 |
Marcus Lundblad |
Added ability to relay over TCP and TLS for TURN for media.
|
Tue, 24 Aug 2010 04:45:25 +0000 |
jakub adam |
Fix some media code leaks.
|
Mon, 23 Aug 2010 00:52:24 +0000 |
Elliott Sales de Andrade |
Kill off many dead assignments and any useless remaining variables.
|
Sat, 14 Aug 2010 05:31:29 +0000 |
Elliott Sales de Andrade |
Fix a possible Garbage return value.
|
Thu, 10 Jun 2010 19:54:17 +0000 |
Marcus Lundblad |
media: Fix the TURN server setting to actually work again (it was apparently
|
Thu, 18 Feb 2010 09:38:07 +0000 |
Mark Doliner |
Compile with --disable-vv. Without this change I get this error:
|
Fri, 05 Feb 2010 16:37:33 +0000 |
Marcus Lundblad |
media: "Backport" the ICE controlling-mode fix in the new media subdirectory
|
Mon, 23 Nov 2009 21:58:45 +0000 |
Sadrul Habib Chowdhury |
Fix compile with --disable-gstreamer.
|
Wed, 18 Nov 2009 04:54:15 +0000 |
maiku |
Wraps backend-fs2.c in #ifdefs for when VV or GSTREAMER is disabled.
|
Wed, 11 Nov 2009 05:31:38 +0000 |
maiku |
Allow connection checks before acceptance. Fixes Empathy<->Pidgin.
|
Thu, 29 Oct 2009 23:56:50 +0000 |
maiku |
Remove the underscore from functions as the underscore is reserved for compilers
|
Wed, 28 Oct 2009 19:01:33 +0000 |
maiku |
Handle individual streams in the Fs2 backend's stream-info callback for accept
|
Wed, 28 Oct 2009 18:36:18 +0000 |
maiku |
Move new stream emission back to media.c
|
Tue, 27 Oct 2009 21:59:45 +0000 |
maiku |
Remove unnecessary properties from the Fs2 media backend's internal structures.
|
Tue, 27 Oct 2009 21:46:44 +0000 |
maiku |
Remove references to FsStream in PurpleMedia.
|
Tue, 27 Oct 2009 21:41:29 +0000 |
maiku |
Remove references to FsConference in PurpleMedia.
|
Tue, 27 Oct 2009 21:32:11 +0000 |
maiku |
Move mute functionality into the Fs2 media backend.
|
Tue, 27 Oct 2009 21:16:27 +0000 |
maiku |
Move volume setting functionality to the Fs2 media backend.
|
Tue, 27 Oct 2009 20:47:30 +0000 |
maiku |
Remove references to FsSession in PurpleMedia.
|
Tue, 27 Oct 2009 20:43:30 +0000 |
maiku |
Move all src and sink creation in PurpleMedia to the Fs2 media backend.
|
Tue, 27 Oct 2009 19:10:57 +0000 |
maiku |
Remove references to FsParticipant from PurpleMedia.
|
Tue, 27 Oct 2009 19:06:29 +0000 |
maiku |
Add codecs_ready to the media backend interface.
|
Tue, 27 Oct 2009 18:34:46 +0000 |
maiku |
Move odd direction changing functionality to the Fs2 media backend.
|
Tue, 27 Oct 2009 18:15:23 +0000 |
maiku |
Move pause functionality to the Fs2 media backend.
|
Tue, 27 Oct 2009 17:48:26 +0000 |
maiku |
Properly free PurpleMediaBackendFs2Stream's.
|