summaryrefslogtreecommitdiffstats
path: root/ext/metadata/metadataparsepng.c
AgeCommit message (Collapse)AuthorFilesLines
2007-12-17Added "parse-only" property to metadatademux.Edgard Lima1-8/+13
Original commit message from CVS: Added "parse-only" property to metadatademux.
2007-12-13Code documentation.Edgard Lima1-19/+19
Original commit message from CVS: Code documentation.
2007-11-30Muxer writes (in jpeg only) whole EXIF and XMP chunks sent as tags.Edgard Lima1-3/+1
Original commit message from CVS: Muxer writes (in jpeg only) whole EXIF and XMP chunks sent as tags.
2007-11-30Fixed get_range bug when injecting and stripping. And mux is almost done now.Edgard Lima1-21/+27
Original commit message from CVS: Fixed get_range bug when injecting and stripping. And mux is almost done now.
2007-11-23Now parser is generic (just add/remove a list of chunks). And a template of ↵Edgard Lima1-10/+21
muxer has been created. Original commit message from CVS: Now parser is generic (just add/remove a list of chunks). And a template of muxer has been created.
2007-11-18Strip out metadata chunks.Edgard Lima1-11/+19
Original commit message from CVS: Strip out metadata chunks.
2007-11-02Added support for PNG/XMP. Indentation. And fixed pull mode to parse the file.Edgard Lima1-0/+245
Original commit message from CVS: Added support for PNG/XMP. Indentation. And fixed pull mode to parse the file.