summaryrefslogtreecommitdiffstats
path: root/ext/metadata/gstmetadatamux.c
AgeCommit message (Collapse)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
Exif blocks can be in differnt byte orders. Add an element property to select wich one should be written.
2008-12-16Totally remove the internal taglists and fully use tagsetter. Fixes various ↵Stefan Kost1-5/+42
tag muxing issues. Original commit message from CVS: * ext/celt/gstceltenc.c: * ext/celt/gstceltenc.h: * ext/metadata/gstmetadatamux.c: * gst/qtmux/gstqtmux.c: * gst/qtmux/gstqtmux.h: Totally remove the internal taglists and fully use tagsetter. Fixes various tag muxing issues.
2008-02-02Map more Exif tags.Edgard Lima1-1/+3
Original commit message from CVS: Map more Exif tags.
2008-01-31ext/metadata/Makefile.am: Add some relevant variables to CFLAGS and LIBADD, ↵Sebastian Dröge1-11/+0
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-23Add some documentation.Edgard Lima1-87/+149
Original commit message from CVS: Add some documentation.
2007-12-19New base class for metadata elements.Edgard Lima1-924/+113
Original commit message from CVS: New base class for metadata elements.
2007-12-14Added new module for common functions. Using GST_TYPE_FRACTION for Exif ↵Edgard Lima1-652/+107
(S)Rational types. Original commit message from CVS: Added new module for common functions. Using GST_TYPE_FRACTION for Exif (S)Rational types.
2007-12-13Code documentation.Edgard Lima1-11/+31
Original commit message from CVS: Code documentation.
2007-12-13Added a test application. Added some EXIF tags. Fixed a muxer bug.Edgard Lima1-30/+36
Original commit message from CVS: Added a test application. Added some EXIF tags. Fixed a muxer bug.
2007-12-04Fixed element properties and now muxer writes to png also.Edgard Lima1-22/+20
Original commit message from CVS: Fixed element properties and now muxer writes to png also.
2007-12-03Muxer writes (in jpeg only) whole IPTC chunk sent as tag. Muxer implemets ↵Edgard Lima1-24/+36
GstTagSetter interface. Original commit message from CVS: Muxer writes (in jpeg only) whole IPTC chunk sent as tag. Muxer implemets GstTagSetter interface.
2007-11-30Muxer writes (in jpeg only) whole EXIF and XMP chunks sent as tags.Edgard Lima1-25/+34
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-99/+143
Original commit message from CVS: Fixed get_range bug when injecting and stripping. And mux is almost done now.
2007-11-28Sending make and model individual tags and muxer now links fine.Edgard Lima1-15/+12
Original commit message from CVS: Sending make and model individual tags and muxer now links fine.
2007-11-28Small fixes in get_range and better structure for generic muxer and demuxer.Edgard Lima1-27/+1544
Original commit message from CVS: Small fixes in get_range and better structure for generic muxer and demuxer.
2007-11-23Now parser is generic (just add/remove a list of chunks). And a template of ↵Edgard Lima1-0/+243
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.