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-18cosmetics: add new lines at the end of files.XhmikosR
2013-05-09Use nullptr instead of NULL whenever possible.Underground78
2013-02-23MPEG Splitter: Some files couldn't be opened.Underground78
2013-02-03Cosmetics: Define or use some constants when possible.Underground78
2013-01-17MpegSplitter: deeper search for tracks in streaming video (need for IPTV).v0lt
2013-01-12Update copyright year for the modified files. Also fix starting copyright ye...XhmikosR
2013-01-08MpegSplitter: removed the sorting tracks. used priority selection only.v0lt
2012-10-28MPEG Splitter: Fix playback for some TS files.Underground78
2012-10-28Cosmetic: Fix a typo in a struct name.Underground78
2012-10-28Fix some %S vs %s confusion in debug traces.Underground78
2012-09-24MPEG Splitter/AAC Decoder: Add basic support from AAC LATM tracks.Underground78
2012-09-18MPEG Splitter: Don't output the fake "No subtitle" track when the file contai...Underground78
2012-08-24remove extra space in case statements before ":"XhmikosR
2012-08-23use _T() in the TRACE macro for consistencyXhmikosR
2012-08-22MpegSplitter: skip suspicious packages when calculating bitratev0lt
2012-08-21MpegSplitter: simplified codev0lt
2012-07-25remove the svn keyword Idxhmikosr
2012-07-21put back the ";" in macro calls; better be consistent. Remove excessive inde...XhmikosR
2012-07-01keep the style constantXhmikosR
2012-06-24remove unneeded typedefsXhmikosR
2012-06-23updated r5211v0lt
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-13apply the new astyle command; use 4 spaces for indentation and k&r styleXhmikosR
2012-06-13multiline macros: properly indent them, use spaces instead of tabs and remove...XhmikosR
2012-06-10apply astyleXhmikosR
2012-06-01cleaning and cosmeticsv0lt
2012-06-01MpegSplitter: updated support for MLP in .aob filesv0lt
2012-06-01MpegSplitter: improved support for MLP in .aob files (ticket #1866)v0lt
2012-06-01MpegSplitter: added partial support for MLP in .aob filesv0lt
2012-05-30MpegSplitter: added partial support for DVD-Audio LPCM in .aob filesv0lt
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-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-18Change : Improve seeking - seek bar should be updated immediately after the s...Aleksoid
2012-04-15Fix : MPEGSplitter - incorrect detect MPEG Audio stream as AAC, MPEG-PS strea...Aleksoid
2012-04-10License header changes for consistencyXhmikosR
2012-03-18apply astyle, update docsXhmikosR
2012-03-15Fix : rev. 4140; MPEGSplitter - some AC3 track in MPEG-TS can be marked as PE...Aleksoid
2012-03-15Fix : MPCVideoDec bad playback VC1 with pulldown in MPEG-TS;Aleksoid
2012-03-12Fix : MPEGSplitter - if PMT is present, add AC3/E-AC3/TrueHD stream only for ...Aleksoid
2012-03-05Fix : MPEGSplitter can't load MPEG-TS files with corrupted packet header(inco...Aleksoid
2012-02-28Add : MPEGSplitter - Support TrueHD in EVO(also modify MPADecFilter).Aleksoid
2012-02-28Add : support EVO(except TrueHD);Aleksoid
2012-02-25Add : MPEGSplitter - add "Alternative method calculation of duration". This c...Aleksoid
2012-02-05apply astyleXhmikosR
2012-01-26Change : Update libav, add Indeo 3/4/5 support;Aleksoid