summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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 purple_media_manager_{get,set}_backend_type to Changelog.APIMichael Ruprecht2009-10-281-0/+2
|
* Change the libpurple Makefile to keep the same directory structure regardingMichael Ruprecht2009-10-281-5/+12
| | | | libpurple/media/ headers.
* Add a way to set and get which media backend type to use.Michael Ruprecht2009-10-283-2/+53
|
* Handle individual streams in the Fs2 backend's stream-info callback for acceptMichael Ruprecht2009-10-281-21/+17
| | | | signals.
* 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
|
* Fix so emitting more HANGUP signals doesn't cause an assertion.Michael Ruprecht2009-10-281-6/+15
|
* Emit stream-info for each stream, session, and participant for hangup andMichael Ruprecht2009-10-281-5/+97
| | | | reject info types.
* Have PURPLE_MEDIA_INFO_ACCEPT in stream-info emit for each accepted stream,Michael Ruprecht2009-10-281-1/+52
| | | | session, participant, and conference.
* Emit PURPLE_MEDIA_END state-changed signals for each stream, session, andMichael Ruprecht2009-10-271-1/+79
| | | | participant.
* 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
| | | | be consistent with the PurpleMedia API.
* 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
| | | | This is to match PurpleMedia's set_remote_codecs returning gboolean.
* 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
|
* Transfer setting Farsight 2's remote candidates to the Fs2 media backend.Michael Ruprecht2009-10-262-14/+51
|
* Transfer creating Farsight 2 streams to the Fs2 media backend.Michael Ruprecht2009-10-263-85/+186
|
* Remove the list of participants from PurpleMedia and use the Fs2 backend's.Michael Ruprecht2009-10-261-62/+2
|
* Correct some debug categories.Michael Ruprecht2009-10-261-2/+2
|
* Add participant creation and destruction to the Fs2 media backend.Michael Ruprecht2009-10-262-0/+77
|
* Store active_remote_candidates in PurpleMedia as a GList of ↵Michael Ruprecht2009-10-261-7/+8
| | | | PurpleMediaCandidate's.
* Store active_local_candidates in PurpleMedia as a GList of ↵Michael Ruprecht2009-10-261-7/+8
| | | | PurpleMediaCandidate's.
* Store remote_candidates in PurpleMedia as a GList of PurpleMediaCandidate's.Michael Ruprecht2009-10-261-4/+12
|