summaryrefslogtreecommitdiffstats
path: root/ext/metadata/gstmetadatamux.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-16Add more debug output to metadatamuxZeeshan Ali (Khattak)1-0/+9
2009-01-23Configure byte order for EXIF. Fixes #568704Stefan Kost1-4/+26
2008-12-16Totally remove the internal taglists and fully use tagsetter. Fixes various t...Stefan Kost1-5/+42
2008-02-02Map more Exif tags.Edgard Lima1-1/+3
2008-01-31ext/metadata/Makefile.am: Add some relevant variables to CFLAGS and LIBADD, f...Sebastian Dröge1-11/+0
2008-01-23Add some documentation.Edgard Lima1-87/+149
2007-12-19New base class for metadata elements.Edgard Lima1-924/+113
2007-12-14Added new module for common functions. Using GST_TYPE_FRACTION for Exif (S)Ra...Edgard Lima1-652/+107
2007-12-13Code documentation.Edgard Lima1-11/+31
2007-12-13Added a test application. Added some EXIF tags. Fixed a muxer bug.Edgard Lima1-30/+36
2007-12-04Fixed element properties and now muxer writes to png also.Edgard Lima1-22/+20
2007-12-03Muxer writes (in jpeg only) whole IPTC chunk sent as tag. Muxer implemets Gst...Edgard Lima1-24/+36
2007-11-30Muxer writes (in jpeg only) whole EXIF and XMP chunks sent as tags.Edgard Lima1-25/+34
2007-11-30Fixed get_range bug when injecting and stripping. And mux is almost done now.Edgard Lima1-99/+143
2007-11-28Sending make and model individual tags and muxer now links fine.Edgard Lima1-15/+12
2007-11-28Small fixes in get_range and better structure for generic muxer and demuxer.Edgard Lima1-27/+1544
2007-11-23Now parser is generic (just add/remove a list of chunks). And a template of m...Edgard Lima1-0/+243