summaryrefslogtreecommitdiff
path: root/gtk2_ardour/transcode_ffmpeg.h
AgeCommit message (Collapse)Author
2019-09-30No more doxygen warnings for gtk2_arodur/*Robin Gareus
That's with doxgen 1.8.13.
2019-08-03Update GPL boilerplate and (C)Robin Gareus
Copyright-holder and year information is extracted from git log. git history begins in 2005. So (C) from 1998..2005 is lost. Also some (C) assignment of commits where the committer didn't use --author.
2018-11-21Update GUI, use/remove meta-data methods that have been migrated to the backendRobin Gareus
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
Generated by tools/f2s. Some hand-editing will be required in a few places to fix up comments related to timecode and video in order to keep the legible
2014-07-02round A/V offset to video-frames.Robin Gareus
2014-03-19videotimeline: fix black-frame generation (sample aspect ratio) on exportRobin Gareus
2014-03-13rework SystemExec - use vfork wrapper (and lots of related stuff)Robin Gareus
2014-02-19move SystemExec to libpbdRobin Gareus
2013-08-08move ff* structs & typedef into dedicated namespaceRobin Gareus
(further avoid conflicts with plugins)
2013-06-14avoid name-conflictRobin Gareus
when compiled with -rdynamic, "AudioStream" symbol conflicts with AspectVST.so
2013-04-11enable videotimeline by defaultRobin Gareus
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-13videotimlineRobin Gareus
squashed 694 commits from http://gareus.org/gitweb/?p=ardour3.git