Latest - FFDShow

bozomustafa_68

Registered
Messages
16,935
FFDShow Rev4488 Beta

09.10.2012


Description: Package Includes:
-Intel QuickSync Decoder v0.39 Beta
-FFDShow all-in-one Decoder 1.2.4488 Beta

Changes in QS Decoder:
-Workaround for various issues when drivers from the 15.28 or 15.31 (beta) family are used.
-Better handling of timestamp discontinuities - usually due to broken streams.
-Default multithreading option is now set to \\\"Multithreaded copy\\\".

Note to Window 7/8 users with drivers 15.28.xx.xx or 15.31.xx.xx:
Do not enable full multithreading support in FFDshow or player will abort playback at some point in many clips.
Select \"Multithreaded copy\" for good performance and rock solid stability.
If when the drivers get fixed, I\'ll post the working version number.
 
Last edited:

bozomustafa_68

Registered
Messages
16,935
FFDShow Rev4490

Package Includes:
-Intel QuickSync Decoder v0.40
-FFDShow all-in-one Decoder 1.2.4490

Changes in QS Decoder:
-Workaround for issues with Intel graphics driver families 15.28 and 15.31.
-Removed all MT code, cleaning up the design. MT copy is still here
-Wrote basic AVX2 copy function (unused and untested).
-Enabled DVD decode. Not enabled well in ffdshow.
-Out of beta!

Changes in FFDshow:
-Removed 2 MT options from QS decoder.
 

mohammed tanko

Super VIP
Messages
4,862
DVB Files > DVB Drivers & Codecs > Latest - FFDShow

ffdshow r4496 20121213

Version history:

Code:
4496
Enable embedded sub support by default

4495
More subtitle fixes
 

bozomustafa_68

Registered
Messages
16,935
FFDShow v1.3.4500

Changes in v1.3.4500:
Bugfixes:
-Fixed crash with AC3 encoding
-Fixed bug that caused ffdshow to connect its subtitle pin even when subtitles were disabled
-Removed support for raw NV12 input. It caused crashes with resize enabled.
-SPP deblocking: fixed crash when the video has an unsupported format.

Changes:
-Now useslibavcodec by default for AC3 decoding
-Disabled \"Allow direct-to-file output\" by default. It causes playback problems in WMP12 in some situations.
-Embedded subtitle support is now enabled by default.
-Re-added VobSub support. Labeled it as \"incomplete\" because of the known bugs.
-Removed makeAVIs from 64-bit build. It caused crashes on Windows 8.
-Hide VFW option in 64-bit build on Windows 8. It causes crashes.
-Updated blacklist and whitelist
-Optimization of SPP deblocking by use of multi-threading and SSSE3
-Improved auto post-processing
-Removed real time subtitle text correction feature
-Removed libmpeg2

Updates:
-IntelQuickSync r77
-Boost v1.51
-Unrar v4.20
-zlib v1.2.7
-Some libavcodec updates
 
Last edited:

bozomustafa_68

Registered
Messages
16,935
FFDShow v1.3.4501

Changes in QuickSync v0.41:
-Fixed handling of special case of broken H264 header. H264 streams a re scanned for illegal segments (NALUs).
-Avoid crash (but not failure) when switching display resolutions during HW init.
-Added IQuickSyncDecoder::GetCodecName() - returns name of decoder + active codec.
-Added IQuickSyncDecoder::IsHwAccelerated() - returns true/false when HW is used.
-Updated MSDK headers and dispatch library to Intel Media SDK 2013.
-Sync shared code from Media SDK 2013 (allocators, etc).

Changes in FFDShow rev4501:
-Added nicer print of codec name in the Info dialog
-FFDShow bugfix - TestMediaType was called with QS defaults instead of using ffdshow settings
 

mohammed tanko

Super VIP
Messages
4,862
FFDShow v1.3.4508

Changes in QuickSync v0.42:
-Direct3D11 playback (decode + video processing) on Windows 8. Windows 8 allows D3D11 to play video without a display connected to the accelerating GPU.
-Fixed a minor bug in the deinterlacer.
-Fixed an issue with H264 handling of fragmented streams (TV streams with some splitters)
-Updated MSDK headers and dispatch library to Intel Media SDK 2013.
 

mohammed tanko

Super VIP
Messages
4,862
ffdshow tryouts project, svn 4511(x86/x64)

Changes (4508-4511) :

  • Sync with IntelQuickSync Decoder 0.42 (rev87)
    - D3D11 decode + VPP. Windows 8 only feature. May not work on switchable graphics solutions.
    - Fixed some minor issues with VPP (time stamp interpolation).
    - Fixed AVC1 frame constructor. No longer will it process AnnexB streams. This should fix TV streaming. It doesn't support fragmented streams (NALs that span more than 1 packet).
    - Made legal license identical across my files;
  • updated blacklist;
  • sync with QS decoder r88 - compilation issues when win8 SDK wasn't installed;
  • Fix possible deadlock with downstream filter. Based on patch of Mark Opaskar.
 

bozomustafa_68

Registered
Messages
16,935
FFDShow v1.3.4512 - x64 Edition


Description:
Changes in QuickSync v0.43:
-Direct3D11 playback (decode + video processing) on Windows 8. Due to performance degradation in D3D11, it will be used only when needed.
-Optimized D3D11 decode - 50% faster than before.

Changes in QuickSync v0.42:
-Direct3D11 playback (decode + video processing) on Windows 8. Windows 8 allows D3D11 to play video without a display connected to the accelerating GPU.
-Fixed a minor bug in the deinterlacer.
-Fixed an issue with H264 handling of fragmented streams (TV streams with some splitters)
-Updated MSDK headers and dispatch library to Intel Media SDK 2013.
 
Last edited:

kargo.25

Super VIP
Messages
9,725
FFDShow v1.3.4513



Code:
ffdshow is an advanced directshow decoder and VFW codec for playing most video formats like AVI, DivX, XviD, MKV, MP4/M4V, WMV, WEBM, MPG, MPEG2, SVCD, DVD, AVC/H264, AC3, DTS, AAC/M4A. Built in video and audio postprocessing filters like video resize, noise, sharpen, crop, logoaway, subtitles, OSD information and audio equalizer, normalizer, delay, etc.  
Version history:
[r4513]
Fixed compilation warnings/errors when using Windows SDK 7.0 (e.g. VC10's WSDK)
[r4512]
Sync with IntelQuickSync Decoder 0.43 (rev90)
- D3D11 decode + VPP is not default will be used only when needed.
- D3D11 performance enhancement
- Codec name now specifies which HW acceleration is ued (D3D9/11)

[r4511]
Fix possible deadlock with downstream filter.
Based on patch of Mark Opaskar.

[r4510]
sync with QS decoder r88 - compilation issues when win8 SDK wasn't installed.

[r4509]
updated blacklist

[r4508]
Sync with IntelQuickSync Decoder 0.42 (rev87)
- D3D11 decode + VPP. Windows 8 only feature. May not work on switchable graphics solutions.
- Fixed some minor issues with VPP (time stamp interpolation).
- Fixed AVC1 frame constructor. No longer will it process AnnexB streams. This should fix TV streaming. It doesn't support fragmented streams (NALs that span more than 1 packet).
- Made legal license identical across my files.

[r4507]
Minor installer tweaks

[r4506]
Add nullpointer check to prevent potential crash
 
Last edited:

kargo.25

Super VIP
Messages
9,725
ffdshow 1.3.4515

12-06-2013


Code:
Release Notes:
Fix DVD playback freeze if embedded subs was disabled


Download Here:

32bit
Code:
http://www.videohelp.com/download/ffdshow_rev4515_20130612_clsid.exe

64bit
Code:
http://http://www.videohelp.com/download/ffdshow_rev4515_20130612_clsid_x64.exe
 

mohammed tanko

Super VIP
Messages
4,862
FFDShow v1.3.4519

Changes in QuickSync v0.44:
-Improved D3D11 compatibility with 15.31 Intel drivers.
-H264 playback now properly supports fragmented packets (some live TV splitters), better error handling. Code was rewritten and now it\'s BSD licensed all the rest of IQSD code.
 

mohammed tanko

Super VIP
Messages
4,862
ffdshow 1.3.4527 (generic/x64)

Version history/Release notes: [r4527]
Code:
installer: provide flexible DirectShow filter registration options
 
Top