Skip to content
GitLab
    • Explore Projects Groups Snippets
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • P PyAV
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 37
    • Issues 37
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 26
    • Merge requests 26
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • PyAV
  • PyAV
  • Merge requests
  • !639

Update changelog and readme for 8.0.0 release

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Jeremy Lainé requested to merge github/fork/jlaine/feed-changelog into develop 5 years ago
  • Overview 1
  • Commits 1
  • Pipelines 0
  • Changes 3
Compare
  • develop (base)

and
  • latest version
    bb9f1c3c
    1 commit, 2 years ago

3 files
+ 31
- 9

    Preferences

    File browser
    Compare changes
CHANGE‎LOG.rst‎ +16 -3
READ‎ME.md‎ +14 -5
VERSI‎ON.txt‎ +1 -1
CHANGELOG.rst
+ 16
- 3
  • View file @ bb9f1c3c

  • Edit in single-file editor

  • Open in Web IDE


@@ -17,12 +17,25 @@ We are operating with `semantic versioning <http://semver.org>`_.
are merged into the "default" branch, currently "develop").
v8.0.0.dev0
v8.0.0
------
Major:
- Drop support for Python 2 and Python 3.4
- Drop support for Python 2 and Python 3.4.
- Provide binary wheels for Linux, Mac and Windows.
Minor:
- Remove shims for obsolete FFmpeg versions (:issue:`588`).
- Add yuvj420p format for :meth:`VideoFrame.from_ndarray` and :meth:`VideoFrame.to_ndarray` (:issue:`583`).
- Add support for palette formats in :meth:`VideoFrame.from_ndarray` and :meth:`VideoFrame.to_ndarray` (:issue:`601`).
- Fix Python 3.8 deprecation warning related to abstract base classes (:issue:`616`).
- Remove ICC profiles from logos (:issue:`622`).
Fixes:
- Avoid infinite timeout in :func:`av.open` (:issue:`589`).
v7.0.1
------
@@ -38,7 +51,7 @@ v7.0.0
Major:
- Drop support for FFmpeg < 4.0. (:issue:`559`)
- Introduce per-error exceptions, and mirror the builtin exception heirarchy. It is recommended to examine your error handling code, as common FFmpeg errors will result in `ValueError` baseclasses now. (:issue:`563`)
- Introduce per-error exceptions, and mirror the builtin exception hierarchy. It is recommended to examine your error handling code, as common FFmpeg errors will result in `ValueError` baseclasses now. (:issue:`563`)
- Data stream's `encode` and `decode` return empty lists instead of none allowing common API use patterns with data streams.
- Remove ``whence`` parameter from :meth:`InputContainer.seek` as non-time seeking doesn't seem to actually be supported by any FFmpeg formats.
README.md
+ 14
- 5
  • View file @ bb9f1c3c

  • Edit in single-file editor

  • Open in Web IDE


@@ -17,20 +17,29 @@ But where you can't work without it, PyAV is a critical tool.
Installation
------------
Due to the complexity of the dependencies, PyAV is not always the easiest Python package to install. The most straight-foward install is via [conda-forge][conda-forge]:
Due to the complexity of the dependencies, PyAV is not always the easiest Python package to install from source. Since release 8.0.0 binary wheels are provided on [PyPI][pypi] for Linux, Mac and Windows linked against a modern FFmpeg. You can install these wheels by running:
```
conda install av -c conda-forge
pip install av
```
See the [Conda quick install][conda-install] docs to get started with (mini)Conda.
If you want to use your existing FFmpeg/Libav, the C-source version of PyAV is on [PyPI][pypi] too:
```
pip install av --no-binary av
```
If you want to use your existing FFmpeg/Libav, the C-source version of PyAV is on [PyPI][pypi]:
Alternative installation methods
--------------------------------
Another way of installing PyAV is via [conda-forge][conda-forge]:
```
pip install av
conda install av -c conda-forge
```
See the [Conda quick install][conda-install] docs to get started with (mini)Conda.
And if you want to build from the absolute source (for development or testing):
```
VERSION.txt
+ 1
- 1
  • View file @ bb9f1c3c

  • Edit in single-file editor

  • Open in Web IDE

8.0.0.dev0
8.0.0
0 Assignees
None
Assign to
0 Reviewers
None
Request review from
Labels
0
None
0
None
    Assign labels
  • Manage project labels

Milestone
No milestone
None
None
Time tracking
No estimate or time spent
Lock merge request
Unlocked
2
2 participants
Administrator
Jeremy Lainé
Reference: PyAV-Org/PyAV!639
Source branch: github/fork/jlaine/feed-changelog

Menu

Explore Projects Groups Snippets