summaryrefslogtreecommitdiff
path: root/src/libtracker-extract
Commit message (Expand)AuthorAgeFilesLines
* Remove all miners/extract/writebackCarlos Garnacho2017-08-0326-5643/+0
* Remove libmediaart code entirelyCarlos Garnacho2017-06-292-71/+0
* Fixes to Meson build systemSam Thursfield2017-06-241-2/+1
* Remove Maemo/Meego leftoversSam Thursfield2017-06-085-144/+2
* Distribute meson.build files in tarballs generated by AutotoolsSam Thursfield2017-05-221-0/+2
* Meson build instructions for TrackerSam Thursfield2017-05-221-0/+52
* Fix pointer signedness warningsSam Thursfield2017-02-231-1/+1
* libtracker-extract: Remove initialize arg from load_module()Carlos Garnacho2017-01-301-26/+16
* libtracker-extract: Remove dead codeCarlos Garnacho2017-01-302-75/+0
* tracker-extract: Ensure extract modules are initialized on startupCarlos Garnacho2017-01-302-0/+16
* tracker-extract: Insert nfo:orientation as a resourceCarlos Garnacho2017-01-161-1/+5
* tracker-extract: Insert nmm:whiteBalance as a resourceCarlos Garnacho2017-01-161-1/+5
* tracker-extract: Insert nmm:meteringMode as a resourceCarlos Garnacho2017-01-161-1/+5
* tracker-extract: Insert nmm:flash as a ResourceCarlos Garnacho2017-01-161-1/+5
* libtracker-extract: Remove unneeded NULL checkCarlos Garnacho2016-12-141-2/+1
* libtracker-extract: Ditch ThreadAwareness module configuration toggleCarlos Garnacho2016-12-083-48/+7
* libtracker-extract: Plug leakCarlos Garnacho2016-11-281-0/+1
* Use nie:title instead of nmm:albumTitleMarinus Schraal2016-11-151-1/+1
* tracker-extract: Use date as album uri identifierMarinus Schraal2016-11-152-25/+42
* tracker-extract: Use albumartist if availableMarinus Schraal2016-11-151-3/+20
* libtracker-extract: Restore trailing colon in nfo:Equipment URIsDebarshi Ray2016-09-031-1/+1
* libtracker-extract: Remove TrackerSparqlBuilder guarantee functionsCarlos Garnacho2016-07-172-154/+1
* libtracker-extract: Ensure UTF-8 content in contact/tag helpersCarlos Garnacho2016-07-161-2/+3
* libtracker-extract: Add tracker_guarantee_resource_utf8_string()Carlos Garnacho2016-07-162-0/+25
* Use TrackerResource instead of TrackerSparqlBuilder in all extractorswip/sam/resource-rebase-6Sam Thursfield2016-07-148-504/+331
* libtracker-extract: Add resource-helpers moduleSam Thursfield2016-07-144-0/+346
* tracker-extract: Propagate urn to the TrackerExtractInfoCarlos Garnacho2016-03-142-2/+16
* libtracker-extract: Delete TrackerExtractClientCarlos Garnacho2016-03-144-624/+0
* libtracker-extract: Fix possible XMP extractor leakCarlos Garnacho2016-01-171-1/+2
* libtracker-extract: Fix double freeCarlos Garnacho2015-12-171-1/+0
* libtracker-extract: Port tracker_extract_client API to GTaskCarlos Garnacho2015-11-251-36/+25
* tracker-extract-xmp: Fix extraction of orientation values 3 and 4Debarshi Ray2015-11-181-2/+2
* libtracker-extract: fix dummy_moduleDominique Leuenberger2015-09-021-1/+1
* libtracker-extract: Plug error leakCarlos Garnacho2015-08-151-4/+8
* libtracker-extract: Plug leakCarlos Garnacho2015-08-151-0/+1
* libtracker-extract: Add builtin dummy extractorCarlos Garnacho2015-08-041-1/+14
* libtracker-extract: Accept rules with no ModulePathCarlos Garnacho2015-07-121-4/+17
* extract-mp3: Bail out on encoding detection if confidence is too lowCarlos Garnacho2015-07-054-7/+26
* libtracker-extract: initialize valueCarlos Garnacho2015-07-051-1/+1
* libtracker-extract: fix logic in guarantee title from fileTim Lunn2014-12-291-1/+1
* libtracker-extract: fix crash when running unit testsTim Lunn2014-12-291-1/+2
* tracker-extract: Fix possible invalid memory read/writeCarlos Garnacho2014-12-071-1/+1
* libtracker-extract: plug leakCarlos Garnacho2014-12-071-0/+4
* libtracker-extract: Fix unit tests and return value for guarantee APIMartyn Russell2014-12-031-6/+25
* Revert "Always guarantee metadata, remove --enable-guarantee-metadata option"Debarshi Ray2014-12-031-0/+22
* libtracker-extract: Fix broken EXIF GPS coordinate extractionMartyn Russell2014-08-291-19/+43
* libtracker-extract: Only use FallbackRdfTypes from the first matching moduleAndres Gomez2014-08-211-0/+6
* libtracker-extract: Fixed TRACKER_EXTRACTORS_DIR env varMartyn Russell2014-08-071-1/+9
* Fix "Non-void function should return a value"Ting-Wei Lan2014-07-301-1/+1
* all: Remove GNU_SOURCE definitions now we use AC_USE_SYSTEM_EXTENSIONSMartyn Russell2014-07-281-4/+0