summaryrefslogtreecommitdiff
path: root/libmediaart
Commit message (Expand)AuthorAgeFilesLines
* extract: Remove Storagewip/phako/remove-storageJens Georg2020-05-315-1240/+2
* extract: Drop obsolete stringsJens Georg2020-05-311-4/+0
* meson: Introspection fixMarinus Schraal2018-01-081-1/+5
* extract*: Add missing config.h includesCarlos Garnacho2017-08-102-0/+4
* meson: Add missing mediaart-macros.h headerCarlos Garnacho2017-08-101-0/+1
* meson: Fix library versioningJan Alexander Steffens (heftig)2017-08-101-0/+2
* build: Install macros headerEmmanuele Bassi2017-08-101-1/+1
* Distcheck fixesCarlos Garnacho2017-08-091-0/+1
* build: Add meson.build files to EXTRA_DISTCarlos Garnacho2017-08-091-0/+1
* Meson build instructions for libmediaartSam Thursfield2017-08-091-0/+62
* Use compiler symbol visiblity features to hide internal functionsSam Thursfield2017-08-095-3/+64
* Remove --enable-nemoSam Thursfield2017-08-091-7/+0
* Remove duplicate introspection comment for media_art_error_quark()Sam Thursfield2017-07-211-7/+0
* build: Add an explicit dependency on marshal filesEmmanuele Bassi2017-07-171-0/+2
* build: Improve dependency tracking for marshallers sourcesEmmanuele Bassi2017-07-171-6/+8
* extract: Remove Nokia album art downloader supportJens Georg2017-06-301-143/+2
* extract: Add introspection annotations to media_art_buffer_to_jpeg()Carlos Garnacho2017-03-041-1/+1
* extract: Initialize variableCarlos Garnacho2016-12-151-1/+1
* libmediaart: Fix _media_art_marshal*() errors when compilingbaserock/1.9.0-8-g52eb649Martyn Russell2015-07-122-4/+4
* build: hide private symbolsMichael Biebl2015-05-312-5/+6
* extract: Align annotation with documentationJens Georg2015-05-151-1/+1
* extract: Allow empty artist in media_art_setJens Georg2015-05-151-1/+0
* extract: Don't print confusing random strerrorJens Georg2015-05-151-2/+2
* extract, cache: Remove all .mediaartlocal usesremove-mediaartlocalMartyn Russell2014-10-173-281/+68
* extract: Add async APIs for all functionsasync-apiMartyn Russell2014-10-172-224/+769
* cache: Fixed removing media art, was failing badlyMartyn Russell2014-10-171-55/+51
* cache: Added media_art_remove_async() and _finish()Martyn Russell2014-10-174-22/+199
* extract: Fixed gtkdoc warning for return value of media_art_error_quark()Martyn Russell2014-09-161-1/+1
* cache: Allow null values in artist, title and prefixArnel A. Borja2014-09-101-6/+6
* cache: Make the documentation for media_art_get_path() and _get_file() clearerMartyn Russell2014-08-152-23/+76
* tests: Use tap automake testing scripts, fixes output summariesMartyn Russell2014-08-151-2/+0
* extract: Fixed process_buffer() len check (was inverted) and artist/titleMartyn Russell2014-07-281-1/+4
* build: Updated .gitignore to omit INSTALL, *.vapi...Martyn Russell2014-07-281-1/+1
* extract: Fixed 'since' versions in documentationapi-cleanupMartyn Russell2014-07-282-7/+7
* libmediaart: Split API into _process_buffer() and _process_file()Martyn Russell2014-07-286-160/+351
* extract: Add _SYMLINK_FAILED error and report symlink() failure in get_heuris...Martyn Russell2014-06-232-176/+280
* extract: Add GError for _NO_TITLE, which is required in some casesMartyn Russell2014-06-232-5/+7
* tests: Don't expect media art extraction for NULL data buffer for !imagesMartyn Russell2014-06-231-1/+4
* extract: Add GError * reporting right down to the plugins (pixbuf/qt)Martyn Russell2014-06-234-73/+94
* extract: Use a more logical ordered heuristic for caching stringsMartyn Russell2014-06-231-4/+5
* storage: Make g_message() calls g_debug() calls, output is unnecessaryMartyn Russell2014-06-231-12/+8
* extract: Switch to initable MediaArtProcess object from _init/_shutdown()Martyn Russell2014-06-232-142/+252
* extract: rename (private) media_art_heurstic and make args consistent with ot...Martyn Russell2014-06-231-6/+6
* extract: Refactor media_art_process_file() to simplify the functionMartyn Russell2014-06-232-51/+88
* extract: Allow error reporting with API using GErrorMartyn Russell2014-06-232-84/+99
* extract: Make GFile first parameter for _process_file()Martyn Russell2014-06-232-11/+11
* extract: Fixed crash in QCoreApplication::applicationFilePathSlava Monich2014-06-191-2/+2
* extract: Save original filenameJens Georg2014-06-151-3/+3
* extract: Incorrect inverse variable check for media_art_set()Martyn Russell2014-04-011-2/+2
* extract: Fix Qt5 compilation failure, use QCoreApplication instead of QGui*Martyn Russell2014-03-071-2/+2