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-05-10Use IsEmpty() instead of GetCount() when possible.XhmikosR
2013-05-09Use nullptr instead of NULL whenever possible.Underground78
2013-03-14FLVSplitter: improved AAC detection in filesAleksoid1978
2013-03-07Add missing brackets.Underground78
2013-01-26Cosmetics: Use the GCD function when possible and rename it to use English.Underground78
2012-11-30WAVE_FORMAT_MP3 replaced WAVE_FORMAT_MPEGLAYER3v0lt
2012-11-12Properly enable memory leak detection.Underground78
2012-10-17cosmeticsXhmikosR
2012-10-09Fix Ticket #2619, FLV with PCM doesn't playzener95
2012-07-25remove the svn keyword Idxhmikosr
2012-07-01Fix a typo in r5211 (which broke the FLV Splitter's AVC High Definition profi...Underground78
2012-07-01keep the style constantXhmikosR
2012-06-22fix wrong return value (found with /analyze)XhmikosR
2012-06-21avoid variable shadowing (/analyze C6246)XhmikosR
2012-06-17rename REGISTER_FILTER to STANDALONE_FILTERXhmikosR
2012-06-16use double quotes for our includesXhmikosR
2012-06-13cosmetics: add a space after the delete operatorXhmikosR
2012-06-13apply the new astyle command; use 4 spaces for indentation and k&r styleXhmikosR
2012-05-19Use Microsoft's _countof macro when it exists since its C++ implementation is...Underground78
2012-05-14fix some C4244 warningsv0lt
2012-05-13* rewrote r4698 using C casts instead of C++ castsv0lt
2012-05-12Silence some C4244 warnings by adding explicit casts when it's safe to do soUnderground78
2012-05-04include InitGuid.h when it's neededXhmikosR
2012-04-30replace more functions with the secure ones where possible as per the msdn docsXhmikosR
2012-04-10License header changes for consistencyXhmikosR
2012-03-18apply astyle, update docsXhmikosR
2012-02-12FLVSplitter: cosmetics (used #define directives from FLV plugin by fccHandler)v0lt
2012-02-12FLVSplitter: fixed a bad search for some flv filesv0lt
2012-02-11Change : Override media types for FLV SWF ADPCM formats;Aleksoid
2012-02-10Add support decoding FLV SWF ADPCM, ticket #1738;Aleksoid
2012-02-05apply astyleXhmikosR
2012-02-01Change : FLVSplitter, removed the restriction on the number of attempts to fi...Aleksoid
2012-01-31FLVSplitter: increased the depth of the search for audio and video tags (tick...v0lt
2012-01-10Add : FLV Splitter - add support more NellyMoser(16Hz);Aleksoid
2011-12-03fix for r3872v0lt
2011-12-03Change : Add "QueryFilterInfo" method to all internal Splitter for normal Fil...Aleksoid
2011-09-13Change : FLVSplitter, add support FSV1(Flash screen video), ticket #271.Aleksoid
2011-08-30Fix : FLV - support to decode ADPCM track with LAV Audio Decoder, ticket #404...Aleksoid
2011-08-17Fix : MPEG, FLV Splitter - improve H.264 parse for the correct calculation of...Aleksoid
2011-08-07various #include cosmeticsXhmikosR
2011-08-01whitespace cleanup, headers cleanup, copyright year updateXhmikosR
2011-05-06More code improvement and fixed some more warningsjonasno
2010-12-17apply astyle formattingXhmikosR
2010-09-05cleanupXhmikosR
2010-05-16Some warnings fixed (uninitialized local variable, unused local variable, com...kinddragon
2010-04-29More threads names added for simplifying debuggingkinddragon
2010-04-09revert r1783XhmikosR
2010-04-09astyle formatting cleanup to make the sourcecode more accessibletetsuo55