summaryrefslogtreecommitdiffstats
path: root/ext/flac/gstflacdec.c
Commit message (Expand)AuthorAgeFilesLines
* flac: apparently on some platforms a FLAC__uint64!=guint64Stefan Kost2009-10-091-1/+1
* build: don't cast, but use the right format specified insteadStefan Kost2009-10-091-1/+1
* flac: fix warnings on macosxJosep Torra2009-10-091-3/+4
* flacdec: send newsegment event when operating push-based and unframedTim-Philipp Müller2009-08-011-0/+7
* flacdec: small cleanupsTim-Philipp Müller2009-08-011-32/+18
* flacdec: use gst_adapter_copy() to avoid unnecessary buffer mergesTim-Philipp Müller2009-08-011-1/+1
* flacdec: repair some broken indentingTim-Philipp Müller2009-08-011-15/+2
* flacdec: Implement SEEKING querySebastian Dröge2009-07-231-3/+22
* flacdec: fix intermittent FLAC__STREAM_DECODER_ABORTED errors when seekingTim-Philipp Müller2009-07-211-5/+31
* flacdec: Don't send empty string tagsEdward Hervey2009-07-011-1/+2
* flacdec: fix buffer leakTim-Philipp Müller2009-05-131-0/+1
* flacdec: Actually output the pending buffer.. and not a blank one.Edward Hervey2009-05-081-3/+4
* flac: Make buffers created during seek act like normal buffers.Jan Schmidt2009-05-061-3/+14
* flacdec: don't use pad_alloc when decoding while seeking. Fixes #579422Thomas Vander Stichele2009-05-061-8/+17
* add pending_samples so that we only update segment's last stop after really s...Thomas Vander Stichele2009-04-041-1/+8
* add debuggingThomas Vander Stichele2009-04-041-0/+2
* clipping should also work if it's done on the first buffer starting at 0Thomas Vander Stichele2009-04-041-1/+1
* flac: require a 'newer' flac and remove support for the legacy flac APITim-Philipp Müller2009-03-271-251/+6
* Don't call FLAC__ methods before it's initialized. Fixes #516031Laszlo Pandy2009-03-121-4/+7
* flacdec: don't lose the first buffer after a seekWim Taymans2009-03-091-27/+47
* Add/clarify/fix some logging.Thomas Vander Stichele2009-03-021-3/+6
* respect DEFAULT segment by clipping the last buffer to be sentThomas Vander Stichele2009-02-211-0/+11
* flacdec: if we aborted reading, don't do into an infinite loop.Michael Smith2009-02-051-0/+7
* debug on the objectThomas Vander Stichele2009-02-051-26/+35
* Update and add documentation for plugins with deps (ext).Stefan Kost2009-01-281-13/+7
* Fix typo and small flaw in flac decoderJan Schmidt2009-01-221-2/+3
* Whitespace fixes and some improved debug lines.Wim Taymans2009-01-211-37/+2
* Switch to using GstStaticPadTemplate.Edward Hervey2008-12-131-15/+27
* ext/flac/: Cast some size_t arguments to guint to avoid compiler warnings on ...Jan Schmidt2008-10-101-1/+1
* ext/flac/gstflacdec.c: Add FIXME for 0.11 to simply output everything with wi...Sebastian Dröge2008-08-071-0/+4
* ext/flac/: Port flactag to 0.10, add documentation for it and clean it up a bit.Jonathan Matthew2008-08-061-9/+3
* ext/flac/gstflacdec.c: Support decoding of all depths between 4 and 32 bits a...Sebastian Dröge2008-08-031-12/+23
* ext/flac/gstflacdec.c: Always post the audio-codec tag, not only if other tag...Sebastian Dröge2008-08-021-9/+12
* Use new utility functions in libgsttag to process coverart (#512333).Tim-Philipp Müller2008-06-041-108/+9
* ext/flac/gstflacdec.c: We actually support left/side, right/side and mid/side...Sebastian Dröge2008-06-041-7/+70
* ext/flac/: Set the channel layout when decoding FLAC files with more than 2 c...Sebastian Dröge2008-05-251-1/+56
* ext/flac/gstflacdec.c: Fix extraction of picture blocks with newer libflac ve...John Millikin2008-02-021-15/+5
* ext/flac/gstflacdec.c: where the picture metadata defines and structs don't e...Tim-Philipp Müller2008-01-171-0/+13
* Generate the image-type values correctly. Leave them out of the caps when out...Jan Schmidt2008-01-111-16/+15
* ext/flac/gstflacdec.c: Emit metadata messages when a PICTURE block is encount...John Millikin2008-01-031-0/+137
* ext/flac/gstflacdec.c: Fix 'xyz may be used uninitialized' compiler warnings ...Sebastian Dröge2007-12-291-1/+3
* ext/flac/gstflacdec.*: Remove some unused vars.Wim Taymans2007-12-181-15/+26
* ext/flac/gstflacdec.*: Send segments from the streaming thread. Fixes #502187.Wim Taymans2007-12-141-75/+136
* Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.Josh Coalson2007-06-101-2/+188
* ext/flac/gstflacdec.c: Correctly post an error on the bus if something went w...Sebastian Dröge2007-05-021-4/+9
* Fix a bunch of problems discovered by the Forte compiler, mostly type mixups ...Josep Torra Valles2006-10-161-5/+5
* ext/flac/gstflacdec.c: Use libgsttag helper function here too.Tim-Philipp Müller2006-08-241-15/+13
* ext/flac/gstflacdec.*: Make flac-in-ogg work (#352100).Tim-Philipp Müller2006-08-221-9/+60
* ext/flac/: Support chain-based operation, should make flac-over-DAAP work (#3...Tim-Philipp Müller2006-06-201-65/+458
* ext/flac/: Remove backwards compatibility cruft for dealing with FLAC API cha...Tim-Philipp Müller2006-05-231-11/+0