summaryrefslogtreecommitdiff
path: root/gtk2_ardour/export_video_dialog.cc
AgeCommit message (Collapse)Author
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