gstreamer/ext/flac
Monty Montgomery 799c8e3d04 flacdec: Correct sample number rounding resulting in timestamp jitter
flacdec converts the src timestamp to a sample number, uses that internally, then reconverts the sample number to a timestamp for the output buffer.  Unfortunately, sample numbers can't be represented in an integer number of nanoseconds, and the conversion process was truncating rather than rounding, resulting in sample numbers and output timestamps that were often off by a full sample.

This corrects the time->sample convesion
2011-08-23 10:09:41 +02:00
..
gstflac.c i18n: build fixes: #if -> #ifdef for ENABLE_NLS 2010-03-22 17:26:37 +02:00
gstflacdec.c flacdec: Correct sample number rounding resulting in timestamp jitter 2011-08-23 10:09:41 +02:00
gstflacdec.h flacdec: Send EOS when seeking after the end of file instead of failing 2011-05-14 11:52:13 +02:00
gstflacenc.c flacenc: Properly interprete the result of strcmp() 2011-04-13 16:17:41 +02:00
gstflacenc.h flacenc: optionally add a seek table 2010-01-08 17:43:37 +01:00
gstflactag.c flactag: Fix possible NULL pointer dereference 2010-06-16 19:28:04 +02:00
gstflactag.h ext/flac/: Port flactag to 0.10, add documentation for it and clean it up a bit. 2008-08-06 15:34:55 +00:00
Makefile.am Don't install static libs for plugins. Fixes #550851 for -good. 2008-11-04 12:28:34 +00:00