summaryrefslogtreecommitdiff
path: root/ext/flac/gstflacdec.h
AgeCommit message (Expand)AuthorFilesLines
2009-12-23flacdec: use a single decoder field for both push and pull modeMark Nauwelaerts1-7/+2
2009-07-21flacdec: fix intermittent FLAC__STREAM_DECODER_ABORTED errors when seekingTim-Philipp Müller1-0/+2
2009-04-04add pending_samples so that we only update segment's last stop after really s...Thomas Vander Stichele1-0/+1
2009-03-27flac: require a 'newer' flac and remove support for the legacy flac APITim-Philipp Müller1-6/+0
2009-03-09flacdec: don't lose the first buffer after a seekWim Taymans1-0/+1
2008-08-06ext/flac/: Port flactag to 0.10, add documentation for it and clean it up a bit.Jonathan Matthew1-0/+2
2007-12-18ext/flac/gstflacdec.*: Remove some unused vars.Wim Taymans1-1/+1
2007-12-14ext/flac/gstflacdec.*: Send segments from the streaming thread. Fixes #502187.Wim Taymans1-0/+4
2007-06-10Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.Josh Coalson1-0/+10
2006-08-22ext/flac/gstflacdec.*: Make flac-in-ogg work (#352100).Tim-Philipp Müller1-0/+2
2006-06-20ext/flac/: Support chain-based operation, should make flac-over-DAAP work (#3...Tim-Philipp Müller1-1/+6
2006-05-06ext/flac/gstflacdec.*: Handle segment seeks that include the end of the file ...Tim-Philipp Müller1-2/+2
2006-04-07ext/flac/gstflacdec.*: If the stream header doesn't contain the total number ...Tim-Philipp Müller1-0/+4
2006-03-24ext/flac/: Spifify a bit.Wim Taymans1-8/+2
2005-12-10ext/flac/gstflacdec.*: Rewrite flacdec a bit, so that even seeking might work...Tim-Philipp Müller1-15/+21
2005-12-09borgify and fix up documentationThomas Vander Stichele1-13/+13
2005-12-06expand tabsThomas Vander Stichele1-13/+13
2005-09-06ext/flac/gstflacdec.*: Add support for flac files with 24/32 bits per sample;...Tim-Philipp Müller1-0/+1
2005-08-22Port flacdec (seeking is still slow'ish).Ronald S. Bultje1-2/+1
2004-03-15*.h: Revert indentingJohan Dahlin1-29/+26
2004-03-14gst-indentThomas Vander Stichele1-26/+29
2004-01-31ext/flac/: Fix typosJeremy Simon1-1/+0
2003-11-28Use new tagging stuff to read and write flac metadata. Only handles vorbiscom...Christophe Fergeau1-1/+0
2003-11-07Remove all config.h includes from header files, add it to each source file an...Ronald S. Bultje1-1/+0
2003-10-29change gst/bytestream.h to gst/bytestream/bytestream.hDavid Schleef1-1/+1
2003-10-28merge TYPEFIND branch. Major changes:Benjamin Otte1-1/+1
2003-10-01New typefind system: bytestream is now part of the core all plugins have been...Ronald S. Bultje1-1/+1
2003-04-27Add metadata (only vorbis comment)Jeremy Simon1-0/+1
2002-06-07FLAC updates, implement sample accurate seeking, add some convert/query funct...Wim Taymans1-7/+16
2002-03-20s/Gnome-Streamer/GStreamer/Andy Wingo1-1/+1
2001-12-23adding flacThomas Vander Stichele1-0/+70