summaryrefslogtreecommitdiff
path: root/gtk2_ardour/transcode_ffmpeg.cc
AgeCommit message (Collapse)Author
2013-08-03dedicated namespace for video-utilsRobin Gareus
conflicting symbol prophylaxis
2013-07-28fix compiler warnings.Robin Gareus
2013-07-23clean up video related messagesRobin Gareus
2013-07-16move ff* structs & typedef into dedicated namespaceRobin Gareus
(further avoid conflicts with plugins)
2013-06-16vtl: use avi/mjpeg (insted of mpeg4) for video proxyRobin Gareus
* average picture quality is worse * ..but seeking works accurately (no more PTS/DTS mess with Quicktime files) * ffmpeg transcode to mpeg4 retains PTS, DTS ( to mjpeg does not) * eventually harvid&xjadeo need to be updated to seek to non-monotonic PTS, DTS timestamps
2013-06-14avoid name-conflictRobin Gareus
when compiled with -rdynamic, "AudioStream" symbol conflicts with AspectVST.so
2013-06-11vtl: wait for output from ffprobeRobin Gareus
fix code-ordering bug that sneaked in when re-factoring the parser.
2013-06-08NOOP - use PBD's std::string to number functionsRobin Gareus
2013-04-11enable videotimeline by defaultRobin Gareus
2013-04-03vtl: use mpeg4 with intra frames for internal seek formatRobin 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-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-30vtl: update ffmpeg parameters and output-parsingRobin Gareus
2013-03-29vtl: update ffprobe csv parsingRobin Gareus
2013-03-27messages related to video-server & ffmpeg external binariesRobin Gareus
2013-03-26canonical names for video-toolsRobin Gareus
2013-03-13vtl: fix --strict compiler warningsRobin Gareus
2013-03-13videotimlineRobin Gareus
squashed 694 commits from http://gareus.org/gitweb/?p=ardour3.git