summaryrefslogtreecommitdiff
path: root/src/tracker-extract/tracker-extract-tiff.c
Commit message (Expand)AuthorAgeFilesLines
* Use TrackerResource instead of TrackerSparqlBuilder in all extractorswip/sam/resource-rebase-6Sam Thursfield2016-07-141-283/+72
* IPTC extractors : use nco:contributor for contact metadataJulien Hémono2016-05-141-1/+1
* tracker-extract: Use safer method to insert tags in TIFF moduleCarlos Garnacho2016-03-141-34/+26
* tracker-extract-tiff: Fix extraction of orientation valuesDebarshi Ray2015-11-181-8/+8
* all: Remove GNU_SOURCE definitions now we use AC_USE_SYSTEM_EXTENSIONSMartyn Russell2014-07-281-4/+0
* tracker-extract: Don't leak FD on tiff extractor when opening fileMartyn Russell2014-03-031-0/+1
* libtracker-common: Add new function tracker_file_open_fd()Antoine Jacoutot2012-01-301-4/+1
* libtracker-extract,tracker-extract: Return guaranteed titleSam Thursfield2011-12-141-1/+2
* tracker-extract,tiff: Do not doubly close the FDCarlos Garnacho2011-11-251-2/+0
* tracker-extract, tiff: O_NOATIME requires owner to match, allow fallbackPhilip Van Hoof2011-09-231-0/+3
* tracker-extract, tiff: Don't use a FILE* when we don't have toPhilip Van Hoof2011-09-221-11/+21
* tracker-extract, tiff: Use O_NOATIME for opening tiff filesPhilip Van Hoof2011-09-221-1/+16
* tracker-extract: Don't leak where clause in image extractionsMartyn Russell2011-09-071-2/+2
* libtracker-extract: Remove where and uri args from tracker_xmp_apply_regions()Martyn Russell2011-09-071-1/+1
* libtracker-extract: Support graph in tracker_xmp_apply_regions()Martyn Russell2011-09-061-1/+1
* tracker-extract: TIFF: build sparql for regions of interest in XMPIvan Frade2011-09-061-0/+4
* tracker-extract, tiff: Do all inserts in miner-fs's graphPhilip Van Hoof2011-09-061-0/+48
* tracker-extract: use provided graph when inserting keywords from TIFF imagesCarlos Garnacho2011-09-061-2/+19
* tracker-extract: Pass a TrackerExtractInfo to the exported extract functionCarlos Garnacho2011-09-061-7/+18
* tracker-extract, -writeback, libtracker-extract, NMM, NFO: Use nfo:heading in...Philip Van Hoof2011-06-101-1/+1
* libtracker-extract, tracker-extract: Fix whitespace issuesPhilip Van Hoof2011-06-101-3/+3
* libtracker-extract, tracker-extract: Add extraction of image compass directionMikael Ottela2011-06-101-1/+7
* tracker-extract, tiff: Fix indentation issuesPhilip Van Hoof2011-06-101-18/+19
* Add extraction of GPS coordinatesMikael Ottela2011-06-101-26/+53
* tracker-extract: Support extra string for WHERE patterns in GetMetadataJürg Billeter2011-03-281-11/+2
* tracker-extract: Do not create duplicate tagsJürg Billeter2011-03-241-8/+31
* tracker-extract: Fix original resolution conversion in EXIF dataLionel Landwerlin2011-03-211-2/+2
* tracker-extract: mass change extractorsCarlos Garnacho2011-03-151-19/+7
* tracker-extract: TIFF: Fixed slo:location to be a slo:GeoLocationPhilip Van Hoof2011-02-161-2/+2
* tracker-extract: Relicense to LGPL from GPLJürg Billeter2011-01-131-7/+7
* tracker-extract: TIFF: SLO ontology portingPhilip Van Hoof2011-01-111-23/+3
* libtracker-extract: Rename *from_filename* to *from_file*Martyn Russell2010-12-151-8/+8
* libtracker-extract: Update API to allow one function call from extractorsMartyn Russell2010-12-151-26/+8
* libtracker-extract: Added -guarantee moduleMartyn Russell2010-12-151-14/+3
* tracker-extract: Add switch for guaranteed metadata values in extractionMikael Ottela2010-12-151-1/+30
* tracker-extract, libtracker-extract: Free addruri everywherePhilip Van Hoof2010-11-241-0/+2
* libtracker-sparql: Use uuid_unparse_lower instead of Checksum for formattingPhilip Van Hoof2010-11-241-1/+1
* tracker-extract: tiff: Fixed nested use of anonymous blank nodesPhilip Van Hoof2010-11-241-15/+22
* tracker-extract: tiff: Add mlo:asPostalAddressPhilip Van Hoof2010-10-251-0/+28
* tracker-extract: Updated tiff extractor to canonical urisPhilip Van Hoof2010-09-071-11/+21
* tracker-extract, libtracker-extract: Adapted extractors to nfo:Equipment onto...Philip Van Hoof2010-09-071-15/+18
* build: Fixed a myriad of build issuesMartyn Russell2010-08-161-1/+0
* tracker-extract: Drop use of libtracker-client functionJürg Billeter2010-08-161-4/+4
* Fixes NB#173206, use nfo:device and merge make and model correct for videosPhilip Van Hoof2010-06-081-1/+1
* tracker-extract, libtracker-extract: Bugfix NB#170142: avoid duplicate tagsPhilip Van Hoof2010-05-261-40/+25
* tracker-extract: TIFF: Bugfix NB#168740, uri used as fullname for artists in ...Philip Van Hoof2010-05-251-1/+1
* tracker-extract: Bugfix for NB#166767, spaces aren't keyword separatorsPhilip Van Hoof2010-05-041-2/+2
* tracker-extract: Fixes NB#161047: X/Y resolution of imagesPhilip Van Hoof2010-04-131-0/+18
* tracker-extract, libtracker-extract: Refactored memory usage in extractorsPhilip Van Hoof2010-04-131-107/+78
* Tracker-extract: Make TIFF extractor use new libtracker-extract API.Carlos Garnacho2010-04-131-96/+109