summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Move functionality into purple_media_stream_info.Michael Ruprecht2009-03-301-48/+59
| * Add some more PurpleMediaInfo values.Michael Ruprecht2009-03-292-0/+9
| * Create purple_media_stream_info. Add local parameter to stream-info signal.Michael Ruprecht2009-03-297-9/+48
| * Don't assume a PurpleMedia instance will be created immediately.Michael Ruprecht2009-03-289-34/+28
| * No reason for this to be public API.Michael Ruprecht2009-03-242-3/+1
| * merge of '7e4f1b50df9ff0db4fb9b0c86dadc56a7b7c03e2'Michael Ruprecht2009-03-242-25/+39
| |\
| | * Add some documentation to mediamanager.h.Michael Ruprecht2009-03-241-0/+39
| | * Remove unused function.Michael Ruprecht2009-03-241-25/+0
| * | Removed just a bit too much.Michael Ruprecht2009-03-241-0/+2
| |/
| * Clean unnecessary changes out of the Makefiles.Michael Ruprecht2009-03-2432-99/+19
| * Fix lip-sync.Michael Ruprecht2009-03-242-2/+0
| * Extend the range for video dimensions just a hair.Michael Ruprecht2009-03-241-3/+3
| * Add gtkmedia.c to POTFILES.in.Michael Ruprecht2009-03-241-0/+1
| * Send candidates more like GMail.Michael Ruprecht2009-03-231-11/+20
| * Fix Gtalk bug where it would terminate the session after 15 seconds.Michael Ruprecht2009-03-231-0/+6
| * Get rid of nocrash option.Michael Ruprecht2009-03-231-5/+0
| * Get rid of the rest of the extraneous changes.Michael Ruprecht2009-03-2320-38/+18
| * Improve padding in media window.Michael Ruprecht2009-03-231-1/+5
| * Properly wrap media functions so the API doesn't disappear when USE_VVMichael Ruprecht2009-03-236-25/+189
| * Move GStreamer related media functions into its own header.Michael Ruprecht2009-03-238-97/+154
| * merge of '245d9650bb2b49362661175fadae2e236a795d01'Michael Ruprecht2009-03-2337-777/+1015
| |\
| | * Remove some extra edits that snuck into Finch.Michael Ruprecht2009-03-2310-34/+25
| | * propagate from branch 'im.pidgin.pidgin' (head 69f112d0956306eaa28274a1e39b58...Michael Ruprecht2009-03-22119-127/+11443
| | |\
| | | * Remove purple_media_audio_init_* functions.Michael Ruprecht2009-03-222-74/+0
| | | * Implement create_default_audio_* functions in gntmedia.c.Michael Ruprecht2009-03-221-6/+40
| | | * Implement create_default_audio_* functions in gtkmedia.c.Michael Ruprecht2009-03-221-6/+46
| | | * Remove purple_media_video_init_* functions.Michael Ruprecht2009-03-223-69/+38
| | | * Move purple_media_get_devices to gtkprefs.c.Michael Ruprecht2009-03-223-82/+89
| | | * Remove purple_media_element_get_device.Michael Ruprecht2009-03-222-17/+0
| | | * Remove purple_media_get_sink and the sink variables in the media structures.Michael Ruprecht2009-03-222-30/+0
| | | * Have purple_media_set_output_volume handle all sinks.Michael Ruprecht2009-03-221-4/+21
| | | * Use purple_media_get_tee instead of purple_media_get_sink.Michael Ruprecht2009-03-221-4/+16
| | | * Remove purple_media_get_overall_type.Michael Ruprecht2009-03-222-29/+0
| | | * Move and rename GTALK_CAP to GOOGLE_VOICE_CAP.Michael Ruprecht2009-03-212-9/+3
| | | * Clean up usage of USE_VV in the XMPP protocol.Michael Ruprecht2009-03-215-30/+17
| | | * Add documentation for a few media functions.Michael Ruprecht2009-03-211-0/+24
| | | * Remove purple_media_set_src/sink from the public API.Michael Ruprecht2009-03-212-22/+4
| | | * Remove purple_media_get_elements function.Michael Ruprecht2009-03-212-45/+0
| | | * Make voice calls in Finch work again.Michael Ruprecht2009-03-211-22/+39
| | | * Rename state-changed enum and values.Michael Ruprecht2009-03-216-34/+35
| | | * Declare purple_media_state_changed_get_type.Michael Ruprecht2009-03-211-0/+7
| | | * Use the right enum for the stream-info signal.Michael Ruprecht2009-03-212-1/+23
| | | * Remove rejected and hangup states from state-changed.Michael Ruprecht2009-03-212-8/+0
| | | * Use stream-info instead of state-changed for reject.Michael Ruprecht2009-03-211-3/+12
| | | * Use stream-info for reject instead of state-changed.Michael Ruprecht2009-03-211-4/+12
| | | * Use the right enum for the parameter.Michael Ruprecht2009-03-211-2/+1
| | | * Use stream-info instead of state-changed for hangup and reject.Michael Ruprecht2009-03-211-18/+29
| | | * Use stream-info instead of state-changed for hangup and reject.Michael Ruprecht2009-03-211-3/+14
| | | * Add stream-info signal.Michael Ruprecht2009-03-212-0/+20
| | | * Fix audio levels.Michael Ruprecht2009-03-202-1/+13