| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-05-22 | Rename new_test_film2 -> new_test_film. | Carl Hetherington | |
| 2024-05-21 | Replace all new_test_film with new_test_film2. | Carl Hetherington | |
| 2024-01-28 | Change how video timing is done. | Carl Hetherington | |
| This commit changes the approach with video timing. Previously, we would (more-or-less) try to use every video frame from the content in the output, hoping that they come at a constant frame rate. This is not always the case, however. Here we preserve the PTS of video frames, and then when one arrives we output whatever DCP video frames we can (at the regular DCP frame rate). Hopefully this will solve a range of sync problems, but it could also introduce new ones. | |||
| 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-01-07 | std::shared_ptr | Carl Hetherington | |
| 2020-11-20 | Some tidying up of test Doxygen. | Carl Hetherington | |
| 2020-10-13 | Some macOS test build fixes. | Carl Hetherington | |
| 2020-10-13 | Fix use of DCPOMATIC_TEST_PRIVATE variable to specify where | Carl Hetherington | |
| test private data is. | |||
| 2020-03-11 | Move private_data into TestPaths | Carl Hetherington | |
| 2019-05-10 | Put Time types in dcpomatic namespace. | Carl Hetherington | |
| 2019-01-21 | Stop jobs silently failing in tests. | Carl Hetherington | |
| 2018-11-21 | Put Film pointer into Decoder. | Carl Hetherington | |
| 2018-11-21 | Take Film pointer out of Content. | Carl Hetherington | |
| 2017-09-03 | Restore correct setup of fast resampler when the player is set to fast. | Carl Hetherington | |
| 2017-08-30 | Rename test file. | Carl Hetherington | |
| 2017-04-19 | Various Doxygen fixes. | Carl Hetherington | |
| 2017-04-19 | Restore ffmpeg_decoder_seek_test. | Carl Hetherington | |
| 2016-06-22 | Set AudioDecoder::fast a different way. | 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 | 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-05-25 | No-op; fix GPL address and use the explicit-program-name version. | Carl Hetherington | |
| 2016-05-18 | Rename some methods. | Carl Hetherington | |
| 2016-05-18 | Basics of splitting up Decoder tree like Content. | Carl Hetherington | |
| 2015-09-09 | Use SRC_LINEAR for speed when analysing audio (#685). | Carl Hetherington | |
| 2015-08-26 | Split log.{cc,h}. | Carl Hetherington | |
| 2015-06-21 | No-op: remove all trailing whitespace. | Carl Hetherington | |
| 2015-06-02 | Handle multiple audio streams in a single piece of content | Carl Hetherington | |
| in a similar way to the V1 patch. | |||
| 2015-01-24 | Hand-apply bbfb370d7de28ec1e8f307865cc6253bb5d4366e from master; quicker ↵ | Carl Hetherington | |
| digest calculation. | |||
| 2014-12-03 | Hand-apply 6a3cd511559433554ab40ed72ff94b7d8dc2c5bd from master; | Carl Hetherington | |
| Basics of an image sequence dialog that asks about frame rate and digest calculation. | |||
| 2014-05-01 | Fix 3D support. | Carl Hetherington | |
| 2014-04-29 | Various comment fixes to tests. | Carl Hetherington | |
| 2014-04-02 | Various fixes to FFmpeg decoder, including a couple of tests. | Carl Hetherington | |
