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-02-03Cosmetics: Define or use some constants when possible.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-29MPEG Splitter: Fix parsing of some malformed TS files.Underground78
2012-10-28Cosmetic: Fix a typo in a struct name.Underground78
2012-09-24MPEG Splitter/AAC Decoder: Add basic support from AAC LATM tracks.Underground78
2012-07-25remove the svn keyword Idxhmikosr
2012-07-21put back the ";" in macro calls; better be consistent. Remove excessive inde...XhmikosR
2012-07-15indentation cosmeticsXhmikosR
2012-07-11indentation cosmeticsXhmikosR
2012-07-01keep the style constantXhmikosR
2012-06-17astyle.ini: remove --keep-one-line-statements, add PODTypes.h to the exclude ...XhmikosR
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-06-10apply astyleXhmikosR
2012-06-03splitters: fixed some warnings.v0lt
2012-06-01cleaning and cosmeticsv0lt
2012-06-01minor fix for previous commitv0lt
2012-06-01MpegSplitter: improved support for MLP in .aob files (ticket #1866)v0lt
2012-05-30BaseSplitter: added header for dvd-audio lpcm, cosmetics.v0lt
2012-05-27use a space after if, for, whileXhmikosR
2012-05-24AudioParser: fixed and updated support for MLPv0lt
2012-05-24AudioParser: added support for MLPv0lt
2012-05-20use UNREFERENCED_PARAMETER instead of UNUSED_ALWAYS which is always availableXhmikosR
2012-05-19Use Microsoft's _countof macro when it exists since its C++ implementation is...Underground78
2012-05-13fix some warningsv0lt
2012-05-13fix 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-04-22Use secure functions for the CRT functions which have "Secure Template Overlo...Underground78
2012-04-19Fix : MPEGSplitter - small fix in MPEG-TS packet parser, some files were not ...Aleksoid
2012-04-15Fix : MPEGSplitter - incorrect detect MPEG Audio stream as AAC, MPEG-PS strea...Aleksoid
2012-04-10License header changes for consistencyXhmikosR
2012-04-10apply astyleXhmikosR
2012-04-05Fix : MPEGSplitter - improved parser of the PTS packages; Fixed a bug where i...Aleksoid
2012-03-18apply astyle, update docsXhmikosR
2012-03-05Fix : MPEGSplitter can't load MPEG-TS files with corrupted packet header(inco...Aleksoid
2012-02-28Change : Small stylized source;Aleksoid
2012-02-28Add : MPEGSplitter - Support TrueHD in EVO(also modify MPADecFilter).Aleksoid
2012-02-05apply astyleXhmikosR
2011-11-09Fix : Clean DXVA status before media open;Aleksoid
2011-10-31Fix : MPEGSplitter, incorrect detect duration of dome MPEG-TS file(calculate ...Aleksoid
2011-09-24Add : MPEGSplitter - TrueHD parser. MPEGSplitter can output or TrueHD data, o...Aleksoid
2011-09-15Fix : disable previous commit, it's broken normal playback TrueHD stream.Aleksoid
2011-09-15Change : MPEGSplitter - improve TrueHD parse, make "true" output MediaType fo...Aleksoid
2011-08-17Fix : MPEG, FLV Splitter - improve H.264 parse for the correct calculation of...Aleksoid
2011-08-11remove unneeded parentheses from return true/false statementsXhmikosR
2011-08-11Fix ~130 C4018 warnings (signed/unsigned mismatch).Underground78