Programming Languages: C++, C, Assembly
License: GNU General Public License version 2.0 (GPLv2)
browse code,
statistics,
last commit on 2012-05-21
svn co https://ffdshow-tryout.svn.sourceforge.net/svnroot/ffdshow-tryout ffdshow-tryout
There are unfortunately no developers available to implement these kind of changes. But patches are welcome!
2012-05-27 05:10:18 PDT by clsid2
ffdshow fails to read SSA subtitle style definition correctly when the values separation contains space(s) and not only commas. It works for the "Format:" line because every spaces on that line are removed with strrmchar(line,L' '); in TsubtitleParserSSA::parse but the same is not and cannot be applied to the "Style:" line.
2012-05-25 12:14:09 PDT by csmar51
There are a problems with decoding AAC with ADTS headers. 1) libfaad has ADTS support, but in TaudioCodecLibFAAD only NeAACDecInit2 is used. Thus only RAW AAC can be decoded. 2) labavcodec can decode ADTS and the stream can be decoded with ffdshow filter. But a) it can decode ADTS if the whole frames are fed into ffdshow. i.e. it stops decoding if one ADTS frame is split...
2012-05-23 22:20:19 PDT by eks1977
made 1 file-release changes.
made 1 file-release changes.
clsid2 committed revision 4453 to the ffdshow SVN repository, changing 15 files.
2012-05-21 09:01:08 PDT by clsid2
clsid2 committed revision 4452 to the ffdshow SVN repository, changing 3 files.
2012-05-18 09:56:33 PDT by clsid2
xhmikosr committed revision 4451 to the ffdshow SVN repository, changing 25 files.
2012-05-18 02:30:35 PDT by xhmikosr
Hi! When I send IDFF_isSubtitles to IffdshowBaseW all work fine ffdshowBase->putParam(IDFF_isSubtitles, 1); subtitles is show, but if I send ffdshowBase->putParam(IDFF_isDolbyDecoder, 1); Dolby decoder not activate! Similarly happens with volume control. How I can turn On/Off Dolby decoder and change volume? Help! P.S. When filter is not loaded I can do it from register...
2012-05-17 05:40:53 PDT by alex69013
clsid2 committed revision 4450 to the ffdshow SVN repository, changing 33 files.
2012-05-14 13:59:45 PDT by clsid2