-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Uses the ffmpeg's default hw frames parameters to ensure alignments and initial pool size Adds VA support for more formats (Config.Decoder.AllowProfileMismatch) Prevents renderer's disposal on every new video input but it will dispose it on Player.Stop or Dispose Adds Ctrl+Q key binding for Player.Stop Fixes an issue with the audio / video sync that it could happen on live streams with no buffer (0 duration) Fixes critical issues with the Idle Renderer Fixes a possible critical null reference on video processor that could cause issues with brightness Fixes an issue with MP2 audio codecs (flat formats) and switches to MP3 when required Fixes a proper fallback to sw format in case of hw failure Fixes backwards compatibility with < Win8 (however XAudio seems to still have an issue) Fixes an issue in case of initially audio fails to be able to continue play video
- Loading branch information
Showing
4 changed files
with
20 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters