Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-09-25CmadVRAllocatorPresenter: Implement IsRendering method.Kacper Michajłow
2015-09-25Cosmetic: Fix indentation after 41c6940cc34572922f412fc6b7d795bb8092cd0fKacper Michajłow
2015-09-25CmadVRAllocatorPresenter: Query interfaces once during initialization.Kacper Michajłow
2015-09-25CmadVRAllocatorPresenter: Implement Paint method for madVR through redraw ↵Kacper Michajłow
command.
2015-09-25Update mvrInterfaces.h.Kacper Michajłow
2015-09-24Add a Lithuanian translation.Underground78
The composition of the translation team can be found on Transifex: https://www.transifex.com/organization/mpc-hc/team/3979/members/lt/.
2015-09-24Cosmetic: Use IID_PPV_ARGS macro.Underground78
2015-09-24Rename "Use Windows 7 Taskbar (...)" to "Enable enhanced taskbar (...)".Underground78
Those features are available on Windows 7 AND all later versions. The option is properly grayed out when unavailable. Fixes #5572.
2015-09-24Tweak 10bit IPin hookAlex Marsev
Delegate rejection to LAV Video Decoder in order to support 10bit DXVA decoding. Resolves #151.
2015-09-24Set the Video Window for EVR before connecting input pinsHendrik Leppkes
This allows the video decoder to init DXVA2 decoding on the appropriate screen, instead of having to re-init after starting the graph. It also ensures the video decoding features of the adapter the window is currently on are exposed, and not those of the default screen. Resolves #150.
2015-09-24Updated LAV Filters to 0.66-4-0745609 (custom build based on stable version ↵Underground78
0.66.0). Important changes: - LAV Video Decoder: Enable decoding of 10-bit HEVC using DXVA native. - LAV Audio Decoder: Improve handling of 5.1 audio for some renderers. - LAV Audio Decoder: Add an option to revert to the old 5.1 layout. - LAV Splitter: Add an option to specify the maximum number of packets in the queue. - Updated ffmpeg library. Due to the new options, the version check has been bumped to check for version 0.66.0.
2015-09-24Internal Filters page: Use the correct tooltip for WTV format.Underground78
Fix a copy-paste error in b5aeb134db5af0562e15a8846061d4ffb4819ee4. Fixes #5587.
2015-09-24Update translations from Transifex:Translators
- Bengali - British English - Chinese (traditional) - Croatian - Czech - Danish - French - Galician - German - Hungarian - Indonesian - Japanese - Korean - Malay - Polish - Portuguese (Brazil) - Russian - Slovenian - Spanish - Thai - Turkish - Ukrainian
2015-09-24Translations: Fix PO files after 799e2712e652429374e7e8c14d0d3eb2e45bc178.Underground78
2015-09-24Update docs/Compilation.txt for the new Git.XhmikosR
2015-09-24Mouse: Adjust mouse behavior for Windows 10.Kacper Michajłow
Mouse messages are dispatched to the focused window first, but if it isn't interested message will be dispatched to the root window instead. Closes #5248
2015-09-24Mouse: send wheel messages to hovered windowsAlex Marsev
2015-09-24FGFilterLAV: Add GPU selection command-line switch for hardware decoding.Jules Blok
Resolves #152.
2015-09-24VolumeCtrl: make mouse wheel consistentAlex Marsev
Wheel up - volume up, wheel down - volume down. And use the same steps as volume control command.
2015-08-08Update translations from Transifex:Translators
- Arabic - Basque - Chinese (simplified and traditional) - Danish - German - Indonesian - Japanese - Romanian - Slovak - Turkish
2015-08-08Fix "snap to desktop edge" and "autofit zoom" on Windows 10.Underground78
The window has some using invisible borders on Windows 10 which have to be ignored when snapping or auto-fitting the window.
2015-08-07Update translations from Transifex:Translators
- Chinese (traditional) - French - Portuguese (Brazil) - Romanian - Spanish - Swedish
2015-08-06Sync the translations after a2548a807a38c3a2fd4a8773933f450d90949ff4.Underground78
This prevented the Options dialog to work correctly when using a translation. Fixes #5560.
2015-08-05Web interface: Add an option to disable the preview.Underground78
This option is disabled by default since it needs to be used with caution. Fixes #5411.
2015-08-05Update translations from Transifex:Translators
- Arabic - Basque - British English - Chinese (simplified) - Czech - Danish - French - German - Hungarian - Indonesian - Japanese - Slovak - Spanish
2015-08-05StringToReftime: Fix a typo.Underground78
This bug affected the EDL only. Thanks to bugmenot (ticket #5530).
2015-08-05Updated LAV Filters to 0.65-42-0e577b7 (custom build based on 0.65-38-393df3d.Underground78
Important changes: - LAV Splitter: Fix some rare deadlocks at startup (ticket #5548).
2015-08-02Add a tooltip for the audio time shift setting.Underground78
Fixes #5553.
2015-08-02Update translations from Transifex:Translators
- German - Greek - Indonesian - Japanese - Malay - Portuguese (Brazil) - Romanian - Turkish
2015-08-02Update sanear to v0.2-coreAlex Marsev
Fixes a bug in ->PCM16 dithering.
2015-08-02Update Little CMS to v2.7 (git 07da965).XhmikosR
Conflicts: docs/Changelog.txt
2015-08-02RARFileSource.vcxproj: Use Windows line endings.Underground78
2015-08-02Rasterizer: Clean up the SEE2 constants.Underground78
- Add `const` when it it makes sense. - Move the `zero` constant in the functions where it is used so that it is not loaded from memory.
2015-08-02Fix some "declaration hides previous declaration" warnings.Underground78
Mostly C4456 and C4457 warnings with a few C4458 warnings.
2015-08-01Revert "Go to dialog: Fix the incorrect parsing of timecodes on ICL13 builds."Underground78
This reverts commit 3cf369f19452782d1b98a33a189ddbddacfb7360. We stopped supporting ICL quite a long time ago and ICL13 is old anyway.
2015-08-01Silence some C4838 warnings.Underground78
2015-08-01Sync renderer: Update the D3D presentation parameters on reset.Underground78
2015-08-01Add a static assert to guard potentially dangerous code.Underground78
As long as the structure is packed on 4 bytes, the shortcut we use is safe.
2015-08-01Fix: MPC-HC playlists were incorrectly sorted at parsing.Underground78
The sort function was wrong and ended up doing nothing.
2015-08-01Go to dialog: Simplify the code a bit to avoid using string buffers.Underground78
This avoids getting C4477 warnings on 64-bit due to `_countof` returning a `size_t`.
2015-08-01Fix wrong _stscanf_s format string.Underground78
2015-08-01Fix wrong buffer sizes of swscanf_s.Underground78
2015-07-30Fix construction order oversightAlex Marsev
2015-07-29Internal audio renderer: Minor wording change.Underground78
Replace "sound distortion" by "audio distortion".
2015-07-29Logitech LCD: Correctly initialize the volume at start-up.Underground78
Fixes #4086.
2015-07-29Update translations from Transifex:Translators
- Basque - Chinese (simplified) - Czech - Danish - French - German - Greek - Japanese - Russian - Slovak - Spanish - Swedish - Turkish
2015-07-29Updated LAV Filters to 0.65-39-c1779f8 (custom build based on 0.65-35-721ba86).Underground78
Important changes: - LAV Video Decoder: Improved memory consumption of DXVA copy-back decoding. - Visual Studio 2015 is now supported. - Updated ffmeg and libbluray library.
2015-07-29Initial support for per-monitor dpiAlex Marsev
Refs #3356
2015-07-27Revert "Update Little CMS to v2.7 (git 07da965)."XhmikosR
This reverts commit cd08b6fcaf255d6e0daf95053d6baf8447556e63.
2015-07-26Resource files: Remove some unneeded strings.Underground78
Fixes #5537.