log

age author description
2008-07-23 Mike Ruprecht Added a mute button for the local microphone.
2008-07-23 Mike Ruprecht Set the proper send codec in Farsight.
2008-07-19 Mike Ruprecht merge of '77e249bc561fc09bc5fe8f9c6f8b573701b5d63d'
2008-07-18 Mike Ruprecht propagate from branch 'im.pidgin.pidgin' (head c7c882ce933f14ae4b89d4c9782a84accaec53b5)
2008-07-19 Mike Ruprecht Convert serv_* media functions to purple_prpl_* functions.
2008-07-17 Mike Ruprecht Add two missed newlines for debug messages.
2008-07-17 Mike Ruprecht Use the purple STUN server preference with the rawudp Farsight transmitter.
2008-07-17 Mike Ruprecht Set the media pipeline to PLAYING immediately after initialization
2008-07-16 Mike Ruprecht propagate from branch 'im.pidgin.pidgin' (head e3ceb09b71185a9074ce73733f2a65b437c9a545)
2008-07-16 Mike Ruprecht Fix compiling without voice and video support.
2008-07-16 Mike Ruprecht Added whether voice and video support has been enabled in Pidgin's About dialog.
2008-07-11 Mike Ruprecht Fixed some memory leak issues involving GLists.
2008-07-11 Mike Ruprecht Added ChangeLog.API entries.
2008-07-11 Mike Ruprecht Added xmlnode_get_parent.
2008-07-11 Mike Ruprecht Simplify the Jingle handlers by moving repetitive code into the parse function.
2008-07-10 Mike Ruprecht Hide unnecessarily exposed Jingle handler functions
2008-07-10 Mike Ruprecht Further decouple Jingle from iq.c
2008-06-28 Mike Ruprecht Clarify the scope of two variables.
2008-06-27 Mike Ruprecht Added better Farsight error handling.
2008-06-27 Mike Ruprecht Wait to set up the voice and video GUI until the responder has accepted the session.
2008-06-27 Mike Ruprecht Fix the order of the send/recv audio/video display widgets.
2008-06-27 Mike Ruprecht Move the main voice and video pipeline into media.c and display more debug info.
2008-06-26 Mike Ruprecht Add proper padding to the voice conference audio levels.
2008-06-26 Mike Ruprecht propagate from branch 'im.pidgin.pidgin' (head 868098fbe53290a8abcc3307c6fec2c6054a5e00)
2008-06-26 Mike Ruprecht Widened the vertical audio levels.
2008-06-19 Mike Ruprecht Move the audio progress bar widgets to be beside the video displays.
2008-06-12 Mike Ruprecht Notify the user which type of media session the remote user wants to initiate.
2008-06-10 Mike Ruprecht Preliminary video embedded in the conversation window. It's still kind of buggy.
2008-06-08 Mike Ruprecht Fix assertion.
2008-06-07 Mike Ruprecht New media icons. Thanks, hbons.
2008-06-07 Mike Ruprecht Fix crash when receiving a session-initiate ack for a nonexistent session.
2008-06-07 Mike Ruprecht Fix assertion.
2008-06-07 Mike Ruprecht Send negotiated codecs in session-accept opposed to all local codecs.
2008-06-07 Mike Ruprecht Jingle sessions now keep track of their transaction state to a degree.
2008-06-06 Mike Ruprecht Silence warning.
2008-06-06 Mike Ruprecht Listen to the media pipeline and display errors.
2008-06-06 Mike Ruprecht Use the right namespaces for broadcasting and discovering Jingle support.
2008-06-06 Mike Ruprecht Temporary fix to remove a 5-7 second delay when initiating a media session.
2008-06-06 Mike Ruprecht Added the "media" attribute to the Jingle description element according
2008-06-06 Mike Ruprecht Added some utility functions to convert PurpleMediaStreamType
2008-06-06 Mike Ruprecht merge of '3969ff3f40069748728f9ee2376a4bab3f089d04'
2008-06-06 Mike Ruprecht Corrected debug labels s/"jabber"/"jingle"/
2008-06-06 Mike Ruprecht Refactored PurpleMedia to make creating audio or video sessions virtually identical. Audio, video, and audio/video sessions now work. Also added videotestsrc to the video plugin preference.
2008-06-04 Mike Ruprecht Added functions to help create Jingle packets. Revised some of the Jingle flow.
2008-06-03 Mike Ruprecht Added functions to help with the creation of Jingle packets.
2008-06-03 Mike Ruprecht Added JingleSessionContent structure to store content information
2008-06-02 Mike Ruprecht Further decoupled Jingle code from jabber.c:
2008-06-02 Mike Ruprecht Moved Jingle message handlers from jabber.c to jingle.c.
2008-06-02 Mike Ruprecht Fix crash bug when checking if a contact can do media when logging out.
2008-05-31 Mike Ruprecht Check remote JID's capabilities for audio and video XEP support.
2008-05-31 Mike Ruprecht Remove the "Call" button from the formatting toolbar.
2008-05-31 Mike Ruprecht Create a proper media menu with options for audio, video, and
2008-05-31 Mike Ruprecht Free the PurpleMedia object when the media session ends and fix ending
2008-05-28 Mike Ruprecht merge of '38838bc806900103298d383237d2ae7cd60bbd82'
2008-05-27 Mike Ruprecht propagate from branch 'im.pidgin.pidgin.vv' (head 9443004596a4fc55992da8548ef5b438de22c8ef)
2008-05-27 Sadrul Habib Chowdhury Broken merge.
2008-05-27 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin' (head 75f0460d3679231b61d572e76fe02534a597c6b5)
2008-05-27 Mike Ruprecht merge of '0685fc29468269a2af68268baa627b09f83339e4'
2008-05-27 Mike Ruprecht Silence warning.
2008-05-28 Mike Ruprecht Use USE_VV instead of USE_FARSIGHT.