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
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
2012-05-20use _MAX_PATH instead of MAX_PATH for consistencyXhmikosR
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-13move common PreprocessorDefinitions to common.propsXhmikosR
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-05-11move DebugInformationFormat property to common.props for Debug x64XhmikosR
2012-05-11use for (;;) instead of while (TRUE) or while (1)XhmikosR
2012-05-08Use secure version of the string copy functions.Underground78
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