summaryrefslogtreecommitdiffstats
path: root/ext/metadata/gstmetadataparse.c
AgeCommit message (Expand)AuthorFilesLines
2007-12-14Added new module for common functions. Using GST_TYPE_FRACTION for Exif (S)Ra...Edgard Lima1-1801/+0
2007-12-13Code documentation.Edgard Lima1-10/+20
2007-12-13Added a test application. Added some EXIF tags. Fixed a muxer bug.Edgard Lima1-29/+36
2007-12-04Fixed element properties and now muxer writes to png also.Edgard Lima1-23/+20
2007-11-30Muxer writes (in jpeg only) whole EXIF and XMP chunks sent as tags.Edgard Lima1-8/+6
2007-11-30Fixed get_range bug when injecting and stripping. And mux is almost done now.Edgard Lima1-67/+70
2007-11-28Sending make and model individual tags and muxer now links fine.Edgard Lima1-11/+32
2007-11-28Small fixes in get_range and better structure for generic muxer and demuxer.Edgard Lima1-52/+65
2007-11-26Now works when get_range is not available upstream.Edgard Lima1-1/+16
2007-11-23Now parser is generic (just add/remove a list of chunks). And a template of m...Edgard Lima1-200/+469
2007-11-19Fixed buffer strip (safer wil pull and after seek).Edgard Lima1-124/+123
2007-11-19Strip out in pull mode also. Seek and Query functions added.Edgard Lima1-11/+189
2007-11-18Strip out metadata chunks.Edgard Lima1-6/+293
2007-11-02Added support for PNG/XMP. Indentation. And fixed pull mode to parse the file.Edgard Lima1-14/+38
2007-11-02Now metadataparse works in push or pull mode.Edgard Lima1-18/+28
2007-10-31Now sending iptc tag in whole chunk. Ready to also send exif and xmp in the s...Edgard Lima1-10/+50
2007-10-30Changed kclass to "Parser/Extracter/Metadata", changed caps to "image/jpeg, t...Edgard Lima1-19/+35
2007-10-30Created new plugin ('medadata') and element ('metadataparse') that extract me...Edgard Lima1-0/+914