summaryrefslogtreecommitdiff
path: root/gtk2_ardour/export_video_dialog.cc
AgeCommit message (Expand)Author
2020-04-23GUI use updated XML::read_buffer APIRobin Gareus
2019-09-17add finite state machine to control/manage transport statePaul Davis
2019-08-03Update GPL boilerplate and (C)Robin Gareus
2019-01-02Add external drive references for most file-browsersRobin Gareus
2018-11-29fix incorrect accumulation of export video options each time the dialog is usedPaul Davis
2018-11-21Update GUI, use/remove meta-data methods that have been migrated to the backendRobin Gareus
2018-08-29Clarify video-export dialog phrasesRobin Gareus
2018-07-25Reset export-config maps before each new export (2/2)Robin Gareus
2018-01-21Use "frame" for video-frames, fixes video-monitor state.Robin Gareus
2018-01-21Fix Export-format timecode spec (frames: timecode frames)Robin Gareus
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-07-17Remove <gtkmm.h> include from header files.Robin Gareus
2017-06-22Remove LocaleGuards from ExportVideoDialog classTim Mayberry
2017-04-19Use XMLNode::get/set_property in ExportVideoDialog classTim Mayberry
2016-07-18Normalize API rename part 2Robin Gareus
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-05-07fix LocaleGuard contstructor (3dc77280)Robin Gareus
2016-05-05we always only use the "C" locale when saving.Robin Gareus
2016-05-04OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one)Paul Davis
2016-02-09UI updates for export-abortRobin Gareus
2016-02-09UI updates for detailed export state.Robin Gareus
2015-12-22clarify missing ffmpeg messagesRobin Gareus
2015-12-06Remove the PaddedButton widget as it broke rendering in some cases.André Nusser
2015-11-04Improve behavior of overwrite_file_dialog.André Nusser
2015-10-05use quotes for in-tree pbd/glib wrapper includeRobin Gareus
2015-09-17use pbd's gstdio compatibility wrapper (GUI)Robin Gareus
2015-08-10Revert "Disable video-export metadata on windows (for now)"Robin Gareus
2015-08-10Disable video-export metadata on windows (for now)Robin Gareus
2015-04-24For MSVC builds, implement 'rint()' and 'rintf()' to supplement the ones that...John Emmas
2015-04-02Window focus handling fixes.nick_m
2015-03-25fix potential crash when video tools are N/ARobin Gareus
2015-03-24another potential fix for video-export filename/crashRobin Gareus
2015-03-24fix video-export-dialog memleak/assertRobin Gareus
2015-02-28MSVC - accommodate some newly introduced calls to 'rintf()'John Emmas
2015-02-28rework video-export dialog, remember settingsRobin Gareus
2015-02-28VTL: add webm export-preset and amend 1184660.Robin Gareus
2015-02-28prepare saving video-export settings.Robin Gareus
2015-02-28video export: allow to use ffmpeg format-defaultsRobin Gareus
2015-02-28video-export dialog: allow keyboard navigationRobin Gareus
2014-07-06update audio-export as used by video-export (disable soundcloud)Robin Gareus
2014-07-02round A/V offset to video-frames.Robin Gareus
2014-06-25move utility functions into a dedicated namespaceRobin Gareus
2013-10-14Merge branch 'master' into windows+ccJohn Emmas
2013-10-14'gtk2_ardour' - Harmonize '__WIN32__', 'OS_WIN32' etc, etc. Use 'PLATFORM_WIN...John Emmas
2013-10-12export video-range: add to context menuRobin Gareus
2013-10-12video-range export tweaks:Robin Gareus
2013-10-06Merge branch 'master' into windows+ccJohn Emmas
2013-10-06'gtk2_ardour' - One further Glib::usleep neededJohn Emmas
2013-10-04remove another unnecessary use of libgen.hPaul Davis
2013-09-13Merge branch 'master' into windowsPaul Davis