summaryrefslogtreecommitdiffstats
path: root/ext/flac
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-092-8/+9
* flactag, wavparse: GstAdapter is not a GstObjectTim-Philipp Müller2009-08-311-1/+1
* 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-212-5/+33
* flacenc: Optionally write a PADDING blockSebastian Dröge2009-07-162-3/+35
* flacdec: Don't send empty string tagsEdward Hervey2009-07-011-1/+2
* flacenc: some more logging - dump header packetsTim-Philipp Müller2009-06-021-6/+12
* flacenc: never ever pass values >36bits to _set_total_samples_estimate()Tim-Philipp Müller2009-06-021-1/+1
* Address bad FLAC sample length encoding of #5844455Thomas Vander Stichele2009-06-011-1/+5
* 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