summaryrefslogtreecommitdiff
path: root/src/lib/decoder.cc
AgeCommit message (Collapse)Author
2012-10-27cerr -> logCarl Hetherington
2012-10-27Try to separate out filter graph code and use a different one for each ↵Carl Hetherington
different pixel format / size of frame.
2012-10-25Erroneous leftover _log in Decoder; use decoder audio channels count rather ↵Carl Hetherington
than Film's.
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 ↵Carl Hetherington
default copy constructor copying its Changed signal's connections; fix up delay setup after film examine.
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 ↵Carl Hetherington
lack of update after changing audio stream.
2012-10-20Don't add silence at the end if not decoding audio; use an appropriately ↵Carl Hetherington
sized buffer for silence and check that emit_audio is passed an integer number of frames.
2012-10-20Clean up audio passing round a bit.Carl Hetherington
2012-10-20Don't cache sample format, fix up various things.Carl Hetherington
2012-10-20Rework audio to deinterleave straight away and pass dataCarl Hetherington
around as floats. Should simplify things.
2012-10-17Re-work FilmState / Film relationship a bit; Film now inherits from ↵Carl Hetherington
FilmState and FilmState does get/set.
2012-10-15Clean up subtitle classes a bit.Carl Hetherington
2012-10-15Unholy melange of stuff; setup a standard test config; send / receive subs ↵Carl Hetherington
to / from servers; various other image stride-related fixes.
2012-10-14Various fixes to subtitling.Carl Hetherington
2012-10-14Try moving subtitle adjustment for crop into the decoder.Carl Hetherington
2012-10-10Subs successfully exported with thumbs.Carl Hetherington
2012-10-09Merge branch 'master' into subsCarl Hetherington
2012-10-09Remove some unnecessary code.Carl Hetherington
2012-10-09Various subtitle fixes.Carl Hetherington
2012-10-02Merge branch 'resample-drop-frame'Carl Hetherington
2012-10-02Tidy up timing code a bit.Carl Hetherington
2012-10-01Some more debug logging.Carl Hetherington
2012-10-01Various fixes to resampling.Carl Hetherington
2012-09-29Entirely untested resampling to fix 24fps drop-frame.Carl Hetherington
2012-09-28Fix probably-incorrect parameter passing, not spotted by compiler due to use ↵Carl Hetherington
of void.
2012-09-24Fix problems with overflow on long films.Carl Hetherington
2012-09-24Some doxygen documentation improvements.Carl Hetherington
2012-09-12Allow build using Ubuntu 12.04 repos.Carl Hetherington
2012-08-04Update README a bit.Carl Hetherington
2012-08-04Build with git.Carl Hetherington
2012-08-040.9.2Carl Hetherington
2012-08-040.11.1.Carl Hetherington
2012-08-040.10.4Carl Hetherington
2012-07-27Use a Crop struct and use it to speed up cropping a bit.Carl Hetherington
2012-07-27Remove debug message.Carl Hetherington
2012-07-27Clean up a few bits.Carl Hetherington
2012-07-27Tidy up and comment a bit.Carl Hetherington
2012-07-27Clean up channels coming from ffmpeg wrt those thought to be the case.Carl Hetherington
2012-07-27Un-hard-wire bytes per sample slightly.Carl Hetherington
2012-07-26Fix up resampling, possibly.Carl Hetherington