summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | | | Remove warning.Michael Ruprecht2008-08-141-1/+2
| | | | * | | | Prevent multiple voice and video sessions within the same conversation.Michael Ruprecht2008-08-142-2/+20
| | | | * | | | Changed PurpleMediaStreamType to PurpleMediaSessionType.Michael Ruprecht2008-08-099-37/+37
| | | | * | | | Fixed up media functions in prpl.c and prpl.h, adding more documentation andMichael Ruprecht2008-08-092-29/+44
| | | | * | | | propagate from branch 'im.pidgin.pidgin' (head 0cff24bf7dbab39c8efd9ae1575296...Michael Ruprecht2008-08-09217-22438/+26038
| | | | |\ \ \ \
| | | | * | | | | * Added documentation to media.h and mediamanager.hMichael Ruprecht2008-08-096-30/+436
| | | | * | | | | Update Jingle implementation per recent standard changes.Michael Ruprecht2008-08-031-3/+1
| | | | * | | | | Added a mute button for the local microphone.Michael Ruprecht2008-07-233-2/+38
| | | | * | | | | Set the proper send codec in Farsight.Michael Ruprecht2008-07-233-2/+35
| | | | * | | | | merge of '2ba28e840a95d97313a85f5551c8680c56fc2bd8'Michael Ruprecht2008-07-197-99/+117
| | | | |\ \ \ \ \
| | | | | * | | | | Convert serv_* media functions to purple_prpl_* functions.Michael Ruprecht2008-07-197-99/+117
| | | | * | | | | | propagate from branch 'im.pidgin.pidgin' (head 6356813321daf3526256f57b2623ed...Michael Ruprecht2008-07-1826-145/+165
| | | | |\ \ \ \ \ \ | | | | | |/ / / / / | | | | |/| | | | |
| | | | * | | | | | Add two missed newlines for debug messages.Michael Ruprecht2008-07-171-2/+2
| | | | * | | | | | Use the purple STUN server preference with the rawudp Farsight transmitter.Michael Ruprecht2008-07-171-4/+46
| | | | * | | | | | Set the media pipeline to PLAYING immediately after initializationMichael Ruprecht2008-07-174-29/+49
| | | | * | | | | | propagate from branch 'im.pidgin.pidgin' (head ed811e1aea8072d306d472ee970bd5...Michael Ruprecht2008-07-16104-149/+5637
| | | | |\ \ \ \ \ \
| | | | | * | | | | | Fix compiling without voice and video support.Michael Ruprecht2008-07-161-0/+2
| | | | | * | | | | | Added whether voice and video support has been enabled in Pidgin's About dialog.Michael Ruprecht2008-07-161-0/+6
| | | | | * | | | | | Fixed some memory leak issues involving GLists.Michael Ruprecht2008-07-113-19/+10
| | | | | * | | | | | Added ChangeLog.API entries.Michael Ruprecht2008-07-111-0/+6
| | | | | * | | | | | Added xmlnode_get_parent.Michael Ruprecht2008-07-113-2/+17
| | | | | * | | | | | Simplify the Jingle handlers by moving repetitive code into the parse function.Michael Ruprecht2008-07-111-66/+71
| | | | | * | | | | | Hide unnecessarily exposed Jingle handler functionsMichael Ruprecht2008-07-102-14/+6
| | | | | * | | | | | Further decouple Jingle from iq.cMichael Ruprecht2008-07-103-25/+38
| | | | | * | | | | | Clarify the scope of two variables.Michael Ruprecht2008-06-281-0/+5
| | | | | * | | | | | Added better Farsight error handling.Michael Ruprecht2008-06-274-15/+74
| | | | | * | | | | | Wait to set up the voice and video GUI until the responder has accepted the s...Michael Ruprecht2008-06-272-32/+48
| | | | | * | | | | | Fix the order of the send/recv audio/video display widgets.Michael Ruprecht2008-06-271-5/+5
| | | | | * | | | | | Move the main voice and video pipeline into media.c and display more debug info.Michael Ruprecht2008-06-272-31/+55
| | | | | * | | | | | Add proper padding to the voice conference audio levels.Michael Ruprecht2008-06-261-2/+2
| | | | | * | | | | | propagate from branch 'im.pidgin.pidgin' (head 75c369b8147fe803cead5a9bc16869...Michael Ruprecht2008-06-26100-148/+5503
| | | | | |\ \ \ \ \ \
| | | | | | * | | | | | Widened the vertical audio levels.Michael Ruprecht2008-06-261-2/+2
| | | | | | * | | | | | Move the audio progress bar widgets to be beside the video displays.Michael Ruprecht2008-06-191-13/+35
| | | | | | * | | | | | Notify the user which type of media session the remote user wants to initiate.Michael Ruprecht2008-06-124-0/+56
| | | | | | * | | | | | Preliminary video embedded in the conversation window. It's still kind of buggy.Michael Ruprecht2008-06-105-25/+122
| | | | | | * | | | | | Fix assertion.Michael Ruprecht2008-06-081-1/+2
| | | | | | * | | | | | New media icons. Thanks, hbons.Michael Ruprecht2008-06-074-2/+4
| | | | | | * | | | | | Fix crash when receiving a session-initiate ack for a nonexistent session.Michael Ruprecht2008-06-071-1/+10
| | | | | | * | | | | | Fix assertion.Michael Ruprecht2008-06-071-5/+4
| | | | | | * | | | | | Send negotiated codecs in session-accept opposed to all local codecs.Michael Ruprecht2008-06-071-15/+19
| | | | | | * | | | | | Jingle sessions now keep track of their transaction state to a degree.Michael Ruprecht2008-06-073-72/+106
| | | | | | * | | | | | Silence warning.Michael Ruprecht2008-06-061-1/+1
| | | | | | * | | | | | Listen to the media pipeline and display errors.Michael Ruprecht2008-06-061-1/+36
| | | | | | * | | | | | Use the right namespaces for broadcasting and discovering Jingle support.Michael Ruprecht2008-06-062-11/+10
| | | | | | * | | | | | Temporary fix to remove a 5-7 second delay when initiating a media session.Michael Ruprecht2008-06-061-0/+9
| | | | | | * | | | | | Added the "media" attribute to the Jingle description element accordingMichael Ruprecht2008-06-061-17/+35
| | | | | | * | | | | | Added some utility functions to convert PurpleMediaStreamTypeMichael Ruprecht2008-06-064-20/+57
| | | | | | * | | | | | merge of '15285d082f6cc90fa25cd27ccdac3b602e8a1f18'Michael Ruprecht2008-06-0614-805/+1137
| | | | | | |\ \ \ \ \ \
| | | | | | | * | | | | | Refactored PurpleMedia to make creating audio or video sessions virtually ide...Michael Ruprecht2008-06-0612-519/+592
| | | | | | | * | | | | | Added functions to help create Jingle packets. Revised some of the Jingle flow.Michael Ruprecht2008-06-044-207/+258