summaryrefslogtreecommitdiffstats
path: root/ext/metadata/metadataexif.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-20metadata: don't dereference the pointer before the validity checkStefan Kost1-1/+3
2009-07-15metadata: Fix some compiler warningsJan Schmidt1-6/+12
2009-06-22metadata: fix conversion of geo coordinatesStefan Kost1-10/+17
2009-06-19Make build without warnings with debugging disabledTim-Philipp Müller1-0/+2
2009-01-23Configure byte order for EXIF. Fixes #568704Stefan Kost1-2/+31
2008-10-06configure.acStefan Kost1-311/+172
2008-10-02ext/metadata/: Reverting. Will need to wait for core 0.10.21 release.Stefan Kost1-155/+308
2008-10-02ext/metadata/: Use core gsp tags.Stefan Kost1-308/+155
2008-07-08ext/: Don't use declarations after statements.Sebastian Dröge1-3/+4
2008-06-18ext/metadata/metadataexif.c: Add description tag mapping.Stefan Kost1-0/+3
2008-06-18Fix gtk-doc warnings. Also don't misuse api-doc comments for normal comments.Stefan Kost1-1/+1
2008-02-28Map Date-Time and GPS tags and Convert from EXIF to XMP Datatime as local tim...Edgard Lima1-28/+695
2008-02-10Revert changes to 2008-02-09 due to frozen.Edgard Lima1-695/+28
2008-02-10Convert from EXIF to XMP DataTime as local time.Edgard Lima1-7/+10
2008-02-10Map Date-Time and GPS tags.Edgard Lima1-28/+692
2008-02-07Add more tags. Improve test app.Edgard Lima1-0/+9
2008-02-05Add more tags mapping.Edgard Lima1-18/+66
2008-02-02Map more Exif tags.Edgard Lima1-32/+45
2008-01-31Add documentation.Edgard Lima1-0/+1
2008-01-31ext/metadata/Makefile.am: Add some relevant variables to CFLAGS and LIBADD, f...Sebastian Dröge1-3/+3
2008-01-25Add lot of documentation.Edgard Lima1-169/+254
2008-01-17Fixed adding EXIF tags to correct IFD. Mapped some XMP tags.Edgard Lima1-21/+38
2007-12-14Added new module for common functions. Using GST_TYPE_FRACTION for Exif (S)Ra...Edgard Lima1-140/+133
2007-12-13Added a test application. Added some EXIF tags. Fixed a muxer bug.Edgard Lima1-43/+288
2007-12-05Added some tags to exif parser.Edgard Lima1-13/+125
2007-12-03Muxer writes (in jpeg only) whole IPTC chunk sent as tag. Muxer implemets Gst...Edgard Lima1-2/+2
2007-11-30Muxer writes (in jpeg only) whole EXIF and XMP chunks sent as tags.Edgard Lima1-6/+33
2007-11-28Sending make and model individual tags and muxer now links fine.Edgard Lima1-7/+60
2007-11-28Small fixes in get_range and better structure for generic muxer and demuxer.Edgard Lima1-0/+168