Age | Commit message (Collapse) | Author | Files | Lines |
|
Original commit message from CVS:
Add more tags. Improve test app.
|
|
Original commit message from CVS:
Add more tags mapping.
|
|
the release, it's not ready to be autoplug...
Original commit message from CVS:
* ext/metadata/gstmetadatademux.c:
Demote metadatademux to GST_RANK_NONE for the release, it's not
ready to be autoplugged yet.
* tests/icles/metadata_editor.c:
Fix printf format warning for GType on ppc32 by removing it,
since it doesn't make sense to print the GType value anyway.
|
|
Original commit message from CVS:
Map more Exif tags.
|
|
Original commit message from CVS:
Add documentation.
|
|
Original commit message from CVS:
* ext/metadata/metadataparsejpeg.c: (metadataparse_jpeg_reading):
Fix compilation.
|
|
for example our compiler warnings paramters.
Original commit message from CVS:
* ext/metadata/Makefile.am:
Add some relevant variables to CFLAGS and LIBADD, for example our
compiler warnings paramters.
* ext/metadata/gstbasemetadata.c:
(gst_base_metadata_strip_push_buffer),
(gst_base_metadata_calculate_offsets),
(gst_base_metadata_src_event), (gst_base_metadata_sink_activate):
* ext/metadata/gstmetadatademux.c: (gst_metadata_demux_init),
(gst_metadata_demux_set_property), (gst_metadata_demux_dispose):
* ext/metadata/gstmetadatamux.c: (gst_metadata_mux_init),
(gst_metadata_mux_set_property), (gst_metadata_mux_get_property),
(gst_metadata_mux_dispose),
(gst_metadata_mux_create_chunks_from_tags):
* ext/metadata/metadata.c: (metadata_dispose):
* ext/metadata/metadataexif.c:
(metadataparse_exif_content_foreach_entry_func),
(metadatamux_exif_for_each_tag_in_list):
* ext/metadata/metadataiptc.c:
(metadatamux_iptc_for_each_tag_in_list):
* ext/metadata/metadatamuxjpeg.c: (metadatamux_jpeg_lazy_update),
(metadatamux_jpeg_reading):
* ext/metadata/metadatamuxpng.c: (metadatamux_png_reading):
* ext/metadata/metadataparsejpeg.c: (metadataparse_jpeg_reading):
* ext/metadata/metadataparsepng.c:
* ext/metadata/metadataparseutil.h:
* ext/metadata/metadataxmp.c: (metadataparse_xmp_tag_list_add),
(metadatamux_xmp_create_chunk_from_tag_list):
Fix a million warnings that showed up after the above change.
|
|
Original commit message from CVS:
* configure.ac:
* ext/metadata/metadataxmp.c:
(metadatamux_xmp_for_each_tag_in_list):
Fix build with exempi >= 1.99.5 and fix the include
path for exempi.
|
|
Original commit message from CVS:
Just uptade the ToDo list.
|
|
Original commit message from CVS:
Add documentation. Speed up a bit png muxer. Fix xmp muxer.
|
|
Original commit message from CVS:
Add documentation. Fix test app compilation. Fix pull mode.
|
|
Original commit message from CVS:
* ext/metadata/README:
Formatting.
* tests/icles/metadata_editor.c:
Include stdlib.h.
|
|
Original commit message from CVS:
Add lot of documentation.
|
|
Original commit message from CVS:
Add some documentation.
|
|
Original commit message from CVS:
Fixed adding EXIF tags to correct IFD. Mapped some XMP tags.
|
|
Original commit message from CVS:
Some IPTC tags mapped.
|
|
Original commit message from CVS:
Removed gstmetadatacommon.
|
|
Original commit message from CVS:
New base class for metadata elements.
|
|
Original commit message from CVS:
Added "parse-only" property to metadatademux.
|
|
(S)Rational types.
Original commit message from CVS:
Added new module for common functions. Using GST_TYPE_FRACTION for Exif (S)Rational types.
|
|
Original commit message from CVS:
Code documentation.
|
|
Original commit message from CVS:
Added a test application. Added some EXIF tags. Fixed a muxer bug.
|
|
Original commit message from CVS:
Added some tags to exif parser.
|
|
Original commit message from CVS:
Now compiles even when libiptc is missing.
|
|
Original commit message from CVS:
Fixed element properties and now muxer writes to png also.
|
|
GstTagSetter interface.
Original commit message from CVS:
Muxer writes (in jpeg only) whole IPTC chunk sent as tag. Muxer implemets GstTagSetter interface.
|
|
Original commit message from CVS:
Muxer writes (in jpeg only) whole EXIF and XMP chunks sent as tags.
|
|
Original commit message from CVS:
Fixed get_range bug when injecting and stripping. And mux is almost done now.
|
|
Original commit message from CVS:
Sending make and model individual tags and muxer now links fine.
|
|
Original commit message from CVS:
Small fixes in get_range and better structure for generic muxer and demuxer.
|
|
Original commit message from CVS:
Now works when get_range is not available upstream.
|
|
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.
|
|
Original commit message from CVS:
Fixed buffer strip (safer wil pull and after seek).
|
|
Original commit message from CVS:
Strip out in pull mode also. Seek and Query functions added.
|
|
Original commit message from CVS:
Strip out metadata chunks.
|
|
Original commit message from CVS:
Added a design proposal from metadata parse and mux.
|
|
Original commit message from CVS:
Extracting more detailed info from XMP.
|
|
Original commit message from CVS:
Added support for PNG/XMP. Indentation. And fixed pull mode to parse the file.
|
|
Original commit message from CVS:
Now metadataparse works in push or pull mode.
|
|
Original commit message from CVS:
Some XMP stuff added.
|
|
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).
|
|
tags-extract=true/false" and changed prio...
Original commit message from CVS:
Changed kclass to "Parser/Extracter/Metadata", changed caps to "image/jpeg, tags-extract=true/false" and changed priority to GST_RANK_PRIMARY+1. Also, srcpad can only work in push mode until fixed to also work in pull mode.
|
|
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).
|