summaryrefslogtreecommitdiff
path: root/libpurple/media.c
Commit message (Expand)AuthorAgeFilesLines
* Bump C standard to C99 for libpurple files and fix warningsElliott Sales de Andrade2022-12-111-12/+16
* Stop including internal.h everywhere when we really don't need it.Gary Kramlich2022-09-121-2/+0
* Make VV libraries requiredElliott Sales de Andrade2022-08-121-126/+4
* Modernize some media filesElliott Sales de Andrade2022-08-121-73/+62
* Add source files to GObject introspectionElliott Sales de Andrade2022-08-021-2/+0
* Remove farstream.Gary Kramlich2022-01-131-22/+2
* Use fs_stream_set_transmitter_htElliott Sales de Andrade2021-10-261-8/+6
* Use PurpleMedia/PURPLE_MEDIA prefix for everything in libpurple/media.Elliott Sales de Andrade2021-05-251-16/+13
* vv: Switch to GTK sinks by default.Elliott Sales de Andrade2020-10-081-2/+2
* Make gstreamer-1.0 a required dependencyGary Kramlich2020-08-251-2/+0
* Merged in fbellet/pidgin/port-changes-from-branch-2.x.y-to-default (pull requ...Gary Kramlich2020-02-041-0/+13
|\
| * Port purple_media_set_require_encryption apiFabrice Bellet2019-10-031-0/+13
* | fix some other memory leaksFabrice Bellet2019-11-101-20/+12
* | fix various memory leaksFabrice Bellet2019-10-211-0/+5
|/
* Use g_list_free_full instead of manual iterationsqarkai2019-10-181-9/+3
* Rename *Iface to more standard names.Elliott Sales de Andrade2019-08-061-1/+1
* Port purple media code away from deprecated g_type_class_add_private()Mike Ruprecht2018-10-181-35/+10
* Remove #if 0's from libpurpleGary Kramlich2017-12-071-9/+0
* Merged release-2.x.y into defaultGary Kramlich2017-11-031-13/+1
|\
| * Fix minor gcc warningsDaniel Kamil Kozar2017-09-171-11/+0
* | Merged in CMaiku/pidgin (pull request #200)Gary Kramlich2017-06-161-17/+8
|\ \
| * | libpurple: Use default marshaller for GObject signalsMike Ruprecht2017-06-011-17/+8
* | | Merge release-2.x.y into defaultdx2017-06-121-5/+5
|\ \ \ | |/ / |/| / | |/
| * Replace !strcmp() with purple_strequal()qarkai2017-03-231-5/+5
| * media: Send a signal when a candidate pair is establishedYouness Alaoui2014-08-051-0/+8
| * media: Add a send-rtcp-mux API to allow muxing of RTP and RTCPYouness Alaoui2014-08-111-0/+14
| * Implement media encryptionJakub Adam2015-03-121-0/+28
| * Add out-of-band DTMF support and dialpad to use itDavid Woodhouse2015-03-061-0/+43
* | This still need to be separated because compiling witih --disable-vv and --en...Gary Kramlich2016-08-251-1/+3
* | media: clear USE_GSTREAMER macro from V&V source filesJakub Adam2016-07-251-16/+5
* | Fix PurpleMedia account property to be defined as an objectMike Ruprecht2016-01-141-1/+2
* | Fix media compile against new protocol plugin interface.Elliott Sales de Andrade2015-05-061-7/+4
* | Merge default branch (yet to add media_send_dtmf)Ankit Vani2015-04-101-0/+97
|\ \
| * | media: Send a signal when a candidate pair is establishedYouness Alaoui2014-08-051-0/+8
| * | media: Add a send-rtcp-mux API to allow muxing of RTP and RTCPYouness Alaoui2014-08-111-0/+14
| * | Implement media encryptionJakub Adam2015-03-121-0/+28
| * | Add media_send_dtmf() to prplDavid Woodhouse2015-03-061-1/+5
| * | Add out-of-band DTMF support and dialpad to use itDavid Woodhouse2014-10-081-0/+43
* | | Merge gtkdoc-conversionAnkit Vani2014-02-041-15/+15
|\ \ \ | |/ / |/| |
| * | Merged soc.2013.gobjectification branchAnkit Vani2013-11-171-15/+15
| |\ \
| | * \ Merged soc.2013.gobjectification branchAnkit Vani2013-09-061-2/+2
| | |\ \
| | * | | Renamed some prpl stuff to protocol stuff.Ankit Vani2013-09-011-4/+4
| | * | | Replaced some _prpl_ stuff with _protocol_Ankit Vani2013-08-181-13/+13
* | | | | Remove @file from .c filesAnkit Vani2014-02-041-5/+0
|/ / / /
* | | | media: Use G_PARAM_STATIC_STRINGS and ensure g_object_notify is always calledAnkit Vani2013-11-171-6/+10
| |/ / |/| |
* | | Unref and free everything recieved from g_object_getAnkit Vani2013-09-061-2/+2
|/ /
* | changed _pointer GValue calls to _object for PurpleAccountAnkit Vani2013-07-151-5/+4
* | Exposed the instance and class structures of PurpleMedia so that it can be su...Ankit Vani2013-06-121-17/+0
* | Remove unnecessary signal name lookup.Elliott Sales de Andrade2013-02-051-1/+1
|/
* Remove an unused variableOlivier Cr?te2012-04-041-2/+1