summaryrefslogtreecommitdiff
path: root/src/lib/transcoder.cc
AgeCommit message (Expand)Author
2016-06-14Clean up of 3D->2D conversion.Carl Hetherington
2016-06-07Replace a shared_ptr with a weak_ptr.Carl Hetherington
2016-05-29Move transcode progress updating.Carl Hetherington
2016-05-25No-op; fix GPL address and use the explicit-program-name version.Carl Hetherington
2016-05-18Rename video/audio/subtitle part methods.Carl Hetherington
2016-05-18Split audio; builds.Carl Hetherington
2015-12-09Remove unused variable.Carl Hetherington
2015-10-26Reinstate subtitle speed-up patch 526fd6de4c80a7ac9614a1cb0209efff7b171cd5 bu...Carl Hetherington
2015-10-22Various multi-reel fixes.Carl Hetherington
2015-10-12Rename split-by-video content slightly; fix referencing to multi-reel DCPs.Carl Hetherington
2015-09-16Back-end for very basic and hacky VF support for a DCP imported as content.Carl Hetherington
2015-09-01Don't start thread in constructor. (Writer)Carl Hetherington
2015-08-27Fix Player::dcp_to_content_video with similar but not equal content/DCP frame...Carl Hetherington
2015-07-15Remove unused PlayerStatistics stuff.Carl Hetherington
2015-07-01Go back to player having a playlist and not assuming it uses the film's content.Carl Hetherington
2015-06-25Make player decide whether subtitles should be burnt based onCarl Hetherington
2015-06-21No-op: remove all trailing whitespace.Carl Hetherington
2015-06-19No-op; variable renaming.Carl Hetherington
2015-06-17Remove Film::make_player().Carl Hetherington
2014-12-20Hand-apply 6fc77d362ee50747d0ff1626720ccd6d3704d9a4 from master; comment fix.Carl Hetherington
2014-12-20Basic pass-through of font information when using DCP subtitles.Carl Hetherington
2014-07-22Write subtitle intrinsic durations to match the picture in the reel; sort out...Carl Hetherington
2014-07-10Various fixes for DCP subtitles, and a test or two.Carl Hetherington
2014-07-04Make XML subtitle work at the very minimal level.Carl Hetherington
2014-07-02Clarify that Encoder really just manages video encoding.Carl Hetherington
2014-07-01DCPVideoFrame -> DCPVideo and PlayerVideoFrame -> PlayerVideo.Carl Hetherington
2014-05-20Merge master.Carl Hetherington
2014-05-14Move Eyes and ColourConversion into PlayerVideoFrame.Carl Hetherington
2014-05-14Rename PlayerImage to PlayerVideoFrame and give it its own file.Carl Hetherington
2014-05-01Fix 3D support.Carl Hetherington
2014-04-27Copyright date.Carl Hetherington
2014-03-25It builds.Carl Hetherington
2014-01-01Untested basic stats for player.Carl Hetherington
2013-12-04Suspend scale / crop / window / subtitle overlay until we decide that a frame...Carl Hetherington
2013-11-09Fix a few memory leaks.Carl Hetherington
2013-11-08Don't display frames per second during digest calculation; clear job sub-name...Carl Hetherington
2013-10-19Some improvements in progress reporting, especially for long jobs.Carl Hetherington
2013-08-29Better progress reporting during MXF hashing (#184).Carl Hetherington
2013-08-17Try to actually use colour conversion; bump libdcp in cscript.Carl Hetherington
2013-07-22Basics of front-end 3D (as far as viewer, at least).Carl Hetherington
2013-07-16Rename Film::player to reflect the fact that it creates a new Player on each ...Carl Hetherington
2013-06-26Another try at sorting out the thorny question of timing.Carl Hetherington
2013-06-20Various fixes to make audio analysis sort-of work.Carl Hetherington
2013-06-16Fix subtitle controls in the viewer.Carl Hetherington
2013-05-10Remove gain/delay_line/matcher/trimmer.Carl Hetherington
2013-05-08Some tidying up. Do encode progress in the writer to improve progress bar mo...Carl Hetherington
2013-04-26Merge master; fix crash on new film.Carl Hetherington
2013-04-25Remove Image::clone in favour of a copy constructor for SimpleImage; clean up...Carl Hetherington
2013-04-24Try to fix crash with still-image DCPs.Carl Hetherington
2013-04-23Connect Trimmer clsas.Carl Hetherington