summaryrefslogtreecommitdiff
path: root/src/wx/audio_panel.cc
AgeCommit message (Collapse)Author
2014-10-21Merge master.Carl Hetherington
2014-10-19Add simple note about resampling to the audio panel.Carl Hetherington
2014-07-23#include trimming.Carl Hetherington
2014-07-23Remove seemingly unnecessary stream description in audio panel; tidy layout ↵Carl Hetherington
a bit.
2014-07-15Add simple stereo-5.1 upmixer.Carl Hetherington
2014-07-13Rename SoundProcessor -> CinemaSoundProcessor.Carl Hetherington
2014-07-13Very basic audio processing framework.Carl Hetherington
2014-07-13Separate code for the content panel out into a separate class.Carl Hetherington
2014-06-22Merge master.Carl Hetherington
2014-06-21I don't think stuff in the Audio panel needs an Audio prefix.Carl Hetherington
2014-06-12Merge master.Carl Hetherington
2014-06-09Use a SpinCtrlDouble for audio gain, and change its representationCarl Hetherington
from float to double. Requested-by: Mattias Mattsson
2014-05-22Move FFmpegStream classes into their own source files.Carl Hetherington
2014-05-02Rename AudioContent frame_rate methods and move resampled_audio_frame_rate ↵Carl Hetherington
into AudioContent.
2014-04-17Fix update of gain control from gain calculator dialog.Carl Hetherington
2014-02-21Remove FFmpegStream id accessor.Carl Hetherington
2014-02-21Make FFmpegStream::_id private.Carl Hetherington
2014-01-09Clear out audio stream description on de-selection of FFmpeg content.Carl Hetherington
2014-01-09Layout tweaks.Carl Hetherington
2014-01-09Fix label alignment on OS X.Carl Hetherington
2014-01-08Fix audio channel mapping disappearing on Windows.Carl Hetherington
2014-01-06Basics of per-channel audio gain.Carl Hetherington
2013-11-16Fix erroneous reset of visible channels in audio level dialog when changing ↵Carl Hetherington
gain.
2013-11-11Try to neaten things up; first wxChoice.Carl Hetherington
2013-11-11Add a couple of audio properties to the multi-select list.Carl Hetherington
2013-11-11Use GridBagSizer for audio panel.Carl Hetherington
2013-11-11Basic multiple selection for cropping.Carl Hetherington
2013-11-10Update audio channel mapping control when a different stream is selected.Carl Hetherington
2013-08-15Fix includes.Carl Hetherington
2013-07-26Set up audio stream description on load.Carl Hetherington
2013-07-23Use wx 2.9 binding API.Carl Hetherington
2013-07-23Remove some dcp prefixes; better logging of content on DCP creation.Carl Hetherington
2013-07-20Layout audio panel sizer after changing mapping; should fix #183.Carl Hetherington
2013-07-20Hopefully sensitivity is a bit tidier.Carl Hetherington
2013-07-19Split video panel.Carl Hetherington
2013-07-19Separate audio panel out.Carl Hetherington