| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-09-23 | Fix thinko in previous. | Carl Hetherington | |
| 2020-09-23 | Fix potentially unterminated string (#1844). | Carl Hetherington | |
| 2020-03-06 | s/destroy_thread/stop_thread/ | Carl Hetherington | |
| 2020-03-06 | Destroy Job threads at the start of the subclass destructors, | Carl Hetherington | |
| so that the thread is gone before the object is torn down. | |||
| 2019-04-25 | Don't try to upload to TMS after export. | Carl Hetherington | |
| 2019-04-14 | Store successful DCP encodes. | Carl Hetherington | |
| 2018-12-04 | Make some verb tenses more consistent. | Carl Hetherington | |
| 2018-11-21 | Tidy and fix logging. | Carl Hetherington | |
| 2017-05-10 | Rename some classes. | Carl Hetherington | |
| 2017-05-09 | Slight tidy up of progress stuff in TranscodeJob. | Carl Hetherington | |
| 2017-05-09 | Make TranscoderJob able to take any sort of transcoder. | Carl Hetherington | |
| 2017-05-09 | Make Transcoder a virtual base. | Carl Hetherington | |
| 2017-04-19 | Various Doxygen fixes. | Carl Hetherington | |
| 2016-09-30 | Start reporting frames completed in transcode jobs immediately; don't wait ↵ | Carl Hetherington | |
| until fps estimates are available. | |||
| 2016-08-12 | Remove all use of stringstream in an attempt to fix | Carl Hetherington | |
| the suspected thread-unsafe crash bugs on OS X. | |||
| 2016-07-22 | Rename SafeStringStream -> locked_stringstream. Bump deps for removal of ↵ | Carl Hetherington | |
| stringstream. | |||
| 2016-07-05 | Try to improve progress reporting when doing image/sound digests. | Carl Hetherington | |
| 2016-06-21 | Revert "Use make_shared<>." | Carl Hetherington | |
| Support for this seems to vary wildly across DoM's build targets. Stuff that builds on 16.04 won't build on 14.04, for example. Seems to not be worth the hassle now. This reverts commit 5a5324ed3a381a86dfe0a6e3932c1d58fdcd596f. | |||
| 2016-06-21 | Use make_shared<>. | 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-05-25 | No-op; fix GPL address and use the explicit-program-name version. | Carl Hetherington | |
| 2016-02-16 | Add option to auto-upload to the TMS (#794). | Carl Hetherington | |
| 2016-01-14 | Add fps count to the log on transcode finish (#786). | Carl Hetherington | |
| 2015-10-09 | Logging improvements to allow prettier displays in the server GUI. | Carl Hetherington | |
| 2015-09-14 | Add frame counter to transcode progress (#111). | Carl Hetherington | |
| 2015-08-18 | Include tidying. | Carl Hetherington | |
| 2015-07-29 | Replace Time::frames with Time::frames_round and Time::frames_floor. | Carl Hetherington | |
| I believe both are necessary; doing floor instead of round caused #648. | |||
| 2015-06-21 | No-op: remove all trailing whitespace. | Carl Hetherington | |
| 2015-06-19 | No-op; variable renaming. | Carl Hetherington | |
| 2015-03-24 | Hand-apply e30fd8d; resurrect JSON server code. | Carl Hetherington | |
| 2015-01-05 | Fix error reporting by transcode job; no need to set job state inside ↵ | Carl Hetherington | |
| TranscodeJob as Job does it. | |||
| 2014-11-24 | Hand apply 7e5cb78c7e14aac65d1e8a4df301cfac8cf20b2c from master; | Carl Hetherington | |
| fix markup of TRANSLATORS comments. | |||
| 2014-11-07 | Shrink progress text so that it fits better on 4:3 screens. | Carl Hetherington | |
| 2014-08-23 | Merge master. | Carl Hetherington | |
| 2014-08-19 | Use SafeStringStream instead of std::stringstream to try to fix random ↵ | Carl Hetherington | |
| crashes on OS X. | |||
| 2014-08-11 | Merge master. | Carl Hetherington | |
| 2014-08-11 | Remove some left-over JSON bits. | Carl Hetherington | |
| 2014-06-02 | Merge master. | Carl Hetherington | |
| 2014-05-21 | Try to fix clashes caused by ERROR, WARNING etc. as variables. | Carl Hetherington | |
| 2014-05-21 | Tidy up logging a bit. Make it configurable from the GUI. | Carl Hetherington | |
| 2014-04-10 | Remove possibility of confusing blank error messages in TranscodeJobs when ↵ | Carl Hetherington | |
| the transcode fails. | |||
| 2014-03-04 | New DCPTime/ContentTime types. | Carl Hetherington | |
| 2014-02-24 | Merge master; specify libdcp-1.0. | Carl Hetherington | |
| 2014-02-19 | Add some basic JSON stuff. | Carl Hetherington | |
| 2014-02-11 | Merge master. | Carl Hetherington | |
| 2014-02-11 | Fix crash at the end of encodes. | Carl Hetherington | |
| 2014-02-04 | Merge master. | Carl Hetherington | |
| 2014-01-24 | Delete transcoder after job completes to clear memory for the batch converter. | Carl Hetherington | |
| 2014-01-15 | Merge master. | Carl Hetherington | |
| 2014-01-11 | Destroy Transcoder when cancelling transcode jobs; this closes the audio MXF ↵ | Carl Hetherington | |
| so it can be overwritten, even on Windows. | |||
