summaryrefslogtreecommitdiff
path: root/libmediaart/extract.c
Commit message (Expand)AuthorAgeFilesLines
* Document the media_art_error_quark functionEmmanuele Bassi2021-05-221-0/+2
* Use g_memdup2() with newer versions of GLibEmmanuele Bassi2021-05-201-0/+4
* Don't use a field before setting itEmmanuele Bassi2021-05-201-1/+1
* extract: Remove Storagewip/phako/remove-storageJens Georg2020-05-311-18/+1
* extract: Drop obsolete stringsJens Georg2020-05-311-4/+0
* extract: Remove Nokia album art downloader supportJens Georg2017-06-301-143/+2
* extract: Initialize variableCarlos Garnacho2016-12-151-1/+1
* 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-171-207/+49
* extract: Add async APIs for all functionsasync-apiMartyn Russell2014-10-171-198/+697
* cache: Added media_art_remove_async() and _finish()Martyn Russell2014-10-171-7/+25
* extract: Fixed process_buffer() len check (was inverted) and artist/titleMartyn Russell2014-07-281-1/+4
* extract: Fixed 'since' versions in documentationapi-cleanupMartyn Russell2014-07-281-4/+4
* libmediaart: Split API into _process_buffer() and _process_file()Martyn Russell2014-07-281-107/+205
* extract: Add _SYMLINK_FAILED error and report symlink() failure in get_heuris...Martyn Russell2014-06-231-174/+272
* extract: Add GError for _NO_TITLE, which is required in some casesMartyn Russell2014-06-231-1/+4
* 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-231-24/+29
* extract: Use a more logical ordered heuristic for caching stringsMartyn Russell2014-06-231-4/+5
* extract: Switch to initable MediaArtProcess object from _init/_shutdown()Martyn Russell2014-06-231-127/+202
* 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-231-50/+87
* extract: Allow error reporting with API using GErrorMartyn Russell2014-06-231-70/+62
* extract: Make GFile first parameter for _process_file()Martyn Russell2014-06-231-8/+8
* 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: Cleaned up media_art_set() so we can see what it's doingMartyn Russell2013-11-011-72/+196
* extract: Remove checks for storage when it's required on initMartyn Russell2013-10-241-9/+4
* docs: Last minute fixes before a releaseMartyn Russell2013-10-211-11/+25
* extract: Fixed incorrect return valueMartyn Russell2013-10-181-1/+1
* extract: Coding style changesMartyn Russell2013-10-181-52/+139
* extract: Rewrite media_art_process() to use media_art_process_file()Sam Thursfield2013-10-171-112/+15
* extract: Remove wrong MIME type check in media_art_process_file()Sam Thursfield2013-10-171-11/+0
* extract: Be consistent about parameter orderingSam Thursfield2013-10-171-2/+2
* g-i: Fix annotations for MediaArt.processJens Georg2013-10-171-1/+1
* g-i: Fix annotations for MediaArt.process_fileJens Georg2013-10-171-1/+1
* Documentation fixesSam Thursfield2013-10-171-5/+64
* extract: Include two missing headersCarlos Garnacho2013-10-071-1/+3
* extract: Fix two compile warningsCarlos Garnacho2013-10-071-1/+1
* extract: remove unused function parameterCarlos Garnacho2013-10-071-4/+3
* extract: Add media_art_process_file()Carlos Garnacho2013-10-071-0/+169
* storage: renamed all "tracker-storage" to just "storage"Martyn Russell2013-09-271-4/+4
* extract: Use TrackerStorage to check if file is in a removable mediumArnel A. Borja2013-08-311-21/+12
* libmediaart: Merged utils.[ch] into cache.[ch]Martyn Russell2013-08-151-1/+1
* libmediaart: Added, fixed, cleaned up documentation in sourcesMartyn Russell2013-08-151-0/+7
* libmediaart: Don't depend on tracker file utils to get file mtimeMartyn Russell2013-08-151-4/+72
* libmediaart: Replace GetFileInfo for FileInfo and use getter/settersMartyn Russell2013-08-151-26/+40
* libmediaart: Fix includesMartyn Russell2013-08-151-11/+1