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