| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-02-09 | Remove unnecessary wx_ptr | Carl Hetherington | |
| It was only ever used for wxDialog subclasses, which can be stack-allocated. | |||
| 2024-02-11 | Add comment about AudioDialog. | Carl Hetherington | |
| 2023-08-09 | Extract Film::Property to its own header to (maybe) increase compilation speed. | Carl Hetherington | |
| 2022-12-10 | Extract constants.h | Carl Hetherington | |
| 2022-11-02 | Cleanup: use new CheckBox::bind(). | Carl Hetherington | |
| 2022-10-14 | Remove unused variable. | Carl Hetherington | |
| 2022-10-14 | Cleanup: use simpler ownership for FilmViewer. | Carl Hetherington | |
| 2022-04-22 | Use libdcp's warnings.h | Carl Hetherington | |
| 2022-04-09 | Add some missing override labels. | Carl Hetherington | |
| 2021-01-31 | Use enum class for Film::Property. | Carl Hetherington | |
| 2021-01-07 | std::shared_ptr | Carl Hetherington | |
| 2020-07-29 | Don't display all possible channel checkboxes while the analysisv2.15.94 | Carl Hetherington | |
| is running as clicking the higher ones will cause an assertion failure. | |||
| 2020-07-27 | Hide warnings triggered by Ubuntu 20.04's gcc. | Carl Hetherington | |
| 2020-05-17 | Clicking on the audio graph jumps to that position in the film (#1507). | Carl Hetherington | |
| 2020-04-20 | Add LEQ(m) when analysing audio (#1382).v2.15.52 | Carl Hetherington | |
| 2020-04-14 | Fix Empty/Player behaviour when using a playlist that is not the same as the ↵ | Carl Hetherington | |
| Film's. Previously Empty would use the length of the film for its end point. Now it takes a Playlist (rather than a list of Pieces) and uses the length of that playlist for its end point. This fixes #1543, in which single-content audio analysis jobs would run for the whole length of the film, rather than the length of the content, producing strange graphs and incorrect progress reports. | |||
| 2019-05-10 | Put Time types in dcpomatic namespace. | Carl Hetherington | |
| 2019-01-08 | Re-analyse audio when DCP channel count changes (#1189). | Carl Hetherington | |
| 2018-08-19 | Replace May/Done/NotDone signal sets with one signal and extend | Carl Hetherington | |
| this treatment to anything that caused Player::setup_pieces. This should fix out-of-sequence Player emissions caused by setup_pieces being called by one thread while the butler is calling pass(). | |||
| 2018-03-26 | Add real-time mouse cursor readout in audio analysis (rest of #1082). | Carl Hetherington | |
| 2017-04-19 | Various Doxygen fixes. | Carl Hetherington | |
| 2016-05-25 | No-op; fix GPL address and use the explicit-program-name version. | Carl Hetherington | |
| 2016-05-18 | Fix rebase onto master. | Carl Hetherington | |
| 2016-05-18 | Split audio; builds. | Carl Hetherington | |
| 2016-04-22 | Select active channels on opening audio analysis (#802). | Carl Hetherington | |
| 2015-11-18 | Basic (untested) ebur128 (#368). | Carl Hetherington | |
| 2015-10-14 | Only show existing DCP channels in the audio dialog (#715). | Carl Hetherington | |
| 2015-09-14 | Peak value of audio into the audio tab. | Carl Hetherington | |
| 2015-07-01 | Restore short-cutting of analysis gain updates. | Carl Hetherington | |
| If we have an analysis of one piece of content and the gain changes we don't re-run the analysis, instead applying a suitable `correction' in the UI. | |||
| 2015-07-01 | Re-add show audio button and analyse just that content when it is clicked. | Carl Hetherington | |
| 2015-06-20 | Fix some warnings. | Carl Hetherington | |
| 2015-06-19 | Fix audio analysis after recent breakage. | Carl Hetherington | |
| 2015-06-17 | AudioDialog does not need explicit playlist. | Carl Hetherington | |
| 2015-06-03 | Make show audio work on the whole DCP, not individual content. | Carl Hetherington | |
| 2015-05-10 | 7fd73c0cf1f723896826c77fec3720c5c404d4e8 from master; tidy audio analysis ↵ | Carl Hetherington | |
| dialogue and add overall peak. | |||
| 2014-05-09 | MAX_AUDIO_CHANNELS -> MAX_DCP_AUDIO_CHANNELS. | Carl Hetherington | |
| 2013-12-02 | Fix crash on double-click of show-audio button. | Carl Hetherington | |
| 2013-07-26 | Remove old Connect() wxWidgets API and use Bind(). | Carl Hetherington | |
| 2013-07-25 | Prevent infinite loop of audio analysis if it is cancelled. | Carl Hetherington | |
| 2013-06-20 | Various fixes to make audio analysis sort-of work. | Carl Hetherington | |
| 2013-04-06 | Various work on audio channel mapping. | Carl Hetherington | |
| 2013-04-01 | Various bits. | Carl Hetherington | |
| 2013-03-31 | Runs. | Carl Hetherington | |
| 2013-03-08 | Stop infinite loop if audio analysis fails. | Carl Hetherington | |
| 2013-02-26 | Pretty dumb smoothing. | Carl Hetherington | |
| 2013-02-25 | Multiple simultaneous plots. | Carl Hetherington | |
| 2013-02-25 | Tidy up creation of analysis a bit. | Carl Hetherington | |
| 2013-02-25 | Respond to gain in the audio dialog. | Carl Hetherington | |
| 2013-02-25 | Some tidying up, add channel selector to Audio dialog. | Carl Hetherington | |
| 2013-02-24 | Basic UI. | Carl Hetherington | |
