summaryrefslogtreecommitdiffstats
path: root/ext/metadata/metadataparsejpeg.c
AgeCommit message (Collapse)AuthorFilesLines
2009-03-22metdata: more logging and code cleanupsStefan Kost1-31/+29
Sprinkle more debug log statements into the code. Move some repeaded string constant into header files and use sizeof instead of manually counted bytes. Add comments.
2009-03-06metadata: cleanup, fix the test, add commentsStefan Kost1-0/+8
First do not build the plugin, if we have none of the backend, as it won't work then. Fix the miniobject_unref error in the test. Sprinkle a first handful of debug logs into the element code.
2008-01-31ext/metadata/metadataparsejpeg.c: Fix compilation.Wim Taymans1-0/+2
Original commit message from CVS: * ext/metadata/metadataparsejpeg.c: (metadataparse_jpeg_reading): Fix compilation.
2008-01-31ext/metadata/Makefile.am: Add some relevant variables to CFLAGS and LIBADD, ↵Sebastian Dröge1-2/+1
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.
2008-01-30Add documentation. Speed up a bit png muxer. Fix xmp muxer.Edgard Lima1-1/+1
Original commit message from CVS: Add documentation. Speed up a bit png muxer. Fix xmp muxer.
2008-01-30Add documentation. Fix test app compilation. Fix pull mode.Edgard Lima1-2/+2
Original commit message from CVS: Add documentation. Fix test app compilation. Fix pull mode.
2008-01-25Add lot of documentation.Edgard Lima1-19/+288
Original commit message from CVS: Add lot of documentation.
2007-12-21Some IPTC tags mapped.Edgard Lima1-2/+2
Original commit message from CVS: Some IPTC tags mapped.
2007-12-17Added "parse-only" property to metadatademux.Edgard Lima1-27/+49
Original commit message from CVS: Added "parse-only" property to metadatademux.
2007-12-13Code documentation.Edgard Lima1-34/+34
Original commit message from CVS: Code documentation.
2007-12-04Now compiles even when libiptc is missing.Edgard Lima1-1/+12
Original commit message from CVS: Now compiles even when libiptc is missing.
2007-11-30Muxer writes (in jpeg only) whole EXIF and XMP chunks sent as tags.Edgard Lima1-3/+0
Original commit message from CVS: Muxer writes (in jpeg only) whole EXIF and XMP chunks sent as tags.
2007-11-30Fixed get_range bug when injecting and stripping. And mux is almost done now.Edgard Lima1-32/+42
Original commit message from CVS: Fixed get_range bug when injecting and stripping. And mux is almost done now.
2007-11-23Now parser is generic (just add/remove a list of chunks). And a template of ↵Edgard Lima1-51/+85
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-18Strip out metadata chunks.Edgard Lima1-28/+78
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-58/+20
Original commit message from CVS: Added support for PNG/XMP. Indentation. And fixed pull mode to parse the file.
2007-11-01Some XMP stuff added.Edgard Lima1-1/+41
Original commit message from CVS: Some XMP stuff added.
2007-10-30Created new plugin ('medadata') and element ('metadataparse') that extract ↵Edgard Lima1-0/+374
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).