log libpurple/media/backend-fs2.c @ 29606:0d3145e6b1d6

age author description
2010-02-18 Mark Doliner Compile with --disable-vv. Without this change I get this error:
2010-02-05 Marcus Lundblad media: "Backport" the ICE controlling-mode fix in the new media subdirectory
2009-11-23 Sadrul Habib Chowdhury Fix compile with --disable-gstreamer.
2009-11-18 maiku Wraps backend-fs2.c in #ifdefs for when VV or GSTREAMER is disabled.
2009-11-11 maiku Allow connection checks before acceptance. Fixes Empathy<->Pidgin.
2009-10-29 maiku Remove the underscore from functions as the underscore is reserved for compilers
2009-10-28 maiku Handle individual streams in the Fs2 backend's stream-info callback for accept
2009-10-28 maiku Move new stream emission back to media.c
2009-10-27 maiku Remove unnecessary properties from the Fs2 media backend's internal structures.
2009-10-27 maiku Remove references to FsStream in PurpleMedia.
2009-10-27 maiku Remove references to FsConference in PurpleMedia.
2009-10-27 maiku Move mute functionality into the Fs2 media backend.
2009-10-27 maiku Move volume setting functionality to the Fs2 media backend.
2009-10-27 maiku Remove references to FsSession in PurpleMedia.
2009-10-27 maiku Move all src and sink creation in PurpleMedia to the Fs2 media backend.
2009-10-27 maiku Remove references to FsParticipant from PurpleMedia.
2009-10-27 maiku Add codecs_ready to the media backend interface.
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 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 Correct some debug categories.
2009-10-26 maiku Add participant creation and destruction to the Fs2 media backend.
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 Various tweaks, fixes, and added debug output. Attached some media signals,
2009-10-22 maiku Create and dispose the conference in the Farsight 2 media backend.
2009-10-22 maiku Skeleton of the Farsight 2 media backend.