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

mmal: increase decode buffering a little to help harder MVC files #9159

Merged
merged 1 commit into from
Feb 20, 2016

Conversation

popcornmix
Copy link
Member

PR8610 reduced buffering in codec which generally improved behaviour,
but we have some reports of hard streams (like 3D BluRay) that now
lag. The problem is when the codec's input buffer runs dry you
waste useful decoder cycles. It seems adding another two frames of
latency to decoder gets the performance back.

PR8610 reduced buffering in codec which generally improved behaviour,
but we have some reports of hard streams (like 3D BluRay) that now
lag. The problem is when the codec's input buffer runs dry you
waste useful decoder cycles. It seems adding another two frames of
latency to decoder gets the performance back.
@popcornmix
Copy link
Member Author

jenkins build this please

popcornmix added a commit that referenced this pull request Feb 20, 2016
mmal: increase decode buffering a little to help harder MVC files
@popcornmix popcornmix merged commit 4a511b7 into xbmc:master Feb 20, 2016
@popcornmix popcornmix deleted the decodebuffering branch February 20, 2016 15:21
@razzeee razzeee added this to the Krypton 17.0-alpha1 milestone Feb 20, 2016
@razzeee razzeee added v17 Krypton Component: Video Type: Improvement non-breaking change which improves existing functionality labels Feb 20, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Video Type: Improvement non-breaking change which improves existing functionality v17 Krypton
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants