-
Notifications
You must be signed in to change notification settings - Fork 190
Adding video code UWP packages #241
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds 8 Microsoft video and image codec extensions to the Appx configuration file to enhance multimedia support for UWP applications.
- Adds 8 new AppxPackage entries for various Microsoft media extensions
- Each entry includes standard metadata fields (AppxPackage, VDIState, URL, Description)
- Extensions cover video codecs (AVC, AV1, MPEG2, VP9), image formats (HEIF, WebP, Raw), and web media support
Comments suppressed due to low confidence (1)
2009/ConfigurationFiles/AppxPackages.json:24
- The description should start with a capital letter. Change 'play MPEG-1' to 'Play MPEG-1' to match the sentence structure of other descriptions.
"Description": "play MPEG-1 and MPEG-2 videos. If you have MP4 or MKV video files that don’t play, this extension should help. Also, if you can’t play videos that have file name extensions such as .mpeg, .mpg, .ts, .m2ts, .mkv, and .avi, this extension might help you play them."
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Adding another package "CrossDevice", which does these things: • Notification syncing between PC and Android • File sharing via Nearby Share • Continuity features like shared clipboard or app handoff (Things typically not used in VDI/AVD environments)
tmmuessig
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The code changes are the same from another PR for windows media player, lets remove them from this PR and keep only the AppxPackages.json changes.
|
That's good with me.
Thanks,
Robert M. Smith
From: Tim Muessig ***@***.***>
Sent: Thursday, August 21, 2025 3:14 PM
To: The-Virtual-Desktop-Team/Virtual-Desktop-Optimization-Tool ***@***.***>
Cc: Robert Smith (Azure) ***@***.***>; Author ***@***.***>
Subject: Re: [The-Virtual-Desktop-Team/Virtual-Desktop-Optimization-Tool] Adding video code UWP packages (PR #241)
@tmmuessig requested changes on this pull request.
The code changes are the same from another PR for windows media player, lets remove them from this PR and keep only the AppxPackages.json changes.
-
Reply to this email directly, view it on GitHub<#241 (review)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AOX432PWNSQEGLYQPTYAM4D3OYLBJAVCNFSM6AAAAACEAP3B2GVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZTCNBRHE3TQMRXGY>.
You are receiving this because you authored the thread.Message ID: ***@***.******@***.***>>
|
Added 8 video codec packages to Appx config file