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-05-18Bump copyright year for modified files.XhmikosR
2013-05-18cosmetics: add new lines at the end of files.XhmikosR
2013-05-18Use the right field type specifier in function calls.XhmikosR
2013-05-18Be consistent with function's variables.XhmikosR
2013-05-18Alac -> ALACv0lt
2013-05-18MpaDecFilter: fixed typov0lt
2013-05-18MpaDecFilter: added convert_int24_to_int32 function.v0lt
2013-05-17Use ASSERT everywhere for consistency.Underground78
2013-05-15AviSplitter: more linear reading for "good" interleaved AVI files, cosmetics.v0lt
2013-05-15MatroskaSplitter: actual duration for incomplete files.Aleksoid1978
2013-05-14MatroskaSplitter: small fix for 436f537dc0.v0lt
2013-05-14MatroskaSplitter: improved algorithm for calculating fps when it is incorrect.v0lt
2013-05-14CRenderersData: fix possible integer overflowAlex Marsev
2013-05-14CBaseMuxerOutputPin: fix a warningAlex Marsev
2013-05-14CMpcAudioRenderer: fix a warningAlex Marsev
2013-05-13Use %d for integer instead of %i for consistency.XhmikosR
2013-05-13Fix typos in comments.XhmikosR
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-11Avoid variable shadowing.XhmikosR
2013-05-11Remove extra arguments from format strings.XhmikosR
2013-05-11DX9RenderingEngine.cpp: Fix leaking memory due to an exception.XhmikosR
2013-05-11Fix using potentially uninitialized local variable.XhmikosR
2013-05-11remove unneeded variableXhmikosR
2013-05-11Reduce variable scope.XhmikosR
2013-05-11cosmeticsXhmikosR
2013-05-11fixed "error C2039: 'IsEmpty' : is not a member of 'CListBox'" after b45f3796b0v0lt
2013-05-11AviSplitter: MAXPACKETS_AVI increased to 1000 (more stable playback on old Se...v0lt
2013-05-10Use IsEmpty() instead of GetCount() whenever possible.Underground78
2013-05-10Use IsEmpty() instead of GetCount() when possible.XhmikosR
2013-05-10Use IsEmpty() instead of GetSize() or GetLength() whenever possible.Underground78
2013-05-10AviSplitter: added debugging information about the incorrect chunk size.v0lt
2013-05-10AviSplitter: MAXPACKETS_AVI increased to 200.v0lt
2013-05-10Rename variable for consistency.XhmikosR
2013-05-10Cosmetics: move variable declaration to the same line it's assigned.XhmikosR
2013-05-10Constify GetPerfCounter().XhmikosR
2013-05-10Constify CRenderersData when possible.XhmikosR
2013-05-10AviSplitter: improved playback for non interleaved AVI files, reduced memory ...v0lt
2013-05-09Cosmetics: Remove extra parenthesis.Underground78
2013-05-09Cosmetics: Use IsEmpty() instead of comparing with the empty string.Underground78
2013-05-09Use nullptr instead of NULL whenever possible.Underground78
2013-05-07VSFilter/installer/build_installer.bat: remove vs2012 leftover from 3aa41222e...XhmikosR
2013-05-07VSFilter/installer/build_installer.bat: allow to pass a second argument in Su...XhmikosR
2013-05-06Constify CRenderersSettings calls when possible.XhmikosR
2013-05-04Remove the "Beta" suffix from the packages.XhmikosR
2013-05-04vsfilter_setup.iss: bring it up to date with mpc-hc's installer.XhmikosR
2013-04-27Audio Switcher: Add a setting to change the max normalization factor.Underground78
2013-04-27Audio switcher: Use percentage instead of dB for the boost.Underground78
2013-04-27Audio Switcher: Improve normalization algorithm.Underground78