summaryrefslogtreecommitdiff
path: root/libpurple/media
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove confbin from PurpleMediaPrivate.Michael Ruprecht2009-10-271-4/+0
* Move mute functionality into the Fs2 media backend.Michael Ruprecht2009-10-272-31/+30
* Remove the volume property from the PurpleMediaStream structure.Michael Ruprecht2009-10-271-1/+0
* Move volume setting functionality to the Fs2 media backend.Michael Ruprecht2009-10-273-38/+73
* Remove references to FsSession in PurpleMedia.Michael Ruprecht2009-10-273-16/+0
* Move all src and sink creation in PurpleMedia to the Fs2 media backend.Michael Ruprecht2009-10-273-335/+308
* Remove references to FsParticipant from PurpleMedia.Michael Ruprecht2009-10-273-14/+0
* Add codecs_ready to the media backend interface.Michael Ruprecht2009-10-274-32/+64
* Remove FsStream from PurpleMedia stream.Michael Ruprecht2009-10-271-5/+4
* Move odd direction changing functionality to the Fs2 media backend.Michael Ruprecht2009-10-272-12/+15
* Move pause functionality to the Fs2 media backend.Michael Ruprecht2009-10-272-15/+15
* Properly free PurpleMediaBackendFs2Stream's.Michael Ruprecht2009-10-272-9/+36
* Handle part of accepting a stream in the Fs2 media backend.Michael Ruprecht2009-10-272-91/+57
* Move set_remote_codec functionality to the Fs2 media backend.Michael Ruprecht2009-10-262-57/+23
* Change the media backend interface's set_send_codec to return gboolean toMichael Ruprecht2009-10-263-8/+10
* Move set_remote_codecs functionality to the Fs2 media backend.Michael Ruprecht2009-10-262-79/+26
* Make the backend interface's set_remote_codecs function return gboolean.Michael Ruprecht2009-10-263-8/+9
* Move get_local_candidates functionality over to the Fs2 media backend.Michael Ruprecht2009-10-262-8/+33
* Rename purple_media_candidate_from_fs to _candidate_from_fs for consistency.Michael Ruprecht2009-10-261-4/+4
* Transfer get_codecs functionality to the Fs2 media backend.Michael Ruprecht2009-10-262-17/+114
* Silence warning.Michael Ruprecht2009-10-261-0/+2