summaryrefslogtreecommitdiff
path: root/ext/metadata
Commit message (Expand)AuthorAgeFilesLines
* metdata: more logging and code cleanupsStefan Kost2009-03-227-67/+94
* metadata: fix muxing jfifless jpeg. Fixes #574401Stefan Kost2009-03-221-4/+1
* metadata: fix include guardsStefan Kost2009-03-223-9/+9
* metadata: rework doc commentStefan Kost2009-03-221-8/+7
* metadata: cleanup, fix the test, add commentsStefan Kost2009-03-063-5/+28
* metadata: also post error message when returning errorMark Nauwelaerts2009-02-121-0/+5
* Configure byte order for EXIF. Fixes #568704Stefan Kost2009-01-234-7/+82
* Totally remove the internal taglists and fully use tagsetter. Fixes various t...Stefan Kost2008-12-161-5/+42
* ext/metadata/gstbasemetadata.c: Avoid deadlock during pad activation.Alessandro Decina2008-11-181-6/+14
* Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost2008-11-041-0/+1
* configure.acStefan Kost2008-10-064-343/+189
* ext/metadata/: Add mapping of format and mime type to xmp.Stefan Kost2008-10-033-1/+58
* ext/metadata/: Reverting. Will need to wait for core 0.10.21 release.Stefan Kost2008-10-024-164/+340
* ext/metadata/: Use core gsp tags.Stefan Kost2008-10-024-340/+164
* ext/: Don't use declarations after statements.Sebastian Dröge2008-07-082-5/+6
* ext/metadata/metadataexif.c: Add description tag mapping.Stefan Kost2008-06-181-0/+3
* Fix gtk-doc warnings. Also don't misuse api-doc comments for normal comments.Stefan Kost2008-06-184-19/+5
* Do not use short_description in section docs for elements. We extract them fr...Stefan Kost2008-06-121-1/+0
* Map Date-Time and GPS tags and Convert from EXIF to XMP Datatime as local tim...Edgard Lima2008-02-285-104/+1075
* ext/metadata/Makefile.am: Don't install a header file. We will have to merge ...Jan Schmidt2008-02-121-3/+1
* Revert changes to 2008-02-09 due to frozen.Edgard Lima2008-02-105-1075/+104
* Convert from EXIF to XMP DataTime as local time.Edgard Lima2008-02-102-7/+11
* Map Date-Time and GPS tags.Edgard Lima2008-02-105-104/+1071
* Add more tags. Improve test app.Edgard Lima2008-02-074-102/+225
* Add more tags mapping.Edgard Lima2008-02-054-231/+442
* ext/metadata/gstmetadatademux.c: Demote metadatademux to GST_RANK_NONE for th...Tim-Philipp Müller2008-02-021-1/+1
* Map more Exif tags.Edgard Lima2008-02-026-196/+506
* Add documentation.Edgard Lima2008-01-316-76/+762
* ext/metadata/metadataparsejpeg.c: Fix compilation.Wim Taymans2008-01-311-0/+2
* ext/metadata/Makefile.am: Add some relevant variables to CFLAGS and LIBADD, f...Sebastian Dröge2008-01-3113-50/+33
* Fix build with exempi >= 1.99.5 and fix the include path for exempi.Sebastian Dröge2008-01-301-1/+9
* Just uptade the ToDo list.Edgard Lima2008-01-301-0/+13
* Add documentation. Speed up a bit png muxer. Fix xmp muxer.Edgard Lima2008-01-307-81/+169
* Add documentation. Fix test app compilation. Fix pull mode.Edgard Lima2008-01-309-282/+771
* ext/metadata/README: Formatting.Stefan Kost2008-01-291-1/+2
* Add lot of documentation.Edgard Lima2008-01-2523-1744/+1964
* Add some documentation.Edgard Lima2008-01-238-818/+1285
* Fixed adding EXIF tags to correct IFD. Mapped some XMP tags.Edgard Lima2008-01-173-81/+373
* Some IPTC tags mapped.Edgard Lima2007-12-218-52/+215
* Removed gstmetadatacommon.Edgard Lima2007-12-218-852/+746
* New base class for metadata elements.Edgard Lima2007-12-1914-1944/+1552
* Added "parse-only" property to metadatademux.Edgard Lima2007-12-1710-55/+239
* Added new module for common functions. Using GST_TYPE_FRACTION for Exif (S)Ra...Edgard Lima2007-12-1412-1620/+1294
* Code documentation.Edgard Lima2007-12-1318-197/+304
* Added a test application. Added some EXIF tags. Fixed a muxer bug.Edgard Lima2007-12-138-104/+1405
* Added some tags to exif parser.Edgard Lima2007-12-055-21/+242
* Now compiles even when libiptc is missing.Edgard Lima2007-12-042-3/+18
* Fixed element properties and now muxer writes to png also.Edgard Lima2007-12-0410-105/+166
* Muxer writes (in jpeg only) whole IPTC chunk sent as tag. Muxer implemets Gst...Edgard Lima2007-12-039-35/+82
* Muxer writes (in jpeg only) whole EXIF and XMP chunks sent as tags.Edgard Lima2007-11-3014-177/+169