summaryrefslogtreecommitdiff
path: root/test/audio_analysis_test.cc
AgeCommit message (Expand)Author
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-20Don't feed channels to leqm that we don't have a correction factor for (#2647).Carl Hetherington
2023-09-30Cleanup: use a lambda.Carl Hetherington
2023-08-15Remove now-unnecessary assertion.Carl Hetherington
2023-03-16Emit the state of the job with the Finished signals.Carl Hetherington
2022-12-29Cleanup: test tidying.Carl Hetherington
2022-11-15Add failing test for #2364.Carl Hetherington
2022-07-11Use a vector rather than a list when returning from content_factory().Carl Hetherington
2021-04-29C++11 tidying.Carl Hetherington
2021-01-07std::shared_ptrCarl Hetherington
2020-10-13Remove dependency on srand() and predictable output from rand()Carl Hetherington
2020-10-13Fix use of DCPOMATIC_TEST_PRIVATE variable to specify whereCarl Hetherington
2020-10-12Fix incorrect sign on boost test constants.Carl Hetherington
2020-04-20Add LEQ(m) when analysing audio (#1382).v2.15.52Carl Hetherington
2020-03-11Move private_data into TestPathsCarl Hetherington
2019-05-10Put Time types in dcpomatic namespace.Carl Hetherington
2019-01-21Stop jobs silently failing in tests.Carl Hetherington
2018-11-21Take Film pointer out of Content.Carl Hetherington
2018-09-05Fix some uninitialised variables in a test.Carl Hetherington
2018-02-10Fix odd behaviour when analysing single bits of audio which start at non-zero...Carl Hetherington
2017-09-11Remove debugging code.Carl Hetherington
2017-09-03Debug test data location.Carl Hetherington
2017-04-19Doxygen tweaks.Carl Hetherington
2016-12-20Allow content factory to return multiple content.Carl Hetherington
2016-08-25Add channel details to high-audio-level hints (#822).Carl Hetherington
2016-08-12Remove all use of stringstream in an attempt to fixCarl Hetherington
2016-07-08Fix failure to analyse audio in some cases.Carl Hetherington
2016-06-21Revert "Use make_shared<>."Carl Hetherington
2016-06-21Use make_shared<>.Carl Hetherington
2016-05-25No-op; fix GPL address and use the explicit-program-name version.Carl Hetherington
2016-05-18Remove Sndfile code and use FFmpeg instead.Carl Hetherington
2016-05-18Fix test crash.Carl Hetherington
2016-05-18Rename video/audio/subtitle part methods.Carl Hetherington
2016-05-18Split audio; builds.Carl Hetherington
2016-02-15Hacky workaround for FFmpeg not having a channel layout for any counts betwee...Carl Hetherington
2015-11-18Basic (untested) ebur128 (#368).Carl Hetherington
2015-07-01Go back to player having a playlist and not assuming it uses the film's content.Carl Hetherington
2015-06-21No-op: remove all trailing whitespace.Carl Hetherington
2015-06-17AnalyseAudioJob does not need an explicit playlist.Carl Hetherington
2015-06-11Add new test.Carl Hetherington
2015-06-03Make show audio work on the whole DCP, not individual content.Carl Hetherington
2015-05-1722b13e0d021313d3b0bc6a65abf535878f45d278 from master; add test for audio anal...Carl Hetherington
2015-05-14Fix audio analysis test after change to XML.Carl Hetherington
2015-01-24Hand-apply bbfb370d7de28ec1e8f307865cc6253bb5d4366e from master; quicker dige...Carl Hetherington
2014-12-03Hand-apply 6a3cd511559433554ab40ed72ff94b7d8dc2c5bd from master;Carl Hetherington
2014-09-10Add simple test of audio analysis.Carl Hetherington
2014-04-29Some doc fixes.Carl Hetherington
2014-03-07operator bool on Time is a really bad idea; removed it and fixed lots of bugs.Carl Hetherington
2013-11-26A whole load of UTF-8/-16 confusion fixes for Windows.Carl Hetherington