Skip to content
GitLab
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
  • Issues
  • #110
Closed
Open
Issue created Aug 07, 2015 by Mike Boers@mikeboers3 of 5 checklist items completed3/5 checklist items

Drop support for Libav

Given that Libav is no longer preferred over FFmpeg on any Linux distros, do we care enough to keep supporting it?

This is a conversation that @markreidvfx and I have been having off-line. At this point there is no reason to act, but only to keep this in mind for the next time there is a serious burden put upon us by Libav-vs-FFmpeg.


Annoying things we've had to deal with recently (I'm editing this list as we go):

  • Libav has no avfilter_graph_dump; the functionality was not added.
  • Libav has no AV_ROUND_PASS_MINMAX in the AVRounding enum; I coded around it. (#175 (closed))

Edit 2018-05-22: We're doing this.

  • Discuss this history in the docs.
  • Remove avresample (which will simplify a bunch of setup.py).
  • AV_ROUND_PASS_MINMAX missing (#175 (closed)).
  • Look at every symbol looked for in setup.py.
  • Strip "FFmpeg/Libav" from all casual use in documentation.
Assignee
Assign to
Time tracking