summaryrefslogtreecommitdiffstats
path: root/ext/metadata/gstmetadataparse.h
AgeCommit message (Collapse)AuthorFilesLines
2007-11-28Small fixes in get_range and better structure for generic muxer and demuxer.Edgard Lima1-2/+2
Original commit message from CVS: Small fixes in get_range and better structure for generic muxer and demuxer.
2007-11-23Now parser is generic (just add/remove a list of chunks). And a template of ↵Edgard Lima1-15/+9
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-19Fixed buffer strip (safer wil pull and after seek).Edgard Lima1-1/+2
Original commit message from CVS: Fixed buffer strip (safer wil pull and after seek).
2007-11-19Strip out in pull mode also. Seek and Query functions added.Edgard Lima1-0/+1
Original commit message from CVS: Strip out in pull mode also. Seek and Query functions added.
2007-11-18Strip out metadata chunks.Edgard Lima1-0/+11
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-13/+8
Original commit message from CVS: Added support for PNG/XMP. Indentation. And fixed pull mode to parse the file.
2007-10-31Now sending iptc tag in whole chunk. Ready to also send exif and xmp in the ↵Edgard Lima1-0/+1
same way (look at bug #486659). Original commit message from CVS: Now sending iptc tag in whole chunk. Ready to also send exif and xmp in the same way (look at bug #486659).
2007-10-30Created new plugin ('medadata') and element ('metadataparse') that extract ↵Edgard Lima1-0/+113
metadata from images (look at bug #486659). Original commit message from CVS: Created new plugin ('medadata') and element ('metadataparse') that extract metadata from images (look at bug #486659).