summaryrefslogtreecommitdiff
path: root/src/wx
AgeCommit message (Collapse)Author
2019-07-25Setup fast state of decoder after creation.Carl Hetherington
2019-07-25Optimise decoder_factory for DCPDecoder by offering the old decoderCarl Hetherington
(if available) to recover the list of reels from, rather than having to scan the filesystem again.
2019-07-25Add assert.Carl Hetherington
2019-07-24Re-work idle handling from previous commit.Carl Hetherington
2019-07-24Optimise the feel of some GUI functions by doing the seek afterCarl Hetherington
many content changes in an idle handler, rather than blocking the UI update until the seek and image redisplay have finished.
2019-07-22swaroop: support creation of H264 with 24-bit PCM.Carl Hetherington
2019-07-22Add some stubs so that swaroop variants build on OS X.Carl Hetherington
2019-07-10swaroop: fix crash when there's an incorrect ecinema KDM.v2.15.11Carl Hetherington
2019-07-08Fix flicker in timeline view when selecting (in some cases).Carl Hetherington
2019-07-06swaroop: clear out viewer when deselecting playlist.Carl Hetherington
2019-07-05swaroop: remove on-screen log from player.Carl Hetherington
2019-07-02Add support for Datasat AP2x and USL sound processors when convertingCarl Hetherington
fader position to gain. Stop storing a chosen processor in config; instead, get the user to choose the processor when calculating gains.
2019-07-01swaroop: write position file every 2 minutes; tweak play sensitivityv2.15.9Carl Hetherington
on finishing a SPL; deselected playlist if stop is clicked.
2019-07-01swaroop: fix decrementing of allowed shows count to be at the right time.Carl Hetherington
2019-07-01swaroop: set controls to 'stopped' when a playlist finishes.Carl Hetherington
2019-06-27Try to reduce audio mapping flicker on Windows.Carl Hetherington
2019-06-10Various build system fixes.v2.15.8Carl Hetherington
2019-06-10swaroop: try to make -theater and -studio variants.Carl Hetherington
2019-06-09swaroop: allowed-shows state in playlist.Carl Hetherington
2019-06-04Fix system information on vsync.Carl Hetherington
2019-06-03Fix typo.Carl Hetherington
2019-06-03More Windows hackery.Carl Hetherington
2019-06-03More accurate reporting of whether vsync is enabled.Carl Hetherington
2019-06-03Try to enable some WGL stuff.Carl Hetherington
2019-06-03Windows #include.Carl Hetherington
2019-06-03Attempted Windows GL fixes.Carl Hetherington
2019-06-03Type fix for OS X.Carl Hetherington
2019-06-03Another OS X include.Carl Hetherington
2019-06-03Another OS X include.Carl Hetherington
2019-06-03Try another way on OS X.Carl Hetherington
2019-06-03More GL build fixes.Carl Hetherington
2019-06-03Fix some build failures due to GL stuff.Carl Hetherington
2019-06-03Try to enable vsync with GL on Linux.Carl Hetherington
2019-06-02Fix sensitivity of markers button.Carl Hetherington
2019-06-02Always hide reference note if it's empty.Carl Hetherington
2019-06-01Basics of allowing video parts of FFmpegContent to be disabled (#1355 and ↵Carl Hetherington
others).
2019-05-31Fix slightly unbelievable out-of-bounds array access when setting up the ↵Carl Hetherington
audio map for mixdown-to-stereo. Forward-ported from 677eaab5c03e9c614ae2bc417a43bd5c1295bb8d in master.
2019-05-31Add playhead line to timeline (#1563).Carl Hetherington
2019-05-28Fix off-by-one channel when editing audio map levels numerically.Carl Hetherington
Forward-ported from bf14618d056dc6f1ed7f32f943a565d8f662049e in master.
2019-05-28Use pofilter to check i18n and fix some .po file glitches.Carl Hetherington
Forward-ported from fe6de8b48ff0a40e229c06932ac5fd497322f208 in master.
2019-05-28Fix several bits of bad i18n markup and add start of checking script.Carl Hetherington
Forward-ported from ec9cb6719c72930243afc534120da12323e29568 in master.
2019-05-28Fix some malformed placeholders in the cs_CZ translation.Carl Hetherington
Forward-ported from cbd2876db6b68e35cb6e7b111ce6b14180c4f97f in master.
2019-05-24Basic ability to set video range (JPEG/MPEG) at least for YUV content. May ↵Carl Hetherington
not work for RGB. See #1509.
2019-05-21Give an error if 2D content is set to 3D (#1565). Also runCarl Hetherington
3D tests with more parallel jobs to speed them up.
2019-05-15Fix scrolling of audio channel group labels.Carl Hetherington
2019-05-14Better tooltips over audio mapping view nodes.Carl Hetherington
2019-05-14Add tooltip for input groups (#1557).Carl Hetherington
2019-05-14Truncate audio mapping view channel group names (part of #1557).Carl Hetherington
2019-05-14swaroop: fix incorrect start times with encrypted MP4 content.attic/swaroop-v2.15.xCarl Hetherington
2019-05-13swaroop: allow ScreenKDM subclasses for different KDM types.Carl Hetherington