Hi there,<br>
<br>
I compiled x264 r999 (git version) on VS2005 and VS 2008 and I got the same problem that Aviad listed above.<br>
<br>
VS solution of x264 r999 still needs the file eval.c that&#39;s no more present in the encoder folder. <br>
Anyway I excluded it from the solution and there&#39;s no problem with compiling but I got a crash on execution.<br>
(I even tried adding the last eval.c file available in the last daily tarball that includes but it&#39;s the same)<br><br>Does x264 still need eval.c file?<br>
<br>
The line that crashes is at raw 106,&nbsp; uint64_t acs = h-&gt;pixf.hadamard_ac[size]( fdec, FDEC_STRIDE );<br>
in function <b>static inline int ssd_plane</b>( x264_t *h, int size, int p, int x, int y ) <br>
in <b>rdo.c</b> file<br>
<br>
the variable &quot;size&quot; has value 0 and the error is about&nbsp; a violation access.<br>
I used this param string <br>
<br>
x264 c:\mobile_cif.y4m --bitrate 100 -o mobile.mkv<br>
<br>
mobile_cif.y4m is available here <a href="http://media.xiph.org/video/derf/y4m/mobile_cif.y4m" target="_blank">http://media.xiph.org/video/derf/y4m/mobile_cif.y4m</a><br>
<br>
<br>
I can&#39;t say more for now but I try hard!<br><br>If someone has some news is welcome.<br>
<br>
Tnx<br>
David<br><br><div class="gmail_quote">2008/9/22 Jason Garrett-Glaser <span dir="ltr">&lt;<a href="mailto:darkshikari@gmail.com">darkshikari@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">&gt; what is the last stable/recommended revision?<br>
<br>
</div>The latest. &nbsp;While I&#39;m pretty sure its not bug-free, I&#39;m pretty sure<br>
older revisions aren&#39;t bug-free either.<br>
<div class="Ih2E3d"><br>
&gt; Is there anonymous access to the subversion repository?<br>
<br>
</div>There isn&#39;t a subversion repository.<br>
<div class="Ih2E3d"><br>
&gt; When using git, is there a way to get a specific named revision i.e. r850<br>
<br>
</div>Calculate the offsets; latest is r987 so do HEAD~5 for 5 revisions ago.<br>
<div class="Ih2E3d"><br>
&gt; I get crashes in the following function after a few frames:<br>
&gt;<br>
</div>&gt; is the problem known?<br>
<br>
No, its not known, or else there would be quite a bit of outcry that<br>
x264 simply didn&#39;t work ;)<br>
<br>
It would help to get some info, such as what compiler you&#39;re using, a<br>
full backtrace of the crash, etc.<br>
<br>
Dark Shikari<br>
_______________________________________________<br>
x264-devel mailing list<br>
<a href="mailto:x264-devel@videolan.org">x264-devel@videolan.org</a><br>
<a href="http://mailman.videolan.org/listinfo/x264-devel" target="_blank">http://mailman.videolan.org/listinfo/x264-devel</a><br>
</blockquote></div><br>