summaryrefslogtreecommitdiff
path: root/src/wx/audio_plot.cc
AgeCommit message (Expand)Author
2020-10-21macOS / new boost build fixes.v2.15.104Carl Hetherington
2020-07-29Fix memory leak which also causes strange flickering in the audioCarl Hetherington
2020-05-17Clicking on the audio graph jumps to that position in the film (#1507).Carl Hetherington
2020-02-27Add and use dB/linear conversion functions.Carl Hetherington
2019-05-10Put Time types in dcpomatic namespace.Carl Hetherington
2018-03-27Missing #include for some platforms.Carl Hetherington
2018-03-26Add real-time mouse cursor readout in audio analysis (rest of #1082).Carl Hetherington
2018-03-26Bump audio analysis file version and cache drawn points in the audio plot.Carl Hetherington
2018-03-26Add time axis to audio analysis (part of #1082).Carl Hetherington
2017-10-13Colour axis labels in the audio plot (#835).Carl Hetherington
2016-05-25No-op; fix GPL address and use the explicit-program-name version.Carl Hetherington
2015-11-13Fix audio plot after MAX_DCP_AUDIO_CHANNELS increase.Carl Hetherington
2015-08-18Include tidying.Carl Hetherington
2015-07-01Restore short-cutting of analysis gain updates.Carl Hetherington
2015-06-21No-op: remove all trailing whitespace.Carl Hetherington
2015-06-03Make show audio work on the whole DCP, not individual content.Carl Hetherington
2015-01-28Small fixes and tidy-ups spotted by cppcheck.Carl Hetherington
2014-10-08Simplify (maybe) wxPen use to see if it helps with OS X crashes (at src/osx/c...Carl Hetherington
2014-06-03Update audio plot window when audio mapping is changed.Carl Hetherington
2014-05-09MAX_AUDIO_CHANNELS -> MAX_DCP_AUDIO_CHANNELS.Carl Hetherington
2014-03-05Bump maximum audio channels to 12 so that we can (crudely) useCarl Hetherington
2014-02-26Fix missing RMS plots in some cases (caused by plotting #infCarl Hetherington
2014-02-26Fix audio analysis crash introduced when increasing MAX_AUDIO_CHANNELS.Carl Hetherington
2014-02-05Fix some coverity-reported stuff.Carl Hetherington
2013-11-16Fix erroneous reset of visible channels in audio level dialog when changing g...Carl Hetherington
2013-07-26Remove old Connect() wxWidgets API and use Bind().Carl Hetherington
2013-07-25Prevent infinite loop of audio analysis if it is cancelled.Carl Hetherington
2013-07-17tabs -> spaces.Carl Hetherington
2013-07-11Remove wx2.8 compatibility stuff.Carl Hetherington
2013-06-20Various fixes to make audio analysis sort-of work.Carl Hetherington
2013-06-02Merge master.Carl Hetherington
2013-05-29Build fixes for OS X.Carl Hetherington
2013-05-20Timeline fix ups.Carl Hetherington
2013-04-01XML metadata and some other bits.Carl Hetherington
2013-03-022.8 fix.Carl Hetherington
2013-03-01Merge master.Carl Hetherington
2013-03-01Improve smoothing a little.Carl Hetherington
2013-02-27Fix drift in RMS smoothing; plot the centre of the window at its point, rathe...Carl Hetherington
2013-02-27Fixes for wx 2.8.Carl Hetherington
2013-02-27Improve smoothing behaviour.Carl Hetherington
2013-02-26Pretty dumb smoothing.Carl Hetherington
2013-02-25Tweak number of points and minimum dB for display.Carl Hetherington
2013-02-25Time label.Carl Hetherington
2013-02-25Fix crash on zero-channelled analysis.Carl Hetherington
2013-02-25Tidy axes a little.Carl Hetherington
2013-02-25Fix dumb-assery. Initial axes.Carl Hetherington
2013-02-25Maybe de-flicker the audio display a bit on windows.Carl Hetherington
2013-02-25Multiple simultaneous plots.Carl Hetherington
2013-02-25Tidy up creation of analysis a bit.Carl Hetherington
2013-02-25Make minimum gain a constant.Carl Hetherington