gstreamer/ext/flac
Tim-Philipp Müller 53be1d33ca flacenc: never ever pass values >36bits to _set_total_samples_estimate()
Let's be paranoid and make sure we never pass a number that takes up
more than 36 bits to _set_total_samples_estimate(), since libFLAC
expects all the other bits to be zero, and if this is not the case
neighbouring fields in the global stream info header may get messed
up inadvertently, so that flac -d refuses to decode the stream.
See #584455.
2009-06-02 00:46:42 +01:00
..
gstflac.c Add RANKS for various encoders and muxers 2009-05-07 18:10:08 +01:00
gstflacdec.c flacdec: fix buffer leak 2009-05-13 09:18:07 +01:00
gstflacdec.h add pending_samples so that we only update segment's last stop after really sending the samples 2009-04-04 15:14:32 +02:00
gstflacenc.c flacenc: never ever pass values >36bits to _set_total_samples_estimate() 2009-06-02 00:46:42 +01:00
gstflacenc.h flac: require a 'newer' flac and remove support for the legacy flac API 2009-03-27 21:27:30 +00:00
gstflactag.c 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
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