| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-07-10 | Use dcp::compose rather than our own.compose | Carl Hetherington | |
| 2021-07-03 | Use std::vector rather than a raw array. | Carl Hetherington | |
| 2021-06-24 | Fix incorrect timestamps when exporting as reels (#2052).v2.15.155 | Carl Hetherington | |
| 2021-06-24 | Tweak test group name. | Carl Hetherington | |
| 2021-06-24 | Fix incorrect issuer/creator in CPL files. | Carl Hetherington | |
| 2021-06-04 | Fix errors when seeking FFmpeg for some formats. | Carl Hetherington | |
| The comments discuss this in a bit more depth, but basically we see errors from avcodec_send_packet after seek. ffplay etc. seem basically to ignore all errors from avcodec_send_packet, and I can't find a "proper" fix, so here's a half-way house hack: ignore some errors after seek. Nasty. | |||
| 2021-06-03 | C++11 tidying. | Carl Hetherington | |
| 2021-06-03 | Ignore errors from avcodec_receive_frame when flushing video (#2035). | Carl Hetherington | |
| The test fails if we don't do this; it doesn't really seem 100% convincing but we are already doing this for audio. | |||
| 2021-06-01 | Add hint when no audio language is set (#2033). | Carl Hetherington | |
| 2021-06-01 | Put audio language back in the Film. | Carl Hetherington | |
| It feels neat to have audio language in the audio tab, to match the subtitle language in the subtitle tab. It also avoids the potential confusion of there being an audio language setting in the DCP metadata but no subtitle language setting. However: - I am yet to find a need to describe multiple audio languages in the same DCP (all previous users of Film::audio_languages() were just taking the first language off the list). - As Carsten points out it's fiddly to have to set the audio language for 5 separate-channel WAV files, for example (you wouldn't actually have had to do this, but it would have felt like you did). I think subtitle language remains neater where it is (per-content) as there is this additional subtitle language metadata and it makes much more sense (and is much more likely) that there are multiple subtitle languages in a DCP than it does multiple audio languages. | |||
| 2021-05-31 | Allow any ratio to appear in the ISDCF name as an interior aspect ratio (#2030). | Carl Hetherington | |
| 2021-05-27 | Bump libdcp for fix to decryption of SMPTE subtitles. | Carl Hetherington | |
| Also add a test for that. | |||
| 2021-05-26 | Fix potential very rare test failure. | Carl Hetherington | |
| 2021-05-26 | Remove privilege escalation via seteuid() etc. on Linux. | Carl Hetherington | |
| 2021-05-25 | Move video level conversion for RGB from FFmpegImageProxy to Image. | Carl Hetherington | |
| Since FFmpeg does not do video level conversion for RGB sources when we (sort of) ask it to in Image::crop_scale_window() it seems to make more sense to compensate for that by calling full_to_video_range() in the same place (rather than in FFmpegImageProxy). | |||
| 2021-05-25 | Clamp results correctly when shifting video levels, and account for that in ↵ | Carl Hetherington | |
| tests. | |||
| 2021-05-25 | Make a test check more informative. | Carl Hetherington | |
| 2021-05-25 | Use decoder_factory() and a lambda to clean things up a bit. | Carl Hetherington | |
| 2021-05-11 | Don't apply the Windows long path fix twice.v2.15.147 | Carl Hetherington | |
| 2021-05-09 | Remove erroneous call to optional_node_child(). | Carl Hetherington | |
| Just after this we loop over all <Text> nodes, and optional_node_child will raise an exception if there is more than one. | |||
| 2021-05-09 | C++11 tidying. | Carl Hetherington | |
| 2021-05-03 | C++11 tidying. | Carl Hetherington | |
| 2021-05-03 | Add pixel format 0 (AV_PIX_FMT_YUV420P) to make_part_black(). | Carl Hetherington | |
| Remainder of fix for #1984. | |||
| 2021-05-03 | Test output tweaks. | Carl Hetherington | |
| 2021-05-03 | Add export test DCP -> h264 to trigger #1984. | Carl Hetherington | |
| 2021-05-03 | Add pixel format 66 (AV_PIX_FMT_YUV422P10LE) to make_part_black(). | Carl Hetherington | |
| Part of fix for #1984. | |||
| 2021-05-03 | Add export test DCP -> prores to trigger #1984. | Carl Hetherington | |
| 2021-05-03 | C++11 tidying. | Carl Hetherington | |
| 2021-05-01 | Upgrade to FFmpeg 4.4. | Carl Hetherington | |
| 2021-05-01 | C++11 tidying. | Carl Hetherington | |
| 2021-04-29 | C++11 tidying. | Carl Hetherington | |
| 2021-04-27 | Reduce disk usage of interrupt_encoder_test. | Carl Hetherington | |
| 2021-04-23 | Do less logging during tests, but also log some details of what test is | Carl Hetherington | |
| running on Windows. | |||
| 2021-04-23 | Fix fopen() on windows to cope with long filenames (part of #1755). | Carl Hetherington | |
| 2021-04-23 | More test fixes. | Carl Hetherington | |
| 2021-04-23 | Fix test for random noise addition. | Carl Hetherington | |
| 2021-04-23 | Add some new check methods. | Carl Hetherington | |
| 2021-04-23 | Update test reference. | Carl Hetherington | |
| 2021-04-23 | Cope with noise being added to small JPEG2000 images. | Carl Hetherington | |
| 2021-04-23 | Rename some test data. | Carl Hetherington | |
| 2021-04-21 | Make digest calculations interruptible. | Carl Hetherington | |
| 2021-04-21 | Add a possibly-useful test. | Carl Hetherington | |
| 2021-04-10 | Fix up hints about long subtitle lines. | Carl Hetherington | |
| 2021-04-09 | Make DCP text track language properly optional and ignore bad values on ↵ | Carl Hetherington | |
| imported DCPs (#1950). | |||
| 2021-04-08 | Assorted C++11/formatting cleanups. | Carl Hetherington | |
| 2021-04-06 | Update test/data for the metadata.xml reference. | Carl Hetherington | |
| 2021-04-06 | Add language to some text used in tests to avoid a verification error. | Carl Hetherington | |
| 2021-04-06 | Ignore JPEG2000 guard bits warning in a test using an old MXF. | Carl Hetherington | |
| 2021-04-06 | Fix ISDCF name reference in test. | Carl Hetherington | |
| 2021-04-06 | Update test/data revision. | Carl Hetherington | |
