log libpurple/mediamanager.c @ 32766:fd1b4bbefc6b

age author description
Thu, 05 Apr 2012 03:18:40 +0000 olivier crete Port to Farstream
Sun, 13 Mar 2011 18:14:04 +0000 John Bailey propagate from branch 'im.pidgin.pidgin' (head fb4d2b014576462db99d919dea15fbed03f1f48a)
Sun, 30 Jan 2011 17:52:06 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 8480ab9498b0e22b164f3a40c100f59e2d6dd916)
Sat, 08 Jan 2011 03:21:44 +0000 jakub adam Public API allowing plugins (including prpls) to get/set video capabilities where desired/appropriate. Fixes #13095.
Sun, 13 Mar 2011 18:00:58 +0000 jakub adam During a voice call, Pidgin now sends constant audio traffic, even when there
Sat, 22 Jan 2011 08:32:31 +0000 jakub adam This is a better way to handle ending one call when multiple calls are in
Sat, 08 Jan 2011 02:13:40 +0000 jakub adam This patch fixes #12758.
Fri, 07 Jan 2011 11:38:12 +0000 jakub adam Add a GstCapsFilter between every video source and the rest of the pipeline.
Tue, 04 Jan 2011 06:55:30 +0000 Richard Laager Remove trailing whitespace
Wed, 28 Oct 2009 20:06:21 +0000 maiku Add a way to set and get which media backend type to use.
Fri, 23 Oct 2009 02:11:33 +0000 maiku Start to use the media backend code in PurpleMedia and PurpleMediaManager.
Tue, 20 Oct 2009 00:11:44 +0000 maiku Added the ui-caps-changed signal to the media manager.
Sat, 22 Aug 2009 02:40:01 +0000 Paul Aurich Update various header copyrights thanks to licensecheck.
Thu, 13 Aug 2009 07:12:02 +0000 maiku Let's keep this working right.
Thu, 13 Aug 2009 04:55:29 +0000 maiku Fix unidirectional media sessions and add a colorspace before the video sink.
Wed, 12 Aug 2009 10:03:47 +0000 maiku Switch around some GStreamer linking and state setting.
Fri, 07 Aug 2009 09:25:33 +0000 Mike Ruprecht Unleak pad if more pads are linked.
Fri, 07 Aug 2009 08:23:12 +0000 Mike Ruprecht Unlink the local audio volume and mute between sessions.
Wed, 05 Aug 2009 02:17:12 +0000 Mike Ruprecht Set alsasrc's slave-method to 2. This stops the audio timestamps from
Wed, 05 Aug 2009 01:58:02 +0000 Mike Ruprecht Allow setting properties on GStreamer elements with fs-element.conf.
Wed, 22 Jul 2009 03:11:05 +0000 Mike Ruprecht Don't crash when there isn't a webcam connected.
Sun, 12 Apr 2009 23:40:01 +0000 Daniel Atallah Include the media API on win32 even though it isn't actually enabled.
Sat, 11 Apr 2009 06:00:50 +0000 Sadrul Habib Chowdhury Fix build with --disable-gstreamer.
Thu, 09 Apr 2009 23:18:13 +0000 Mike Ruprecht Fix some assertions.
Thu, 09 Apr 2009 21:35:06 +0000 Mike Ruprecht Switch media to store accounts rather than connections.
Fri, 03 Apr 2009 19:28:00 +0000 Mike Ruprecht Make it compile with --disable-vv... again!
Fri, 03 Apr 2009 04:40:36 +0000 Mike Ruprecht Fix embedding video when the sink is a gconfvideosrc pointing to an
Thu, 02 Apr 2009 00:11:49 +0000 Mike Ruprecht Hide and gobjectify PurpleMediaElementInfo.
Wed, 01 Apr 2009 19:01:31 +0000 Mike Ruprecht Hide the easy structs in mediamanager.c.
Tue, 31 Mar 2009 23:53:03 +0000 Mike Ruprecht Give more information to element creation functions.
Tue, 31 Mar 2009 06:42:24 +0000 Mike Ruprecht Add purple_media_manager_{get,set}_ui_caps.
Mon, 30 Mar 2009 22:00:35 +0000 Mike Ruprecht Make sharing sources between media sessions work.
Mon, 23 Mar 2009 04:00:11 +0000 Mike Ruprecht Properly wrap media functions so the API doesn't disappear when USE_VV
Mon, 23 Mar 2009 02:59:18 +0000 Mike Ruprecht Move GStreamer related media functions into its own header.
Thu, 19 Mar 2009 12:44:52 +0000 Mike Ruprecht Silence warning about videotestsrc not having two properties.
Wed, 25 Feb 2009 03:28:27 +0000 Mike Ruprecht Added purple_media_manager_get_media_by_connection.
Wed, 25 Feb 2009 01:58:57 +0000 Mike Ruprecht Added the connection property back to PurpleMedia.
Tue, 24 Feb 2009 08:11:24 +0000 Mike Ruprecht Only create output windows once there's data to be output.
Fri, 20 Feb 2009 08:36:07 +0000 Mike Ruprecht Move pipeline creation into the media manager.
Sun, 08 Feb 2009 23:17:51 +0000 Mike Ruprecht Use the media manager that created the media session in media.c.
Wed, 04 Feb 2009 09:27:27 +0000 Mike Ruprecht Add active elements to PurpleMediaManager. These are the elements that
Tue, 03 Feb 2009 22:37:24 +0000 Mike Ruprecht Implement functions to register and unregister media elements for use in
Sat, 31 Jan 2009 05:19:16 +0000 Mike Ruprecht Have all media sessions use a single pipeline.
Sun, 04 Jan 2009 05:19:54 +0000 Mike Ruprecht Add initiator property to PurpleMedia.
Tue, 16 Dec 2008 02:11:07 +0000 Mike Ruprecht Rename "fs-conference" to "conference".
Tue, 16 Dec 2008 02:06:55 +0000 Mike Ruprecht Remove the screenname attribute from PurpleMedia.
Tue, 16 Dec 2008 01:27:51 +0000 Mike Ruprecht Remove connection attribute from PurpleMedia.
Thu, 06 Nov 2008 01:32:58 +0000 Mike Ruprecht Add purple_media_manager_get_element.
Sun, 31 Aug 2008 21:20:05 +0000 Mike Ruprecht Gracefully handle missing the fsrtpconference GStreamer plugin.
Sun, 17 Aug 2008 07:55:38 +0000 Mike Ruprecht * Added input/output volume preferences for voice conversations.
Fri, 15 Aug 2008 04:07:00 +0000 Mike Ruprecht Stop additional media sessions within a single conversation for grouped contacts.
Sat, 09 Aug 2008 01:50:06 +0000 Mike Ruprecht * Added documentation to media.h and mediamanager.h
Thu, 17 Jul 2008 21:01:46 +0000 Mike Ruprecht Set the media pipeline to PLAYING immediately after initialization
Wed, 28 May 2008 21:00:40 +0000 Mike Ruprecht Use USE_VV instead of USE_FARSIGHT.
Tue, 27 May 2008 02:24:03 +0000 Mike Ruprecht Added better Farsight error handling. Fixes several crash bugs related
Fri, 23 May 2008 02:42:32 +0000 Mike Ruprecht Updates voice and video to use Farsight 2, gets XMPP voice conferences
Sat, 29 Dec 2007 16:54:15 +0000 Sadrul Habib Chowdhury Fix the prplinfo structs and get rid of some compile warnings.
Thu, 27 Sep 2007 19:00:13 +0000 Sadrul Habib Chowdhury Cosmetics.
Wed, 19 Sep 2007 22:55:19 +0000 Sean Egan You can actually receive Google Talk voice calls with crappy UI now
Wed, 05 Sep 2007 01:55:16 +0000 Sean Egan Some UI ;)