summaryrefslogtreecommitdiff
path: root/src/lib/external_audio_decoder.cc
AgeCommit message (Collapse)Author
2013-03-17Rename ExternalAudioDecoder -> SndfileDecoder.Carl Hetherington
2013-03-06Revert "Split timed from untimed sinks / sources. Should produce same ↵Carl Hetherington
output, in theory." This reverts commit 18614dda0d53b713ace5ad1df57298d049dba87f.
2013-03-05Split timed from untimed sinks / sources. Should produce same output, in ↵Carl Hetherington
theory.
2013-02-28Various markup and tweaks.Carl Hetherington
2013-02-08Shuffle Job pointers around slightly.Carl Hetherington
2013-01-17shared_ptr is a bit excessive for DecodeOptions.Carl Hetherington
2012-12-16Split Options into encode / decode.Carl Hetherington
2012-12-15Missing include.Carl Hetherington
2012-11-18Call processor process_end methods as required. Remove questionable padding ↵Carl Hetherington
of audio length up to the nearest second. Don't emit audio in big blocks as it seems to crash FFmpeg. Fix a few things.
2012-11-17Another attempt to do external audio moderately nicely.Carl Hetherington
2012-11-16Various external audio fixes.Carl Hetherington
2012-11-16Fix a couple of thinkos in the external audio code.Carl Hetherington
2012-11-15GPL boilerplate.Carl Hetherington
2012-11-15Untested external audio support; AB transcodes still broken.Carl Hetherington