summaryrefslogtreecommitdiffstats
path: root/ext/flac
Commit message (Expand)AuthorAgeFilesLines
* 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-282-13/+22
* 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
* Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost2008-11-041-0/+1
* ext/flac/Makefile.am: Include $(FLAC_CFLAGS) in CFLAGS to make sure to find t...Sebastian Dröge2008-10-311-1/+1
* ext/flac/: Cast some size_t arguments to guint to avoid compiler warnings on ...Jan Schmidt2008-10-102-3/+4
* ext/flac/gstflacenc.c: Make sure the desired default values are actually set,...Tim-Philipp Müller2008-09-041-14/+20
* ext/flac/gstflacenc.c: Fix compilation against older libflac versions.Tim-Philipp Müller2008-08-201-1/+1
* ext/flac/gstflacenc.c: Actually provide the variables required for the format...Sebastian Dröge2008-08-091-1/+2
* ext/flac/gstflacenc.*: Handle non-zero start timestamps correctly, mark heade...Sebastian Dröge2008-08-082-11/+67
* ext/flac/gstflacenc.c: If seeking failed return the appropiate return value t...Sebastian Dröge2008-08-071-0/+6
* Make sure gettext returns translations in UTF-8 encoding rather than in the c...Frederic Crozat2008-08-071-0/+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-068-306/+261
* ext/flac/gstflacenc.c: Set an estimate for the total number of samples that w...Sebastian Dröge2008-08-031-0/+42
* ext/flac/gstflacdec.c: Support decoding of all depths between 4 and 32 bits a...Sebastian Dröge2008-08-033-30/+99
* ext/flac/gstflacenc.c: Support encoding of up to 8 channels.Sebastian Dröge2008-08-031-36/+138
* 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-252-1/+57
* 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-182-16/+27
* ext/flac/gstflacdec.*: Send segments from the streaming thread. Fixes #502187.Wim Taymans2007-12-142-75/+140
* ext/flac/gstflacenc.*: Save the flow return from the last gst_pad_push() and ...Tim-Philipp Müller2007-09-262-16/+28
* ext/flac/gstflacenc.c: Widen caps to match decoder a bit and add more FIXMEs.Stefan Kost2007-08-051-1/+4
* Fix memory leaks.Edward Hervey2007-06-221-4/+2
* Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.Josh Coalson2007-06-104-4/+443
* ext/flac/gstflacenc.*: Collect headers, add "streamheader" field to output ca...Tim-Philipp Müller2007-05-252-11/+172
* ext/flac/gstflacenc.c: Don't crash in chain function if setcaps hasn't been c...Tim-Philipp Müller2007-05-241-9/+17
* ext/flac/gstflac.c: Call bindtextdomain() to get localized strings.Sebastian Dröge2007-05-021-0/+7
* 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 leaks shown by the newly-added states test.Jan Schmidt2007-03-041-0/+1
* Fix a bunch of problems discovered by the Forte compiler, mostly type mixups ...Josep Torra Valles2006-10-162-8/+8
* More G_OBJECT macro fixing.Stefan Kost2006-09-161-1/+1
* 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-222-9/+62
* ext/flac/: Support chain-based operation, should make flac-over-DAAP work (#3...Tim-Philipp Müller2006-06-203-68/+466
* autogen.sh: require am17Thomas Vander Stichele2006-06-111-6/+4
* Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost2006-06-011-2/+2
* ext/flac/gstflac.c: Don't #include file we don't dist any longer.Tim-Philipp Müller2006-05-271-1/+1