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-12-17apply astyle formattingXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2786 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-12-12use SDK 7.1 in VS2010 buildsXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2766 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-12-11various version related changes:XhmikosR
-prefix VERSION_MAJOR,MINOR,REV AND PATCH with "MPC_" -defined the needed stuff in version.h and I used those everywhere so it's easier to change the copyright or the version scheme in the future -add version.h in the project files git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2762 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-11-21Fix and improve compilation when only a subset of internal filters is includedclsid2
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2740 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-11-21missed the ogg filesXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2737 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-11-21update libogg to v1.2.1 and libvorbis to v1.3.2XhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2736 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-11-06updated MPCVideoDec and MpaDecFilter to use FFmpeg's new APIssansnom05
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2711 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-10-14Added support for "in24", "in32", "fl32", "fl64" both big-endian and ↵XhmikosR
little-endian) in .mov files Patch by v0lt git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2686 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-10-05fixed some warnings(operator=), removed unused variables, small cleanupssansnom05
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2667 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-09-19project files cleanupXhmikosR
Patch by thevbm git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2592 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-09-17-rc scripts and files whitespace cleanupXhmikosR
-Filters/MpaDecFilter: applied astyle formatting, added the Id svn keyword git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2579 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-09-15move the /MP switch from the project files in the release.props/vsprops filesXhmikosR
Patch by thevbm git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2557 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-09-15added support for 'NONE' audio (old QuickTime PCM)XhmikosR
Patch by v0lt git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2551 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-09-13added support for 'IMA4' audioXhmikosR
Patch by v0lt git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2537 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-09-12Update code for QT PCM: Aleksoid
cleaned and optimized; added support for 'in24', 'fl64' and 8-bit 'sowt'; small corrections in MP4Splitter. Thanks to V0lt to patch. git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2531 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-09-05cleanupXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2478 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-08-31removed "Template" configuration from vs2010 projectsXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2411 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-08-25cleanupXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2341 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-08-22-project file clean upXhmikosR
-updated svn ignore list git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2300 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-08-21-Use $(TargetExt) in the OutputFile in VS2010 FiltersXhmikosR
-Updated Authors git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2292 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-08-21use "bin10" directory as OutDir for the MSVC2010 buildsXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2290 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-08-20Some change in MPADecFilter;Aleksoid
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2279 10f7b99b-c216-0410-bff0-8a66a9350fd8
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-16removed DisableSpecificWarnings from common.props and common.vsprops filesXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2250 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-12Fix : issue some MPEG(mono) audio playback; ticket #116;Aleksoid
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2229 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-08-11Fix : issue with playback AMR sound, ticket #150;Aleksoid
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2225 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-08-06Filters: cleaned up rc filesXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2208 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-08-06Filters: FileVersion and ProductVersion is set automaticallyXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2206 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-08-02updated ffmpeg (thanks to Aleksoid for finding the conflict in ↵XhmikosR
avcore\utils.c for Debug VS2010 builds) git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2180 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-08-02Libvorbisdec cleanup - remove unused files;Aleksoid
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2178 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-08-02specified target machine (/MACHINE:XXX) in MSVS2010 project filesXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2175 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-07-27cleaned up DisableSpecificWarnings in VS2008 projectsXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2161 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-07-26Initial commit of MSVS 2010 project files.XhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2156 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-07-26fixed previous commitXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2155 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-07-25project files cosmeticsXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2152 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-07-24-renamed "strbase.lib" to "BaseClasses.lib"XhmikosR
-removed "#pragma comment(lib, libname)" -sorted linker libs alphabetically git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2148 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-07-11removed "LIBRARY" from the .def files since we specify the output name in ↵XhmikosR
the project files git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2119 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-06-20Added : support for Matroska presentation graphicsCasimir666
Fixed : undetected H264 video streams in Mpeg splitter git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2063 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-06-11changed precompiled header dir to "$(IntDir)\$(ProjectName).pch"XhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2027 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-05-31renamed libfaad2.lib to $(ProjectName).libXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1998 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-05-31project files cosmeticsXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1997 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-05-29sorted projects alphabetically in mpc-hc.sln plus some project files cleanupXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1984 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-05-29A lot of compiler L4 warnings fixed (some warnings disabled)kinddragon
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1982 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-05-28everything compiled goes in the bin folder plus project files cleanupXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/branches/newprojects@1962 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-05-27clean up project files and added the /arch option in the release.vsprops so ↵XhmikosR
we can easily enable it or disable it in all projects git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/branches/newprojects@1958 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-05-26imported branch with a lot project modifications regarding the IntDir, ↵XhmikosR
OutDir etc git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/branches/newprojects@1952 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-05-24Fixed some Intel C++ compiler errors, 32-bit MPC-HC can be compiled but the ↵Spec-Chum
compiled exe has problems similar to vs2010 builds. We do not support the intel compiler, but patches are welcome. (thanks for the python script, Marko - really helped) git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1933 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-05-17cleanupXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1891 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-05-08cosmeticsXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1865 10f7b99b-c216-0410-bff0-8a66a9350fd8