gstreamer/gst-libs/gst/tag
Tim-Philipp Müller dfa23662e1 tag: fix writing of Exif tag payloads <= 4 bytes
When the payload for an Exif tag is less than or equal to 4 bytes,
the data is simply put into the offset field. Fix writing these
kinds of payloads on big endian systems (and possibly also on
little endian systems). The caller will have already formatted
the bytes in memory according to the writer's endianness, so just
write out the bytes as they are in this case. Fixes tags unit test
on big endian systems.
2011-12-23 22:24:44 +00:00
..
gstexiftag.c tag: fix writing of Exif tag payloads <= 4 bytes 2011-12-23 22:24:44 +00:00
gstid3tag.c tag: id3: avoid some more relocations in genre table 2011-08-16 12:27:25 +01:00
gsttagdemux.c various: fix pad template leaks 2011-11-28 13:09:02 +00:00
gsttagdemux.h gst-libs/gst/tag/gsttagdemux.*: Add GType for GstTagDemuxResult enum. 2008-12-31 13:31:55 +00:00
gsttageditingprivate.c tag: Adds GST_TAG_CAPTURING_SOURCE 2010-10-16 00:50:11 +01:00
gsttageditingprivate.h tag: exif: register common tags from tag library 2011-04-24 12:28:00 +01:00
gsttagmux.c docs: add documentation for GstTagMux 2011-07-29 10:26:07 +01:00
gsttagmux.h docs: add documentation for GstTagMux 2011-07-29 10:26:07 +01:00
gstvorbistag.c various: typo fixes 2011-12-02 12:03:27 +01:00
gstxmptag.c tag: xmp: Keep compatibility with our old generated xmp 2011-12-22 08:12:28 -03:00
id3v2.3.0.txt various: typo fixes 2011-12-02 12:03:27 +01:00
id3v2.4.0-frames.txt various: typo fixes 2011-12-02 12:03:27 +01:00
id3v2.4.0-structure.txt various: typo fixes 2011-12-02 12:03:27 +01:00
id3v2.c tag: id3v2: avoid some relocations, make table static 2011-08-15 00:10:34 +01:00
id3v2.h tag: id3v2: add debug category for ID3 tag parsing 2011-08-15 00:10:34 +01:00
id3v2frames.c tag: id3v2: add debug category for ID3 tag parsing 2011-08-15 00:10:34 +01:00
lang-tables.dat 0.10.28.2 pre-release 2010-04-14 15:35:06 +01:00
lang.c lang: fix possible array overrun 2011-05-20 10:49:54 +03:00
license-translations.dict tag: add convenience API to handle creative commons licenses 2011-08-10 10:33:47 +01:00
licenses-tables.dat tag: add convenience API to handle creative commons licenses 2011-08-10 10:33:47 +01:00
licenses.c docs: add new taglicense docs and clean them up 2011-08-20 14:14:54 +02:00
Makefile.am Add missing default include paths to androgenizer call 2011-11-03 21:35:38 -03:00
mklangtables.c libs: use GLib 2.22 API unconditionally 2010-12-04 14:45:58 +00:00
mklicensestables.c tag: fix stray printf in mklicensestables 2011-08-10 15:20:37 +01:00
tag.h docs: minor addition to GST_TAG_ID3V2_HEADER_SIZE docs 2011-09-12 19:55:40 +01:00
tags.c tag: id3v2: add id3v2 tag parsing helpers 2011-08-15 00:10:34 +01:00
xmpwriter.c xmpwriter: update for thread API deprecations in glib master 2011-12-04 15:23:21 +00:00
xmpwriter.h tag: GstXmpWriter doesn't use the GstImplementsInterface 2011-06-26 21:07:52 +01:00