summaryrefslogtreecommitdiff
path: root/libpurple/media
Commit message (Expand)AuthorAgeFilesLines
* media: Allow setting SDES properties of RTP conferences. Fixes #12981.Jakub Adam2011-05-023-0/+93
* Allow adding or removing media sessions (voice or video) on-the-fly. ThisJakub Adam2011-03-241-22/+92
* Make the simple silence suppression stuff optional per-account. Fixes #13180.Jakub Adam2011-03-131-10/+13
* During a voice call, Pidgin now sends constant audio traffic, even when thereJakub Adam2011-03-131-18/+42
* This is a better way to handle ending one call when multiple calls are inJakub Adam2011-01-221-1/+39
* This patch fixes #12758.Jakub Adam2011-01-081-1/+22
* Remove trailing whitespaceRichard Laager2011-01-043-17/+17
* Remove trailing whitespaceRichard Laager2011-01-042-2/+2
* Stop sending audio when placing a call on hold. Fixes #13032.Jakub Adam2010-12-281-0/+15
* propagate from branch 'im.pidgin.pidgin' (head ab4878fc3483f1c61996f0e8b5cebd...Marcus Lundblad2010-09-011-1/+13
|\
| * Make the check for PRPL-supplied TURN parameters in the new placeMarcus Lundblad2010-02-181-1/+13
* | Removed the TCP and TLS TURN relaying options since libnice currently only su...Marcus Lundblad2010-08-311-14/+3
* | merge of 'd3e510ff7c223eda2a647df9894caff4473c261e'Marcus Lundblad2010-08-251-18/+43
|\ \
| * \ merge of 'aa5a1b0e69bd7aa5c423ec57e8ad58dfde386f3d'Marcus Lundblad2010-08-251-18/+43
| |\ \
| | * | Added ability to relay over TCP and TLS for TURN for media.Marcus Lundblad2010-08-251-18/+43
* | | | Fix some media code leaks.Jakub Adam2010-08-242-11/+10
* | | | Clarify documentation on a function return value.Elliott Sales de Andrade2010-08-241-1/+2
* | | | Kill off many dead assignments and any useless remaining variables.Elliott Sales de Andrade2010-08-231-6/+0
|/ / /
* | | Fix a possible Garbage return value.Elliott Sales de Andrade2010-08-141-1/+1
|/ /
* | media: Fix the TURN server setting to actually work again (it was apparentlyMarcus Lundblad2010-06-101-0/+1
* | Apply Polynomial-C's suggestion for fixing a compile error withMark Doliner2010-05-251-0/+2
|/
* Compile with --disable-vv. Without this change I get this error:Mark Doliner2010-02-181-1/+1
* Move libpurple/media/media.c to libpurple/media.c.Paul Aurich2010-02-061-1407/+0
* media: "Backport" the ICE controlling-mode fix in the new media subdirectoryMarcus Lundblad2010-02-051-1/+7
* Add pidgin-2 and purple-2 .pc variantsWill Thompson2009-12-201-1/+1
* propagate from branch 'im.pidgin.pidgin' (head d9c296d8ec991691983e56b9d74f0b...John Bailey2009-11-281-1/+0
* Fix compile with --disable-gstreamer.Sadrul Habib Chowdhury2009-11-232-4/+4
* Wraps backend-fs2.c in #ifdefs for when VV or GSTREAMER is disabled.Michael Ruprecht2009-11-181-1/+20
* Add documentation to backend-iface.h.Michael Ruprecht2009-11-131-1/+103
* Document the remaining functions.Michael Ruprecht2009-11-131-0/+127
* Document the remaining functions.Michael Ruprecht2009-11-131-0/+51
* Allow connection checks before acceptance. Fixes Empathy<->Pidgin.Michael Ruprecht2009-11-111-3/+7
* Fix two assertions related to no sessions being created for the media object.cpw.maiku.media_refactorMichael Ruprecht2009-11-021-3/+7
* Add a read only property to PurpleMedia to retrieve the MediaBackend object.Michael Ruprecht2009-11-021-0/+15
* Remove the underscore from functions as the underscore is reserved for compilersMichael Ruprecht2009-10-291-94/+94
* Add a way to set and get which media backend type to use.Michael Ruprecht2009-10-281-2/+2
* Handle individual streams in the Fs2 backend's stream-info callback for acceptMichael Ruprecht2009-10-281-21/+17
* Move new stream emission back to media.cMichael Ruprecht2009-10-282-3/+9
* Keep track of participants better in purple_media_stream_info.Michael Ruprecht2009-10-281-18/+4
* Free participants properly in purple_media_end.Michael Ruprecht2009-10-281-1/+9
* Add a list of participants back to PurpleMedia.Michael Ruprecht2009-10-281-1/+5
* Emit stream-info for each stream, session, and participant for hangup andMichael Ruprecht2009-10-281-5/+97
* Have PURPLE_MEDIA_INFO_ACCEPT in stream-info emit for each accepted stream,Michael Ruprecht2009-10-281-1/+52
* Emit PURPLE_MEDIA_END state-changed signals for each stream, session, andMichael Ruprecht2009-10-271-1/+79
* Remove unnecessary properties from PurpleMedia's internal structures.Michael Ruprecht2009-10-271-16/+0
* Remove unnecessary properties from the Fs2 media backend's internal structures.Michael Ruprecht2009-10-271-18/+0
* Remove a couple more unnecessary headers from media.cMichael Ruprecht2009-10-271-3/+0
* Remove unnecessary Farsight 2 headers from media.cMichael Ruprecht2009-10-271-3/+0
* Remove references to FsStream in PurpleMedia.Michael Ruprecht2009-10-273-19/+1
* Remove references to FsConference in PurpleMedia.Michael Ruprecht2009-10-273-44/+0