gstreamer/ext/mad
Tim-Philipp Müller 913dd3f78e Check environment variables GST_ID3V2_TAG_ENCODING,
Original commit message from CVS:
Check environment variables GST_ID3V2_TAG_ENCODING,
GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
list of character encodings to force interpretation of non-unicode
strings stored in an ID3v2 tag to a particular encoding. If none
is specified, try to use current locale's encoding, then fall back
to ISO-8859-1 (which will always succeed). (Resolves #149274)

Check environment variables GST_ID3V1_TAG_ENCODING,
GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
list of character encodings to use in case a string encountered
in an ID3v1 tag is not valid UTF-8 already. If no encoding is
specified, try to use the current locale's encoding, then fall
back to ISO-8859-1 (which will always succeed).
2005-01-26 12:38:02 +00:00
..
gstid3tag.c Check environment variables GST_ID3V2_TAG_ENCODING, 2005-01-26 12:38:02 +00:00
gstmad.c ext/mad/gstmad.c: - on half framerate, compute the rate in advance so the comparisons don't compare wrong values 2005-01-25 21:48:46 +00:00
gstmad.h ext/mad/gstid3tag.c: deprecate id3tag element and replace with id3demux/id3mux. 2004-04-17 17:52:35 +00:00
Makefile.am ext/mad/gstid3tag.c: Add stdlib.h 2004-04-20 23:03:27 +00:00