Latest - FFDShow

EL_MaEsTrO_41

Well Known Member
Messages
522
ffdshow tryouts project, svn 4296(x86/x64)

Code:
    Sync with IntelQuickSync Decoder rev31 (v0.25 beta):
    * Sync to QS decoder release.
    * Since r30:
    * Optimized and cleaned gpu_memcpy function.
    * Updated docs and version numbers.
    * No ffdshow code change;

    Added support for Indeo4 video.


http://www.xvidvideo.ru/component/d...dshow-tryouts-project-svn-4296-x86-icl12.html

http://www.xvidvideo.ru/component/d...ow-tryouts-project-svn-4296-x86-msvc2010.html

http://www.xvidvideo.ru/component/d...ow-tryouts-project-svn-4296-x64-msvc2010.html
 

REBELLE

Well Known Member
Messages
881
20120205 (February 06, 2012)

r4305
Code:
Fix crash with paletted formats
Cosmetics
Added QuickSync installer check in ffSpkCfg.dll. Called by the install script.
Note - previous solution (call check() function on IntelQuickSyncDecoder.dll) failed on 64 bit installations as installer is a 32 bit process.
Might be worth renaming ffSpkCfg to ffInstallHelper or ffInstallChecker (if someone bothers).
 
Last edited:

EL_MaEsTrO_41

Well Known Member
Messages
522

Haitoku

Well Known Member
Messages
3,933
ffdshow tryouts project, svn 4319(x86/x64)

Changes (4315-4319):

Code:
•Sync with IntelQuickSync Decoder rev38:
- Time stamp handling is now default off.

Modified/fixed TtelecineManager class (in TvideoCodec.cpp + .h). Changed behavior to produce exactly 23.976 fps when entering film mode. Previous behavior was not producing smooth playback. In film mode time stamps are calculated from the first frame of the film sequence.
Re-added an initialization from SPS header (H264) of the pictIn variable used for codec initialization. Need to check if this is actually used since no one complained;

•H.264: Use time_scale and num_units_in_tick to set frame rate in the connection media type. Treat num_units_in_tick / sps.time_scale as field duration (it was frame duration);

•make use of sws_setColorspaceDetails. Set color space conversion matrix. Works only for 8-bit YCbCr to RGB conversion;

•flag OSD and subtitles filter to accept RGB32 input;

•FRAPS: Check for default output color space (RGB or YCbCr) on connection. Requires BITMAPINFOHEADER::biBitCount in the AVI chunk to be set correctly.


Download:

ffdshow x86:

ffdshow tryouts project, svn 4319 (x86) icl12

ffdshow tryouts project, svn 4319 (x86) - MSVC2010

ffdshow x64:

ffdshow tryouts project, svn 4319 (x64) - MSVC2010
 

REBELLE

Well Known Member
Messages
881
28.02.2012

ffdshow_rev4342_20120228_clsid_x32
ffdshow_rev4342_20120228_clsid_x64


Code:
Updated Libav..Some cleanup
Updated changelog
parser branch: merge from trunk
fix rev 4326
parser branch:
1. Use AVCodecParser for MPEG-2 byte stream format.
2. Analyze the stream, find and decode H.264 even if it is labeled MPEG-2.
Always use the aspect ratio from libavcodec if available. (Remove senseless check)
Complementary fix of 4329
parser branch: Use AVCodecParser for H.264 byte stream format.
Creating a branch for H.264 access unit parsing
 
Last edited:
Top