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-18Use the right field type specifier in function calls.XhmikosR
2013-05-18Alac -> ALACv0lt
2013-05-10Use IsEmpty() instead of GetCount() when possible.XhmikosR
2013-05-09Use nullptr instead of NULL whenever possible.Underground78
2013-01-26Cosmetics: Use the GCD function when possible and rename it to use English.Underground78
2012-12-15Filters: debug log cosmeticsv0lt
2012-12-08MP4Splitter: fix an inverted check.Underground78
2012-11-30WAVE_FORMAT_MP3 replaced WAVE_FORMAT_MPEGLAYER3v0lt
2012-11-12Properly enable memory leak detection.Underground78
2012-08-14apply astyleXhmikosR
2012-08-12MP4Splitter: added definition video and audio in 'raw ' streams, added partia...v0lt
2012-07-25remove the svn keyword Idxhmikosr
2012-07-17MP4Splitter: skip more extra characters from beginning of track namev0lt
2012-07-01keep the style constantXhmikosR
2012-06-24MP4Splitter: better support for files with multiple video fourccv0lt
2012-06-24fixed type mismatch warnings (C4267)demi_alucard
2012-06-17rename REGISTER_FILTER to STANDALONE_FILTERXhmikosR
2012-06-16use double quotes for our includesXhmikosR
2012-06-14MP4Splitter: non-zero number of channels for some movs (ticket #2391), cosmeticsv0lt
2012-06-13apply the new astyle command; use 4 spaces for indentation and k&r styleXhmikosR
2012-06-10moved GetDefChannelMask from DSUtil.h to AudioParser.h and use 5.0 instead of...v0lt
2012-05-19Use Microsoft's _countof macro when it exists since its C++ implementation is...Underground78
2012-05-18fix some C4244 warningsv0lt
2012-05-08Use secure version of string case conversion functions.Underground78
2012-05-06MP4Splitter: added support for multi-channel float PCM, modified support for ...v0lt
2012-05-06MP4Splitter: use the local character set for track title, if failed to decode...v0lt
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-24MP4Splitter: more accurate parameters for AMR tracks. improved stabilityv0lt
2012-04-23MP4Splitter: cosmeticsv0lt
2012-04-23MP4Splitter:v0lt
2012-04-23update for r4482v0lt
2012-04-23MP4Splitter: using the standard subtypes for some PCM tracksv0lt
2012-04-22MP4Splitter: more correct to add extra data for the audio formats.v0lt
2012-04-22MP4Splitter: added support for IMA ADPCM for the system decoder.v0lt
2012-04-22MP4Splitter: added support for MS ADPCM for the system decoder.v0lt
2012-04-21cosmeticsv0lt
2012-04-18Change : support ALS(MPEG-4 Audio Lossless Coding) by MP4Splitter and MPADecF...Aleksoid
2012-04-18change : MP4Splitter - skip more extra characters;Aleksoid
2012-04-17MP4Splitter: skip MPEG-4 ALS audio track (thanks to Aleksoid)v0lt
2012-04-12MP4Splitter: fixed an incorrect fps calculation for some mp4 files (Aleksoid ...v0lt
2012-04-10MP4Splitter: skip video tracks with motionless frames (tiket #2172)v0lt
2012-04-10License header changes for consistencyXhmikosR
2012-04-01update changelog, apply astyleXhmikosR
2012-04-01Change : MP4Splitter - ALAC, rewrite extradata parser;Aleksoid
2012-04-01Fix : Artifacts on H.264 with Long Term Reference Frame in DXVA mode;Aleksoid
2012-03-29Fix : MP4Splitter - hang pictures/slow response after the seeking : ticket #1...Aleksoid
2012-03-24MP4Splitter: fixed a potential bug.v0lt