1
0
mirror of https://github.com/kkroening/ffmpeg-python.git synced 2025-04-06 04:15:44 +08:00

8 Commits

Author SHA1 Message Date
Karl Kroening
662c56eb5b : fix python 3 support 2017-07-06 02:50:22 -06:00
Karl Kroening
6887ad8bac Massive refactor to break nodes into streams+nodes 2017-07-06 02:23:13 -06:00
Karl Kroening
aa5156d9c9 : allow multiple outgoing edges with same label 2017-07-05 04:52:45 -06:00
Karl Kroening
11a24d0432 : fix get_outgoing_edges 2017-07-05 04:23:05 -06:00
Karl Kroening
fc07f6c4fa : remove Node._parents 2017-07-05 04:07:30 -06:00
Karl Kroening
7236984626 : don't rely on in 2017-07-05 03:31:29 -06:00
Karl Kroening
677967b4c2 Merge remote-tracking branch 'origin/master' into feature/17
Conflicts:
	ffmpeg/_run.py
	ffmpeg/nodes.py
2017-07-05 03:19:43 -06:00
Karl Kroening
6a9a12e718 : move graph stuff to dag.py; add edge labelling 2017-07-05 03:13:30 -06:00