summaryrefslogtreecommitdiff
path: root/src/wx/export_dialog.cc
AgeCommit message (Collapse)Author
2020-08-25Rename export dialogue to export video.Carl Hetherington
2020-08-25Move subtitle export to its own dialogue.Carl Hetherington
2020-08-05Allow export with one audio stream per channel.v2.15.95Carl Hetherington
2020-07-27Hide warnings triggered by Ubuntu 20.04's gcc.Carl Hetherington
2020-07-21Don't enable OK button for the export dialogue until a pathCarl Hetherington
has been selected. If OK is clicked too early you get a -13 error on Windows.
2019-11-30Try to improve the checking for overwrite of export files a littleCarl Hetherington
on Linux; I think we need to do it ourselves rather than relying on wxFileDialog.
2019-10-31Keep default export name even if the user changes the format (#1584).Carl Hetherington
2019-08-31Primitive subtitle export feature.v2.15.16Carl Hetherington
2019-07-25Use ISDCF name as a default export filename (#1584).Carl Hetherington
2019-07-22swaroop: support creation of H264 with 24-bit PCM.Carl Hetherington
2019-01-29Don't enable the export OK button if we change format but have still not set ↵Carl Hetherington
an output file.
2018-12-08Basics of in-place i18n with support for wxStaticText and wxCheckBox.Carl Hetherington
2018-09-10Basics of export of multiple reels to multiple files.Carl Hetherington
2018-09-09Split parts of FFmpegEncoder into FFmpegFileEncoder.Carl Hetherington
2018-09-03Add basic quality option for x264 export.Carl Hetherington
2018-06-29Prevent FFmpeg errors if export filenames are specified with no or incorrect ↵Carl Hetherington
extensions.
2018-05-20Rename H264 -> MP4 / H264 (#1288).Carl Hetherington
2018-04-12Disable OK in export dialogue until a filename has been specified (#1260).Carl Hetherington
2017-06-07Basic and untested export option to bounce down to stereo; add encoder test ↵Carl Hetherington
with subs (which fails).
2017-05-10Rename some classes.Carl Hetherington
2017-05-10Add H.264 export.Carl Hetherington
2017-05-09Some export tidying up.Carl Hetherington
2017-05-09Basic GUI for export.Carl Hetherington