summaryrefslogtreecommitdiff
path: root/libpurple/media.c
Commit message (Expand)AuthorAgeFilesLines
* Fix PurpleMedia account property to be defined as an objectMike Ruprecht2016-01-141-1/+2
* Fix media compile against new protocol plugin interface.Elliott Sales de Andrade2015-05-061-7/+4
* Merge default branch (yet to add media_send_dtmf)Ankit Vani2015-04-101-0/+97
|\
| * media: Send a signal when a candidate pair is establishedYouness Alaoui2014-08-051-0/+8
| * media: Add a send-rtcp-mux API to allow muxing of RTP and RTCPYouness Alaoui2014-08-111-0/+14
| * Implement media encryptionJakub Adam2015-03-121-0/+28
| * Add media_send_dtmf() to prplDavid Woodhouse2015-03-061-1/+5
| * Add out-of-band DTMF support and dialpad to use itDavid Woodhouse2014-10-081-0/+43
* | Merge gtkdoc-conversionAnkit Vani2014-02-041-15/+15
|\ \ | |/ |/|
| * Merged soc.2013.gobjectification branchAnkit Vani2013-11-171-15/+15
| |\
| | * Merged soc.2013.gobjectification branchAnkit Vani2013-09-061-2/+2
| | |\
| | * | Renamed some prpl stuff to protocol stuff.Ankit Vani2013-09-011-4/+4
| | * | Replaced some _prpl_ stuff with _protocol_Ankit Vani2013-08-181-13/+13
* | | | Remove @file from .c filesAnkit Vani2014-02-041-5/+0
|/ / /
* | | media: Use G_PARAM_STATIC_STRINGS and ensure g_object_notify is always calledAnkit Vani2013-11-171-6/+10
| |/ |/|
* | Unref and free everything recieved from g_object_getAnkit Vani2013-09-061-2/+2
|/
* changed _pointer GValue calls to _object for PurpleAccountAnkit Vani2013-07-151-5/+4
* Exposed the instance and class structures of PurpleMedia so that it can be su...Ankit Vani2013-06-121-17/+0
* Remove unnecessary signal name lookup.Elliott Sales de Andrade2013-02-051-1/+1
* Remove an unused variableOlivier Cr?te2012-04-041-2/+1
* media: Allow setting SDES properties of RTP conferences. Fixes #12981.Jakub Adam2011-05-021-0/+41
* propagate from branch 'im.pidgin.pidgin' (head c61f1279ba87c3b11d6387a904b8f8...John Bailey2011-01-081-7/+0
|\
| * media: allow obtaining active local and remote candidates. Closes #11830Marcus Lundblad2010-11-201-7/+0
* | Remove trailing whitespaceRichard Laager2011-01-041-7/+7
|/
* Fix some media code leaks.Jakub Adam2010-08-241-1/+2
* Move libpurple/media/media.c to libpurple/media.c.Paul Aurich2010-02-061-0/+1407
* Move media.c into libpurple/media/.Michael Ruprecht2009-10-211-3318/+0
* Made the GLib flags structure for PurpleMediaCaps.Michael Ruprecht2009-10-201-0/+34
* I can't see why dots should be usefull here:Bj?rn Voigt2009-09-161-3/+3
* Wait to set remote candidates until the session has been accepted. This stopsMichael Ruprecht2009-08-301-6/+20
* Add some extra error strings just in case.Michael Ruprecht2009-08-281-8/+27
* Use the correct parameters for this function.Michael Ruprecht2009-08-251-1/+1
* Detect that there has been an error in the GStreamer pipeline, output anMichael Ruprecht2009-08-231-0/+29
* merge of '0300f09b9cd6ea3304d42848711546e840b3012c'Paul Aurich2009-08-221-4/+7
|\
| * Gracefully handle failures to create an FsStream. This was caused byMichael Ruprecht2009-08-221-4/+7
* | Update various header copyrights thanks to licensecheck.Paul Aurich2009-08-221-1/+1
|/
* Let's keep this working right.Michael Ruprecht2009-08-131-4/+5
* Fix unidirectional media sessions and add a colorspace before the video sink.Michael Ruprecht2009-08-131-23/+33
* Switch around some GStreamer linking and state setting.Michael Ruprecht2009-08-121-6/+6
* Add pause capability for local video.Michael Ruprecht2009-08-071-0/+19
* Unlink the local audio volume and mute between sessions.Michael Ruprecht2009-08-071-29/+119
* Remove the "accepted" signal from PurpleMedia as it was redundant.Michael Ruprecht2009-08-051-8/+0
* Fixes for some potential printf("%s", NULL) type of problems from MaikuStu Tomlinson2009-07-281-1/+2
* Make media.c compilable on Windows following guidance from MaikuStu Tomlinson2009-07-281-3/+3
* Add speex as a default codec.Michael Ruprecht2009-06-021-10/+20
* Add Gmail video support.Michael Ruprecht2009-06-021-1/+28
* merge of '8482365bb2ecec16d6e7161069a6000c330727e8'cpw.darkrain42.xmpp.boshPaul Aurich2009-04-281-24/+0
|\
| * disapproval of revision '4c95bdba56270f9cb28edb9e77e4cb8ea8d058a2'Paul Aurich2009-04-281-24/+0
* | propagate from branch 'im.pidgin.pidgin' (head 36f75a1d52a6af5574bf847d60054a...Paul Aurich2009-04-281-13/+16
|\ \
| * | Distinguish name and participant in PurpleMedia APIPaul Aurich2009-04-271-13/+16