summaryrefslogtreecommitdiffstats
path: root/ext/metadata
AgeCommit message (Expand)AuthorFilesLines
2009-07-20metadata: don't dereference the pointer before the validity checkStefan Kost1-1/+3
2009-07-17metadata: reset state if there is something to resetStefan Kost1-3/+3
2009-07-16Add more debug output to metadatamuxZeeshan Ali (Khattak)1-0/+9
2009-07-15metadata: Fix some compiler warningsJan Schmidt1-6/+12
2009-07-14metadata: fix copy'n'paste in tag descriptionStefan Kost1-1/+1
2009-06-22metadata: map more tags and fix reading of xmp tagsStefan Kost3-15/+65
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-03-22metdata: more logging and code cleanupsStefan Kost7-67/+94
2009-03-22metadata: fix muxing jfifless jpeg. Fixes #574401Stefan Kost1-4/+1
2009-03-22metadata: fix include guardsStefan Kost3-9/+9
2009-03-22metadata: rework doc commentStefan Kost1-8/+7
2009-03-06metadata: cleanup, fix the test, add commentsStefan Kost3-5/+28
2009-02-12metadata: also post error message when returning errorMark Nauwelaerts1-0/+5
2009-01-23Configure byte order for EXIF. Fixes #568704Stefan Kost4-7/+82
2008-12-16Totally remove the internal taglists and fully use tagsetter. Fixes various t...Stefan Kost1-5/+42
2008-11-18ext/metadata/gstbasemetadata.c: Avoid deadlock during pad activation.Alessandro Decina1-6/+14
2008-11-04Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost1-0/+1
2008-10-06configure.acStefan Kost4-343/+189
2008-10-03ext/metadata/: Add mapping of format and mime type to xmp.Stefan Kost3-1/+58
2008-10-02ext/metadata/: Reverting. Will need to wait for core 0.10.21 release.Stefan Kost4-164/+340
2008-10-02ext/metadata/: Use core gsp tags.Stefan Kost4-340/+164
2008-07-08ext/: Don't use declarations after statements.Sebastian Dröge2-5/+6
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 Kost4-19/+5
2008-06-12Do not use short_description in section docs for elements. We extract them fr...Stefan Kost1-1/+0
2008-02-28Map Date-Time and GPS tags and Convert from EXIF to XMP Datatime as local tim...Edgard Lima5-104/+1075
2008-02-12ext/metadata/Makefile.am: Don't install a header file. We will have to merge ...Jan Schmidt1-3/+1
2008-02-10Revert changes to 2008-02-09 due to frozen.Edgard Lima5-1075/+104
2008-02-10Convert from EXIF to XMP DataTime as local time.Edgard Lima2-7/+11
2008-02-10Map Date-Time and GPS tags.Edgard Lima5-104/+1071
2008-02-07Add more tags. Improve test app.Edgard Lima4-102/+225
2008-02-05Add more tags mapping.Edgard Lima4-231/+442
2008-02-02ext/metadata/gstmetadatademux.c: Demote metadatademux to GST_RANK_NONE for th...Tim-Philipp Müller1-1/+1
2008-02-02Map more Exif tags.Edgard Lima6-196/+506
2008-01-31Add documentation.Edgard Lima6-76/+762
2008-01-31ext/metadata/metadataparsejpeg.c: Fix compilation.Wim Taymans1-0/+2
2008-01-31ext/metadata/Makefile.am: Add some relevant variables to CFLAGS and LIBADD, f...Sebastian Dröge13-50/+33
2008-01-30Fix build with exempi >= 1.99.5 and fix the include path for exempi.Sebastian Dröge1-1/+9
2008-01-30Just uptade the ToDo list.Edgard Lima1-0/+13
2008-01-30Add documentation. Speed up a bit png muxer. Fix xmp muxer.Edgard Lima7-81/+169
2008-01-30Add documentation. Fix test app compilation. Fix pull mode.Edgard Lima9-282/+771
2008-01-29ext/metadata/README: Formatting.Stefan Kost1-1/+2
2008-01-25Add lot of documentation.Edgard Lima23-1744/+1964
2008-01-23Add some documentation.Edgard Lima8-818/+1285
2008-01-17Fixed adding EXIF tags to correct IFD. Mapped some XMP tags.Edgard Lima3-81/+373
2007-12-21Some IPTC tags mapped.Edgard Lima8-52/+215
2007-12-21Removed gstmetadatacommon.Edgard Lima8-852/+746
2007-12-19New base class for metadata elements.Edgard Lima14-1944/+1552
2007-12-17Added "parse-only" property to metadatademux.Edgard Lima10-55/+239