summaryrefslogtreecommitdiff
path: root/libmediaart
Commit message (Expand)AuthorAgeFilesLines
* 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
* extract: Don't break on dummy implementation due to incorrect args in init()Martyn Russell2014-03-071-1/+3
* build: Force automake C linkage when building C onlyYanko Kaneti2014-02-101-0/+3
* build: Remove leftover explicit -lm -lz linkageYanko Kaneti2014-02-101-1/+0
* cache: Improve _remove() function and fix crash with NULL passedMartyn Russell2014-02-071-33/+45
* cache: Improve _strip_invalid_entites() APIMartyn Russell2014-02-071-1/+9
* cache: Fix Non-void function should return a valueTing-Wei Lan2014-02-071-1/+1
* extract: Fixed Qt(4) backend to compile and removed all Tracker referencesMartyn Russell2014-02-061-14/+14
* extract: Port Qt backend to Qt5 and NEMO platformAndrew den Exter2014-02-061-5/+24
* libmediaart: Fix include which incorrectly defined _INSIDE in main headerMartyn Russell2014-01-231-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
* tests: Added to the unit tests to test ALL APIs.Martyn Russell2013-10-231-1/+3
* docs: Last minute fixes before a releaseMartyn Russell2013-10-213-21/+35
* 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-172-3/+3
* 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
* g-i: Add Gio-2.0 to dependenciesJens Georg2013-10-171-1/+2
* Update .gitignore filesSam Thursfield2013-10-171-0/+3
* Documentation fixesSam Thursfield2013-10-173-7/+82