summaryrefslogtreecommitdiff
path: root/gtk2_ardour/export_video_dialog.cc
AgeCommit message (Collapse)Author
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
2013-06-16vtl: update ffmpeg option sameq/qscaleRobin Gareus
2013-06-14Fix the spelling and abstract the program nameAlexandre Prokoudine
The video exporting dialog has a few spelling bugs, as well as unabstracted program name. The patch fixes it.
2013-05-02remove all of Gtk::Window::set_position (WIN_POS_MOUSE) for anything ↵Paul Davis
deriving from ArdourDialog or ArdourWindow; move the set_position() call into those classes' constructors, so that they are called before the windows are realized, and thus it actually works
2013-04-11enable videotimeline by defaultRobin Gareus
2013-04-05vtl: remove obvious warningRobin Gareus
2013-04-04vtl: overall export progress barRobin Gareus
2013-04-04vtl: audio-export progress-bar tweaksRobin Gareus
use the same concept as session > export > audio; hopefully this fixes jack-disconnects during export.
2013-04-03vtl: renice export dialogRobin Gareus
* fix scale w/h min+max * update labels and alignment
2013-04-02vtl: update video-exportRobin Gareus
* range: pre/postfix with black video-frames * fix A/V offset - decode and skip source until offset is reached * use spinning progress-bar during decode&skip * use video-stream index in stream-map * fix audio-export abort; stop freewheeling * re-indent code
2013-03-31vtl: ffmpeg interaction:Robin Gareus
* use ardour/SRC to resample audio on import * parse framerate via codec-timebase if available * update encoder parameters * add vpx/webm as codec option
2013-03-27messages related to video-server & ffmpeg external binariesRobin Gareus
2013-03-13videotimlineRobin Gareus
squashed 694 commits from http://gareus.org/gitweb/?p=ardour3.git