summaryrefslogtreecommitdiff
path: root/src/lib/decoder.cc
AgeCommit message (Expand)Author
2012-11-12Remove out of date comment.Carl Hetherington
2012-11-12Untested; more movement of stuff out of decoder.Carl Hetherington
2012-11-11Fix comment.Carl Hetherington
2012-11-10More various AudioStream hacks.Carl Hetherington
2012-11-07Move audio sample format stuff out of Decoder base class.Carl Hetherington
2012-11-07Move deinterleaving of audio into ffmpeg decoder.Carl Hetherington
2012-11-05Fix crash.Carl Hetherington
2012-11-05Move trimming into the encoder; seems to be cleaner.Carl Hetherington
2012-11-04Various fixes.Carl Hetherington
2012-11-04Hoepfully fix end trimming, and fix noise on end of audio when resampling.Carl Hetherington
2012-11-04Fix various bugs.Carl Hetherington
2012-11-04Various range fixes.Carl Hetherington
2012-11-04Fix merge; other tweaks.Carl Hetherington
2012-11-04Do the delay line in floats with an AudioBuffer.Carl Hetherington
2012-11-04Partial small cleanup.Carl Hetherington
2012-11-04Rework counting of audio / video in the decoder a bit.Carl Hetherington
2012-11-04Revert "Remove minimal flag."Carl Hetherington
2012-11-04Remove minimal flag.Carl Hetherington
2012-11-04Remove unused ignore_length parameter.Carl Hetherington
2012-11-04Various work on range setting.Carl Hetherington
2012-11-04Merge master.Carl Hetherington
2012-11-04Skip every other frame with 50fps sources.Carl Hetherington
2012-11-04Fix bugs caught by tests.Carl Hetherington
2012-11-04Untested trim of start and end.Carl Hetherington
2012-11-04Remove trim action settings.Carl Hetherington
2012-11-01Don't fail if we need to insert stuff right at the beginning of the decode.Carl Hetherington
2012-10-31Try a different approach to frame duplication in the decoder.Carl Hetherington
2012-10-31Fix up parent / child member naming confusion.Carl Hetherington
2012-10-31Be more checky about inputs.Carl Hetherington
2012-10-30Tweak naming.Carl Hetherington
2012-10-27include trimming.Carl Hetherington
2012-10-27cerr -> logCarl Hetherington
2012-10-27Try to separate out filter graph code and use a different one for each differ...Carl Hetherington
2012-10-25Erroneous leftover _log in Decoder; use decoder audio channels count rather t...Carl Hetherington
2012-10-24Try to clean up source length handling.Carl Hetherington
2012-10-24Use more local methods rather than calling out to Film in the Decoder.Carl Hetherington
2012-10-24Use boost::signals2; fix bugs with x-thread signalling.Carl Hetherington
2012-10-24Merge FilmState / Film.Carl Hetherington
2012-10-24Try to fix overrunning subtitles.Carl Hetherington
2012-10-24Try to fix up subtitle timing a bit.Carl Hetherington
2012-10-22Try again to sort out the audio padding / alignment.Carl Hetherington
2012-10-22Do audio/video pts sync in a hopefully much more sensible way.Carl Hetherington
2012-10-22Try to make audio discard work properly.Carl Hetherington
2012-10-22Fix crash on using delay; fix x-thread GUI access caused by FilmState default...Carl Hetherington
2012-10-22Add some more logging.Carl Hetherington
2012-10-21Partial merge of examine content and thumbnail jobs.Carl Hetherington
2012-10-20Extract audio more correctly and neatly; support 7.1 in DCP naming; fix up la...Carl Hetherington
2012-10-20Don't add silence at the end if not decoding audio; use an appropriately size...Carl Hetherington
2012-10-20Clean up audio passing round a bit.Carl Hetherington
2012-10-20Don't cache sample format, fix up various things.Carl Hetherington