Add simple note about resampling to the audio panel.
[dcpomatic.git] / src / wx / audio_panel.cc
2014-10-19 Carl HetheringtonAdd simple note about resampling to the audio panel.
2014-06-21 Carl HetheringtonI don't think stuff in the Audio panel needs an Audio...
2014-06-09 Carl HetheringtonUse a SpinCtrlDouble for audio gain, and change its...
2014-04-17 Carl HetheringtonFix update of gain control from gain calculator dialog.
2014-02-21 Carl HetheringtonRemove FFmpegStream id accessor.
2014-02-21 Carl HetheringtonMake FFmpegStream::_id private.
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.