summaryrefslogtreecommitdiff
path: root/src/lib/transcoder.cc
AgeCommit message (Collapse)Author
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 ↵Carl Hetherington
frame rates.
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
content settings rather than using the film's settings. Remove film property of burn-subtitles.
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 ↵Carl Hetherington
out test fiasco after making libdcp compare DCPs properly again.
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 ↵Carl Hetherington
frame is going to be used.
2013-11-09Fix a few memory leaks.Carl Hetherington
2013-11-08Don't display frames per second during digest calculation; clear job ↵Carl Hetherington
sub-name on completion; print job name more nicely when there is no sub name.
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
call.
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 ↵Carl Hetherington
movement with still-image DCPs (#130).
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 ↵Carl Hetherington
up A/B transcoder slightly; fix combiner if image strides differ; try to fix problems when destroying Encoders; fix SimpleImage copy constructor to cope with aligned images; don't call encoder::process_end if the encode throws an exception.
2013-04-24Try to fix crash with still-image DCPs.Carl Hetherington
2013-04-23Connect Trimmer clsas.Carl Hetherington
2013-04-22Try to fix it.Carl Hetherington
2013-04-21Untested merge of master.Carl Hetherington
2013-04-15Repair very bad merge. Mysterious.Carl Hetherington
2013-04-15Merge master.Carl Hetherington
2013-04-12Seems wrong to try to complete an encode if it has thrown an exception.Carl Hetherington
2013-04-11Try to fix lack of subs in the viewer after they are turned on.Carl Hetherington
2013-04-04Split playlist files up; fix build.Carl Hetherington
2013-04-04More various bits.Carl Hetherington
2013-04-01Various bits.Carl Hetherington
2013-04-01XML metadata and some other bits.Carl Hetherington
2013-03-31Content can be added and previewed.Carl Hetherington