summaryrefslogtreecommitdiff
path: root/src/lib/decoder.cc
AgeCommit message (Collapse)Author
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
2012-07-26Implemented but faulty.Carl Hetherington
2012-07-22Tweak to build and maybe run with current FFmpeg git.Carl Hetherington
2012-07-21Fix error on creating cut videos; fill any shortfall in audio with silence.Carl Hetherington
2012-07-20Try to fix up build with newer ffmpeg.Carl Hetherington
2012-07-19#ifdef-y hacks to build with Ubuntu 12.04's ffmpeg.Carl Hetherington
2012-07-15Move things round a bit.Carl Hetherington