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
2012-06-13indentation cosmeticsXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5109 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-13update ffmpeg configXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5108 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-13multiline macros: properly indent them, use spaces instead of tabs and ↵XhmikosR
remove unneeded trailing backslashes/spaces (part 2) git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5107 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-13Improve error handling when failing to load a language resource: default to ↵Underground78
English and avoid showing the error message when mpc-hc is restarted. git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5106 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-13multiline macros: properly indent them, use spaces instead of tabs and ↵XhmikosR
remove unneeded trailing backslashes/spaces git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5105 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-12VSFilter/DirectVobSubFilter.cpp: fix wrong check, LookupSubPic returns a ↵XhmikosR
boolean (warning C6215 found with /analyze) git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5104 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-12update astyle.bat to optionally open astyle's webpage if astyle isn't foundXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5103 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-12add YASM.bat, so that everything compiles fine through VS IDE too. Still ↵XhmikosR
the only requirement is to set the needed environment variables in build.user.bat in the root folder Based on a patch by bobdynlan git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5102 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-12typov0lt
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5101 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-12* DSUtil.cpp: remove unused variableXhmikosR
* DSUtil.h: include afxstr.h for CString * IPinHook.h: don't mark HookAMVideoAccelerator and HookDirectXVideoDecoderService as extern git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5100 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-12* Don't compile vd_asm.cpp for x64 builds since it's used in Win32 onlyXhmikosR
* Don't compile MPCFfmpegDec.cpp for Debug/Release builds since it's used in Filters only git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5099 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-12MpaDecFilter: updated project filev0lt
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5098 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-12MpaDecFilter: use ffmpeg instead of libflac for FLAC decodingv0lt
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5097 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-12update ffmpeg (94d5650)XhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5095 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-12Use a preprocessor check to exclude code from build at compile timeXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5093 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-12Fix: Fallback to the instance handle when the PNG resources fail loading. ↵Underground78
This ensures that we try loading the resource from the main executable when it cannot be found in the resource dll. This commit fixes ticket #2382 and ticket #2383. git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5092 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-11style changesXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5091 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-11whitespace cosmeticsXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5089 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-11VSFilter/Systray.cpp: use _tcscpy_s and thus fix a buffer overrun (warning ↵XhmikosR
C6057, found with /analyze) git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5088 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-11VSFilter/Systray.cpp: use _T instead of TEXT for consistencyXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5087 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-11cosmetics: remove "..." from the IDS_CONTROLS_PLAYING in mplayerc.pl.rc and ↵XhmikosR
remove a useless space from STRING IDS_RECENT_FILES_QUESTION git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5085 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-11remove unused variableXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5084 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-11Fix r5033: Correctly parse the Electronic Program Guide's informations when ↵Underground78
the code page indication is omitted: the first character was mistakenly ignored. Patch by Kasper93. git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5083 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-11MainFrm.cpp: use namespace DSObjects explicitlyXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5082 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-11remove commented out codeXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5081 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-10AudioSwitcher: fixed limits for int24v0lt
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5080 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-10Update for r5077.demi_alucard
The GIF image saving code wasn't supposed to be committed. Fixed mixed line endings. Removed pngdib and libpng entries from the Readme.txt. git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5079 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-10cosmeticsXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5078 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-10Replaced all custom and thirdparty image loading code in favor of Windows's ↵demi_alucard
CImage. This gives us support for other formats for free and a size reduction of roughly 100KB. Removed code: CGdiPlusBitmap, MPCPngImage, PNG_DIB, libPNG, CJpegEncoder. git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5077 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-10ffmpeg: removed unnecessary FFGetChannelMap functionv0lt
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5076 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-10MpaDecFilter: changed working with audio channels (remake, cleaning, removed ↵v0lt
useless code) git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5074 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-10moved GetDefChannelMask from DSUtil.h to AudioParser.h and use 5.0 instead ↵v0lt
of 4.1 for five channels AudioParser: added GetVorbisChannelMask git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5073 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-10- Remove a couple of unused definesUnderground78
- Use M_PI from math.h in SoundTouch - Replace the DegToRad macro with a function - Fix a few C4244 warnings Patch mostly by XhmikosR. git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5072 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-10Use the windows theme fonts instead of hardcoded font facenames fordemi_alucard
Windows Vista and later. This commit fixes ticket #2342. git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5070 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-10apply astyleXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5068 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-10Minor simplification for r5066.Underground78
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5067 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-10Hide the seek bar in capture mode since it can never be used.Underground78
This commit fixes ticket #2227. git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5066 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-10Make a distinction between the current state of the GUI controls and the ↵Underground78
state saved in the settings. Also factorize some code. This makes easier dealing with temporary state changes that shouldn't be saved. git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5065 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-10Converted most of CMainFrame::MoveVideoWindow() to floating-point for ↵janwillem32
geometry calculation. The previous code had many inaccuracies because of integer math and many (mostly implicit) casts between integer and floating point. Due to this and some truncation/rounding faults, video size was often off by one pixel amounts. This fixes ticket #504. git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5064 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-09fixed some warnings and typos, cosmeticsv0lt
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5063 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-09Rasterizer.cpp: remove unneeded defines and use std:: explicitlyXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5061 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-09The debug swith depends on the OSD to show the debug informations so always ↵Underground78
turn on OSD when the debug swith is used. This commit fixes ticket #2371. git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5059 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-09MiniDump.cpp: remove the exe directory from the search path for dbghelp.dllXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5058 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-09Move the IsWin* functions into an helper class. The OS version is now cached ↵Underground78
and the function calls properly inlined. This code was inspired by TortoiseSVN's SysInfo class. git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5057 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-09indentation cosmeticsXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5056 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-09move CHECK_HR to MPCVideoDecFilter.hXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5055 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-09cosmetics: change the dlls name to lowercase in the LoadLibrary callsXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5054 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-09update ffmpeg (6fef82f)XhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5053 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-09Language resources: ensure that an uninitialized value will never be used ↵Underground78
even in case something goes really wrong. git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5052 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-09- Update Basque translation by Xabier Aramendi (ticket #2229).Underground78
- Update Polish translation by Haix (ticket #1579). git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5051 10f7b99b-c216-0410-bff0-8a66a9350fd8