Mercurial > pidgin
graph
-
Change the libpurple Makefile to keep the same directory structure regardingWed, 28 Oct 2009 22:18:08 +0000, by maiku
-
Add a way to set and get which media backend type to use.Wed, 28 Oct 2009 20:06:21 +0000, by maiku
-
Handle individual streams in the Fs2 backend's stream-info callback for acceptWed, 28 Oct 2009 19:01:33 +0000, by maiku
-
Move new stream emission back to media.cWed, 28 Oct 2009 18:36:18 +0000, by maiku
-
Keep track of participants better in purple_media_stream_info.Wed, 28 Oct 2009 18:24:10 +0000, by maiku
-
Free participants properly in purple_media_end.Wed, 28 Oct 2009 18:16:59 +0000, by maiku
-
Add a list of participants back to PurpleMedia.Wed, 28 Oct 2009 18:07:27 +0000, by maiku
-
Fix so emitting more HANGUP signals doesn't cause an assertion.Wed, 28 Oct 2009 17:58:59 +0000, by maiku
-
Emit stream-info for each stream, session, and participant for hangup andWed, 28 Oct 2009 17:15:43 +0000, by maiku
-
Have PURPLE_MEDIA_INFO_ACCEPT in stream-info emit for each accepted stream,Wed, 28 Oct 2009 00:12:19 +0000, by maiku
-
Emit PURPLE_MEDIA_END state-changed signals for each stream, session, andTue, 27 Oct 2009 23:44:34 +0000, by maiku
-
Remove unnecessary properties from PurpleMedia's internal structures.Tue, 27 Oct 2009 22:02:46 +0000, by maiku
-
Remove unnecessary properties from the Fs2 media backend's internal structures.Tue, 27 Oct 2009 21:59:45 +0000, by maiku
-
Remove a couple more unnecessary headers from media.cTue, 27 Oct 2009 21:50:19 +0000, by maiku
-
Remove unnecessary Farsight 2 headers from media.cTue, 27 Oct 2009 21:48:06 +0000, by maiku
-
Remove references to FsStream in PurpleMedia.Tue, 27 Oct 2009 21:46:44 +0000, by maiku
-
Remove references to FsConference in PurpleMedia.Tue, 27 Oct 2009 21:41:29 +0000, by maiku
-
Remove confbin from PurpleMediaPrivate.Tue, 27 Oct 2009 21:39:00 +0000, by maiku
-
Move mute functionality into the Fs2 media backend.Tue, 27 Oct 2009 21:32:11 +0000, by maiku
-
Remove the volume property from the PurpleMediaStream structure.Tue, 27 Oct 2009 21:18:41 +0000, by maiku
-
Move volume setting functionality to the Fs2 media backend.Tue, 27 Oct 2009 21:16:27 +0000, by maiku
-
Remove references to FsSession in PurpleMedia.Tue, 27 Oct 2009 20:47:30 +0000, by maiku
-
Move all src and sink creation in PurpleMedia to the Fs2 media backend.Tue, 27 Oct 2009 20:43:30 +0000, by maiku
-
Remove references to FsParticipant from PurpleMedia.Tue, 27 Oct 2009 19:10:57 +0000, by maiku
-
Add codecs_ready to the media backend interface.Tue, 27 Oct 2009 19:06:29 +0000, by maiku
-
Remove FsStream from PurpleMedia stream.Tue, 27 Oct 2009 18:42:01 +0000, by maiku
-
Move odd direction changing functionality to the Fs2 media backend.Tue, 27 Oct 2009 18:34:46 +0000, by maiku
-
Move pause functionality to the Fs2 media backend.Tue, 27 Oct 2009 18:15:23 +0000, by maiku
-
Properly free PurpleMediaBackendFs2Stream's.Tue, 27 Oct 2009 17:48:26 +0000, by maiku
-
Handle part of accepting a stream in the Fs2 media backend.Tue, 27 Oct 2009 00:13:39 +0000, by maiku
-
Move set_remote_codec functionality to the Fs2 media backend.Mon, 26 Oct 2009 23:26:59 +0000, by maiku
-
Change the media backend interface's set_send_codec to return gboolean toMon, 26 Oct 2009 23:17:38 +0000, by maiku
-
Move set_remote_codecs functionality to the Fs2 media backend.Mon, 26 Oct 2009 23:10:53 +0000, by maiku
-
Make the backend interface's set_remote_codecs function return gboolean.Mon, 26 Oct 2009 22:59:13 +0000, by maiku
-
Move get_local_candidates functionality over to the Fs2 media backend.Mon, 26 Oct 2009 22:50:23 +0000, by maiku
-
Rename purple_media_candidate_from_fs to _candidate_from_fs for consistency.Mon, 26 Oct 2009 22:30:05 +0000, by maiku
-
Transfer get_codecs functionality to the Fs2 media backend.Mon, 26 Oct 2009 22:26:51 +0000, by maiku
-
Silence warning.Mon, 26 Oct 2009 22:15:05 +0000, by maiku
-
Transfer setting Farsight 2's remote candidates to the Fs2 media backend.Mon, 26 Oct 2009 22:14:25 +0000, by maiku
-
Transfer creating Farsight 2 streams to the Fs2 media backend.Mon, 26 Oct 2009 21:35:11 +0000, by maiku
-
Remove the list of participants from PurpleMedia and use the Fs2 backend's.Mon, 26 Oct 2009 20:17:35 +0000, by maiku
-
Correct some debug categories.Mon, 26 Oct 2009 20:06:16 +0000, by maiku
-
Add participant creation and destruction to the Fs2 media backend.Mon, 26 Oct 2009 20:00:00 +0000, by maiku
-
Store active_remote_candidates in PurpleMedia as a GList of PurpleMediaCandidate's.Mon, 26 Oct 2009 19:11:29 +0000, by maiku
-
Store active_local_candidates in PurpleMedia as a GList of PurpleMediaCandidate's.Mon, 26 Oct 2009 19:01:30 +0000, by maiku
-
Store remote_candidates in PurpleMedia as a GList of PurpleMediaCandidate's.Mon, 26 Oct 2009 18:45:30 +0000, by maiku
-
Store local_candidates in PurpleMedia as a GList of PurpleMediaCandidate's.Mon, 26 Oct 2009 18:32:27 +0000, by maiku
-
Add purple_media_candidate_copy to the public API.Mon, 26 Oct 2009 18:23:32 +0000, by maiku
-
Move Farsight 2's local-candidates-prepared signal to the Fs2 media backend.Mon, 26 Oct 2009 18:02:06 +0000, by maiku
-
Move Farsight 2's new-active-candidate-pair into the Fs2 media backend.Mon, 26 Oct 2009 17:39:38 +0000, by maiku
-
Move handling Farsight 2's codecs-changed signal into the Fs2 media backend.Fri, 23 Oct 2009 23:12:57 +0000, by maiku
-
Move handling Farsight 2's new-local-candidate signal in Fs2 media backend.Fri, 23 Oct 2009 22:20:45 +0000, by maiku
-
Begin transferring FsSession over to the Farsight 2 media backend.Fri, 23 Oct 2009 21:40:38 +0000, by maiku
-
Transfer some GStreamer message handling to the Farsight 2 media backend.Fri, 23 Oct 2009 19:59:12 +0000, by maiku
-
Decouple the media_bus_call from the backend. It will still be needed evenFri, 23 Oct 2009 18:20:54 +0000, by maiku
-
Deprecate the conference property of PurpleMedia.Fri, 23 Oct 2009 02:20:35 +0000, by maiku