summaryrefslogtreecommitdiff
path: root/ext/metadata
Commit message (Expand)AuthorAgeFilesLines
* ext/: Don't use declarations after statements.Sebastian Dröge2008-07-082-5/+6
* ext/metadata/metadataexif.c: Add description tag mapping.Stefan Kost2008-06-181-0/+3
* Fix gtk-doc warnings. Also don't misuse api-doc comments for normal comments.Stefan Kost2008-06-184-19/+5
* Do not use short_description in section docs for elements. We extract them fr...Stefan Kost2008-06-121-1/+0
* Map Date-Time and GPS tags and Convert from EXIF to XMP Datatime as local tim...Edgard Lima2008-02-285-104/+1075
* ext/metadata/Makefile.am: Don't install a header file. We will have to merge ...Jan Schmidt2008-02-121-3/+1
* Revert changes to 2008-02-09 due to frozen.Edgard Lima2008-02-105-1075/+104
* Convert from EXIF to XMP DataTime as local time.Edgard Lima2008-02-102-7/+11
* Map Date-Time and GPS tags.Edgard Lima2008-02-105-104/+1071
* Add more tags. Improve test app.Edgard Lima2008-02-074-102/+225
* Add more tags mapping.Edgard Lima2008-02-054-231/+442
* ext/metadata/gstmetadatademux.c: Demote metadatademux to GST_RANK_NONE for th...Tim-Philipp Müller2008-02-021-1/+1
* Map more Exif tags.Edgard Lima2008-02-026-196/+506
* Add documentation.Edgard Lima2008-01-316-76/+762
* ext/metadata/metadataparsejpeg.c: Fix compilation.Wim Taymans2008-01-311-0/+2
* ext/metadata/Makefile.am: Add some relevant variables to CFLAGS and LIBADD, f...Sebastian Dröge2008-01-3113-50/+33
* Fix build with exempi >= 1.99.5 and fix the include path for exempi.Sebastian Dröge2008-01-301-1/+9
* Just uptade the ToDo list.Edgard Lima2008-01-301-0/+13
* Add documentation. Speed up a bit png muxer. Fix xmp muxer.Edgard Lima2008-01-307-81/+169
* Add documentation. Fix test app compilation. Fix pull mode.Edgard Lima2008-01-309-282/+771
* ext/metadata/README: Formatting.Stefan Kost2008-01-291-1/+2
* Add lot of documentation.Edgard Lima2008-01-2523-1744/+1964
* Add some documentation.Edgard Lima2008-01-238-818/+1285
* Fixed adding EXIF tags to correct IFD. Mapped some XMP tags.Edgard Lima2008-01-173-81/+373
* Some IPTC tags mapped.Edgard Lima2007-12-218-52/+215
* Removed gstmetadatacommon.Edgard Lima2007-12-218-852/+746
* New base class for metadata elements.Edgard Lima2007-12-1914-1944/+1552
* Added "parse-only" property to metadatademux.Edgard Lima2007-12-1710-55/+239
* Added new module for common functions. Using GST_TYPE_FRACTION for Exif (S)Ra...Edgard Lima2007-12-1412-1620/+1294
* Code documentation.Edgard Lima2007-12-1318-197/+304
* Added a test application. Added some EXIF tags. Fixed a muxer bug.Edgard Lima2007-12-138-104/+1405
* Added some tags to exif parser.Edgard Lima2007-12-055-21/+242
* Now compiles even when libiptc is missing.Edgard Lima2007-12-042-3/+18
* Fixed element properties and now muxer writes to png also.Edgard Lima2007-12-0410-105/+166
* Muxer writes (in jpeg only) whole IPTC chunk sent as tag. Muxer implemets Gst...Edgard Lima2007-12-039-35/+82
* Muxer writes (in jpeg only) whole EXIF and XMP chunks sent as tags.Edgard Lima2007-11-3014-177/+169
* Fixed get_range bug when injecting and stripping. And mux is almost done now.Edgard Lima2007-11-3016-275/+1168
* Sending make and model individual tags and muxer now links fine.Edgard Lima2007-11-2810-44/+145
* Small fixes in get_range and better structure for generic muxer and demuxer.Edgard Lima2007-11-2816-214/+2006
* Now works when get_range is not available upstream.Edgard Lima2007-11-261-1/+16
* Now parser is generic (just add/remove a list of chunks). And a template of m...Edgard Lima2007-11-2314-352/+1150
* Fixed buffer strip (safer wil pull and after seek).Edgard Lima2007-11-192-125/+125
* Strip out in pull mode also. Seek and Query functions added.Edgard Lima2007-11-192-11/+190
* Strip out metadata chunks.Edgard Lima2007-11-189-86/+527
* Added a design proposal from metadata parse and mux.Edgard Lima2007-11-121-0/+88
* Extracting more detailed info from XMP.Edgard Lima2007-11-091-9/+110
* Added support for PNG/XMP. Indentation. And fixed pull mode to parse the file.Edgard Lima2007-11-0217-153/+530
* Now metadataparse works in push or pull mode.Edgard Lima2007-11-021-18/+28
* Some XMP stuff added.Edgard Lima2007-11-018-24/+257
* Now sending iptc tag in whole chunk. Ready to also send exif and xmp in the s...Edgard Lima2007-10-318-24/+128