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
2012-04-10move the TargetMachine option to common.propsXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4325 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-04-09remove unneeded checks for Windows NTXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4310 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-02-05apply astyleXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4039 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-01-22Change : Optimizing and rewriting the code;Aleksoid
Fix : IPinHook - forgot dumping SliceInfo for the VC1 Decoder; git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3986 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-12-13fix issue with MicroDVD subtitlesmadshi
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3894 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-11-29Change : revert rev.3856;Aleksoid
Fix : Crash when seek on H.264 interlaced video with internal DXVA decoder; Fix : Internal DXVA decoder have "flickering" on some H.264 video - ticket #58, #122, #1857; git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3864 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-11-28cosmetics for r3861v0lt
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3863 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-11-26Change : Hack to normal playback H.264 with high ReFrames on external DXVA ↵Aleksoid
decoder(as example - Cyberlink PDVD Decoder playback "H.264 Level 4.x ReFrames 16" with artifact); git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3856 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-11-09Fix : Clean DXVA status before media open;Aleksoid
Change : Improve MPEG/TS debug(comment some ASSERT()); Change : Source cleanup - delete unused code; git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3815 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-10-19simplify the PrecompiledHeader property in the project filesXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3784 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-08-11remove unneeded parentheses from return true/false statementsXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3650 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-08-11Fix ~130 C4018 warnings (signed/unsigned mismatch).Underground78
Patch partially by XhmikosR. git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3637 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-08-10add missing parentheses around if expressionXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3630 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-08-09Warning fixes:Underground78
- C4800: forcing value to bool 'true' or 'false'. - C4200: zero-sized array in struct/union. - double/float casts. Patch partially by XhmikosR. This commit fixes ticket #1625. git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3618 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-08-07- Rename "hash" so that there is no ambiguity with std::hash.Underground78
- Avoid a macro redefinition. - Make some signed/unsigned conversions explicit. - Fix a few unused variables. - Reduce the scope of a few variables. - Don't use extra class name qualificater in header files. - Initilialize a few variables. - Fix the case for some file names. - Remove some useless casts. - Cosmetics (remove empty lines at the end of some files, ...) Patch by XhmikosR. git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3605 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-08-07various #include cosmeticsXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3603 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-08-05reduce some variables scope (this should fix ~30 cppcheck warnings)XhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3582 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-08-04Fix : Improve FrameStep in EVR Custom, partial fix ticket #1393.Aleksoid
Add : New method in OSD class to disable show messages. git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3567 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-08-03cleanupXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3556 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-08-02* compilation fixes with precompiled headers (still not using them except ↵XhmikosR
for the mplayerc project) * completely disable it for those projects that don't support it git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3555 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-08-02enable C4101 warnings, fix all of them in our code and disable a few ↵XhmikosR
warnings in thirdparty code git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3534 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-08-01whitespace cleanup, headers cleanup, copyright year updateXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3526 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-07-31replace some tabs with spacesXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3518 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-07-28* actually remove VSFilter_2010.slnXhmikosR
* correctly set /arch:SSE for Win32 builds only * move lgLcd.lib to mplayerc.vcxproj * remove any midl references from the projects * disable all warnings for more 3rd party libs for both Debug and Release builds like libpng git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3495 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-07-12Add : Support DVD Menu marker with DXVA in EVR Custom and EVR Sync renderer, ↵Aleksoid
big thanks to judelaw. git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3362 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-07-08clean up lcms2.vcxproj and VideoRenderers.vcxprojXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3346 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-06-28project files cleanup: remove unneeded DisableSpecificWarnings, move ↵XhmikosR
/IGNORE:4221 to common.props for release builds, use /W0 for 3rd party libs like libflac git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3278 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-06-21remove VS2008 project/solution files since they aren't up to date and no one ↵XhmikosR
is willing to maintain them git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3256 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-06-21cleanupXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3255 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-06-05Fix : MPEGSplitter - correctly read TS packet split across two packets.Aleksoid
Fix : MPEGSplitter - correctly read subtitle, that start not from begin of file(return "fake" subtitle stream add), ticket #162; Add : HexDump function for better debug; git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3180 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-06-03Fixed a threading issue when moving player window from display 1 to display 2jonasno
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3175 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-05-23Possible fix to a hang bug and some useful notes to other devs.jonasno
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3144 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-05-11Add : support Intel DXVA VC1 Mode in IPinHook;Aleksoid
Fix : internal H.264 DXVA Decoder unable to playback some video with BaseLine profile(mov, mp4) on Nvidia card; ticket #921, #923, #966; git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3103 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-05-06More code improvement and fixed some more warningsjonasno
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3087 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-04-28Add : Decoder info to EVR statistic;Aleksoid
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3053 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-04-21Try to fix changes from r3048 for ATI cards on 8-bit surfacesNevcairiel
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3051 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-04-21Do never link against d3dx9.lib! Instead load the functions directly from ↵Nevcairiel
the dlls. This fixes the breakage introduced in r3048. git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3050 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-04-21For 10, 16 and 32-bit surfaces: a dirty fix for taking screenshots (the ↵XhmikosR
screenshot function is 8-bit). Patch by JanWillem32. git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3048 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-04-20update copyright yearXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3044 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-04-20Fix: rev. 3035 - it's broken open from favorites with remember position;Aleksoid
Fix: temporary fix "YV12 Chroma Upsampling" for Ati - thanks to judelaw; Change: remove "BPP" from resolution list in FullScreen page; git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3043 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-04-18Added "Debug" to about version info when compiled in debug mode.jonasno
Made some code a bit more clear, IPinHook.cpp needs more work though. git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3040 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-04-17partially revert r3029, project files cleanup, compile MediaInfoLib and ↵XhmikosR
ZenLib with /O2 like the rest of the projects for MSVC2008 git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3037 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-04-12Fix: Better synchronization video after resolution change(EVR Custom);Aleksoid
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3023 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-04-11Change : Back "Render Device" info in EVR Custom statistic;Aleksoid
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3022 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-04-10Fix : Crash/deadlock while move window between monitors and options ↵Aleksoid
"Reinitialize when change display" enable - big thanks to judelaw for this; Fix : Possible crash in DXVA decoding; Fix : DD Plus playback for some ts files; git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3020 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-04-03Fix : EVR Custom with VSync - scanline and refresh rate detection fails ↵Aleksoid
occasionally, causing superspeed video - ticket #805 git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3009 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-04-01- re-added "D3D Fullscreen" option for madVRmadshi
- madVR allocator/presenter now supports ISubRenderCallback2 - added (relative) zlib path as additional include to ffmpeg makefile git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3005 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-03-19fixed: AlphaBlt corrupted render state for D3DCREATE_PUREDEVICE devicesmadshi
fixed: MPC-HC subtitle renderer didn't work with Haali Renderer, anymore fixed: "D3D Fullscreen" option makes no sense for newer madVR builds fixed: madVR allocator didn't release subtitle resources when asked to added: support for madVR's text message OSD interface git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2988 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-03-13revert r2766; use the default SDK 7.0A for MSVC 2010 buildsXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2978 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-02-04Enhanced the precision of the CIE D65 white point for the color management ↵Nevcairiel
calculations. Patch by janwillem32. git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2912 10f7b99b-c216-0410-bff0-8a66a9350fd8