Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Known FFmpeg issues that probably should be reported/fixed upstream #87

Open
myrsloik opened this issue Dec 29, 2024 · 0 comments
Open
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@myrsloik
Copy link
Member

  1. Some FFmpeg encoders don't flag keyframes. The HuffYUV encoder is the most notable case of this. Every frame is a keyframe so why can't it be marked as such?
  2. VC-1 decoder output isn't bitexact after seeking.
  3. Somewhat corrupt MPEG2 files such as the one in Decoding artifacts,.. #31 don't produce bitexact output with repeated linear decoding. This probably indicates harmless uninitialized memory somewhere.
@myrsloik myrsloik added bug Something isn't working help wanted Extra attention is needed labels Dec 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant