summaryrefslogtreecommitdiffstats
path: root/gst/apetag
Commit message (Expand)AuthorAgeFilesLines
* build: fprintf, sprintf, sscanf need stdio.hStefan Kost2009-10-071-0/+1
* Remove Ronald Bultje from Authors fieldDavid Schleef2009-09-051-1/+0
* apedemux: add container-format tagTim-Philipp Müller2009-06-222-0/+8
* Remove trivial unused variables detected by CLang static analyzer.Edward Hervey2009-04-181-2/+0
* Update and add documentation for plugins with no deps (gst).Stefan Kost2009-01-281-13/+6
* Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost2008-11-041-0/+1
* gst/apetag/: Port APE tag demuxer over to the new GstTagDemux in -base.Tim-Philipp Müller2007-10-065-1585/+14
* Add support for the new GST_TAG_COMPOSER (#459809).Tim-Philipp Müller2007-09-251-0/+1
* gst/: Handle and adjust new-segment events so that downstream really sees a s...Jan Schmidt2007-05-251-0/+126
* gst/apetag/gsttagdemux.c: Rename registered type in preparation of GstTagDemu...Tim-Philipp Müller2007-03-211-2/+1
* gst/apetag/gsttagdemux.c: Fix handling of -1 values for start and stop values...Tim-Philipp Müller2007-03-121-3/+16
* gst/: Set correct caps on outgoing pulled buffers, or things blow up after re...Tim-Philipp Müller2007-01-111-0/+2
* gst/: In streaming mode, if the first buffer we get doesn't have an offset, f...Tim-Philipp Müller2006-12-121-0/+10
* gst/apetag/gstapedemux.c: We need to be able to read and parse any possible f...Sebastian Dröge2006-12-091-1/+5
* gst/apetag/gstapedemux.c: Use g_strtod() instead of sscanf to parse doubles, ...Sebastian Dröge2006-12-061-1/+4
* gst/: Activate pad before adding it to the already-running element.Tim-Philipp Müller2006-10-111-0/+1
* gst/apetag/gstapedemux.c: Extract disc/album/medium number and count and try ...Tim-Philipp Müller2006-10-041-1/+34
* gst/: Don't interpret a first buffer with an offset of NONE as 'from the midd...Tim-Philipp Müller2006-09-141-1/+1
* gst/: Don't return FLOW_UNEXPECTED when a buffer is before the start of the s...Tim-Philipp Müller2006-07-051-6/+21
* gst/: Return FLOW_UNEXPECTED when at the end of the file, notTim-Philipp Müller2006-07-031-2/+2
* gst/id3demux/gstid3demux.c: Make sure we don't return GST_FLOW_OK with a NULL...Tim-Philipp Müller2006-06-291-9/+15
* gst/: Use gst_pad_query_peer_duration() utility function here.Tim-Philipp Müller2006-06-111-12/+6
* gst/apetag/gstapedemux.c: Some clean-ups and additions: map APE 'file' tag toSebastian Dröge2006-05-281-16/+51
* Add semicolons after GST_BOILERPLATE[_FULL] so that indent doesn't mess up fo...Maciej Katafiasz2006-05-061-2/+3
* gst/: Post an error message when we get an EOS event and were not able to fin...Tim-Philipp Müller2006-05-021-0/+28
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-251-1/+1
* gst/: Don't attempt typefinding on too-short buffers that have been completel...Jan Schmidt2006-03-221-1/+5
* gst/: gcc 4.1 unreferenced pointer fixes.Edward Hervey2006-03-211-2/+5
* gst/apetag/gsttagdemux.c: Ensure that we set caps on the buffers we pass.Jan Schmidt2006-03-151-0/+5
* configure.ac: Bump requirements to current core and -base CVS (core for new t...Tim-Philipp Müller2006-03-022-87/+18
* gst/apetag/gsttagdemux.c: ... and fix the very same leaks in GstTagDemux.Tim-Philipp Müller2006-02-111-15/+7
* gst/apetag/gstapedemux.h: Fix include, for now GstTagDemux is in the apetag dir.Tim-Philipp Müller2006-02-061-1/+1
* Add APE tag demuxer (#325649).Tim-Philipp Müller2006-02-065-0/+1867