summaryrefslogtreecommitdiffstats
path: root/ext/flac
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add RANKS for various encoders and muxersChristian Schaller2009-05-071-1/+1
* 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
* flac: Implement preset interfaceSebastian Dröge2009-05-041-0/+7
* flacenc: Use the tag merge mode that was set on the interface for merging tag...Sebastian Dröge2009-04-291-1/+2
* add pending_samples so that we only update segment's last stop after really s...Thomas Vander Stichele2009-04-042-1/+9
* 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-274-522/+8
* 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-092-27/+48
* 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