various: fix pad template leaks
[platform/upstream/gstreamer.git] / ext / flac / gstflacdec.c
2011-11-28 Vincent Penquerc'hvarious: fix pad template leaks
2011-11-07 Vincent Penquerc'hflacdec: fix off by one between granpos and last_stop
2011-08-23 Monty Montgomeryflacdec: Correct sample number rounding resulting in...
2011-08-17 Vincent Penquerc'hflacdec: avoid timestamp/offset tracking going out...
2011-08-16 Vincent Penquerc'hflacdec: bail on reserved value
2011-08-16 Vincent Penquerc'hflacdec: fix bit twiddling
2011-08-16 Vincent Penquerc'hflacdec: warn if we see a variable block size where...
2011-06-18 Tim-Philipp MüllerBump git version after unplanned 0.10.30 release
2011-05-23 Tim-Philipp Müllerflacdec: also try upstream first for duration query...
2011-05-14 Sebastian Drögeflacdec: Send EOS when seeking after the end of file...
2011-03-28 Tim-Philipp Müllerflacdec: fix issues with large metadata blocks when...
2010-09-04 Sebastian Drögeflacenc/dec: Don't use GST_FLOW_IS_FATAL()
2010-07-22 Mark Nauwelaertsflacdec: fix event leak
2010-03-26 Sebastian Drögeflacdec: Improve debugging and add some FIXMEs
2010-03-26 Sebastian Drögeflacdec: Sample rate markers 0x01, 0x02 and 0x03 are...
2010-03-26 Sebastian Drögeflacdec: Take samplerate, width and number of channels...
2010-03-17 Benjamin OtteAdd -Wredundant-decls warning flag
2010-03-08 Tim-Philipp Müllerflacdec: don't send second newsegment event in framed...
2010-02-12 Sebastian Drögeflacdec: Only flush the FLAC decoder if it wasn't creat...
2010-01-06 Mark Nauwelaertsflacdec: really use upstream timestamp if there is one
2009-12-23 Mark Nauwelaertsflacdec: use a single decoder field for both push and...
2009-12-23 Mark Nauwelaertsflacdec: fix possible hanging in pull mode seeking
2009-10-09 Stefan Kostflac: apparently on some platforms a FLAC__uint64!...
2009-10-09 Stefan Kostbuild: don't cast, but use the right format specified...
2009-10-09 Josep Torraflac: fix warnings on macosx
2009-08-01 Tim-Philipp Müllerflacdec: send newsegment event when operating push...
2009-08-01 Tim-Philipp Müllerflacdec: small cleanups
2009-08-01 Tim-Philipp Müllerflacdec: use gst_adapter_copy() to avoid unnecessary...
2009-08-01 Tim-Philipp Müllerflacdec: repair some broken indenting
2009-07-23 Sebastian Drögeflacdec: Implement SEEKING query
2009-07-21 Tim-Philipp Müllerflacdec: fix intermittent FLAC__STREAM_DECODER_ABORTED...
2009-07-01 Edward Herveyflacdec: Don't send empty string tags
2009-05-13 Tim-Philipp Müllerflacdec: fix buffer leak
2009-05-08 Edward Herveyflacdec: Actually output the pending buffer.. and not...
2009-05-06 Jan Schmidtflac: Make buffers created during seek act like normal...
2009-05-06 Thomas Vander Sticheleflacdec: don't use pad_alloc when decoding while seekin...
2009-04-04 Thomas Vander Sticheleadd pending_samples so that we only update segment...
2009-04-04 Thomas Vander Sticheleadd debugging
2009-04-04 Thomas Vander Sticheleclipping should also work if it's done on the first...
2009-03-27 Tim-Philipp Müllerflac: require a 'newer' flac and remove support for...
2009-03-12 Laszlo PandyDon't call FLAC__ methods before it's initialized....
2009-03-09 Wim Taymansflacdec: don't lose the first buffer after a seek
2009-03-02 Thomas Vander SticheleMerge branch 'master' of ssh://thomasvs@git.freedesktop...
2009-03-02 Thomas Vander SticheleAdd/clarify/fix some logging.
2009-02-21 Thomas Vander Stichelerespect DEFAULT segment by clipping the last buffer...
2009-02-05 Michael Smithflacdec: if we aborted reading, don't do into an infini...
2009-02-05 Thomas Vander Sticheledebug on the object
2009-01-28 Stefan KostUpdate and add documentation for plugins with deps...
2009-01-22 Jan SchmidtFix typo and small flaw in flac decoder
2009-01-21 Wim TaymansWhitespace fixes and some improved debug lines.
2008-12-13 Edward HerveySwitch to using GstStaticPadTemplate.
2008-10-10 Jan Schmidtext/flac/: Cast some size_t arguments to guint to avoid...
2008-08-07 Sebastian Drögeext/flac/gstflacdec.c: Add FIXME for 0.11 to simply...
2008-08-06 Jonathan Matthewext/flac/: Port flactag to 0.10, add documentation...
2008-08-03 Sebastian Drögeext/flac/gstflacdec.c: Support decoding of all depths...
2008-08-02 Sebastian Drögeext/flac/gstflacdec.c: Always post the audio-codec...
2008-06-04 Tim-Philipp MüllerUse new utility functions in libgsttag to process cover...
2008-06-04 Sebastian Drögeext/flac/gstflacdec.c: We actually support left/side...
2008-05-25 Sebastian Drögeext/flac/: Set the channel layout when decoding FLAC...
2008-02-02 John Millikinext/flac/gstflacdec.c: Fix extraction of picture blocks...
2008-01-17 Tim-Philipp Müllerext/flac/gstflacdec.c: where the picture metadata defin...
2008-01-11 Jan SchmidtGenerate the image-type values correctly. Leave them...
2008-01-03 John Millikinext/flac/gstflacdec.c: Emit metadata messages when...
2007-12-29 Sebastian Drögeext/flac/gstflacdec.c: Fix 'xyz may be used uninitializ...
2007-12-18 Wim Taymansext/flac/gstflacdec.*: Remove some unused vars.
2007-12-14 Wim Taymansext/flac/gstflacdec.*: Send segments from the streaming...
2007-06-10 Josh CoalsonAdd support for flac >= 1.1.3 which changed the API...
2007-05-02 Sebastian Drögeext/flac/gstflacdec.c: Correctly post an error on the...
2006-10-16 Josep Torra VallesFix a bunch of problems discovered by the Forte compile...
2006-08-24 Tim-Philipp Müllerext/flac/gstflacdec.c: Use libgsttag helper function...
2006-08-22 Tim-Philipp Müllerext/flac/gstflacdec.*: Make flac-in-ogg work (#352100).
2006-06-20 Tim-Philipp Müllerext/flac/: Support chain-based operation, should make...
2006-05-23 Tim-Philipp Müllerext/flac/: Remove backwards compatibility cruft for...
2006-05-06 Tim-Philipp Müllerext/flac/gstflacdec.*: Handle segment seeks that includ...
2006-05-06 Maciej KatafiaszAdd semicolons after GST_BOILERPLATE[_FULL] so that...
2006-04-20 Tim-Philipp Müllerext/flac/gstflacdec.c: Post SEGMENT_DONE message in...
2006-04-20 Tim-Philipp Müllerext/flac/gstflacdec.c: Add support for segment seeks...
2006-04-08 Tim-Philipp Müllerext/flac/gstflacdec.c: Don't try to seek beyond the...
2006-04-07 Tim-Philipp Müllerext/flac/gstflacdec.*: If the stream header doesn't...
2006-03-30 Wim Taymansbetter/unified long descriptions
2006-03-24 Wim Taymansext/flac/: Spifify a bit.
2006-02-06 Tim-Philipp MüllerPass unhandled queries upstream instead of just droppin...
2006-01-02 Tim-Philipp Müllerext/flac/gstflacdec.c: Don't g_assert() where we should...
2005-12-10 Tim-Philipp Müllerext/flac/gstflacdec.*: Rewrite flacdec a bit, so that...
2005-12-09 Thomas Vander Sticheleborgify and fix up documentation
2005-12-09 Michael Smithext/flac/gstflacdec.c: Accept a wider range of flac...
2005-12-05 Andy WingoUpdate for alloc_buffer changes.
2005-11-25 Thomas Vander Sticheledocument flacdec
2005-11-22 Andy Wingoext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event...
2005-11-21 Tim-Philipp MüllerUpdate for stream lock API changes: don't take stream...
2005-10-19 Wim TaymansAPI change fix.
2005-10-11 Wim Taymansnewsegment API update.
2005-10-02 Andy Wingoext/flac/gstflacdec.c (gst_flacdec_write): Deal with...
2005-10-02 Andy Wingoconfigure.ac (GST_PLUGIN_LDFLAGS): Change to be like...
2005-09-07 Stefan Kostext/: gsttaginterface.h -> gsttagsetter.h
2005-09-06 Tim-Philipp Müllerext/flac/gstflacdec.*: Add support for flac files with...
2005-09-02 Andy WingoAll plugins updated for element state changes.
2005-08-22 Ronald S. BultjePort flacdec (seeking is still slow'ish).
2004-11-01 Jan SchmidtFixes a bunch of problems with finalize and dispose...
2004-10-25 Ronald S. Bultjeext/: Add codec-name metadata.
next