summaryrefslogtreecommitdiff
path: root/libpurple/media.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | | propagate from branch 'im.pidgin.pidgin' (head eef9f07b6874f793578cc5fd7ad010...Paul Aurich2009-04-181-0/+24
|\ \ \ | |/ / |/| |
| * | propagate from branch 'im.pidgin.pidgin' (head 8c52ced3620c19a6814bf4dfec3f5a...Paul Aurich2009-04-121-0/+24
| |\ \
| | * \ propagate from branch 'im.pidgin.pidgin' (head f9faf7492ad70e82cde607c3345d73...Paul Aurich2009-04-111-0/+24
| | |\ \ | | | |/
| | | * Advertise ICEUDP only when libnice is availablePaul Aurich2009-04-041-0/+24
* | | | Include the media API on win32 even though it isn't actually enabled.Daniel Atallah2009-04-121-1/+1
|/ / /
* | | Fix build with --disable-vv --enable-gstreamer.Sadrul Habib Chowdhury2009-04-121-1/+4
* | | Fix build with --disable-gstreamer.Sadrul Habib Chowdhury2009-04-111-1/+5
|/ /
* | Switch media to store accounts rather than connections.Michael Ruprecht2009-04-091-16/+16
|/
* Make it compile with --disable-vv... again!Michael Ruprecht2009-04-031-0/+30
* Hide these typedefs too.Michael Ruprecht2009-04-031-0/+4
* Hide and GObjectify PurpleMediaCandidate.Michael Ruprecht2009-04-031-64/+499
* Hide and gobjectify PurpleMediaCodec.Michael Ruprecht2009-04-021-57/+306
* Use PurpleMediaKeyPair. Remove PurpleMediaCodecParameter.Michael Ruprecht2009-04-021-14/+13
* Hide the easy structs in media.h.Michael Ruprecht2009-04-011-0/+13
* Use purple_media_manager_get_pipeline instead.Michael Ruprecht2009-04-011-12/+9
* Give more information to element creation functions.Michael Ruprecht2009-03-311-2/+6
* Make Finch not crash if someone requests a session with video with you.Michael Ruprecht2009-03-311-3/+21
* Make the conference property write only.Michael Ruprecht2009-03-311-1/+1
* Remove some variables left over from old video embedding code.Michael Ruprecht2009-03-311-3/+0
* Comment out purple_media_get_active_{local,remote}_candidates.Michael Ruprecht2009-03-311-0/+7