| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-10-23 | Make it possible to not write audio analysis files. | Carl Hetherington | |
| 2025-10-15 | Only run EBUR128 tests if we have an appropriate FFmpeg. | Carl Hetherington | |
| 2025-07-15 | Change Film::examine_and_add_content to take a vector of content. | Carl Hetherington | |
| 2024-07-03 | Add ebur128 test. | Carl Hetherington | |
| 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-02-11 | Fix apparently ineffective processors when analysing audio (#2671). | Carl Hetherington | |
| A whole film ("DCP side") analysis would behave the same as a single piece of content analysis if the film only had one piece of content. Here we also clarify that audio analysis of the whole film is different to that for a single piece of content; for the whole film we use processors, and for single pieces of content we do not. | |||
| 2023-11-20 | Fix audio analysis attempts with source files that have more channels than ↵ | Carl Hetherington | |
| the film. | |||
| 2023-11-20 | Don't feed channels to leqm that we don't have a correction factor for (#2647). | Carl Hetherington | |
| 2023-09-30 | Cleanup: use a lambda. | Carl Hetherington | |
| 2023-08-15 | Remove now-unnecessary assertion. | Carl Hetherington | |
| Since e29ce33a36c2e20444d57196defc86d5072bce81 channels is the number of channels in the frame, and also the number in data, so we don't need to check this any more. | |||
| 2023-03-16 | Emit the state of the job with the Finished signals. | Carl Hetherington | |
| 2022-12-29 | Cleanup: test tidying. | Carl Hetherington | |
| 2022-11-15 | Add failing test for #2364. | Carl Hetherington | |
| 2022-07-11 | Use a vector rather than a list when returning from content_factory(). | Carl Hetherington | |
| 2021-04-29 | C++11 tidying. | Carl Hetherington | |
| 2021-01-07 | std::shared_ptr | Carl Hetherington | |
| 2020-10-13 | Remove dependency on srand() and predictable output from rand() | Carl Hetherington | |
| to work around a strange problem on Windows where this test would fail with the random values offset by 1 step. | |||
| 2020-10-13 | Fix use of DCPOMATIC_TEST_PRIVATE variable to specify where | Carl Hetherington | |
| test private data is. | |||
| 2020-10-12 | Fix incorrect sign on boost test constants. | Carl Hetherington | |
| 2020-04-20 | Add LEQ(m) when analysing audio (#1382).v2.15.52 | Carl Hetherington | |
| 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 | Take Film pointer out of Content. | Carl Hetherington | |
| 2018-09-05 | Fix some uninitialised variables in a test. | Carl Hetherington | |
| 2018-02-10 | Fix odd behaviour when analysing single bits of audio which start at ↵ | Carl Hetherington | |
| non-zero positions (#1203). | |||
| 2017-09-11 | Remove debugging code. | Carl Hetherington | |
| 2017-09-03 | Debug test data location. | Carl Hetherington | |
| 2017-04-19 | Doxygen tweaks. | Carl Hetherington | |
| 2016-12-20 | Allow content factory to return multiple content. | Carl Hetherington | |
| 2016-08-25 | Add channel details to high-audio-level hints (#822). | Carl Hetherington | |
| 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-08 | Fix failure to analyse audio in some cases. | Carl Hetherington | |
| This fixes audio-only content when the first-emitted audio is not at time zero. This used to cause a seek which is not possible with audio-only. This commit removes the unnecessary seek which was due to missing silent-padding of the first-emitted audio. | |||
| 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-05-25 | No-op; fix GPL address and use the explicit-program-name version. | Carl Hetherington | |
| 2016-05-18 | Remove Sndfile code and use FFmpeg instead. | Carl Hetherington | |
| 2016-05-18 | Fix test crash. | Carl Hetherington | |
| 2016-05-18 | Rename video/audio/subtitle part methods. | Carl Hetherington | |
| 2016-05-18 | Split audio; builds. | Carl Hetherington | |
| 2016-02-15 | Hacky workaround for FFmpeg not having a channel layout for any counts ↵ | Carl Hetherington | |
| between 8 and 16. | |||
| 2015-11-18 | Basic (untested) ebur128 (#368). | Carl Hetherington | |
| 2015-07-01 | Go back to player having a playlist and not assuming it uses the film's content. | Carl Hetherington | |
| 2015-06-21 | No-op: remove all trailing whitespace. | Carl Hetherington | |
| 2015-06-17 | AnalyseAudioJob does not need an explicit playlist. | Carl Hetherington | |
| 2015-06-11 | Add new test. | Carl Hetherington | |
| 2015-06-03 | Make show audio work on the whole DCP, not individual content. | Carl Hetherington | |
| 2015-05-17 | 22b13e0d021313d3b0bc6a65abf535878f45d278 from master; add test for audio ↵ | Carl Hetherington | |
| analysis with -ve delay. | |||
| 2015-05-14 | Fix audio analysis test after change to XML. | Carl Hetherington | |
