Apply fader-based gain calculations to the current gain, not 0dB.
[dcpomatic.git] / src / wx / audio_panel.cc
2014-07-16 Carl HetheringtonMerge remote-tracking branch 'origin/master' into 1.0
2014-07-16 Carl HetheringtonMerge master.
2014-07-16 Carl HetheringtonMerge remote-tracking branch 'origin/master' into 2.0
2014-07-16 Carl HetheringtonMerge master.
2014-07-15 Carl HetheringtonAdd simple stereo-5.1 upmixer.
2014-07-13 Carl HetheringtonRename SoundProcessor -> CinemaSoundProcessor.
2014-07-13 Carl HetheringtonVery basic audio processing framework.
2014-07-13 Carl HetheringtonSeparate code for the content panel out into a separate...
2014-07-10 Carl HetheringtonMerge master.
2014-07-08 Carl HetheringtonMerge master.
2014-07-01 Carl HetheringtonMerge master.
2014-06-30 Carl HetheringtonMerge master.
2014-06-26 Carl HetheringtonMerge master.
2014-06-23 Carl HetheringtonMerge master.
2014-06-22 Carl HetheringtonMerge master.
2014-06-22 Carl HetheringtonMerge master.
2014-06-21 Carl HetheringtonI don't think stuff in the Audio panel needs an Audio...
2014-06-19 Carl HetheringtonMerge master; fix destruction of Server; some test...
2014-06-12 Carl HetheringtonMerge master.
2014-06-12 Carl HetheringtonMerge master.
2014-06-09 Carl HetheringtonUse a SpinCtrlDouble for audio gain, and change its...
2014-06-04 Carl HetheringtonMerge master.
2014-06-02 Carl HetheringtonMerge master.
2014-05-22 Carl HetheringtonMove FFmpegStream classes into their own source files.
2014-05-20 Carl HetheringtonMerge master.
2014-05-16 Carl HetheringtonMerge master.
2014-05-10 Carl HetheringtonMerge master.
2014-05-06 Carl HetheringtonMerge master.
2014-05-02 Carl HetheringtonRename AudioContent frame_rate methods and move resampl...
2014-04-27 Carl HetheringtonMerge master.
2014-04-17 Carl HetheringtonFix update of gain control from gain calculator dialog.
2014-02-24 Carl HetheringtonMerge master; specify libdcp-1.0.
2014-02-21 Carl HetheringtonRemove FFmpegStream id accessor.
2014-02-21 Carl HetheringtonMake FFmpegStream::_id private.
2014-01-09 Carl HetheringtonMerge master.
2014-01-09 Carl HetheringtonClear out audio stream description on de-selection...
2014-01-09 Carl HetheringtonLayout tweaks.
2014-01-09 Carl HetheringtonFix label alignment on OS X.
2014-01-08 Carl HetheringtonFix audio channel mapping disappearing on Windows.
2014-01-06 Carl HetheringtonBasics of per-channel audio gain.
2013-11-16 Carl HetheringtonFix erroneous reset of visible channels in audio level...
2013-11-14 Carl HetheringtonMerge branch '1.0' into 1.0-multiple-selection
2013-11-11 Carl HetheringtonMerge branch '1.0' into 1.0-multiple-selection
2013-11-11 Carl HetheringtonTry to neaten things up; first wxChoice.
2013-11-11 Carl HetheringtonAdd a couple of audio properties to the multi-select...
2013-11-11 Carl HetheringtonUse GridBagSizer for audio panel.
2013-11-11 Carl HetheringtonBasic multiple selection for cropping.
2013-11-10 Carl HetheringtonUpdate audio channel mapping control when a different...
2013-09-17 Carl HetheringtonMerge 1.0 in.
2013-08-15 Carl HetheringtonFix includes.
2013-07-26 Carl HetheringtonSet up audio stream description on load.
2013-07-23 Carl HetheringtonUse wx 2.9 binding API.
2013-07-23 Carl HetheringtonRemove some dcp prefixes; better logging of content...
2013-07-20 Carl HetheringtonLayout audio panel sizer after changing mapping; should...
2013-07-19 Carl HetheringtonHopefully sensitivity is a bit tidier.
2013-07-19 Carl HetheringtonSplit video panel.
2013-07-19 Carl HetheringtonSeparate audio panel out.