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 (Expand)Author
2013-06-29Remove now deprecated filters.Underground78
2013-06-23Replace memset with ZeroMemory.XhmikosR
2013-06-19Use "PURE" instead of "= 0" for COM interfaces.Underground78
2013-05-18Bump copyright year for modified files.XhmikosR
2013-05-15AviSplitter: more linear reading for "good" interleaved AVI files, cosmetics.v0lt
2013-05-13AviSplitter: fix warnings.v0lt
2013-05-12AviSplitter: cosmetics and optimization.v0lt
2013-05-12AviSplitter: back support DivX subtitles after a8719e5ec1.v0lt
2013-05-11AviSplitter: MAXPACKETS_AVI increased to 1000 (more stable playback on old Se...v0lt
2013-05-10Use IsEmpty() instead of GetCount() when possible.XhmikosR
2013-05-10AviSplitter: added debugging information about the incorrect chunk size.v0lt
2013-05-10AviSplitter: MAXPACKETS_AVI increased to 200.v0lt
2013-05-10AviSplitter: improved playback for non interleaved AVI files, reduced memory ...v0lt
2013-05-09Use nullptr instead of NULL whenever possible.Underground78
2013-04-21astyle: specify --close-templatesXhmikosR
2013-04-06Filters: "Settings" caption is translated, fixed window size.v0lt
2013-04-05Filters: regrouped resource IDs.v0lt
2013-03-31Cppcheck fixes:XhmikosR
2013-03-29AviSplitter: correct subtype then wFormatTag = WAVE_FORMAT_EXTENSIBLE.v0lt
2013-03-07Add missing brackets.Underground78
2013-03-02resource files: switch to constants for the VersionInfo.XhmikosR
2013-02-07use try catch directly instead of the AFX macrosXhmikosR
2013-01-23clean up project referencesXhmikosR
2013-01-08use PlatformToolsetVersion instead of VisualStudioVersionXhmikosR
2013-01-08Add VS2012 support.XhmikosR
2013-01-07update copyright year for the modified filesXhmikosR
2013-01-05AviSplitter: Fix a crash when closing the file while re-indexing.Underground78
2012-12-28move the ResStr define in DSUtil.h instead of duplicating itXhmikosR
2012-12-27project files: use MFCProj in the keyword when using MFCXhmikosR
2012-12-15Filters: debug log cosmeticsv0lt
2012-11-12Properly enable memory leak detection.Underground78
2012-11-10Avi Splitter: Fix a potential crash with PCM tracks.Underground78
2012-11-08AviSplitter: skip broken chunk in header (ticket #2706)v0lt
2012-11-02* Remove void from the parameter listXhmikosR
2012-09-17AVI Splitter: Add a property page.Underground78
2012-08-24remove extra space in case statements before ":"XhmikosR
2012-08-23use _T() in the TRACE macro for consistencyXhmikosR
2012-08-02Show the hash and branch information in the file version information.Underground78
2012-08-02fix line endingsxhmikosr
2012-07-26rename Version.sh and Version.h to lowercasexhmikosr
2012-07-25remove the svn keyword Idxhmikosr
2012-07-11indentation cosmeticsXhmikosR
2012-07-03move Winmm.lib in BaseClasses since that's where it's neededXhmikosR
2012-07-01remove Version.lib from the projects that don't need itXhmikosR
2012-07-01keep the style constantXhmikosR
2012-06-27indentation cosmetics, break a few long lines, keep a few one line blocksXhmikosR
2012-06-27add missing license headersXhmikosR
2012-06-22avoid variable shadowing (/analyze C6246) (proper names should be used in som...XhmikosR
2012-06-21use a fixed value (10000) for MAXPACKETS_AVI and MAXPACKETS_RVv0lt
2012-06-21avoid variable shadowing (/analyze C6246)XhmikosR