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
path: root/src
AgeCommit message (Collapse)Author
2013-10-20Fix uninitialized class memberskasper93
Fixes CID #366317, #366318, #366360, #966281, #966282, #966283, #966284, #966285, #966286, #966287, #966310, #966311, #966313, #966314, #966316, #966328, #966329, #966343, #966345, #966346, #966347, #966349, #966350, #966354, #966358, #966359, #966361, #966362, #966363, #966364, #966365, #966366, #966370, #966371, #966373, #966374, #966375, #966376, #966377, #966378, #1026047, #1027114, #1041190
2013-10-20Fix integer overflowkasper93
Fixes CID #966079, #966078
2013-10-20Remove dead conditionalskasper93
Fixes CID #965943 #965949
2013-10-20Check return value when it make sense.kasper93
Fixes CID #965890, #965892, #965893, #965894, #965898, #1084351
2013-10-20Renderer statistics: Show the DXVA info from LAV when available.Underground78
2013-10-19Cosmetics: Consistently name the video renderer data variable.Underground78
2013-10-19Get the DXVA status once and for all when opening the file.Underground78
No need to check it every time the status bar is updated.
2013-10-19Improve the reliability of the [DXVA] indicator in the status bar.Underground78
Sometimes the indicator wasn't shown while hardware acceleration was used. This commit fixes #3518.
2013-10-19Cosmetics: Use the IID_PPV_ARGS macro when possible (2/2).kasper93
2013-10-19Cosmetics: Use the IID_PPV_ARGS macro when possible (1/2).Underground78
2013-10-19madVR: Hook DXVA decoder to have status and logging.kasper93
2013-10-19Be consistent with the var type.XhmikosR
2013-10-19Add missing file in MPCTestAPI.vcxproj.filters.XhmikosR
2013-10-19Fix some typos.Underground78
2013-10-19Remove some overzealous constifications to avoid C4510 and C4610 warnings.Underground78
The language resources array is const already so there is no risk of unwanted modification.
2013-10-19Remove unused variables after eb191c09cc96450a4e62c3592a5697b407f6bc36.Underground78
2013-10-19Tooltips IDs can't go above 0xFFFF.Underground78
2013-10-19GetEventString: Add DVD-Video and sound device event codes.kasper93
2013-10-17Invalidate control when ChapterBag is changed.Armada
2013-10-17Make SetChapterBag consistent, reduce duplication.Armada
2013-10-16Skip to previous chapter: Use the same threshold for files and DVDs.Underground78
Previously thresholds of 3 seconds and 7 seconds were used respectively for files and DVDs, to choose between restarting a chapter or skipping to the previous one. Now both uses a 5 second threshold.
2013-10-16Factorize the code for DVD chapters handling.Underground78
2013-10-16Factorize the code for file chapters handling.Underground78
2013-10-16About dialog: Keep the build info in the clipboard even when MPC-HC is closed.Underground78
2013-10-16Fix wrong path in history when opening files from a network drive.Underground78
This old bug has been made visible because of 3fc006ff775f7bf8c29da82c33069d47f6ea47ea. This commit fixes #3594.
2013-10-13Fixes to reset settings optionAlex Marsev
- Reset .ini now doesn't write ExePath to the registry - Reset .ini is now achieved through file write not delete Fixes #3591
2013-10-13Cosmetics in CAppSettings::UpdateSettings()Alex Marsev
2013-10-13AppSettings: migrate only present keysAlex Marsev
2013-10-13Use elapsed/remaining time for the chapter change OSD depending on what is ↵Underground78
selected. This commit fixes #1555.
2013-10-13Avoid the OSD flashing when skipping to a chapter.Underground78
The OSD displayed the seek message before it was immediately replaced by the chapter information.
2013-10-13DSUtil: Cosmetics.Underground78
2013-10-13DVB: Move channel list to the new section in settings.kasper93
2013-10-13Update LAV Filters for memory corruption issues after ↵Underground78
85fe2bcc7b50bf3aeb8f8a01f38f8713a3745db6. LAV Filters accidentally got mixed minimum OS support. It resulted in some files being compiled with no minimum OS while some others had XP set as minimum OS.
2013-10-13Update LAV Filters for a compilation fix after ↵Underground78
38152d79401035b9d6f66bc94f7fad6bcb9f0c1c.
2013-10-13Change ".Net" to ".NET".XhmikosR
Also fix some comments about Vista+ and use the proper case for WASAPI.
2013-10-13Update LAV Filters to add a commit number in its version number.Underground78
This way if we distribute LAV Filters version X.Y.Z.N, it means that our custom build is based on: - the stable version X.Y.Z, - with N official patches (which will be part of next official LAV Filters build), - and some custom non-official patches which are here to improve the integration in MPC-HC.
2013-10-13Go To dialog: Slightly improve the precision of the frame number.Underground78
The frame number was sometimes off by 1. This commit fixes #1478.
2013-10-12AudioSwitcher.cpp: remove double semicolon.XhmikosR
2013-10-12Add VS2012 Update 4 RC number.XhmikosR
2013-10-12BaseClasses: minor fixes.XhmikosR
2013-10-12CAppSettings: Add versioning to settings and update any old versions.Armada
2013-10-12CMPlayerCApp: Move registry settings from the old to the new location.Armada
Only when we're initializing the MPC-HC key for the first time.
2013-10-12Change "Gabest" to "MPC-HC".XhmikosR
2013-10-12Change old strings to MPC-HC.XhmikosR
Note that the file association related strings are left intact for the time being. Also the mutex is the same.
2013-10-12Rename "SnapShot" to "Snapshot".XhmikosR
2013-10-12Use consistent settings names.XhmikosR
2013-10-12Remove double spaces from shaders' names in settings.XhmikosR
2013-10-08Fix a crash when opening very long URL with "Keep history of recently opened ↵Underground78
file" enabled. This commit fixes #3564.
2013-10-08Fix English British resource file.XhmikosR
2013-10-07Use the proper size prefix in format functions.XhmikosR