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 (Collapse)Author
2010-02-10Rename several directories to use MixedCase instead of lowercase.povaddict
They now mostly match the case used in #includes, and they're consistent with the names of the .h files they contain. git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1648 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-02-09Converted #include slashes from \ to / (makes the code more portable)XhmikosR
Patch by Nicolás Alvarez. git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1647 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-01-31Allow compiler to emit SSE code by adding /arch:sse for all projects and ↵Spec-Chum
-msse -mfpmath=sse for ffmpeg (as discussed on IRC, SSE has been available for AMD since 2001, intel since 1999, see http://en.wikipedia.org/wiki/Streaming_SIMD_Extensions) git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1593 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-01-16Fix compiler warning in AP4 patchSpec-Chum
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1508 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-01-10Fixed : overflow in framerate detection with some MP4 filesCasimir666
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1500 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-01-09Fixed : broken MOV samples with zipped CMOV atomsCasimir666
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1494 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-01-03Fixed : remove compiler & linker warningsCasimir666
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1484 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-01-03Fixed : broken IMA4 audio playback in MOV file since last Bento updateCasimir666
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1481 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-01-03Fixed : broken x64 compilation with Sync Renderer mergeCasimir666
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1478 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-01-02Fix : missing files from rev 1470Casimir666
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1471 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-01-02Updated : Bento4 updated to SVN repository ↵Casimir666
(https://zebulon.bok.net/svn/Bento4/trunk) git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1470 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-01-02Fix : Bento4 migration bugCasimir666
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1468 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-01-01Added missing files from Ap4 updateSpec-Chum
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1461 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-01-01Updated : MP4 splitter updated to latest Bento4 libraryCasimir666
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1460 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-01-01-updated CompanyName in filters resources and in MPC-HC resource fileXhmikosR
-changed CompanyName, LegalCopyright and OriginalFilename in translations resources -changed "MPC Compiler" to "MPC-HC Compiler" -updated year to 2010 (Happy new year!) git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1457 10f7b99b-c216-0410-bff0-8a66a9350fd8
2009-12-05Patch 1379 reverted : generate debug info should be keep to create PDB files !Casimir666
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1382 10f7b99b-c216-0410-bff0-8a66a9350fd8
2009-12-04Removed /DEBUG from filters Release configurationXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1379 10f7b99b-c216-0410-bff0-8a66a9350fd8
2009-11-29Added /GS, /NXCOMPACT and /DYNAMICBASE compile options, where availableSpec-Chum
Patch by XhmikosR git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1366 10f7b99b-c216-0410-bff0-8a66a9350fd8
2009-11-26Fix: more warningsSpec-Chum
Patch by XhmikosR git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1354 10f7b99b-c216-0410-bff0-8a66a9350fd8
2009-11-13Fixed : added the filter category in the registrationalbain
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1337 10f7b99b-c216-0410-bff0-8a66a9350fd8
2009-07-26included BaseClasses directory into project files.drevil_xxl
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1186 10f7b99b-c216-0410-bff0-8a66a9350fd8
2009-07-19minor updatesdrevil_xxl
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1174 10f7b99b-c216-0410-bff0-8a66a9350fd8
2009-06-03some mov files are brokenmatmaul
bug introduced in rev 1140 git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1148 10f7b99b-c216-0410-bff0-8a66a9350fd8
2009-06-01Changed : support for AC3 in MP4 files created by Nero DigitalCasimir666
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1140 10f7b99b-c216-0410-bff0-8a66a9350fd8
2009-05-07Removed some unused filesclsid2
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1097 10f7b99b-c216-0410-bff0-8a66a9350fd8
2009-04-19Updated CopyrightCasimir666
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1055 10f7b99b-c216-0410-bff0-8a66a9350fd8
2009-04-18Changed : merge with Beliyaal branchCasimir666
Added : support for madVR (new Video Renderer) git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1048 10f7b99b-c216-0410-bff0-8a66a9350fd8
2009-04-18git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1047 ↵Casimir666
10f7b99b-c216-0410-bff0-8a66a9350fd8
2009-01-12removed MSVC 2005 project filesdrevil_xxl
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@970 10f7b99b-c216-0410-bff0-8a66a9350fd8
2008-12-21updates for MSVC 2005drevil_xxl
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@935 10f7b99b-c216-0410-bff0-8a66a9350fd8
2008-12-10compliant way for AC3 in MP4matmaul
the number of channels reported is now correct git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@920 10f7b99b-c216-0410-bff0-8a66a9350fd8
2008-12-09CHANGED: Support for AC3 in MP4 splitterCasimir666
CHANGED: Support for EAc3 in Matroska splitter git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@919 10f7b99b-c216-0410-bff0-8a66a9350fd8
2008-08-24updates for x64drevil_xxl
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@754 10f7b99b-c216-0410-bff0-8a66a9350fd8
2008-06-21Changed : SVN rev number for standalone filters versionCasimir666
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@585 10f7b99b-c216-0410-bff0-8a66a9350fd8
2008-06-02updates for x64drevil_xxl
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@539 10f7b99b-c216-0410-bff0-8a66a9350fd8
2008-06-02updates for x64drevil_xxl
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@538 10f7b99b-c216-0410-bff0-8a66a9350fd8
2008-06-01Changed : output directory changed to \trunk\bin\x86 and \trunk\bin\x64 for ↵Casimir666
standalone filters (release only) git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@533 10f7b99b-c216-0410-bff0-8a66a9350fd8
2008-03-15CHANGED : modifications for Visual Studio 2008 (old projects renamed to xxx ↵Casimir666
_vs2005.vcproj / sln) git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@466 10f7b99b-c216-0410-bff0-8a66a9350fd8
2008-03-02Updated version numberCasimir666
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@426 10f7b99b-c216-0410-bff0-8a66a9350fd8
2008-02-14Patches from ClsidCasimir666
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@401 10f7b99b-c216-0410-bff0-8a66a9350fd8
2008-02-10 NEW : First release of mpc-hc APICasimir666
CHANGED : Standalone filter renamed to be prefixed by "MPC - xxx" FIXED : Standalone filter property page were empty REMOVED : Evr custom fix for Microsoft Mpeg2 decoder remove because of side effect (will be fixed later) FIXED : Compilation errors in x64 CHANGED : CSS classes added in WebServer (request #1885296 ) git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@399 10f7b99b-c216-0410-bff0-8a66a9350fd8
2008-01-08Bugs fixesCasimir666
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@373 10f7b99b-c216-0410-bff0-8a66a9350fd8
2007-12-27Applied various patches.drevil_xxl
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@349 10f7b99b-c216-0410-bff0-8a66a9350fd8
2007-12-01ffmpeg updates, warning removal, adpcm support for flv splitter, fixes on ↵Casimir666
ffmpeg video decoder git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@337 10f7b99b-c216-0410-bff0-8a66a9350fd8
2007-10-07Added missing link libraries to compile filters in standaloneCasimir666
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@293 10f7b99b-c216-0410-bff0-8a66a9350fd8
2007-09-09final lib64 path changesalexwild
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@202 10f7b99b-c216-0410-bff0-8a66a9350fd8
2007-09-09removed non-unicode rules from filters; libx64 renamed to lib64alexwild
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@199 10f7b99b-c216-0410-bff0-8a66a9350fd8
2007-08-27Creation of x64 plateform for all solution. Win64 issues to fix in libfaad, ↵Casimir666
MpaDecFilter, Mpeg2DecFilter and d2vsource build in filters. Mplayer solution in x64 didn't compile because of _asm issues. git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@173 10f7b99b-c216-0410-bff0-8a66a9350fd8
2007-08-24code cleanup: /include now defined as global\nsvn cleanup part 4: removed ↵alexwild
unnused qtdec; compile fix\nnow everything should compile without any errors git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@158 10f7b99b-c216-0410-bff0-8a66a9350fd8
2007-08-24svn cleanup part 1: removed unnecessary files; removed old vs2003 project ↵alexwild
files; fixed and renamed vs2005 files; fixed compilation git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@155 10f7b99b-c216-0410-bff0-8a66a9350fd8