summaryrefslogtreecommitdiff
path: root/libpurple/media
Commit message (Expand)AuthorAgeFilesLines
* Bump C standard to C99 for libpurple files and fix warningsElliott Sales de Andrade2022-12-112-2/+6
* Remove C99-obsoleted constructsElliott Sales de Andrade2022-10-261-6/+6
* Stop including internal.h everywhere when we really don't need it.Gary Kramlich2022-09-122-3/+0
* Make VV libraries requiredElliott Sales de Andrade2022-08-121-8/+2
* Modernize some media filesElliott Sales de Andrade2022-08-123-7/+14
* Remove farstream.Gary Kramlich2022-01-132-2740/+0
* Move the path based functions from util.c to their own file.Gary Kramlich2022-01-081-1/+2
* Remove unnecessary gtk-doc comments and move them where possible from libpurp...Gary Kramlich2021-12-115-34/+0
* Fix possible leak when creating FarStream streamElliott Sales de Andrade2021-10-261-4/+2
* Use fs_stream_set_transmitter_htElliott Sales de Andrade2021-10-263-70/+69
* Silence GStreamer deprecations of gst_element_get_request_padElliott Sales de Andrade2021-10-261-0/+8
* Fix several typos in libpurpleElliott Sales de Andrade2021-10-103-3/+3
* Use PurpleMedia/PURPLE_MEDIA prefix for everything in libpurple/media.Elliott Sales de Andrade2021-05-259-84/+82
* Use g_list_copy_deep instead of manual copy/transformArkadiy Illarionov2021-02-263-80/+9
* A handful of random doc fixesGary Kramlich2021-01-141-0/+57
* Add documentation for all PURPLE_TYPE_ functions as well as PURPLE_TUNE_ cons...Gary Kramlich2020-08-254-11/+56
* Make it so only libpurple can directly include libpurple header files.Gary Kramlich2020-06-215-0/+21
* Make sure we're not including the gettext macros in header files and deal wit...Gary Kramlich2020-05-211-0/+2
* Make sure that internal.h can only be included by libpurple and split out som...Gary Kramlich2020-05-011-0/+1
* Split PurpleKeyValuePair out to it's own file and try to do some cleanup in t...Gary Kramlich2020-04-302-1/+2
* Merged in default (pull request #652)Gary Kramlich2020-04-091-7/+2
|\
| * Add purple_key_value_pair_new_full with free function for value in PurpleKeyV...qarkai2019-12-011-3/+3
| * Replace PurpleNamedValue with PurpleKeyValuePairqarkai2019-11-271-8/+3
* | Remove an unused variableGary Kramlich2020-03-131-1/+0
* | Merged in fbellet/pidgin/port-changes-from-branch-2.x.y-to-default (pull requ...Gary Kramlich2020-02-043-6/+92
|\ \
| * | Use gtk-doc comments (review pull request #632)Fabrice Bellet2019-12-191-4/+4
| * | fix audiomixer rate consistency constraintFabrice Bellet2019-10-031-6/+34
| * | Port purple_media_set_require_encryption apiFabrice Bellet2019-10-033-0/+58
* | | fix various memory leaksFabrice Bellet2019-10-211-2/+5
|/ /
* | Add Since tags for 2.11.0.Elliott Sales de Andrade2019-11-221-1/+1
|/
* Remove glibcompat.h from all the files that don't actually need it.Gary Kramlich2019-11-152-2/+0
* Merged in default (pull request #613)Gary Kramlich2019-11-151-1/+1
|\
| * Revert (skip) annotationsqarkai2019-11-141-1/+1
| * Fix some g-ir-scanner warningsqarkai2019-10-261-1/+1
* | Add new and free functions for structs to reduce duplicationqarkai2019-11-031-7/+1
* | Remove some now-unused variables.Elliott Sales de Andrade2019-11-011-1/+0
|/
* Use g_list_free_full instead of manual iterationsqarkai2019-10-183-21/+4
* Use GList functions instead of manual iterationsqarkai2019-10-131-4/+1
* Add G_GNUC_BEGIN_IGNORE_DEPRECATIONS around uses of GParameter in our APIGary Kramlich2019-10-121-0/+9
* Remove old Farsight code.Elliott Sales de Andrade2019-10-071-74/+0
* Remove redundant conditions.Elliott Sales de Andrade2019-10-021-4/+2
* Drop checks for old GStreamer.Elliott Sales de Andrade2019-08-071-4/+0
* Rename *Iface to more standard names.Elliott Sales de Andrade2019-08-063-10/+10
* Add missing transfer annotations.Elliott Sales de Andrade2019-08-032-4/+6
* Fix libpurple header guards using reserved names.Elliott Sales de Andrade2019-07-035-17/+15
* Remove unnecessary struct tags.Elliott Sales de Andrade2019-04-013-3/+3
* Use G_DECLARE for media objects.Elliott Sales de Andrade2019-03-296-72/+26
* Move more libpurple files to ~/.config.Elliott Sales de Andrade2019-02-151-1/+1
* backend-fs2: Wrap G_ADD_PRIVATE() to next line as requestedMike Ruprecht2018-10-311-1/+2
* Port purple media code away from deprecated g_type_class_add_private()Mike Ruprecht2018-10-184-69/+72