log

age author description
2009-10-27 maiku Move odd direction changing functionality to the Fs2 media backend.
2009-10-27 maiku Move pause functionality to the Fs2 media backend.
2009-10-27 maiku Properly free PurpleMediaBackendFs2Stream's.
2009-10-27 maiku Handle part of accepting a stream in the Fs2 media backend.
2009-10-26 maiku Move set_remote_codec functionality to the Fs2 media backend.
2009-10-26 maiku Change the media backend interface's set_send_codec to return gboolean to
2009-10-26 maiku Move set_remote_codecs functionality to the Fs2 media backend.
2009-10-26 maiku Make the backend interface's set_remote_codecs function return gboolean.
2009-10-26 maiku Move get_local_candidates functionality over to the Fs2 media backend.
2009-10-26 maiku Rename purple_media_candidate_from_fs to _candidate_from_fs for consistency.
2009-10-26 maiku Transfer get_codecs functionality to the Fs2 media backend.
2009-10-26 maiku Silence warning.
2009-10-26 maiku Transfer setting Farsight 2's remote candidates to the Fs2 media backend.
2009-10-26 maiku Transfer creating Farsight 2 streams to the Fs2 media backend.
2009-10-26 maiku Remove the list of participants from PurpleMedia and use the Fs2 backend's.
2009-10-26 maiku Correct some debug categories.
2009-10-26 maiku Add participant creation and destruction to the Fs2 media backend.
2009-10-26 maiku Store active_remote_candidates in PurpleMedia as a GList of PurpleMediaCandidate's.
2009-10-26 maiku Store active_local_candidates in PurpleMedia as a GList of PurpleMediaCandidate's.
2009-10-26 maiku Store remote_candidates in PurpleMedia as a GList of PurpleMediaCandidate's.
2009-10-26 maiku Store local_candidates in PurpleMedia as a GList of PurpleMediaCandidate's.
2009-10-26 maiku Add purple_media_candidate_copy to the public API.
2009-10-26 maiku Move Farsight 2's local-candidates-prepared signal to the Fs2 media backend.
2009-10-26 maiku Move Farsight 2's new-active-candidate-pair into the Fs2 media backend.
2009-10-23 maiku Move handling Farsight 2's codecs-changed signal into the Fs2 media backend.
2009-10-23 maiku Move handling Farsight 2's new-local-candidate signal in Fs2 media backend.
2009-10-23 maiku Begin transferring FsSession over to the Farsight 2 media backend.
2009-10-23 maiku Transfer some GStreamer message handling to the Farsight 2 media backend.
2009-10-23 maiku Decouple the media_bus_call from the backend. It will still be needed even
2009-10-23 maiku Deprecate the conference property of PurpleMedia.
2009-10-23 maiku Start to use the media backend code in PurpleMedia and PurpleMediaManager.
2009-10-23 maiku Various tweaks, fixes, and added debug output. Attached some media signals,
2009-10-23 maiku Move the backend-fs2.h header into noinst_HEADERS.
2009-10-23 maiku This is an interface and not a class.
2009-10-23 maiku Add a conference-type parameter to PurpleMedia.
2009-10-23 maiku Fix parameter to actually be a string instead of an object.
2009-10-22 maiku Create and dispose the conference in the Farsight 2 media backend.
2009-10-22 maiku Add the conference-type property to the media backend interface.
2009-10-22 maiku Remove dummy code I missed.
2009-10-22 maiku Skeleton of the Farsight 2 media backend.
2009-10-22 maiku Add a media backend interface to handle different backends in addition to
2009-10-22 maiku Break PurpleMediaCodec out into its own file.
2009-10-22 maiku Include signals.h to provide PurpleCallback. I guess all the other places
2009-10-21 maiku Split out PurpleMediaCandidate into its own file.
2009-10-21 maiku Split the media API's enum types out into its own file.
2009-10-21 maiku Move media.c into libpurple/media/.
2009-10-20 maiku Declare XMPP got media caps in the correct place.
2009-10-20 maiku Essentially normalize the username passed to purple_prpl_got_media_caps.
2009-10-20 maiku Add media_caps to PurpleBuddy structure and use it to determine the old caps
2009-10-20 maiku Use purple_prpl_got_media_caps in XMPP to update the caps when they change.
2009-10-20 maiku Use purple_prpl_got_media_caps in purple_prpl_got_user_status to remove media
2009-10-20 maiku Add the purple_media_got_media_caps function in order to signal when a prpl
2009-10-20 maiku Add the buddy-caps-changed signal in order to tell when a buddy's media caps
2009-10-20 maiku Rebroadcast XMPP caps whenever the UI caps change.
2009-10-20 maiku Added the ui-caps-changed signal to the media manager.
2009-10-20 maiku Made the GLib flags structure for PurpleMediaCaps.
2009-10-13 Marcus Lundblad Broke out the generation of random UUIDs to its own function
2009-10-12 John Bailey propagate from branch 'im.pidgin.pidgin' (head 667654b3309008b53bf4d9df02bd401d1ede8db5)
2009-10-12 John Bailey propagate from branch 'im.pidgin.pidgin' (head 80eaa62b397424cadf9ea37ca0e98894f823fbf5)
2009-10-12 foufou33 Clean up a case in the Yahoo! prpl where the caller now handles this. Other