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-09Use nullptr instead of NULL whenever possible.Underground78
2013-03-22cosmeticsXhmikosR
2013-02-03Cosmetics: Define or use some constants when possible.Underground78
2013-02-02Fixed incorrect CBaseSplitterFile::BitRead function on x64.v0lt
2013-01-26Cosmetics: Use the GCD function when possible and rename it to use English.Underground78
2013-01-23clean up project referencesXhmikosR
2013-01-15update copyright year for the modified filesXhmikosR
2013-01-12Fix "Wrapper object use after free".Armada
2013-01-12Update copyright year for the modified files. Also fix starting copyright ye...XhmikosR
2013-01-08Add VS2012 support.XhmikosR
2012-12-27project files: use MFCProj in the keyword when using MFCXhmikosR
2012-12-27switch back to MAX_PATHXhmikosR
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-09-10indentation cosmeticsXhmikosR
2012-08-24remove extra space from private, protected and public keywordsXhmikosR
2012-08-24remove extra space in case statements before ":"XhmikosR
2012-08-11remove unneeded commas from enumsXhmikosR
2012-08-11break a few enums in separate lines; it's easier to readxhmikosr
2012-07-25remove the svn keyword Idxhmikosr
2012-07-21put back the ";" in macro calls; better be consistent. Remove excessive inde...XhmikosR
2012-07-21indentation cosmeticsXhmikosR
2012-07-15indentation cosmeticsXhmikosR
2012-07-11indentation cosmeticsXhmikosR
2012-07-01keep the style constantXhmikosR
2012-06-27indentation cosmetics, break a few long lines, keep a few one line blocksXhmikosR
2012-06-23avoid variable shadowingXhmikosR
2012-06-21fixed playback of some m2ts: partial revert r4249 and r4359, fixed typo (tick...v0lt
2012-06-21avoid variable shadowing (/analyze C6246)XhmikosR
2012-06-20BaseSplitter: fixed playback of some m2ts files after r4249, set MAXPACKETS =...v0lt
2012-06-17Add some class variable initializations.Underground78
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-03returned constructor for peshdr structurev0lt
2012-06-03splitters: fixed some warnings.v0lt
2012-06-02Cosmetics: make the return statements consistent.Underground78
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-30keep a couple of one line statementsXhmikosR
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