summaryrefslogtreecommitdiff
path: root/src/lib/audio_analyser.cc
AgeCommit message (Expand)Author
2025-12-05Cleanup: can now remove the _NC log variants.Carl Hetherington
2025-10-29White space: audio_analyser.{cc,h}Carl Hetherington
2025-07-10Replace String::compose with fmt.Carl Hetherington
2024-02-11Fix apparently ineffective processors when analysing audio (#2671).Carl Hetherington
2023-11-20Fix audio analysis attempts with source files that have more channels than th...Carl Hetherington
2023-11-20Cleanup: handle Filter objects by value rather than by reference.Carl Hetherington
2023-11-20Cleanup: remove an unnecessary shared_ptr.Carl Hetherington
2023-11-20Don't feed channels to leqm that we don't have a correction factor for (#2647).Carl Hetherington
2022-12-13Add video_{range,frame_type}.{cc,h} and remove some types.h includes.Carl Hetherington
2022-11-15Clarify one log message and add another.Carl Hetherington
2022-11-15Add failing test for #2364.Carl Hetherington
2022-04-22Use libdcp's warnings.hCarl Hetherington
2022-04-20Use std::vector in AudioBuffers (#2236).Carl Hetherington
2021-07-05Tidy a little and use some std::vector instead of raw arrays.Carl Hetherington
2021-05-21Fix thinko in 4ce4b8d3429a97eb4df63460c7e73863f44a621eCarl Hetherington
2021-05-20Specify correct number of channels for LEQ(m) analyses of single pieces of co...Carl Hetherington
2021-05-07Hide some more FFmpeg warnings.v2.15.143Carl Hetherington
2021-04-21Split audio analysis code off from the job.Carl Hetherington