PadreDeFamilia

QVIART DUAL : SATELITE 4K ANDROID 9.0 DVB-S2X+DVB-T2+DVB-C+IPTV

Chincheta Autor Tema: DirectShow Filter Graph Spy  (Leído 15697 veces)

29/06/2009, 01:57 -

DirectShow Filter Graph Spy

Registrado:
22/01/2009
Gracias:
0/3
Mensajes
211
DirectShow Filter Graph Spy 1.0.0.128

Filter Graph Spy Tool allows you to see the Graph through Graphedit
(File > Connect to Remote Graph..) even when player without ROT
feature is using.

For example Windows Media Player or GOM player or etc. have not the ROT
feature and we can't see what codecs it uses.So Filter Graph Spy Tool adds
the ROT feature for these non-ROT feature players and we can see the graph
in GRFedit..

FilterGraphSpy.dll and the proppage.dll must register in your
system and below there has more information about ROT feature.

For more info about FilterGraphSpy.dll, visit
Código: [Seleccionar]
http://alax.info/blog/?s=filtergraphspy
« Última modificación: 29/10/2009, 14:25 por josagi »
29/10/2009, 14:26 -

Re: DirectShow Filter Graph Spy

#1
Registrado:
05/04/2008
Gracias:
1276/1708
Mensajes
23694
DirectShow Filter Graph Spy 1.0.0.134

Filter Graph Spy Tool allows you to see the Graph through Graphedit (File > Connect to Remote Graph..) even when player without ROT feature is using.

For example Windows Media Player or GOM player or etc. have not the ROT feature and we can't see what codecs it uses.So Filter Graph Spy Tool adds the ROT feature for these non-ROT feature players and we can see the graph in GRFedit..

FilterGraphSpy.dll and the proppage.dll must register in your system and below there has more information about ROT feature.

« Última modificación: 28/12/2009, 14:35 por josagi »
28/12/2009, 14:34 -

Re: DirectShow Filter Graph Spy

#2
Registrado:
05/04/2008
Gracias:
1276/1708
Mensajes
23694
DirectShow Graph Spy 1.0.0.223

Changes:

- x64 version
- hook API
- filter mapper function and the binary is renamed from FilterGraphSpy.dll to DirectShowSpy.dll..
« Última modificación: 09/02/2010, 23:02 por josagi »
09/02/2010, 23:02 -

Re: DirectShow Filter Graph Spy

#3
Registrado:
05/04/2008
Gracias:
1276/1708
Mensajes
23694
DirectShow Spy 1.0.0.279

This quick update for DirectShow Filter Graph Spy adds tracing for (deprecated) IAMFilterData interface
And also fixes problem with Media Player Classic – Home Cinema, when the player crashes in External Filters windows.


[archivo adjunto borrado por el administrador]
21/05/2011, 06:26 -

Re: DirectShow Filter Graph Spy

#4
Registrado:
05/04/2008
Gracias:
1276/1708
Mensajes
23694
DirectShow Spy 1.0.0.321

A small update to the DirectShow Spy    :D    irectShow Filter Graph Spy prints memory allocator properties as a part of graph topology trace on transition to running state. Why is that and what it is for? Filters normally agree on allocator properties (ALLOCATOR_PROPERTIES, obtained from IMemAllocator, obtained from IMemInputPin) themselves without interference from controlling application. Sometimes an undesired choice of buffers can cause sick runtime behavior, including but not limited to the following:
1.live audio capture buffers are too long, and introduce significant latency, including from live video capture stream taking place in parallel; controlling application might need to take advantage of IAMBufferNegotiation::SuggestAllocatorProperties and request shorter buffers.
2.a filter, such as for example DMO Wrapper Filter, may default to 1 buffer on allocator, which means that if a buffer reference is for some reason held for future reference (e.g. a video filter might be holding a reference to be able to re-push a video sample if an application is requesting video update), the entire streaming might lock.
3.some filters are requesting unreasonably many/large buffers and consume vast spaces of RAM, such as MainConcept MXF Demultiplexer requesting 200 buffers x 640 kilobytes each (128 MB in total out of sudden)
4.some filters are requesting unreasonably few/small buffers resulting in inability to pre-buffer data

In a chase for answers to questions "Where is my memory?", "Why is it so choppy?", "I would really appreciate a nice lipsync" and to troubleshoot the mentioned scenarios it is helpful to understand buffering configuration. DirectShow Filter Spy is here to deliver this information. Once the graph is put into running state, spy prints out topology data into log file (which is in most cases C:\ProgramData\DirectShowSpy.log)


    DirectShowSpy_1.0.0.321.rar
03/08/2011, 19:34 -

Re: DirectShow Filter Graph Spy

#5
Registrado:
05/04/2008
Gracias:
1276/1708
Mensajes
23694
DirectShow Spy 1.0.0.555

DirectShow Spy is updated with a few new features:

retroactive Intelligent Connect trace

log output for IAMGraphBuilderCallback-related activity

process name based black list to selectively exclude processes from spying

For more info about this release, http://alax.info/blog/1253


    DirectShowSpy_1.0.0.555.rar
04/11/2012, 19:58 -

Re: DirectShow Filter Graph Spy

#6
Registrado:
05/04/2008
Gracias:
1276/1708
Mensajes
23694
DirectShow Spy 1.0.0.647

Citar
For more info about this release, go to http://alax.info/blog/1385


    DirectShow Spy 1.0.0.647
20/12/2012, 07:28 -

Re: DirectShow Filter Graph Spy

#7
Registrado:
05/04/2008
Gracias:
1276/1708
Mensajes
23694
DirectShow Spy 1.0.0.807


Citar
For more info about this release, go to http://alax.info/blog/1430


    DirectShow Spy 1.0.0.807
17/01/2013, 18:50 -

Re: DirectShow Filter Graph Spy

#8
Registrado:
05/04/2008
Gracias:
1276/1708
Mensajes
23694
DirectShow Spy 1.0.0.839

Citar
A small issue appears to be affecting DirectShow applications with DirectShow Spy installed. As underlying COM base is non-standard, the spy implements a few hacks to run smoothly and to keep reference counting correct in particular. Under certain conditions, DirectShow-enabled ActiveX control hosted by Internet Explorer seems to be unable to put its graph onto Running Object Table (ROT). What happened next is that Spy assumed ROT operation to succeed, and compensated reference counting, which under bad assumption could cause E_UNEXPECTED error while creating a filter graph. This updated fixes the issue.

Another small improvement is that similarly to SDK proppage.dll, Spy registration UI also assists in registering another DLL – evrprop.dll, should it be there near the spy module.


    DirectShow Spy 1.0.0.829
14/07/2013, 18:20 -

Re: DirectShow Filter Graph Spy

#9
Registrado:
05/04/2008
Gracias:
1276/1708
Mensajes
23694
DirectShow Spy 1.0.0.980

Citar
To get info about this release, go to http://alax.info/blog/1460


    DirectShow Spy 1.0.0.980
04/02/2014, 19:12 -

Re: DirectShow Filter Graph Spy

#10
Registrado:
05/04/2008
Gracias:
1276/1708
Mensajes
23694
DirectShow Spy 1.0.0.1246

 
Citar
   Added integration with GraphStudioNext
    Added filter graph data and properties UI


    DirectShow Spy 1.0.0.1424

QVIART DUAL : SATELITE 4K ANDROID 9.0 DVB-S2X+DVB-T2+DVB-C+IPTV

 



PadreDeFamilia
!! ADVERTENCIAS !!: Las informaciones aquí publicadas NO CONTIENEN KEYS para la decodificación de ningún sistema: NO SON OPERATIVOS en sistemas SAT que precisen de su correspondiente suscripción. ESTA TOTALMENTE PROHIBIDO EL USO DE ESTAS INFORMACIONES PARA LA MODIFICACIÓN O DEFRAUDACIÓN DE SISTEMAS DE ACCESO CONDICIONAL. EN ESTOS FOROS NO SE PERMITE LA PUBLICACIÓN DE INFORMACIONES ILEGALES POR PARTE DE LOS USUARIOS. EN CASO DE DETECTARSE ESTE TIPO DE INFORMACIONES, LOS USUARIOS SERÁN EXCLUIDOS DE ESTAS PÁGINAS.
PROHIBIDA LA PUBLICACIÓN DE ENLACES A FIRMWARES ILEGALES
LOS FOROS NO SON MONITORIZADOS DE MANERA CONSTANTE, CUALQUIER INFORMACIÓN QUE PUEDAS CONSIDERAR ILEGAL REPORTALA A LA ADMINISTACIÓN DEL FORO