log

age author description
2008-09-15 SHiNE CsyFeK applied changes from 5688199e261449d33b5803dafff50d860896ebcb
2008-09-15 SHiNE CsyFeK applied changes from 92d52eef2994d2697999177804e3665989cfa352
2008-09-15 SHiNE CsyFeK applied changes from 8cebefbc6cd5d84acb69c74e69e8821f11dd225d
2008-09-15 SHiNE CsyFeK applied changes from f12c8903079425d7850fa183df0b3f937b2952be
2008-08-18 Mike Ruprecht Fixed a ton of memory leaks.
2008-08-17 Mike Ruprecht * Added input/output volume preferences for voice conversations.
2008-08-17 Mike Ruprecht Only show the mute button when sending an audio stream.
2008-08-17 Mike Ruprecht Decouple stream direction. Allows send only or recv only streams.
2008-08-16 Mike Ruprecht Fix crash when gstreamer audio or video factory can't be found. References #6605
2008-08-15 Mike Ruprecht Stop additional media sessions within a single conversation for grouped contacts.
2008-08-14 Mike Ruprecht Remove warning.
2008-08-14 Mike Ruprecht Prevent multiple voice and video sessions within the same conversation.
2008-08-09 Mike Ruprecht Changed PurpleMediaStreamType to PurpleMediaSessionType.
2008-08-09 Mike Ruprecht Fixed up media functions in prpl.c and prpl.h, adding more documentation and
2008-08-09 Mike Ruprecht propagate from branch 'im.pidgin.pidgin' (head 434563a4b8fadb9593c241db4bb5ffd0bf2c0627)
2008-08-25 Laurynas Biveinis Update Lithuanian translation
2008-08-09 Mike Ruprecht * Added documentation to media.h and mediamanager.h
2008-08-03 Mike Ruprecht Update Jingle implementation per recent standard changes.
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"/