forked from kkroening/ffmpeg-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: XuJunran/ffmpeg-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: kkroening/ffmpeg-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 16 files changed
- 6 contributors
Commits on Mar 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for fd1da13 - Browse repository at this point
Copy the full SHA fd1da13View commit details
Commits on Mar 7, 2022
-
Use GitHub Actions for CI. (kkroening#641)
This sets up GitHub Actions (GHA) to run in place of the currently broken Travis CI. Initially, this only covers running tox/pytest and Black, but may eventually be extended to run pylint, mypy, flake8, etc. - see kkroening#605, for example. Notes: * Python 3.10 is not yet supported due to the `collections.Iterable` issue discussed in kkroening#330, kkroening#624, etc. * The Black CI step acts as a linting step, rather than attempting to have the GHA job automatically update/commit/push the reformarted code. * Black is currently pinned to an older version that supports `--target-version py27` until Python 2 compatibility can be dropped in the final Python 2 compatibility release of ffmpeg-python. * Only the main source directory (`ffmpeg/`) is checked with Black at the moment. The `examples/` directory should also be checked, but will be done as a separate PR. Co-authored by: Christian Clauss <cclauss@me.com>
Configuration menu - View commit details
-
Copy full SHA for 29b6f09 - Browse repository at this point
Copy the full SHA 29b6f09View commit details -
Add FFmpeg installation instructions (kkroening#642)
Co-authored-by: digitalcircuits <59550818+digitalcircuits@users.noreply.github.com> Co-authored-by: digitalcircuits <digitalcircuits@github>
Configuration menu - View commit details
-
Copy full SHA for cb9d400 - Browse repository at this point
Copy the full SHA cb9d400View commit details -
Import ABC from collections.abc for Python 3.9+ compatibility (kkroen…
…ing#330) * Import ABC from collections.abc instead of collections for Python 3.9 compatibility. * Fix deprecation warnings due to invalid escape sequences. * Support Python 3.10 Co-authored-by: Karl Kroening <karlk@kralnet.us>
Configuration menu - View commit details
-
Copy full SHA for 6189cd6 - Browse repository at this point
Copy the full SHA 6189cd6View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc41f4a - Browse repository at this point
Copy the full SHA fc41f4aView commit details
Commits on Jul 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ed70f2e - Browse repository at this point
Copy the full SHA ed70f2eView commit details -
Fix Black in GHA for Python 2.7 (kkroening#680)
(At least until Python 2.7 support is finally eliminated)
Configuration menu - View commit details
-
Copy full SHA for ef00863 - Browse repository at this point
Copy the full SHA ef00863View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35886c9 - Browse repository at this point
Copy the full SHA 35886c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for df129c7 - Browse repository at this point
Copy the full SHA df129c7View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master