| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-05-10 | Rename some classes. | Carl Hetherington | |
| 2017-05-09 | Make Transcoder a virtual base. | Carl Hetherington | |
| 2017-04-19 | Various Doxygen fixes. | Carl Hetherington | |
| 2017-04-19 | More fixes to when to pull from the audio merger. | Carl Hetherington | |
| 2017-04-19 | Fix pull timing; fix units of ReelWriter::total_written_audio_frames. | Carl Hetherington | |
| 2017-04-19 | Attempt to tidy up internal APIs slightly. | Carl Hetherington | |
| 2017-04-19 | Basic grunt-work, untested and unfinished, but it compiles. | Carl Hetherington | |
| 2016-12-21 | Add approximate finish time to progress on jobs (#927). | Carl Hetherington | |
| 2016-06-14 | Clean up of 3D->2D conversion. | Carl Hetherington | |
| It makes slightly more sense to discard 2D in the Transcoder rather than the Encoder. Unfortunately this requires quite invasive changes, mainly to remove Encoder::_position and instead derive this information from the PlayerVideo that is being handled. This is also nicer than before, I think. A notable change is that in player.cc; using time rather than content_video_to_dcp(). This means we are assuming that the decoder returns video at the time we ask it to, rather than checking what it has returned. I can't think of a problem with this (yet). | |||
| 2016-06-07 | Replace a shared_ptr with a weak_ptr. | Carl Hetherington | |
| 2016-05-29 | Move transcode progress updating. | Carl Hetherington | |
| Do this in the transcoder rather than the writer so that it updates even if video is being referenced. | |||
| 2016-05-25 | No-op; fix GPL address and use the explicit-program-name version. | Carl Hetherington | |
| 2016-05-18 | Rename video/audio/subtitle part methods. | Carl Hetherington | |
| 2016-05-18 | Split audio; builds. | Carl Hetherington | |
| 2015-12-09 | Remove unused variable. | Carl Hetherington | |
| 2015-10-26 | Reinstate subtitle speed-up patch 526fd6de4c80a7ac9614a1cb0209efff7b171cd5 ↵ | Carl Hetherington | |
| but only for preview. | |||
| 2015-10-22 | Various multi-reel fixes. | Carl Hetherington | |
| * _video_frames_enqueued -> _position * some int -> Frame replacements * Call Writer::ref_write when there is nothing to encode / write for one frame. * Assume Encoder::encode is called once per output video frame. * Possibly correct some off-by-1 overlap bugs. * Don't reset _last_written on FAKE write as I believe there is no need. | |||
| 2015-10-12 | Rename split-by-video content slightly; fix referencing to multi-reel DCPs. | Carl Hetherington | |
| 2015-09-16 | Back-end for very basic and hacky VF support for a DCP imported as content. | Carl Hetherington | |
| 2015-09-01 | Don't start thread in constructor. (Writer) | Carl Hetherington | |
| 2015-08-27 | Fix Player::dcp_to_content_video with similar but not equal content/DCP ↵ | Carl Hetherington | |
| frame rates. | |||
| 2015-07-15 | Remove unused PlayerStatistics stuff. | Carl Hetherington | |
| 2015-07-01 | Go back to player having a playlist and not assuming it uses the film's content. | Carl Hetherington | |
| 2015-06-25 | Make player decide whether subtitles should be burnt based on | Carl Hetherington | |
| content settings rather than using the film's settings. Remove film property of burn-subtitles. | |||
| 2015-06-21 | No-op: remove all trailing whitespace. | Carl Hetherington | |
| 2015-06-19 | No-op; variable renaming. | Carl Hetherington | |
| 2015-06-17 | Remove Film::make_player(). | Carl Hetherington | |
| 2014-12-20 | Hand-apply 6fc77d362ee50747d0ff1626720ccd6d3704d9a4 from master; comment fix. | Carl Hetherington | |
| 2014-12-20 | Basic pass-through of font information when using DCP subtitles. | Carl Hetherington | |
| 2014-07-22 | Write 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-10 | Various fixes for DCP subtitles, and a test or two. | Carl Hetherington | |
| 2014-07-04 | Make XML subtitle work at the very minimal level. | Carl Hetherington | |
| 2014-07-02 | Clarify that Encoder really just manages video encoding. | Carl Hetherington | |
| 2014-07-01 | DCPVideoFrame -> DCPVideo and PlayerVideoFrame -> PlayerVideo. | Carl Hetherington | |
| 2014-05-20 | Merge master. | Carl Hetherington | |
| 2014-05-14 | Move Eyes and ColourConversion into PlayerVideoFrame. | Carl Hetherington | |
| 2014-05-14 | Rename PlayerImage to PlayerVideoFrame and give it its own file. | Carl Hetherington | |
| 2014-05-01 | Fix 3D support. | Carl Hetherington | |
| 2014-04-27 | Copyright date. | Carl Hetherington | |
| 2014-03-25 | It builds. | Carl Hetherington | |
| 2014-01-01 | Untested basic stats for player. | Carl Hetherington | |
| 2013-12-04 | Suspend scale / crop / window / subtitle overlay until we decide that a ↵ | Carl Hetherington | |
| frame is going to be used. | |||
| 2013-11-09 | Fix a few memory leaks. | Carl Hetherington | |
| 2013-11-08 | Don'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-19 | Some improvements in progress reporting, especially for long jobs. | Carl Hetherington | |
| 2013-08-29 | Better progress reporting during MXF hashing (#184). | Carl Hetherington | |
| 2013-08-17 | Try to actually use colour conversion; bump libdcp in cscript. | Carl Hetherington | |
| 2013-07-22 | Basics of front-end 3D (as far as viewer, at least). | Carl Hetherington | |
| 2013-07-16 | Rename Film::player to reflect the fact that it creates a new Player on each ↵ | Carl Hetherington | |
| call. | |||
| 2013-06-26 | Another try at sorting out the thorny question of timing. | Carl Hetherington | |
