summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Combine get_*_codecs functions to mirror Farsight 2.maiku.vvMichael Ruprecht2008-11-134-25/+6
* Added menu items to buddy list context menu to start voice and video sessionsMarcus Lundblad2008-11-091-0/+57
* Add mnemonics to buttons in PidginMedia.Michael Ruprecht2008-11-071-5/+5
* Silence warning.Michael Ruprecht2008-11-071-2/+3
* Fix crash when remote client reconnects and tries to restart the media session.Michael Ruprecht2008-11-071-1/+7
* propagate from branch 'im.pidgin.pidgin' (head ecb2c184f3ca075b93783506f4f251...Michael Ruprecht2008-11-07113-145/+8203
|\
| * Update Jingle raw-udp to latest spec version.Michael Ruprecht2008-11-073-120/+225
| * Remove unnecessary changes in server.c.Michael Ruprecht2008-11-061-4/+0
| * propagate from branch 'im.pidgin.pidgin' (head 16c4d6e6e192fd51a6188c9c9d1ec4...Michael Ruprecht2008-11-06133-5252/+7459
| |\
| * | Prepare vv GUI earlier and create sinks when src-pad-added is triggered.Michael Ruprecht2008-11-062-63/+54
| * | Add purple_media_manager_get_element.Michael Ruprecht2008-11-062-0/+34
| * | Fix support for audio and video (at the same time) sessions.Michael Ruprecht2008-11-034-27/+43
| * | Use a key file for Farsight 2 codec configuration.Michael Ruprecht2008-11-021-0/+12
| * | Add files I missed committing before and remove a few unnecessary functions.Michael Ruprecht2008-10-206-16/+1081
| * | propagate from branch 'im.pidgin.pidgin' (head d19f6dd77700cab8427d85fbeeb1b8...Michael Ruprecht2008-10-19110-139/+6978
| |\ \
| | * | Fix merge.Michael Ruprecht2008-10-191-2/+0
| | * | merge of '673b6665624da7d9a6ff97a3a15b5c5c5002636f'Michael Ruprecht2008-10-19253-16633/+24928
| | |\ \
| | | * \ propagate from branch 'im.pidgin.pidgin' (head 3c5f5cf7f330d0c54b43480cb69f71...Michael Ruprecht2008-09-27104-139/+6462
| | | |\ \
| | | | * | These should not be fatal debug messages.Michael Ruprecht2008-09-051-3/+3
| | | | * | Have the responder wait to set the send codec until codecs are ready.Michael Ruprecht2008-09-051-18/+20
| | | | * | Missed this when propagating.Michael Ruprecht2008-09-051-0/+9
| | | | * | propagate from branch 'im.pidgin.pidgin' (head aa72df9e74ee903d03a07a6464c5d8...Michael Ruprecht2008-09-05105-150/+6488
| | | | |\ \
| | * | | | | Restructure Jingle code to more easily support multiple application types.Michael Ruprecht2008-10-1922-1593/+2113
| | | |_|/ / | | |/| | |
| | * | | | Wait for Farsight 2's codecs-ready property to be TRUE before using codecs.Michael Ruprecht2008-09-054-83/+153
| | * | | | Send and receive optional codec parameters in Jingle RTP.Michael Ruprecht2008-09-021-4/+27
| | * | | | Simplified purple_media_get_devices.Michael Ruprecht2008-09-013-49/+25
| | * | | | purple_media_add_stream should only add a stream to one session.Michael Ruprecht2008-09-012-1/+6
| | * | | | Add params to purple_media_add_stream to allow for different libNiceMichael Ruprecht2008-09-014-18/+23
| | * | | | Silence FS_ERROR_UNKNOWN_CNAME error.Michael Ruprecht2008-08-311-2/+7
| | * | | | Removed several PurpleMedia functions that now seem unnecessary:Michael Ruprecht2008-08-313-109/+10
| | * | | | Gracefully handle missing the fsrtpconference GStreamer plugin.Michael Ruprecht2008-08-311-0/+10
| | * | | | Properly free PurpleMedia when there's an error creating an FsStream.Michael Ruprecht2008-08-282-2/+4
| | * | | | propagate from branch 'im.pidgin.pidgin' (head c8e24ce54bb76a3869a645aab65ae4...Michael Ruprecht2008-08-27105-145/+6494
| | |\ \ \ \
| | | * | | | Properly free audio and video devices in the preferences.Michael Ruprecht2008-08-271-2/+5
| | | * | | | Fix up video preview error handling.Michael Ruprecht2008-08-271-2/+9
| | | * | | | Simplify device API. Use gchar* instead of GValue.Michael Ruprecht2008-08-273-22/+17
| | | * | | | merge of '4948b40fdbec7adf03a5f453cb82eabc055534e2'Michael Ruprecht2008-08-272-60/+28
| | | |\ \ \ \
| | | | * | | | Make voice calls work with Finch.Michael Ruprecht2008-08-241-60/+20
| | | | * | | | Restore autoprobe property when finished probing for devices.Michael Ruprecht2008-08-241-0/+8
| | | * | | | | Update to Farsight2 0.0.3.Michael Ruprecht2008-08-273-40/+88
| | | |/ / / /
| | | * | | | Remove a bunch of extraneous GstBus messages from the debug output.Michael Ruprecht2008-08-211-12/+1
| | | * | | | Fix GStreamer assertion.Michael Ruprecht2008-08-212-5/+7
| | | * | | | Fixed a compile warning.Michael Ruprecht2008-08-202-3/+3
| | | * | | | propagate from branch 'im.pidgin.pidgin' (head e9d99eb2fc24b21c30a6956d81d8c9...Michael Ruprecht2008-08-18105-145/+6482
| | | |\ \ \ \
| | | | * | | | Fixed a ton of memory leaks.Michael Ruprecht2008-08-185-37/+104
| | | | * | | | * Added input/output volume preferences for voice conversations.Michael Ruprecht2008-08-174-11/+151
| | | | * | | | Only show the mute button when sending an audio stream.Michael Ruprecht2008-08-171-3/+2
| | | | * | | | Decouple stream direction. Allows send only or recv only streams.Michael Ruprecht2008-08-172-54/+81
| | | | * | | | Fix crash when gstreamer audio or video factory can't be found. References #6605Michael Ruprecht2008-08-163-11/+26
| | | | * | | | Stop additional media sessions within a single conversation for grouped conta...Michael Ruprecht2008-08-155-13/+27