| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-11-23 | Remove swaroop variant. | Carl Hetherington | |
| 2020-11-20 | Subtitle language handling tweaks; write multiple subtitle languages | Carl Hetherington | |
| to SMPTE extended metadata. | |||
| 2020-11-20 | Recover subtitle language metadata from the places is was written | Carl Hetherington | |
| in older films. | |||
| 2020-11-20 | Move make_black_test into image_test. | Carl Hetherington | |
| 2020-11-20 | Always add FFOC and LFOC markers (#1805). | Carl Hetherington | |
| 2020-11-16 | Obey requests to change the video range of RGB content. | Carl Hetherington | |
| Video that comes in with RGB pixels will not have its video level ranges changed by libswscale (it only does this for YUV and greyscale). Here we add code to do it ourselves for RGB content coming in via image files (e.g. PNG/DPX etc). Part of #1851. | |||
| 2020-11-02 | Add some tests.v2.15.106 | Carl Hetherington | |
| 2020-10-12 | Remove Image/GraphicsMagick dependency. | Carl Hetherington | |
| 2020-10-12 | Cope with different names for ImageMagick's .pc file (Linux and macOS). | Carl Hetherington | |
| 2020-08-03 | Add unit test for pulldown detection. | Carl Hetherington | |
| 2020-06-19 | Make Atmos content work more like other content. Now its MXFsv2.15.82 | Carl Hetherington | |
| are re-written, meaning that they can be encrypted. This (along with the libdcp update) also fixes assorted Atmos bugs. | |||
| 2020-05-21 | Fix enabled/disable overlapping video/audio with DCP content (part of #1355) | Carl Hetherington | |
| 2020-05-06 | Add some unit tests. | Carl Hetherington | |
| 2020-05-04 | Missing library from test link list. | Carl Hetherington | |
| 2020-05-03 | Add Zipper class and use it in CinemaKDMs. | Carl Hetherington | |
| 2020-04-20 | Add LEQ(m) when analysing audio (#1382).v2.15.52 | Carl Hetherington | |
| 2020-04-17 | Add feature to Socket so that it can send digests of data it has sent | Carl Hetherington | |
| and check those digests on receive. | |||
| 2020-04-06 | Add disk writer tool. | Carl Hetherington | |
| 2020-02-19 | Nicer fix for 2D-labelled-3D checking from master. | Carl Hetherington | |
| 2019-10-13 | Fix failure to load OV after adding a VF to a project. | Carl Hetherington | |
| This has the same cause as 19f51503621a57794bd79bac053c9e6549a69f46 i.e. the DCPDecoder re-use optimisation. This commit tries to re-fix 19f515 in a more general way which also takes into account the OV/VF bug. It also adds a unit test. | |||
| 2019-09-29 | Improve OpenFileError so that it doesn't say "opening for read"v2.15.20 | Carl Hetherington | |
| in one case where it should say "opening for read/write". Also add some unit tests for ReelWriter. | |||
| 2019-07-02 | Add support for Datasat AP2x and USL sound processors when converting | Carl Hetherington | |
| fader position to gain. Stop storing a chosen processor in config; instead, get the user to choose the processor when calculating gains. | |||
| 2019-06-27 | Fix incorrect timing of PNG subtitles in second and subsequent reels. | Carl Hetherington | |
| 2019-06-09 | swaroop: support validity periods in ecinema KDMs. | Carl Hetherington | |
| 2019-01-16 | Rework command-line parser for dcpomatic_create to allow optionsv2.13.103 | Carl Hetherington | |
| to be specified per content. Use this to support 3D. | |||
| 2019-01-05 | Fix strange behaviour with single-frame fades (#1440). | Carl Hetherington | |
| 2018-12-23 | Incomplete encryption of private keys. | Carl Hetherington | |
| 2018-11-06 | Add some code to help with profiling the player. | Carl Hetherington | |
| 2018-10-13 | Fix test build. | Carl Hetherington | |
| 2018-10-12 | Use ImageMagick for test stuff. | Carl Hetherington | |
| 2018-10-12 | Change MagickImageProxy to FFmpegImageProxy and make it use FFmpeg | Carl Hetherington | |
| to decode images. Hence remove {Image,Graphics}Magick. | |||
| 2018-07-19 | Add very basic test. | Carl Hetherington | |
| 2018-06-21 | New tests. | Carl Hetherington | |
| 2018-04-19 | Add unit test to trigger #1275 and an assert to prevent the segfault. | Carl Hetherington | |
| 2018-01-16 | In general the player assumes that it won't receive out of order video. | Carl Hetherington | |
| This clearly can happen with separate L/R sources. A pass in L might emit two frames which means the arrivals can't possibly be in order. This commit fixes this by introducing a Shuffler which all alternate-3D sources send their video to. The Shuffler re-orders things before they arrive at the player. It also fixes the code which inserts video frames before one that arrives after a gap. This didn't cope with 3D right before. The audio code solves a similar (perhaps the same?) problem with the AudioMerger; perhaps we should have a similar thing for video and make the player emit complete 3D frames. Should help with #976. | |||
| 2018-01-05 | Backup more than one config on failure to load. | Carl Hetherington | |
| 2017-10-10 | Fix erroneous addition to test/wscript. | Carl Hetherington | |
| 2017-10-10 | Fix disappearing frames while seeking in some cases. | Carl Hetherington | |
| 2017-09-01 | Fix corruption of an existing DCP when a new one is made with the same video | Carl Hetherington | |
| asset (#1126). | |||
| 2017-08-30 | New test. | Carl Hetherington | |
| 2017-07-25 | Removing explicit link with libbfd and libiberty. | Carl Hetherington | |
| 2017-07-12 | Don't emit black to fill up to a frame that we're not going to emit. | Carl Hetherington | |
| 2017-07-12 | Add test for AudioRingBuffers. | Carl Hetherington | |
| 2017-06-29 | Fixes for silence in projects, various cleanups. | Carl Hetherington | |
| 2017-06-07 | Fix incorrect reel numbers in subtitle XML/MXF. | Carl Hetherington | |
| 2017-05-31 | Allow repeat-frame to work with 3D. | Carl Hetherington | |
| 2017-05-29 | Add content_test.cc for tests of particular pieces of content. | Carl Hetherington | |
| 2017-05-10 | Rename some classes. | Carl Hetherington | |
| 2017-05-09 | Basic video transcoding working. | Carl Hetherington | |
| 2017-04-19 | First bits of torture test. | Carl Hetherington | |
