build: don't cast, but use the right format specified instead
[platform/upstream/gstreamer.git] / ext / flac /
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-31 Tim-Philipp Müllerflactag, wavparse: GstAdapter is not a GstObject
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-16 Sebastian Drögeflacenc: Optionally write a PADDING block
2009-07-01 Edward Herveyflacdec: Don't send empty string tags
2009-06-01 Tim-Philipp Müllerflacenc: some more logging - dump header packets
2009-06-01 Tim-Philipp Müllerflacenc: never ever pass values >36bits to _set_total_s...
2009-06-01 Thomas Vander SticheleAddress bad FLAC sample length encoding of #5844455
2009-05-13 Tim-Philipp Müllerflacdec: fix buffer leak
2009-05-08 Edward Herveyflacdec: Actually output the pending buffer.. and not...
2009-05-07 Christian SchallerAdd RANKS for various encoders and muxers
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-05-04 Sebastian Drögeflac: Implement preset interface
2009-04-29 Sebastian Drögeflacenc: Use the tag merge mode that was set on the...
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-11-04 Stefan KostDon't install static libs for plugins. Fixes #550851...
2008-10-31 Sebastian Drögeext/flac/Makefile.am: Include $(FLAC_CFLAGS) in CFLAGS...
2008-10-10 Jan Schmidtext/flac/: Cast some size_t arguments to guint to avoid...
2008-09-04 Tim-Philipp Müllerext/flac/gstflacenc.c: Make sure the desired default...
2008-08-20 Tim-Philipp Müllerext/flac/gstflacenc.c: Fix compilation against older...
2008-08-09 Sebastian Drögeext/flac/gstflacenc.c: Actually provide the variables...
2008-08-08 Sebastian Drögeext/flac/gstflacenc.*: Handle non-zero start timestamps...
2008-08-07 Sebastian Drögeext/flac/gstflacenc.c: If seeking failed return the...
2008-08-07 Frederic CrozatMake sure gettext returns translations in UTF-8 encodin...
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/gstflacenc.c: Set an estimate for the total...
2008-08-03 Sebastian Drögeext/flac/gstflacdec.c: Support decoding of all depths...
2008-08-03 Sebastian Drögeext/flac/gstflacenc.c: Support encoding of up to 8...
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-09-26 Tim-Philipp Müllerext/flac/gstflacenc.*: Save the flow return from the...
2007-08-05 Stefan Kostext/flac/gstflacenc.c: Widen caps to match decoder...
2007-06-22 Edward HerveyFix memory leaks.
2007-06-10 Josh CoalsonAdd support for flac >= 1.1.3 which changed the API...
2007-05-25 Tim-Philipp Müllerext/flac/gstflacenc.*: Collect headers, add "streamhead...
2007-05-24 Tim-Philipp Müllerext/flac/gstflacenc.c: Don't crash in chain function...
2007-05-02 Sebastian Drögeext/flac/gstflac.c: Call bindtextdomain() to get locali...
2007-05-02 Sebastian Drögeext/flac/gstflacdec.c: Correctly post an error on the...
2007-03-04 Jan SchmidtFix a bunch of leaks shown by the newly-added states...
2006-10-16 Josep Torra VallesFix a bunch of problems discovered by the Forte compile...
2006-09-16 Stefan KostMore G_OBJECT macro fixing.
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-06-11 Thomas Vander Sticheleautogen.sh: require am17
2006-06-01 Stefan KostFix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
2006-05-27 Tim-Philipp Müllerext/flac/gstflac.c: Don't #include file we don't dist...
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-25 Stefan KostDefine GstElementDetails as const and also static ...
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 Stefan KostFix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
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-03-13 Wim Taymansclose #333784 unref the result of gst_pad_get_parent...
2006-02-24 Tim-Philipp Müllerext/flac/gstflacenc.c: Change min. sample rate to 8kHz...
2006-02-08 Tim-Philipp Müllerext/: Register musicbrainz tags.
2006-02-06 Tim-Philipp MüllerPass unhandled queries upstream instead of just droppin...
2006-02-03 Edgard LimaFixed a bug add in last commit, where no event is send...
2006-02-03 Edgard LimaJust make it compile with --disable-gst-debug.
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-06 Thomas Vander Sticheleexpand tabs
next