Karl Kroening
|
fd1da13f11
|
Re-apply Black formatting, and wrap docstrings at ~88 columns. (#639)
|
2022-03-06 13:24:40 -08:00 |
|
Karl Kroening
|
8ea0f4ca4b
|
Use Black formatter
|
2019-06-03 04:03:37 -05:00 |
|
Karl Kroening
|
5c4a5c720f
|
Include Stream class in API docs
|
2019-06-03 01:32:44 -05:00 |
|
Karl Kroening
|
881ae4efff
|
Add .audio + .video operators
|
2019-06-03 01:11:48 -05:00 |
|
Karl Kroening
|
3cf993e910
|
Add filter operator
|
2018-07-13 04:43:56 +02:00 |
|
Karl Kroening
|
84355d419c
|
#30: re-futurize
|
2018-05-09 03:15:12 -05:00 |
|
Karl Kroening
|
c162eab2a9
|
Update docs
|
2018-05-09 01:26:28 -05:00 |
|
Karl Kroening
|
1e63419a93
|
Test bad stream selectors
|
2018-03-11 21:33:32 -07:00 |
|
Karl Kroening
|
57abf6e86e
|
Change selector syntax from [:a] to [a] ; remove map operator (for now)
|
2018-03-11 21:27:26 -07:00 |
|
Karl Kroening
|
6169b89321
|
Minor improvements (formatting, etc)
|
2018-03-11 20:03:06 -07:00 |
|
Karl Kroening
|
809ab6cd17
|
Merge remote-tracking branch 'origin/master' into stream_selectors
|
2018-03-10 19:01:57 -08:00 |
|
Davide Depau
|
ea90d91dfe
|
Expand unclear one-line implicit conditional statement
|
2018-01-09 16:04:33 +01:00 |
|
Davide Depau
|
497105f929
|
Reimplement .map logic making Node immutable
|
2018-01-09 16:04:24 +01:00 |
|
Davide Depau
|
44091f8a4a
|
Allow outputs to be created empty; streams can be mapped later
|
2018-01-09 15:47:08 +01:00 |
|
Davide Depau
|
c2c6a864d2
|
Make sure item is instance of slice in __getitem__
|
2018-01-09 15:47:08 +01:00 |
|
Davide Depau
|
f6d014540a
|
Add __getitem__ to Stream too, simplify selector syntax
* No need to have a split node in between, you can just do stream[:"a"]
* Split nodes are still needed to do actual splitting.
|
2018-01-09 15:47:08 +01:00 |
|
Davide Depau
|
646a0dcae8
|
Implement selectors in Stream and Node
* Selectors are used just like 'split', i.e. `stream.split()[0:"audio"]`
|
2018-01-09 15:47:08 +01:00 |
|
Davide Depau
|
755fb843de
|
Also provide the number of splits to asplit filter
|
2017-12-22 17:11:23 +01:00 |
|
Karl Kroening
|
4640adabe0
|
Futurize
|
2017-07-12 02:10:44 -06:00 |
|
Karl Kroening
|
7b2d8b63fc
|
Merge remote-tracking branch 'origin/master' into feature/17
Conflicts:
ffmpeg/_filters.py
ffmpeg/_utils.py
ffmpeg/nodes.py
ffmpeg/tests/test_ffmpeg.py
|
2017-07-12 02:08:19 -06:00 |
|
Karl Kroening
|
5f4bfd1fb3
|
Robustly handle string escaping
|
2017-07-12 00:33:43 -06:00 |
|
Karl Kroening
|
cf1b7bfd4b
|
#17: auto-generate split output count
|
2017-07-10 23:38:30 -06:00 |
|
Davide Depau
|
efc0104ae4
|
escape "[]=;:," characters in filter arguments to avoid early termination
|
2017-07-10 22:15:52 +02:00 |
|
Karl Kroening
|
5d78a2595d
|
#17: fix merge_outputs ; allow stream_spec in get_args +run
|
2017-07-09 15:50:51 -06:00 |
|
Karl Kroening
|
c6e2f05e5b
|
#17: add short_repr for input and output nodes
|
2017-07-06 03:42:03 -06:00 |
|
Karl Kroening
|
8337d34b82
|
#17: add proper handling of split operator
|
2017-07-06 03:35:20 -06:00 |
|
Karl Kroening
|
662c56eb5b
|
#17: 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
|
fc07f6c4fa
|
#17: remove Node._parents
|
2017-07-05 04:07:30 -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
|
#17: move graph stuff to dag.py; add edge labelling
|
2017-07-05 03:13:30 -06:00 |
|
Karl Kroening
|
fc946be164
|
Pull in _NodeBase from actorgraph; include short-hash in repr
|
2017-07-04 17:45:20 -06:00 |
|
Davide Depau
|
086613bb09
|
convert assertions to if+raise
|
2017-06-30 15:54:09 +02:00 |
|
Karl Kroening
|
f1e6212765
|
Clean up hashing
|
2017-06-17 00:14:18 -06:00 |
|
Karl Kroening
|
cd3d3715b8
|
Support python3
|
2017-06-13 19:37:14 -06:00 |
|
Karl Kroening
|
696e52a989
|
#1: split operators into modules
|
2017-05-27 15:43:22 -10:00 |
|