summaryrefslogtreecommitdiffstats
path: root/ext/metadata/metadataexif.h
AgeCommit message (Collapse)AuthorFilesLines
2009-03-22metdata: more logging and code cleanupsStefan Kost1-0/+6
Sprinkle more debug log statements into the code. Move some repeaded string constant into header files and use sizeof instead of manually counted bytes. Add comments.
2009-03-22metadata: fix include guardsStefan Kost1-3/+3
2009-01-23Configure byte order for EXIF. Fixes #568704Stefan Kost1-1/+22
Exif blocks can be in differnt byte orders. Add an element property to select wich one should be written.
2008-01-25Add lot of documentation.Edgard Lima1-0/+4
Original commit message from CVS: Add lot of documentation.
2007-12-03Muxer writes (in jpeg only) whole IPTC chunk sent as tag. Muxer implemets ↵Edgard Lima1-1/+1
GstTagSetter interface. Original commit message from CVS: Muxer writes (in jpeg only) whole IPTC chunk sent as tag. Muxer implemets GstTagSetter interface.
2007-11-30Muxer writes (in jpeg only) whole EXIF and XMP chunks sent as tags.Edgard Lima1-1/+1
Original commit message from CVS: Muxer writes (in jpeg only) whole EXIF and XMP chunks sent as tags.
2007-11-28Sending make and model individual tags and muxer now links fine.Edgard Lima1-1/+2
Original commit message from CVS: Sending make and model individual tags and muxer now links fine.
2007-11-28Small fixes in get_range and better structure for generic muxer and demuxer.Edgard Lima1-0/+61
Original commit message from CVS: Small fixes in get_range and better structure for generic muxer and demuxer.