| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-06-19 | Bump versionv2.8.11 | Carl Hetherington | |
| 2016-06-19 | Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomatic | Carl Hetherington | |
| 2016-06-19 | Missing Windows dependency. | Carl Hetherington | |
| 2016-06-19 | Bump version | Carl Hetherington | |
| 2016-06-19 | Bump versionv2.8.10 | Carl Hetherington | |
| 2016-06-18 | Parse .ass files using the text subtitle code. | Carl Hetherington | |
| 2016-06-18 | Fix special cscript build for Windows XP. | Carl Hetherington | |
| 2016-06-18 | Supporter. | Carl Hetherington | |
| 2016-06-18 | Try to fix 64-bit centos link of nettle. | Carl Hetherington | |
| 2016-06-18 | Use wx_to_std and std_to_wx for now. | Carl Hetherington | |
| 2016-06-17 | Add preference for the default number of DCP channels (#897). | Carl Hetherington | |
| 2016-06-17 | Missing virtual destructor. | Carl Hetherington | |
| 2016-06-16 | Fix typo in previous. | Carl Hetherington | |
| 2016-06-16 | Supporter. | Carl Hetherington | |
| 2016-06-16 | Ignore any hidden files when looking for images. | Carl Hetherington | |
| We used to do ._* and .DS_Store but there has been a report of .com.apple.timemachine.supported. | |||
| 2016-06-16 | Potential fix for crash on loading a new film after starting an audio analysis. | Carl Hetherington | |
| 2016-06-16 | Remove seconds from KDM time period specification (#819). | Carl Hetherington | |
| 2016-06-15 | Bump libdcp for dep fix. | Carl Hetherington | |
| 2016-06-14 | Bump libdcp for the return of OpenJPEG 1.5.x. | Carl Hetherington | |
| 2016-06-14 | Basic guessing of audio channels from filenames (#393). | 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-14 | Bump cscript for libdcp whitespace/tab fix. | Carl Hetherington | |
| 2016-06-14 | Update for state file version change. | Carl Hetherington | |
| 2016-06-14 | Discard right-eye images when using 3D sources to make 2D DCPs. | Carl Hetherington | |
| 2016-06-14 | Use edit rate not frame rate for displaying rate of DCPs. | Carl Hetherington | |
| 2016-06-14 | Fix subtle bug with 3D and add a explicit to stop it happening again. | Carl Hetherington | |
| 2016-06-14 | Set correct video frame type when importing DCPs (part of #806). | Carl Hetherington | |
| 2016-06-14 | Fix some confusion with filling and VideoFrame. | Carl Hetherington | |
| 2016-06-14 | Add VideoFrame class. | Carl Hetherington | |
| This puts a frame index with an Eyes, which simplifies code in some areas. I can't think of a better name for it, unfortunately. | |||
| 2016-06-14 | Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomatic | Carl Hetherington | |
| 2016-06-14 | Test fix. | Carl Hetherington | |
| 2016-06-14 | Bump libdcp for various fixes to Interop subtitle time parsing. | Carl Hetherington | |
| 2016-06-14 | Silly mistake in previous. | Carl Hetherington | |
| 2016-06-13 | Try to fix build. | Carl Hetherington | |
| 2016-06-13 | Improve error messages on failing to load DCP subs. | Carl Hetherington | |
| 2016-06-13 | Fix VideoDecoder::get_video() with 3D. | Carl Hetherington | |
| get_video() promises to return all video frames at the given time, but this wasn't working for none-SBS-3D as it would be satisfied when it got the first (left) frame. Adjust get_video() to get all required frames. This showed up bugs in fill_both_eyes, whereby the from parameter was ignored and the wrong things were done in some cases; video_decoder_fill_test.cc tests this stuff. | |||
| 2016-06-13 | Add 3D video frame type for, e.g. 3D DCP inputs (part of #806). | Carl Hetherington | |
| 2016-06-13 | Remove caching of old ImageDecoder objects. | Carl Hetherington | |
| This breaks things when there is a 3D ImageContent. When you change the video frame type on this content the view does not update because the re-used ImageDecoder recycles the same video without noticing that the frame type has changed. I guess this is sort of `because' the video frame type is used in VideoDecoder::give, which sets up the cache. Unfortunately I can't remember the case which the caching of ImageDecoders was meant to speed up. Maybe this will now become apparent. | |||
| 2016-06-13 | Make storage of VideoFrameType robust by using a string in the XML rather ↵ | Carl Hetherington | |
| than a casted enum. | |||
| 2016-06-13 | Bump libdcp for licence statement changes wrt OpenSSL. | Carl Hetherington | |
| 2016-06-13 | Fix previous. | Carl Hetherington | |
| 2016-06-13 | Use nettle rather then openssl for MD5 digesting. | Carl Hetherington | |
| 2016-06-13 | Rename MD5Digester -> Digester. | Carl Hetherington | |
| 2016-06-13 | Add SSA subtitle test. | Carl Hetherington | |
| 2016-06-13 | Add button to move things to the start of reels (#798). | Carl Hetherington | |
| 2016-06-11 | Bump libsub for various improvements. | Carl Hetherington | |
| 2016-06-11 | Fix supporter name. | Carl Hetherington | |
| 2016-06-11 | Supporter. | Carl Hetherington | |
| 2016-06-10 | New cdist can run a specific test. | Carl Hetherington | |
| 2016-06-10 | Various updates for subtitle changes. | Carl Hetherington | |
