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
2012-04-10apply astyleXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4329 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-04-10fix previous commitXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4327 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-04-10updated DirectX check for June 2010 versionXhmikosR
patch from demi_alucard git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4326 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-04-10move the TargetMachine option to common.propsXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4325 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-04-09remove unneeded checks for Windows NTXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4310 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-04-09[VSFilter] Cosmetic: move some code to the header file.Underground78
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4306 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-04-09[VSFilter] Remove the feature preventing the screensaver from running when ↵Underground78
VSFilter is active as it is a job for players not for filters. This commit partially fixes ticket #1693. git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4305 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-04-09Change : code refactoring - remove "goto" instruction;Aleksoid
Change : Add "DXVA" indicator on Pause state; ticket #2157; git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4301 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-04-08Fix : H.264 DXVA Decoder - fix slice parser on Annex B style's frames;Aleksoid
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4291 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-04-08Fix : MPCVideoDec - crash on RV30/40 when no input data from splitter; ↵Aleksoid
thanks v0lt for sample and test; git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4290 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-04-07MatroskaSplitter: added support for QT video formats in matroska v.1v0lt
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4282 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-04-07"DXVA(H.264)"->"DXVA (H.264)"XhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4281 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-04-07cosmetics and optimizationv0lt
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4280 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-04-07MatroskaSplitter: determine the correct fps for some webm filesv0lt
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4279 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-04-07Change : revert rev.4257 change;Aleksoid
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4276 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-04-06Compilation fixclsid2
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4270 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-04-06Fix : At the end of the stream - decoder must deliver all the output data; ↵Aleksoid
ticket #2156; git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4267 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-04-06Fix : rev.4241 broken OGG/OGV playback, thanks to Vortex - Light Alloy ↵Aleksoid
developer; Fix : DXVA Decoder - sometimes not change the aspect ratio, which are read from a stream; git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4265 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-04-05Fix : MPEGSplitter - improved parser of the PTS packages; Fixed a bug where ↵Aleksoid
it was impossible to open files with broken header - for example, records from the satellite; Change : Increased the maximum number of packets in the queue for AVI format - improved seeking; git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4258 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-04-05Fix : corrupted image and stop playback at the begin of some H.264 ↵Aleksoid
interlaced files in DXVA mode; git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4257 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-04-05Fix : H.264 DXVA decoder must accept only Chroma 4:2:0 format;Aleksoid
Fix : DVB - don't show subtitle when Page start but Region Count = 0; but the many bugs with DVB subtitle still have :) Change : Disable "Alt+Space" hotkey for "Activate DVD Menu" function, it's a system hotkey; git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4256 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-04-04Update : ffmpeg, missing files;Aleksoid
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4254 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-04-04Change : Update ffmpeg, use libswscale from ffmpeg branch;Aleksoid
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4253 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-04-03Fix : WEBM - set FPS to 24, when in the header stored an incorrect value for ↵Aleksoid
the tag DefaultDuration equal to one 1000000; ticket #1946; git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4250 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-04-03Change : improve working with Queue packets. This will reduce the amount of ↵Aleksoid
memory consumed by the player - modify rev. 4241; git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4249 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-04-03Fix : unable to playback MPEG2 in Avi; ticket #1182;Aleksoid
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4247 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-04-03Fix : small fix for MPEG2 DXVA, incorrect filling DXVA_SliceInfo when ↵Aleksoid
decoding first frame; small code refactoring; git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4246 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-04-03Fix : Crash with "Null (uncompressed)"; ticket #1589;Aleksoid
Fix : broken playback and picture on H.264 & MPEG2 interlaced in DXVA mode on intergrated Intel adapter, fix filling DXVA_Slice_H264_Long(for H.264) & DXVA_SliceInfo(for MPEG2) structure; Remove unused code; git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4245 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-04-02Change : reduced the maximum number of packets in the Queue, except for ↵Aleksoid
AVI(For Avi need more packets for smooth seeking). This will reduce the amount of memory consumed by the player; git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4241 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-04-01Fix : rev.4230 have artifacts on H.264 interlaced in DXVA mode;Aleksoid
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4234 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-04-01update changelog, apply astyleXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4233 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-04-01Change : MP4Splitter - ALAC, rewrite extradata parser;Aleksoid
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4231 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-04-01Fix : Artifacts on H.264 with Long Term Reference Frame in DXVA mode;Aleksoid
Add : Support Alac(Apple Lossless Audio Codec) in MP4Splitter & MPADecFilter; git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4230 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-03-31update for the previous commitXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4227 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-03-31cosmetics in the filters' names for consistencyXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4226 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-03-31change "Flac" to "FLAC" for consistencyXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4224 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-03-29Change : Use MinGW64 from 2.x branch to compile x64 version;Aleksoid
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4206 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-03-29Fix : MP4Splitter - hang pictures/slow response after the seeking : ticket ↵Aleksoid
#1682, #971, #90 ; sometimes deadloop at the end of file : ticket #1987; Change : MPCVideoDec/ffmpeg - remove some custom code; Change : Adjust drop-down list width for long shaders name; ticket #2108; git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4205 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-03-27Fix : MP4Splitter, partially revert rev.4185; Ctts Atom already is working ↵Aleksoid
properly - it fix choppy playback some MP4 files; git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4199 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-03-27Fix : MPASplitter - sometimes AVI can be determined as Mpeg Audio;Aleksoid
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4198 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-03-26Fix : Choppy playback VC-1 in software mode - correct time stamp calculate;Aleksoid
Fix : Disable change AR in DXVA mode during playback - until we can fix issue with reconnect in DXVA decoder; git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4192 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-03-26MpaDecFilter: does not crash when the MP4Splitter produces garbagev0lt
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4191 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-03-25* change forgotten object dir for ffmpeg to libavcodec instead of libavcodec_gccXhmikosR
* remove unneeded spaces git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4190 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-03-25Change : return some custom code in ffmpeg. it's fix artifact with DXVA on ↵Aleksoid
some H.264 files; git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4186 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-03-25Fix : MP4Splitter correct read Ctts & Stts atom with negative value;Aleksoid
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4185 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-03-25Change : migration to the original ffmpeg's branch(take the ffmpeg from LAV ↵Aleksoid
- as it contains many helpful corrections); thanks to LAV for this "decode H.264 extradata" code; remove many custom ffdshow code; CDDAReader - remove C4018 warning; git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4184 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-03-24cfixed typos, removed duplicates, clean up.v0lt
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4183 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-03-24apply astyleXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4179 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-03-24MP4Splitter: fixed a potential bug.v0lt
MpaDecFilter: commented out unnecessary code (PCM in MOV problem was solved in r4097), cosmetics, optimization. git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4173 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-03-22Change : cosmetics;Aleksoid
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4170 10f7b99b-c216-0410-bff0-8a66a9350fd8