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 (Expand)Author
2012-06-22File associations improvements (part 4):Underground78
2012-06-21Updated Catalan translation by Xiulet.Underground78
2012-06-21File associations improvements (part 3): improve const-correctness.Underground78
2012-06-21use a fixed value (10000) for MAXPACKETS_AVI and MAXPACKETS_RVv0lt
2012-06-21fixed playback of some m2ts: partial revert r4249 and r4359, fixed typo (tick...v0lt
2012-06-21add MediaInfoLib and ZenLib to the repoXhmikosR
2012-06-21add more compiler info in the About dialogXhmikosR
2012-06-21avoid variable shadowing (/analyze C6246)XhmikosR
2012-06-21avoid variable shadowing (/analyze C6246)XhmikosR
2012-06-21File associations improvements (part 2): various clean-ups and improvements i...Underground78
2012-06-21remove unused codeXhmikosR
2012-06-20BaseSplitter: fixed playback of some m2ts files after r4249, set MAXPACKETS =...v0lt
2012-06-20add missing headers, inherited by othersXhmikosR
2012-06-20remove unneeded indentation, keep one line blocksXhmikosR
2012-06-20libavutil/mem.c: use the __mingw* functions since otherwise linking fails for...XhmikosR
2012-06-20update ffmpeg (420990d)XhmikosR
2012-06-20update ffmpeg projectXhmikosR
2012-06-20Revert r5198 but deobfuscate the comparison.Underground78
2012-06-19move PauseGraph and ResumeGraph defines to DSUtil.h so that they are not dupl...XhmikosR
2012-06-19Add parenthesis to clarify a check. (/analyse warning C6336).Underground78
2012-06-19Avoid variable shadowing (/analyze warning C6246).Underground78
2012-06-19Fix an HRESULT to boolean conversion spotted thanks to /analyze (warning C621...Underground78
2012-06-19Cosmetics: Apply AStyle on the files modified/added at r5190.Underground78
2012-06-19use REFERENCE_TIME where it makes sense to do soXhmikosR
2012-06-19use LONGLONG instead of long long for consistencyXhmikosR
2012-06-19change FLOAT to float for consistencyXhmikosR
2012-06-19change DOUBLE to double for consistencyXhmikosR
2012-06-19File associations improvements (part 1): move the functional code into its ow...Underground78
2012-06-18MpaDecFilter: easy optimizationv0lt
2012-06-18Updated Catalan translation by Xiulet.Underground78
2012-06-18remove the commented out code in r5185, also remove the now unused liba52 and...XhmikosR
2012-06-18MpaDecFilter: use ffmpeg instead of liba52 for AC3 decodingv0lt
2012-06-18use int instead of INTXhmikosR
2012-06-18Bento4, lcms: move WIN32_LEAN_AND_MEAN define to the precompiled header since...XhmikosR
2012-06-18unrar.vcxproj: disable /analyzeXhmikosR
2012-06-18add DSUtil to mpc-hc project AdditionalIncludeDirectoriesXhmikosR
2012-06-18break a few long linesXhmikosR
2012-06-18consistently use DNewXhmikosR
2012-06-18update mpc-hc/stdafx.h; it should speed up compilation a little bitXhmikosR
2012-06-18batch files: use COLOR 0C when an error occursXhmikosR
2012-06-18update vsfilter_setup.issXhmikosR
2012-06-18minor updates for MPCHC_LITEXhmikosR
2012-06-18DTSAC3Source: fixed bsid valuev0lt
2012-06-18Makefile: cosmeticsXhmikosR
2012-06-18Fix r5168 by commiting the correct patch...Underground78
2012-06-17Add some class variable initializations.Underground78
2012-06-17remove mingw workaround since it's not needed anymoreXhmikosR
2012-06-17fixed a signed/unsigned mismatch warning (C4389)demi_alucard
2012-06-17astyle.ini: remove --keep-one-line-statements, add PODTypes.h to the exclude ...XhmikosR
2012-06-17fix a signed/unsigned mismatch (/W4 C4389)XhmikosR