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-08-20Change : rewrite code for 'raw ','twos','sowt';Aleksoid
Add : support for 8-bit 'twos'; Add : support for 'in32', 'fl32'; Fix : bug bit depth of sound in Bento4; Thanks to V0lt for patch. git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2278 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-08-17Add : Optional internal PCM RAW Audio Decoder;Aleksoid
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2260 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-08-16Add : PCM(SOWT, TWOS) sound support, ticket #242, #120;Aleksoid
Fix : [MP4] AAC sound stops playing, ticket #74; Fix : MPEG/TS splitter can't recognize some video track, ticket #465; This commit fixes ticket #242 465 74 git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2249 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-08-15clean up any RadGT referencesXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2245 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-07-06renamed remaining "Sync Renderer" to "EVR Sync"XhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2107 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-07-05astyle formattingXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2103 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-06-23Add : Internal VP8 Decoder - options(Enable/Disable);Aleksoid
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2071 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-06-23Add : Internal VP8 Decoder, initial release(always ON);Aleksoid
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2070 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-05-28Minor code cleanupkinddragon
Added SSE2 VD memcpy implementation git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1965 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-05-16Some warnings fixed (uninitialized local variable, unused local variable, ↵kinddragon
comparison signed/unsigned type, assignment in if) git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1886 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-05-16"Touch Window From Inside" fixedkinddragon
Added auto saving position every 30 seconds Some minor format changes git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1885 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-05-08VideoRenderer's moved to filter/rendererkinddragon
Minor optimizations CAudioSwitcherFilter Reduced frequency of current adapter check (improve performance) git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/branches/videorenderslib@1863 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-05-08Some fixeskinddragon
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/branches/videorenderslib@1861 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-05-07Video renderer's moved to static librarykinddragon
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/branches/videorenderslib@1859 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-05-02DX7 presenters splitter to several fileskinddragon
Improved Reset() handling (ticket #12) git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1826 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-04-20long sequences of "if" replaced by "switch" for better performance and ↵kinddragon
simplifying debugging git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1802 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-04-19Style patch part1. based on newly released astyle 1.24.tetsuo55
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1790 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-04-09revert r1783XhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1785 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-04-09astyle formatting cleanup to make the sourcecode more accessibletetsuo55
switch used: astyle --style=ansi --min-conditional-indent=0 --pad=oper --unpad=paren http://astyle.sourceforge.net/ git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1783 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-04-05Improved play listkinddragon
Disabling all internal filters fixed git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1778 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-03-06Fix potential crash by using _MAX_DRIVE (thanks aggro). Also changed all ↵Spec-Chum
MAX_PATH to _MAX_PATH for consistency across all files git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1732 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-02-21Rename a few remaining StdAfx.h to stdafx.h (lowercase), and change all ↵povaddict
#includes to match. git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1686 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-02-10Cleanup #includes.povaddict
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1650 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-02-10In all files in apps/mplayerc, change #include "stdafx.h" to "StdAfx.h".povaddict
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1649 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-08Feature Request #46(patch X-Dron); add number to AudioDevice list;Aleksoid
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1635 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-02-06Refactored DX9AllocatorPresenter; separate the classes to different files.XhmikosR
Patch by kinddragon. git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1620 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-01-25- Added code to kill cursor hiding timer when exiting D3D fullscreen to ↵ar-jar
prevent cursor from occasionally disappearing. - Removed support for popup menu in D3D fullscreen for EVR Sync as the 10 bit RGB option requires reset of the device which doesn't currently work in D3D fullscreen mode. - CTRL-C now continues to work after right-clicking without D3D Fullscreen GUI Support turned on in EVR Sync. - Prepared for a more robust D3D device reset w/o restart of the graph. More coding is needed. Some traces were inserted and show up in debug versions. - Fixed bug in EVR Sync causing judder after changing the renderer output range. git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1557 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-01-24Revert rev 1555 : DXVA should be kept as default low merit fallbackCasimir666
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1556 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-01-24Only use software decoders as a low-merit fallback.clsid2
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1555 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-09Added support for the FourCC "CCV1" that is used by Haali Media Splitterclsid2
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1492 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-01-02Added the (Goth)Sync renderer to the trunk as an optional renderer. Existing ↵ar-jar
renderers should remain unaffected. git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1465 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-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-06Added : support of Broadcom Video decoder for VC1, H264 and Mpeg2 (hardware ↵Casimir666
acceleration) git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1395 10f7b99b-c216-0410-bff0-8a66a9350fd8
2009-12-05Added : BDA capture card support (experimental)Casimir666
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1383 10f7b99b-c216-0410-bff0-8a66a9350fd8
2009-09-27New : Seamless playback support for multi files BRDCasimir666
Fixed : compilation error in debug mode git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1287 10f7b99b-c216-0410-bff0-8a66a9350fd8
2009-09-03Made internal AMR audio decoder optionalclsid2
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1270 10f7b99b-c216-0410-bff0-8a66a9350fd8
2009-09-03ADD : Support AMR(mobile phone) audio codec;Aleksoid
Change : gccbuild.bat and gccbuild64.bat(include local environment variable 'CC'); git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1269 10f7b99b-c216-0410-bff0-8a66a9350fd8
2009-09-02ADD : Support S263(mobile phone) video codec;Aleksoid
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1267 10f7b99b-c216-0410-bff0-8a66a9350fd8
2009-08-13Hidden option to disable the automatic blocking of VSFilter when using ↵clsid2
internal subtitle renderer. Useful when wanting to display two different subtitle files. git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1226 10f7b99b-c216-0410-bff0-8a66a9350fd8
2009-08-03added DiracSplitter.ax to the blocked filters because is crashing MPC-HC ↵drevil_xxl
when opening invalid files. git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1209 10f7b99b-c216-0410-bff0-8a66a9350fd8
2009-05-31Added : DX allocator for madVRCasimir666
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1133 10f7b99b-c216-0410-bff0-8a66a9350fd8
2009-04-27Fixed: Add safety code to refresh rate detection.beliyaal
Fixed: EVR buffers is now 4 as a minimum. This fixes AV never syncing when refresh rate is same as movie FPS. Fixed: If refresh rate cannot be detected the Windows reported refresh rate is used instead. git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1071 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-03-17Better match standard DirectShow behavior for selecting the source filter.clsid2
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1012 10f7b99b-c216-0410-bff0-8a66a9350fd8
2009-02-15Minor changesclsid2
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@997 10f7b99b-c216-0410-bff0-8a66a9350fd8
2009-01-17NEW : under WinXP with Default or Haali's video render DXVA work with ↵Aleksoid
ref_frames>11(skip ref_frames check) git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@975 10f7b99b-c216-0410-bff0-8a66a9350fd8
2009-01-10Fixed: ReClock deadlockbeliyaal
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@960 10f7b99b-c216-0410-bff0-8a66a9350fd8