summaryrefslogtreecommitdiffstats
path: root/gst/id3demux
Commit message (Expand)AuthorAgeFilesLines
...
* gst/id3demux/id3v2frames.c: A track/volume number or count of 0 does not make...Tim-Philipp Müller2006-05-281-5/+5
* gst/id3demux/id3v2frames.c: Don't output any tag when we encounter a negative...Jan Schmidt2006-05-191-32/+25
* gst/autodetect/: Make the name of the child element be based on the name of t...Jan Schmidt2006-05-161-43/+69
* gst/id3demux/id3v2frames.c: Some more debug info. No need to check whether th...Tim-Philipp Müller2006-05-121-6/+12
* gst/id3demux/id3v2frames.c: Fix parsing of numeric genre strings some more, b...Jan Schmidt2006-05-101-2/+17
* gst/id3demux/gstid3demux.c: Let core insert default error message for TYPE_NO...Tim-Philipp Müller2006-05-021-4/+2
* gst/: Post an error message when we get an EOS event and were not able to fin...Tim-Philipp Müller2006-05-021-1/+29
* gst/id3demux/id3v2frames.c: Recognise and skip any byte order marker (BOM) inTim-Philipp Müller2006-04-281-0/+24
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-251-1/+1
* gst/id3demux/id3tags.c: (Fixes #338713)Alex Lancaster2006-04-171-0/+1
* Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost2006-04-081-1/+1
* ext\jpeg\smokecodec.c: use of GST_DEBUG instead of DEBUG(a...) for WIN32Sébastien Moutte2006-03-301-1/+2
* gst/id3demux/gstid3demux.c: Create source pad without leaking.Tim-Philipp Müller2006-03-261-3/+1
* gst/: Don't attempt typefinding on too-short buffers that have been completel...Jan Schmidt2006-03-222-3/+14
* gst/: gcc 4.1 unreferenced pointer fixes.Edward Hervey2006-03-211-2/+5
* gst/id3demux/id3v2frames.c: We only care about gain and peak data for the mas...Tim-Philipp Müller2006-03-161-3/+5
* gst/id3demux/id3v2frames.c: Read replay gain tags (#323721).Tim-Philipp Müller2006-03-161-8/+108
* gst/apetag/gsttagdemux.c: Ensure that we set caps on the buffers we pass.Jan Schmidt2006-03-151-4/+9
* configure.ac: Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(...Tim-Philipp Müller2006-03-142-1/+94
* gst/id3demux/: Use new typefind helper functions here as well, and do typefin...Tim-Philipp Müller2006-03-042-95/+21
* gst/id3demux/: Handle 0 data size in otherwise valid frames.Jan Schmidt2006-02-182-3/+7
* gst/id3demux/id3tags.c: ID3 2.3.0 used synch-safe integers for the tag size, ...Jan Schmidt2006-02-161-4/+12
* gst/id3demux/id3v2frames.c: Add more validation to ensure that a char encodin...Jan Schmidt2006-02-131-33/+35
* gst/id3demux/gstid3demux.c: Jon Trowbridge2006-02-111-0/+4
* gst/id3demux/id3v2frames.c: Adjust for data length indicators when parsing (F...Jan Schmidt2006-02-041-9/+14
* gst/id3demux/id3v2frames.c: Never output a tag with a null contents string.Jan Schmidt2006-02-031-3/+15
* gst/id3demux/: Someone should kick my butt. Remove ID3v1 tags from the end of...Jan Schmidt2006-01-302-8/+26
* gst/id3demux/gstid3demux.c: Don't put function calls in g_return_if_fail() st...Tim-Philipp Müller2006-01-251-3/+5
* gst/id3demux/id3v2frames.c: Never trust ANY information encoded in a media fi...Jan Schmidt2006-01-251-0/+11
* gst/id3demux/id3v2frames.c: Remove errant break statement, and fix compilatio...Jan Schmidt2006-01-231-4/+3
* gst/id3demux/: Rewrite parsing of text tags to handle multiple NULL terminate...Jan Schmidt2006-01-233-83/+235
* gst/id3demux/id3v2frames.c: Fix compilation of id3demux when zlib is not pres...Sergey Scobich2006-01-151-0/+6
* gst/id3demux/gstid3demux.c: Add gst_element_no_more_pads() for proper decodeb...Edward Hervey2006-01-062-6/+8
* gst/id3demux/id3tags.c: If a broken tag has 0 bytes payload, at least still s...Jan Schmidt2005-12-281-1/+4
* Add documentation for id3demux.Jan Schmidt2005-12-212-14/+34
* configure.ac: Check for optional dependency on zlib for id3demuxJan Schmidt2005-12-188-0/+4565