| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-12-05 | Cleanup: can now remove the _NC log variants. | Carl Hetherington | |
| 2025-10-29 | White space: audio_analyser.{cc,h} | Carl Hetherington | |
| 2025-07-10 | Replace String::compose with fmt. | Carl Hetherington | |
| sed -i "/Plural-Forms/n;/%100/n;/scanf/n;s/%[123456789]/{}/g" src/lib/*.cc src/lib/*.h src/wx/*.cc src/tools/*.cc src/lib/po/*.po src/wx/po/*.po src/tools/po/*.po test/*.cc sed -i "s/String::compose */fmt::format/g" src/lib/*.cc src/lib/*.h src/wx/*.cc src/tools/*.cc test/*.cc | |||
| 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 | Cleanup: handle Filter objects by value rather than by reference. | Carl Hetherington | |
| 2023-11-20 | Cleanup: remove an unnecessary shared_ptr. | Carl Hetherington | |
| 2023-11-20 | Don't feed channels to leqm that we don't have a correction factor for (#2647). | Carl Hetherington | |
| 2022-12-13 | Add video_{range,frame_type}.{cc,h} and remove some types.h includes. | Carl Hetherington | |
| 2022-11-15 | Clarify one log message and add another. | Carl Hetherington | |
| 2022-11-15 | Add failing test for #2364. | Carl Hetherington | |
| 2022-04-22 | Use libdcp's warnings.h | Carl Hetherington | |
| 2022-04-20 | Use std::vector in AudioBuffers (#2236). | Carl Hetherington | |
| 2021-07-05 | Tidy a little and use some std::vector instead of raw arrays. | Carl Hetherington | |
| 2021-05-21 | Fix thinko in 4ce4b8d3429a97eb4df63460c7e73863f44a621e | Carl Hetherington | |
| Audio content of course doesn't have a single selected stream, so let's get the channel count from how all the streams are mapped. | |||
| 2021-05-20 | Specify correct number of channels for LEQ(m) analyses of single pieces of ↵ | Carl Hetherington | |
| content (#1991) If we're analysing one piece of content, pass its channel count into the leqm::Calculator rather than just using the film channel count. | |||
| 2021-05-07 | Hide some more FFmpeg warnings.v2.15.143 | Carl Hetherington | |
| 2021-04-21 | Split audio analysis code off from the job. | Carl Hetherington | |
