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
  • Merge requests
  • !412

Fix deprecated codec / format / filter iterators

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Jeremy Lainé requested to merge github/fork/jlaine/avformat-deprecations into develop Oct 04, 2018
  • Overview 1
  • Commits 5
  • Pipelines 0
  • Changes 16

Only use av_iformat_next and av_oformat_next when using FFmpeg < 4.0, see:

https://github.com/FFmpeg/FFmpeg/blob/ebc3d04b8df4e11b1343090fed1014832d5cf46d/doc/APIchanges#L92

We can also stop detecting and stubbing of these function which have been present since at least FFmpeg 2.0:

  • avformat_alloc_output_context2
  • avformat_close_input
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/jlaine/avformat-deprecations