summaryrefslogtreecommitdiffstats
path: root/ext/flac/gstflacdec.c
Commit message (Expand)AuthorAgeFilesLines
...
* ext/flac/gstflacdec.*: Handle segment seeks that include the end of the file ...Tim-Philipp Müller2006-05-061-12/+32
* Add semicolons after GST_BOILERPLATE[_FULL] so that indent doesn't mess up fo...Maciej Katafiasz2006-05-061-2/+3
* ext/flac/gstflacdec.c: Post SEGMENT_DONE message in TIME format.Tim-Philipp Müller2006-04-201-1/+7
* ext/flac/gstflacdec.c: Add support for segment seeks (fixes #338290). Also de...Tim-Philipp Müller2006-04-201-24/+47
* ext/flac/gstflacdec.c: Don't try to seek beyond the end of the file (would oc...Tim-Philipp Müller2006-04-081-0/+7
* ext/flac/gstflacdec.*: If the stream header doesn't contain the total number ...Tim-Philipp Müller2006-04-071-5/+194
* better/unified long descriptionsWim Taymans2006-03-301-6/+5
* ext/flac/: Spifify a bit.Wim Taymans2006-03-241-33/+10
* Pass unhandled queries upstream instead of just dropping them (#326446). Upda...Tim-Philipp Müller2006-02-061-1/+1
* ext/flac/gstflacdec.c: Don't g_assert() where we should just return FALSE; re...Tim-Philipp Müller2006-01-021-14/+14
* ext/flac/gstflacdec.*: Rewrite flacdec a bit, so that even seeking might work...Tim-Philipp Müller2005-12-101-245/+458
* borgify and fix up documentationThomas Vander Stichele2005-12-091-96/+98
* ext/flac/gstflacdec.c: Accept a wider range of flac files, more closely match...Michael Smith2005-12-091-5/+22
* Update for alloc_buffer changes.Andy Wingo2005-12-051-3/+4
* document flacdecThomas Vander Stichele2005-11-251-0/+24
* ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event) (gst_dvdemux_demux_frame)...Andy Wingo2005-11-221-1/+1
* Update for stream lock API changes: don't take stream log in sink event handl...Tim-Philipp Müller2005-11-211-9/+2
* API change fix.Wim Taymans2005-10-191-7/+17
* newsegment API update.Wim Taymans2005-10-111-1/+1
* ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc error returns.Andy Wingo2005-10-021-5/+9
* configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.Andy Wingo2005-10-021-37/+57
* ext/: gsttaginterface.h -> gsttagsetter.hStefan Kost2005-09-071-1/+1
* ext/flac/gstflacdec.*: Add support for flac files with 24/32 bits per sample;...Tim-Philipp Müller2005-09-061-23/+30
* All plugins updated for element state changes.Andy Wingo2005-09-021-8/+9
* Port flacdec (seeking is still slow'ish).Ronald S. Bultje2005-08-221-181/+187
* Fixes a bunch of problems with finalize and dispose functions, either assumpt...Jan Schmidt2004-11-011-4/+4
* ext/: Add codec-name metadata.Ronald S. Bultje2004-10-251-1/+2
* ext/flac/gstflacdec.c: Only return true if we actually filled something in. P...Ronald S. Bultje2004-09-291-2/+2
* ext/flac/gstflacdec.c: (gst_flacdec_write): Actually, GST_PAD_CAPS() has not...David Schleef2004-07-031-19/+17
* ext/flac/gstflacdec.c: Set duration on output buffers. Fix logic mistake. (...David Schleef2004-07-031-2/+4
* fix a number of memleaksColin Walters2004-05-071-0/+18
* don't mix tabs and spacesThomas Vander Stichele2004-03-151-96/+100
* gst-indentThomas Vander Stichele2004-03-141-261/+252
* Spelling fixJohan Dahlin2004-02-161-1/+1
* Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros with the code th...David Schleef2004-02-041-12/+31
* change NULL to (NULL) for GST_ELEMENT_ERRORThomas Vander Stichele2004-02-021-2/+2
* ext/flac/: Fix typosJeremy Simon2004-01-311-2/+2
* GST_ELEMENT_ERRORThomas Vander Stichele2004-01-291-2/+2
* use new error signal and classificationThomas Vander Stichele2004-01-181-4/+3
* ext/flac/gstflacdec.c: length is already host endian, no need to convert. Fix...Benjamin Otte2004-01-131-1/+1
* ext/flac/gstflacdec.c: Finish flac decoder on EOS. See #116178.Ronald S. Bultje2004-01-031-2/+1
* ext/: OS X fixes (see #126628).Ronald S. Bultje2004-01-031-1/+0
* Convert elements to use gst_pad_use_explicit_caps() where appropriate.David Schleef2004-01-021-1/+2
* Merge CAPS branchDavid Schleef2003-12-221-35/+22
* distcheck fixesThomas Vander Stichele2003-12-141-1/+1
* Use new tagging stuff to read and write flac metadata. Only handles vorbiscom...Christophe Fergeau2003-11-281-72/+16
* flac mime type is audio/x-flac, not application/x-flacChristophe Fergeau2003-11-221-1/+1
* Don't reset flac decoder if init hasn't been called on it first, the flac dec...Christophe Fergeau2003-11-221-8/+14
* + checking in plugin category changesLeif Johnson2003-11-161-1/+1
* Whheeee, FLAC ported to new system tooIain Holmes2003-11-011-8/+56