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-02-09Fixed memory leaks on failure, leaks have been reported upstream:jonasno
(Artifact 2948077) Link: http://sourceforge.net/tracker/?func=detail&aid=2948077&group_id=173941&atid=867362 git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1640 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-02-06Fixed : small bug in ffmpeg udpateCasimir666
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1619 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-02-06Updated : ffmpeg libraryCasimir666
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1618 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-02-06Fixed potential bug that could be caused by uninitialised variableSpec-Chum
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1613 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-02-05-removed #pragma warning about dxtrans from qedit.h and duplicate defs from ↵XhmikosR
libavcodec.def -installer: workaround for ISPP (when compiling with Inno Setup Compiler, ISPP complained about "File not found") git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1609 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-31Fixed : quick and dirty patch to fix convertion to YUY2 with swscale (revert ↵Casimir666
to CopyBuffer) git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1589 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-01-30Fixed : send raw qscale in DXVA Mpeg2Casimir666
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1580 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-01-30Fixed : incorrect decoding with Mpeg2 bitstream decoder on video with ↵Casimir666
alternative scan git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1579 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-01-29-VMR7/VMR9-->VMR-7/VMR-9XhmikosR
-use 4 simultaneous jobs when building ffmpeg instead of 8 -cosmetics git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1571 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-01-25Fix: error link when building MPCVideoDec.ax x64Aleksoid
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1558 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-01-24Fix : missing commit from rev 1552Casimir666
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1553 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-01-24Added : support for Mpeg2 bitstream in DXVA decoderCasimir666
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1552 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-01-21Fixed custom MPC build without ffmpeg decoders.clsid2
It is now also possible to build a DXVA-only standalone MPCVideoDec filter. git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1542 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-01-21FIX : bug with launch in fullscreen;Aleksoid
little change in fullscreen code; cleanup code; git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1540 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-01-20ADD: Video decoder, options for DXVA Compatibility check;Aleksoid
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1537 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-01-10Changed : internal WVM decoder disable for interlaced files (not supported ↵Casimir666
by ffmpeg) git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1503 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-01-10Fixed : broken compilation in rev 1501Casimir666
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1502 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-01-10Separate config.h for libswscaleclsid2
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1501 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-01-10Fixed : compilation error in x64Casimir666
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1499 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-01-10Updated : ffmpegCasimir666
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1498 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-01-09Added : missing files from rev 1493Casimir666
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1496 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-01-09Fixed : crash in MpcVideoDecoder when colorspace was not 420 after decodingCasimir666
Added : Real Video decoder in MpcVideoDecoder git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1493 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-01-01minor updatesdrevil_xxl
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1458 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-31FIX: x64 filters link errorsSpec-Chum
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1454 10f7b99b-c216-0410-bff0-8a66a9350fd8
2009-12-25Show more detailed MSVC version in About box.clsid2
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1448 10f7b99b-c216-0410-bff0-8a66a9350fd8
2009-12-24-changed "VS XXXX" string to "MSVS XXXX"XhmikosR
-cosmetics in playlist save as file types git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1447 10f7b99b-c216-0410-bff0-8a66a9350fd8
2009-12-23Changed reference frame warning text and SAR warning MessageBox to show up ↵XhmikosR
in the foreground (thanks to Snowknight26) git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1439 10f7b99b-c216-0410-bff0-8a66a9350fd8
2009-12-20Added : MpcAudioRenderer is now embedded as Internal filterCasimir666
Changed : static link to Avrt.lib in MpcAudioRenderer (to support Win XP) git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1425 10f7b99b-c216-0410-bff0-8a66a9350fd8
2009-12-14Updated FFmpegclsid2
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1415 10f7b99b-c216-0410-bff0-8a66a9350fd8
2009-12-14Fixed : compilation error for x64 standalone filterCasimir666
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1414 10f7b99b-c216-0410-bff0-8a66a9350fd8
2009-12-13Fix : Nelly audio decoder - no sound;Aleksoid
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1410 10f7b99b-c216-0410-bff0-8a66a9350fd8
2009-12-10-added sub delay status, fix sub delay changing, patch by v0ltXhmikosR
-fixed a few typos and made some cosmetic changes in resources git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1405 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-12-02Updated FFmpegclsid2
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1377 10f7b99b-c216-0410-bff0-8a66a9350fd8
2009-12-02Updated FFmpegclsid2
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1376 10f7b99b-c216-0410-bff0-8a66a9350fd8
2009-12-02-Added automatic version for mpc-hc "ProductVersion" stringXhmikosR
-Updated the "Copyright" string in VSFilter.rc and the "Comment" string in MPCVideoDecFilter.rc git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1375 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-28Minor changesclsid2
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1358 10f7b99b-c216-0410-bff0-8a66a9350fd8
2009-11-28More compilation warning fixes from XhmikosRSpec-Chum
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1357 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-11-11Added : support for DVB subtitlesCasimir666
Fixed : several issues for HDMV subtitle display (better support for transparent subtitles, memory leak) git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1335 10f7b99b-c216-0410-bff0-8a66a9350fd8
2009-11-04Fixed : better detection of "Used For Reference Flags" (fix some broken DXVA ↵Casimir666
samples) git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1330 10f7b99b-c216-0410-bff0-8a66a9350fd8
2009-11-04Fix compiler warningclsid2
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1328 10f7b99b-c216-0410-bff0-8a66a9350fd8
2009-11-04fix : ref_num check for non Nvidia card;Aleksoid
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1327 10f7b99b-c216-0410-bff0-8a66a9350fd8