summaryrefslogtreecommitdiff
path: root/gtk2_ardour/export_video_dialog.cc
AgeCommit message (Collapse)Author
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
Don't refernce "ffmpeg", "ffprobe" executables directly. Refer to the elaborate Log message (ffmpeg_harvid)
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
- Make overwrite file dialogs transient. - Cancelling the overwrite dialog doesn't close initial dialog.
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
This reverts commit 54ab3fb37e15f94fcc611f58f1af3df2b3b62c05.
2015-08-10Disable video-export metadata on windows (for now)Robin Gareus
Quote escaping metadata currently breaks export.
2015-04-24For MSVC builds, implement 'rint()' and 'rintf()' to supplement the ones ↵John Emmas
that were already implemented
2015-04-02Window focus handling fixes.nick_m
Many windows were not getting key events. Use magic focus infrastructure (built for widgets) to deliver key events via window focus in/out.
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
('rintf()' isn't available in MSVC)
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
* migrate dialog from Editor to UI. * make it a WM proxied window * prepare applying state after construction..
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
Conflicts (hopefully resolved): gtk2_ardour/ardour_ui.cc
2013-10-14'gtk2_ardour' - Harmonize '__WIN32__', 'OS_WIN32' etc, etc. Use ↵John Emmas
'PLATFORM_WINDOWS' instead
2013-10-12export video-range: add to context menuRobin Gareus
2013-10-12video-range export tweaks:Robin Gareus
* quantize range to video-frame boundaries * warn if range is empty or does not include video
2013-10-06Merge branch 'master' into windows+ccJohn Emmas
Conflicts (hopefully resolved): gtk2_ardour/ardour_ui.cc gtk2_ardour/ardour_ui.h gtk2_ardour/ardour_ui_options.cc
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
2013-09-12vtl: export selected rangeRobin Gareus
2013-09-12incomplete merge of master into windows (requires upcoming changes to master ↵Paul Davis
to be complete)
2013-09-08vtl: update to ffmpeg v1.2.1 [lib]x264 option.Robin Gareus
2013-09-06Merge branch 'master' into windowsPaul Davis
2013-09-04vtl: fix small issue with video source file on exportRobin Gareus
2013-08-24fix merge conflicts from masterPaul Davis
2013-08-09fix typosRobin Gareus
2013-08-03dedicated namespace for video-utilsRobin Gareus
conflicting symbol prophylaxis
2013-07-31fix merge conflict from masterPaul Davis
2013-07-23clean up video related messagesRobin Gareus
2013-07-17Merge branch 'master' into windowsPaul Davis
2013-07-16move ff* structs & typedef into dedicated namespaceRobin Gareus
(further avoid conflicts with plugins)
2013-07-15use g_unlink() rather than unlink() universally, requires <glib/gstdio.h> in ↵Paul Davis
several files
2013-06-17vtl: remember original video-file for later export/muxRobin Gareus