Commit Graph

  • 691c956e91 Changed the order of the argumets for output to appear last Nitay Megides 2019-12-10 22:07:33 +02:00
  • 3b26e0c5a1
    Merge c580ae355bb18b3d3d0aaee0e9220f34441995e0 into 3cef4310457a106ce301a1061d5299d15b041785 Karl Kroening 2019-11-05 19:53:57 +00:00
  • 2d3a078f24 Add test for probe timeout and fix for Python2 magnusvmt 2019-11-02 16:17:17 +01:00
  • 3cef431045
    Merge pull request #248 from kylemcdonald/master Karl Kroening 2019-11-02 02:05:25 -05:00
  • d1f1b64aa9
    Merge pull request #287 from hp310780/issue239_typographicalerror Karl Kroening 2019-11-02 01:46:50 -05:00
  • 24633404df
    Merge pull request #286 from cmehay/duplicate_parameters Karl Kroening 2019-11-02 01:46:20 -05:00
  • a8e0954f41 Fixed typographical error Harshna Patel 2019-10-31 20:07:38 +00:00
  • 2a7a2d78c9 Duplicate parameters can be set in kwargs with an iterator Christophe Mehay 2019-10-31 12:02:09 +01:00
  • 82a00e4849 Add optional timeout argument to probe magnusvmt 2019-10-28 16:28:51 +01:00
  • 65f68a8943
    Merge 506d94ab01117545674200847b00d214b6619ae8 into 78fb6cf2f11cb93c6071c978a92a640f5743a9fb Ross Patterson 2019-08-15 00:57:02 +00:00
  • 506d94ab01 Detect: Improve hwaccel preference ordering Ross Patterson 2019-08-12 13:50:36 -07:00
  • 94b8333ddd Build/Detect: Clarify constants organization Ross Patterson 2019-08-12 13:50:11 -07:00
  • aba5a5781c Project: Ignore Python and editor artifacts Ross Patterson 2019-08-12 01:11:37 -07:00
  • 96d4d490b1 Detect: Fix handling of GPUs not listed in hwaccel APIs Ross Patterson 2019-08-12 01:07:40 -07:00
  • 89464c8f82 Windows: Fix newline differences Ross Patterson 2019-08-12 01:07:22 -07:00
  • c04c2e9c35 Detect: Sometimes encoders work when not listed in ffmpeg -codecs Ross Patterson 2019-08-11 20:36:41 -07:00
  • 47cc498aa6 Detect: Filter encoders and decoders based on GPU support Ross Patterson 2019-08-10 19:17:42 -07:00
  • 267bb71fd6 Detect: NVidia, assume encoding not supported for absent codecs Ross Patterson 2019-08-10 19:16:44 -07:00
  • d3ac1865a4 Detect: Integrate GPU codecs data into the GPU detection Ross Patterson 2019-08-10 18:39:21 -07:00
  • 054aadb56c Detect: Cleanup redundant variable assignment Ross Patterson 2019-08-10 18:15:51 -07:00
  • 9f00ffd995 Detect: Add NVidia decoders data Ross Patterson 2019-08-10 17:24:15 -07:00
  • 8982e9fff2 Detect: Whitespace cleanup Ross Patterson 2019-08-10 16:16:02 -07:00
  • 705473c266 Detect: Preserve dict key order Ross Patterson 2019-08-10 16:15:40 -07:00
  • d084c38875 Detect: Add NVidia model decoder data Ross Patterson 2019-08-10 06:39:17 -07:00
  • 769d45b7ad Detect: Parse multiple boards into model lines and model numbers Ross Patterson 2019-08-10 04:02:41 -07:00
  • c46f24848e Detect: Improve constants order, more general first Ross Patterson 2019-08-09 21:34:08 -07:00
  • 999d047bfe Detect: Checkpoint untested Windows GPU detection Ross Patterson 2019-08-09 21:30:48 -07:00
  • 7121906e62 Detect: Use easier Python version for requirements building Ross Patterson 2019-08-09 20:49:11 -07:00
  • d7ae12f04b Detect: Add multiple GPU handling Ross Patterson 2019-08-09 20:48:34 -07:00
  • 7781c9c7b4 Detect: GPU, add Linux board and chip detection Ross Patterson 2019-08-09 20:24:06 -07:00
  • 3ba9598c19 Detect: Improve handling of undetected platforms Ross Patterson 2019-08-09 20:19:56 -07:00
  • 79b19eba72 Detect: Factor out hwaccel detection data download Ross Patterson 2019-08-09 19:00:12 -07:00
  • a3e784b0d1 Detect: Fix VAAPI handling, add -hwaccel_output_format handling Ross Patterson 2019-08-09 18:30:22 -07:00
  • dc243a6e9c Tests: Add recent Pythons for testing, remove Python 3.6 Ross Patterson 2019-08-09 17:38:23 -07:00
  • 8490da9fb6 Detect: Raise meaningful errors when no decoder/encoder can be found Ross Patterson 2019-08-09 17:30:28 -07:00
  • 69caa25e52 Detect: List available input/output kwargs in order of performance Ross Patterson 2019-08-09 17:01:40 -07:00
  • c70a3f9cae Detect: Improve docstrings Ross Patterson 2019-08-09 17:00:42 -07:00
  • 130457ffe1 Build: Include coders specific to hwaccell APIs Ross Patterson 2019-08-09 15:10:29 -07:00
  • ca427cb904 Build: Match the codecs output more closely, better semantics Ross Patterson 2019-08-09 15:09:22 -07:00
  • 145e57bb74 Detect: TODO other platform GPU detection Ross Patterson 2019-08-09 03:06:32 -07:00
  • 4e08627ef1 Detect: Detect accelerated de/encoders based on detected hwaccels Ross Patterson 2019-08-07 18:08:56 -07:00
  • 8c16c5242e Detect: Add test for detecting hardware acceleration Ross Patterson 2019-08-07 17:31:28 -07:00
  • fcaab4f368 Project: Use a develop egg for easier development Ross Patterson 2019-08-07 05:31:35 -07:00
  • f17766aec3 Detect: Basic hwaccel detection based on OS and GPU, Linux only ATM Ross Patterson 2019-08-07 05:24:09 -07:00
  • 891ca521fd Build data: Fix ffmpeg cmd arg not being passed on Ross Patterson 2019-08-07 01:38:12 -07:00
  • 34adcb88dd Build data: Add basic test for coverage Ross Patterson 2019-08-05 13:29:18 -07:00
  • e09c440989 Add support for extracting ffmpeg build data, such as hwaccels Ross Patterson 2019-08-05 07:40:09 -07:00
  • c99e97b687 added mono to stereo example Kyle McDonald 2019-08-04 15:18:55 -07:00
  • bbd56a35a3
    tensorflow streaming typo Kyle McDonald 2019-08-04 15:09:40 -07:00
  • ed9b7f8804
    tox.ini: Add py37 to the testing Christian Clauss 2019-07-31 06:32:29 +02:00
  • c6c2dfdc28
    Travis CI: Add Python 3.7 to the tests Christian Clauss 2019-07-31 06:30:22 +02:00
  • f839009802 match with python 2.x syntax Linus 2019-07-21 09:39:01 +12:00
  • 22c9cc2f03 Fix stream paramater name Linus 2019-07-21 09:34:19 +12:00
  • 00a8f4f79a remove "stream: " for matching with python 2.x syntax Linus 2019-07-21 09:25:33 +12:00
  • e742bfced2 Update .gitignore Linus 2019-07-21 09:20:58 +12:00
  • 3102648761 Merge branch 'dev/add_header_node' of https://github.com/wkchan/ffmpeg-python into dev/add_header_node Linus 2019-07-21 09:14:20 +12:00
  • ba00ff8b68 Update test_facebook test case Linus 2019-07-21 09:14:06 +12:00
  • 8c17129724
    Update .gitignore wkchan 2019-07-21 09:08:54 +12:00
  • ca31154cef Added Facebook Live Test case Linus 2019-07-16 22:47:39 +12:00
  • 76bc4179c6 Handled header node Linus 2019-07-14 00:37:50 +12:00
  • 3f65898ac2 add header Node Linus 2019-07-13 04:44:28 +12:00
  • c580ae355b Try using Xenial in Travis norequires Karl Kroening 2019-07-05 20:01:19 -05:00
  • 8f3cb6cada Add python 3.7 test configuration; drop future import in tox.ini Karl Kroening 2019-07-05 19:54:31 -05:00
  • e740f6bb49 Re-blacken _utils.py Karl Kroening 2019-07-05 19:53:29 -05:00
  • 7611a29ae6 Drop builtins import Karl Kroening 2019-07-05 19:50:57 -05:00
  • d23ad83290 Drop future install-requirement Karl Kroening 2019-07-05 19:39:07 -05:00
  • 78fb6cf2f1 Release 0.2.0 0.2.0 release-0.2 Karl Kroening 2019-07-05 19:17:30 -05:00
  • 1c9695d2a0 Run Black code formatter Karl Kroening 2019-07-05 19:16:43 -05:00
  • c14efc9a19
    Merge pull request #230 from komar007/fix_multiple_output_order Karl Kroening 2019-07-05 19:15:23 -05:00
  • 732bf21397 Label-based order of outputs from multiple-output filters Michal Trybus 2019-07-01 15:55:10 +02:00
  • faca0ee87b Test against wrong order of outputs from multiple-output filters Michal Trybus 2019-07-01 15:39:55 +02:00
  • 63973d0b29
    Update README.md Karl Kroening 2019-06-28 22:14:44 -05:00
  • 61c5080db6
    upd: _filters.py : add "vstack" & "hstack" russiaman 2019-06-18 13:40:15 +03:00
  • ab42ab4dfc
    Merge pull request #213 from kkroening/black Karl Kroening 2019-06-10 17:52:48 -05:00
  • fff79e6b93 Merge remote-tracking branch 'origin/master' into black Karl Kroening 2019-06-10 17:42:39 -05:00
  • 5c5a935e4c Adds argument "popen_textmode" for passing through run_async to subprocess.Popen() as argument "text" Filipe Reis 2019-06-04 16:28:26 +01:00
  • c90efd478c
    Merge 7f70fb8f37788122db02dfa7970f4cddb8971b72 into 1b2634291d9694ed5b8acb4f6567e43123a2f637 Andrey Kolpakov 2019-06-04 00:07:15 +00:00
  • 1b2634291d Release 0.1.18 0.1.18 release-0.1 Karl Kroening 2019-06-03 04:06:26 -05:00
  • 46eeb41705 Use Black formatter Karl Kroening 2019-06-03 04:05:24 -05:00
  • 8ea0f4ca4b Use Black formatter Karl Kroening 2019-06-03 04:03:37 -05:00
  • a1e1f30a99
    Update README.md Karl Kroening 2019-06-03 03:52:07 -05:00
  • 2db3c4a3ce
    Update README.md Karl Kroening 2019-06-03 03:30:04 -05:00
  • bde72f4124
    Update README.md Karl Kroening 2019-06-03 03:09:27 -05:00
  • 411b0a14ff
    Update README.md Karl Kroening 2019-06-03 02:43:04 -05:00
  • 49c877eec6
    Update README.md Karl Kroening 2019-06-03 02:42:29 -05:00
  • 2614a2498c Update docs gh-pages Karl Kroening 2019-06-03 01:54:44 -05:00
  • 995cf67d7d Update docs Karl Kroening 2019-06-03 01:54:35 -05:00
  • a3bac57d0a
    Merge pull request #212 from kkroening/av-ops Karl Kroening 2019-06-03 01:52:58 -05:00
  • 5c4a5c720f Include Stream class in API docs Karl Kroening 2019-06-03 01:32:44 -05:00
  • 881ae4efff Add .audio + .video operators Karl Kroening 2019-06-03 01:11:48 -05:00
  • 41daf9a953
    Merge pull request #209 from JDLH/typo_filters_doc Karl Kroening 2019-05-19 04:26:12 -05:00
  • 35695d93d4
    Fix typo "fmpeg-python" to read "ffmpeg-python" Jim DeLaHunt 2019-05-18 00:13:04 -07:00
  • 7f70fb8f37 Asyncio support async/await #200 Andrey Kolpakov 2019-05-05 00:00:04 +02:00
  • ac111dc3a9
    Merge pull request #189 from apatsekin/patch-1 Karl Kroening 2019-04-18 02:06:13 -05:00
  • 1f3ce1e2aa
    Merge pull request #188 from akolpakov/ffprobe_extra_args Karl Kroening 2019-04-18 02:05:08 -05:00
  • e61653144b
    Merge pull request #194 from kkroening/fix-ci Karl Kroening 2019-04-18 01:58:49 -05:00
  • f641413ed8 Fix CI issue with ffmpeg download link Karl Kroening 2019-04-18 01:56:29 -05:00
  • 754d2b7227
    Update README.md apatsekin 2019-04-15 13:52:29 -04:00
  • 3ddc5f04bf Ability to accept extra arguments for ffmpeg.probe command (Issue #187) Andrey Kolpakov 2019-04-11 10:52:26 +02:00
  • eef4da1b27 Slight reordering in readme Karl Kroening 2018-11-25 21:59:33 -06:00