Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
(1) |
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(1) |
Feb
(1) |
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
(6) |
Oct
(1) |
Nov
(1) |
Dec
|
2004 |
Jan
|
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
(1) |
Jul
(4) |
Aug
(6) |
Sep
(9) |
Oct
(5) |
Nov
(2) |
Dec
(6) |
2005 |
Jan
(6) |
Feb
(4) |
Mar
(15) |
Apr
(9) |
May
(6) |
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
(3) |
Nov
(6) |
Dec
(9) |
2006 |
Jan
|
Feb
(1) |
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
2007 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2008 |
Jan
|
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
1
|
2
|
3
|
4
|
5
|
6
|
7
|
8
|
9
|
10
(1) |
11
|
12
|
13
|
14
|
15
|
16
(2) |
17
|
18
|
19
|
20
|
21
|
22
|
23
|
24
|
25
|
26
|
27
|
28
|
29
(3) |
30
|
|
|
|
|
From: Dan Nelson <dnelson@al...> - 2003-09-29 15:28:27
|
In the last episode (Sep 29), Arno van Amersfoort said: > Dan Nelson wrote: > > I just downloaded Athos' 2003-09-27 build, and I love being able to > > toggle visualizations and postprocessing without having to load up > > the config interface! > > Great to find out this way that there are also newer builds available > which not directly come from Mila. Does anybody know whether this > Athos-guy has a official website? http://athos.leffe.dnsalias.com/ ; they're unofficial releases (no doc updates, and some of the codecs don't work). He also posts on the doom9 webforums a lot. -- Dan Nelson dnelson@... |
From: Arno van Amersfoort <arnova@xs...> - 2003-09-29 06:42:38
|
Great to find out this way that there are also newer builds available which not directly come from Mila. Does anybody know whether this Athos-guy has a official website? Dan Nelson wrote: >I just downloaded Athos' 2003-09-27 build, and I love being able to >toggle visualizations and postprocessing without having to load up the >config interface! > > > |
From: Dan Nelson <dnelson@al...> - 2003-09-29 03:01:38
|
I just downloaded Athos' 2003-09-27 build, and I love being able to toggle visualizations and postprocessing without having to load up the config interface! -- Dan Nelson dnelson@... |
From: <everwicked@ev...> - 2003-09-16 10:17:43
|
Yes, I noticed that that method is meant to give away key frames a day later. The problem is as you said that not all filters set it correctly.. Is that our last resort? George Quoting Milan Cutka <cutka@...>: > eec> I am trying to render a file and grab samples from it. So far so > eec> good. The problem is that I haven't found a way to check whether > eec> the uncompressed sample reflects an I or P frame. > > Try IMediaSample::IsSyncPoint(). However, maybe not all filters set it > correctly (I encountered this problem when implementing raw video > de/encoding in ffdshow/ffvfw directshow filters). > > Milan > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Ffdshow-users mailing list > Ffdshow-users@... > https://lists.sourceforge.net/lists/listinfo/ffdshow-users > |
From: Milan Cutka <cutka@sz...> - 2003-09-16 06:48:13
|
eec> I am trying to render a file and grab samples from it. So far so eec> good. The problem is that I haven't found a way to check whether eec> the uncompressed sample reflects an I or P frame. Try IMediaSample::IsSyncPoint(). However, maybe not all filters set it correctly (I encountered this problem when implementing raw video de/encoding in ffdshow/ffvfw directshow filters). Milan |
From: <everwicked@ev...> - 2003-09-10 22:16:45
|
Hello everybody, This is probably not the best place to ask but I am taking my chances since you all must have got quite some experience with Directshow programming. I am trying to render a file and grab samples from it. So far so good. The problem is that I haven't found a way to check whether the uncompressed sample reflects an I or P frame. Is there anyway generic way to retrieve this information off a graph? Thanks in advance. Kind regards, George |