Latest - Combined Community Codec Pack

mohammed tanko

Super VIP
Messages
4,862
Combined Community Codec Pack BETA (2013-09-30)

Changelog

2013-09-30: After a couple of experimental betas, we have emerged with something that we've wanted to present you for a couple of months now.

Updated components:

LAV Filters 0.58.2.0-42306ee
MPC-HC 1.7.0.7859
xy-VSFilter 3.0.0."236"

General changelog:

LAV Video and xy-VSFilter can now pass colorimetry information (f.ex. range and colormatrix) to the next filter in chain. xy-VSFilter will also use the colorimetry information passed by the decoder to select range/colormatrix for subtitles.

Currently the following filters are on the white list:

LAV Video:
VSFilter (auto-loading and the non-autoloading one), VMR7/9, EVR (includes everything that uses the same CLSID, including all of the MPC-HC custom renderers), madVR

xy-VSFilter:
VMR7/9, EVR, madVR

A hack/fix for I420/YUY2 conversions in xy-VSFilter via the Kasumi backend (from VirtualDub) has been reintroduced. It shouldn't really happen in "real world", but Lord was able to reproduce it, thus this commit comes back.
A single commit has been cherry-picked since the MPC-HC's newest stable to fix issue 3495.
LAV Filters has been updated to current git HEAD.
MPC-HC has been updated to the current stable.
 

mohammed tanko

Super VIP
Messages
4,862
Combined Community Codec Pack 2013-11-24

Version history/Release notes:
New CCCP Win8(.1)/Win7/Vista/XP Release! (2013-11-24)

The time has come to let out some more things that have been under testing, including something we have been testing in DirectShow since early October - HEVC demuxing and decoding. A new release with some fixes and some new features, code name "Rusty Crap"!

As newer CCCP playback packages contain quite a few rather large differences compared to the pre-2012 ones, if you at any point need to grab the last FFDShow-tryouts based release, it, with some minor script-related fixes, is available from here.
Updated components:
Haali Package 1.13.356.20 (CCCP Build)
LAV Filters 0.59.1.0-fd21671
MPC-HC 1.7.1.24 (shows up as 39)
General change log:
Installer and settings applications
OGM and "normal OGG" (OGG, OGV) have been separated from each other in the system settings app, and only OGM is now enabled with the Haali's splitter. This enables us to specifically target the one type of format that doesn't work with libavformat, minimizing the unneeded usage of Haali's splitter.
The installer and uninstaller no longer touch a long-unused HKLM MPC ExePath key.
Everything has been updated to the new MPC-HC registry key
The user level settings application now disables MPC-HC's settings migration from the old key in case of a settings reset. Migration does not remove the original key's contents and thus leaving it it to activate would lead to extra funkyness during each and every settings reset.
The installer no longer tries to touch the default value from the MPC-HC key.
MPC-HC
MPC-HC has switched the registry key it uses. This can break various old software that depended on the old location, including GTSdll. The recommended solution is to switch to something that can use the web interface instead.
A problem with MPC-HC incorrectly pushing things onto the clipboard with the button in the about window has been fixed. Data on the clipboard will now not get destroyed if you haven't pasted it before closing the app.
MPC-HC now handles files with a single random access point as files that have no known random access points. This makes the player fall back from the fast seeking mode, and lets the user seek in such files.
Random access point information is now reloaded when a splitter calls a length change. This should fix seeking problems when switching between editions, for example.
MPC-HC should now report a human-readable error in case it fails to hook certain system functionality (usually due to certain kind of security software).
Various fixes and tweaks.
MPC-HC is now built with Visual Studio 2012, Update 4.
LAV
HEVC decoding support is added. Colorimetry information is also parsed from the stream and passed along.
HEVC demuxing support is added for the following containers:
Matroska and MP4, as both of these use a way of doing it based upon 14496-15, 3rd Edition.
MPEG-TS
VP9 decoding support is added.
A problem with the LAV Video and Audio tray icons crashing when you click them to open the property windows has been fixed. U78's patch forgot to initialize some values so a random memory location would be executed (and not executable regions would just go boom and crash).
LAV Video now handles Annex B H.264 in MP4. Such files are technically broken, but since various things can still handle them, it is good to have them work with LAV as well. This fixes the last remaining regression with decoding we had compared to the releases based on FFDShow-tryouts.
LAV Video now tries to detect from the pin info if the renderer "understands" (or "can handle") the DXVA2ExtendedFormat colorimetry information. This is less safe than the white list approach done with the last release, but it seems to generally work.
LAV Audio should now handle bit streaming changes while paused better.
DTS parsing in LAV has been improved, certain cases of data being read incorrectly as DTS-HD markers should now be fixed.
LAV Video should now not try to decode in case the internal decoder context is missing.
LAV Filters are now built with Visual Studio 2012, Update 4.
Haali Package
A change that broke Haali's renderer under certain circumstances has been reverted. This was an additional change on top of the top-down RGB preference, and thus does not affect the slowness fix for LAV Video + Haali's renderer with RGB output.
 

mohammed tanko

Super VIP
Messages
4,862
Combined Community Codec Pack 2013-11-27

  • Updated components:
    • LAV Filters 0.59.1.0-6cdab1c
  • General change log:
    • LAV
      • DXVA2ExtendedFormat colorimetry is now disabled in LAV Video if the Overlay mixer is in the graph, except when LAV Video is connected to a VSFilter. This fixes a black screen problem that some XP users possibly encountered.
      • VC-1 and WMV decoding via DXVA2 is now specifically disabled with Intel GPUs in LAV Video. Latest Intel drivers contain the component which is used for this, but its usage leads to either a broken image or plain crashes.
 

mohammed tanko

Super VIP
Messages
4,862
Combined Community Codec Pack (2014-01-04) BETA

Changelog:

  • Updated components:
    • LAV Filters 0.59.1.0-0cf6cf2
    • MPC-HC 1.7.1.x (master@6ef89ca)


  • General change log:
    • OGM defaulted to LAV Splitter. After six months or so since I originally reported the issue, I once again poked the #ffmpeg-devel IRC channel and it finally got some interest from mn. This led to ffmpeg issue 2739 finally getting fixed. Please test this with all the OGM files you have! I sincerely hope we will not have to revert to Haali again any time soon.
    • Native MPEG-4 Part 2 (xvid, divx, lavc mpeg4) timestamps in Matroska are now handled correctly in LAV Splitter. Such samples are generally rare, but we happened to find some. Fixes stutter due to incorrect usage of the container timestamps.
    • MPC-HC's video surface no longer goes black if you initiate playback after playback has ended at the end of a file.
 

mohammed tanko

Super VIP
Messages
4,862
Combined-Community-Codec-Pack-2014-04-20

Updated components:
LAV Filters 0.61.2.0-b02e0c4
MPC-HC 1.7.4.2 (master@f2fa14b)
xy-VSFilter 3.0.0."288" (git 974aff3)

General change log:
Installer and settings applications
The uninstaller should now no longer leave an empty root directory in case of a full uninstall under specific circuimstances.

MPC-HC
MPC-HC no longer moves a couple of frames forward when paused for the first time.
XySubFilter's auto-loading has now been fixed in certain cases on Windows 7.

LAV
The defaults are now much less restrictive format-wise for both the splitter and the video decoder. This should not bring up issues, but we welcome any reports in case of failure.
In LAV Video, VC1, MPEG-1, WMV3, WMV12 and MS Video 1 are disabled in addition to LAV Video's own defaults of disabling RV12, Cinepak, QPEG and MSRLE. The ones we disable are handled so as they are handled generally better by the official MS decoders.
In LAV Splitter, asf (WMV), avi, mp3, mpeg (MPEG-PS), wav and wtv are disabled, as these are known to be either handled well by the MS filters, or known to be problematic with some applications if replaced by non-MS filters.
LAV Filters' support for loading Avisynth scripts with itself being called within them has been improved. This fixes the last remaining problem left with using LAV for Avisynth scripts.
LAV Splitter is now more resilient to unexpected things in embedded cue sheets (in MP3 files, for example).
MP4/MKV files with H.264 and no parameter sets off-band (avcC) are now supported in LAV Filters.
Conversion of odd-height 4:2:2 and 4:4:4 YCbCr to RGB now works correctly in LAV Video. Fixes the bottom line in certain mirkosp's encodes, for example.
Crashes on SSE-only systems with DTS audio have been fixed.
DXVA2 decoder implementation has been improved in LAV Video.

xy-VSFilter
VirtualDub library has been updated.
Auto-loading of external subtitle files should now work with uppercase extensions.
A bug fix to allow larger borders in ASS rendering has been merged.
 

mohammed tanko

Super VIP
Messages
4,862
Combined Community Codec Pack 2014-07-13

Updated components:

LAV Filters 0.62.0.0-a731178
MPC-HC 1.7.6 (master@ebc29cf)
xy-VSFilter 3.0.0."305" (git 7f6a318)

General change log:

MPC-HC
MPC-HC no longer crashes during quick seeks with PGS subpictures when the internal subtitle renderer was used. Did not affect CCCP defaults.
Anamorphic ASS is now handled correctly in the internal subtitle renderer. This is one of the oldest standing bugs there were regarding the ISR, and we all thank kasper93 for the effort he put into fixing this after Daemon404 successfully trolled people regarding it.
The Play→Filters filter listing can now be easily copied to the clipboard, there is now a button for that in the top of the listing.
UI language selection has been moved to the options in MPC-HC.
Minor fixes and improvements in general.

LAV
PGS subpicture parsing improved in LAV Splitter.
LAV Video now supports VP7 video (for the two of you out there with samples).
LAV Video can now use the Media Foundation WMV9 decoder instead of the old DMO decoder.
FFmpeg used in LAV now uses native win32 threads instead of a pthreads wrapper.
Various fixes included in the updated FFmpeg.

xy-VSFilter
Various ASS parsing improvements by Plorkyeran. These also remove the A (ANSI/non-unicode code page) Windows API usage, which also breaks non-unicode subtitle parsing. As noted, MPC-HC's internal subtitle renderer should be used instead in case you play such files.
Loading of UUEncoded fonts from ASS files is fixed.
A possible out-of-bounds array access was fixed. This has been in the code for more than a year, and no-one noticed it. It seems that no-one has subtitle files with UTF-8 data that end up in this area of glyphs (or the rest of the code actually makes the bug impossible to happen).
Vobsub fixes that replace the old MPC-BE hackfix. Should lead to similar results as with the old hackfix, unfortunately. In MPC-HC these changes actually add proper fadein/-out.
 

qinqin

Registered
Messages
270
Combined Community Codec Pack 2015-10-18


2015-10-18: It's been a long time coming, but yes, there finally is a new release, code name "Raise Your Flag", this time in 2 flavours!
Download 64-bit or 32-bit version for Windows Vista - Windows 7 - Windows 8.x - Windows 10
Updated components:
LAV Filters 0.65.0.5-88dce5d
MPC-HC 1.7.8.162
xy-VSFilter 3.0.0.322
Complete change log will follow.


link:http://www.cccp-project.net/public/Combined-Community-Codec-Pack-64bit-2015-10-18.exe
 
Top