<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Kovensky's MPlayer &#187; build</title>
	<atom:link href="http://kovensky.project357.com/tag/build/feed/" rel="self" type="application/rss+xml" />
	<link>http://kovensky.project357.com</link>
	<description>MPlayer builds for Windows</description>
	<lastBuildDate>Fri, 12 Feb 2010 02:25:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Build 2010-02-11</title>
		<link>http://kovensky.project357.com/2010/02/12/build-2010-02-11/</link>
		<comments>http://kovensky.project357.com/2010/02/12/build-2010-02-11/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 01:20:51 +0000</pubDate>
		<dc:creator>Kovensky</dc:creator>
				<category><![CDATA[MPlayer Builds]]></category>
		<category><![CDATA[build]]></category>
		<category><![CDATA[MEncoder]]></category>
		<category><![CDATA[MPlayer]]></category>

		<guid isPermaLink="false">http://kovensky.project357.com/?p=114</guid>
		<description><![CDATA[Download Links:

MPlayer
MEncoder
7-Zip sfx (not yet)

New Years build. Sorry for the (long) delay.
I know it&#8217;s the 12th already, but it&#8217;s still the 11th in my local time :)
EDIT: Uploaded a fixed build with working automatic MPEG-2 threaded decoding.

Short Log:

libass:

Use a locale-independent strtod, prevents parsing errors on locales where , is used as decimal separator.
Fix a bug [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Download Links:</strong></p>
<ul>
<li><a href="http://kovensky.project357.com/builds/mplayer/git/20100211/mplayer.exe">MPlayer</a></li>
<li><a href="http://kovensky.project357.com/builds/mplayer/git/20100211/mencoder.exe">MEncoder</a></li>
<li>7-Zip sfx (not yet)</li>
</ul>
<p>New Years build. Sorry for the (long) delay.<br />
I know it&#8217;s the 12th already, but it&#8217;s still the 11th in my local time :)<br />
EDIT: Uploaded a fixed build with working automatic MPEG-2 threaded decoding.<br />
<span id="more-114"></span><br />
<strong>Short Log:</strong></p>
<ul>
<li><strong>libass:</strong>
<ul>
<li>Use a locale-independent strtod, prevents parsing errors on locales where , is used as decimal separator.</li>
<li>Fix a bug where inverse clips would not be cleared, eventually rendering subtitles invisible</li>
<li>Improved rotation cache accuracy</li>
<li>Now supports scripts up to 50MB, up from 10MB</li>
<li>Do not generate border if a glyph is collapsed (no width or no height)</li>
</ul>
</li>
<li><strong>MPlayer:</strong>
<ul>
<li>MPlayer now prevents the Windows screensaver from running while playing video. This can&#8217;t be disabled for now at least.</li>
<li>MPlayer now supports using FFmpeg&#8217;s stream implementations. Current syntax is ffmpeg://URL, for example ffmpeg://http://example.com/file.ogg</li>
<li>Added IJLV, MVJP, HDYC, V422, YUNV, UYNV, UYNY, uyv1, 2Vu1, P422, VYUY, Y42B, eatgv, yuvs, slif, AVI1, AVI2, MTSJ, R210, zjpeg, AV1x, AVup, VDTZ, uldx and vspx FourCCs</li>
<li>Added audio format 0&#215;55005354 to mp3</li>
<li>Add support for &#8220;Forward Uncompressed&#8221; decoding via FFmpeg</li>
<li>Find and take into account stream start time for ogg files (Fixes #1585)</li>
<li>Matroska Improvements:
<ul>
<li>Now uses a new EBML parser that should allow more improvements to the demuxer.</li>
<li>Now supports compressed subtitle streams.</li>
<li>Load FLAC metadata in the proper field, fixes possible conflicts when seeking / switching streams.</li>
<li>Make time arithmetic more precise in one more case</li>
<li>Fix ordered chapter timeline building memory corruption, caused a crash when a file never referenced itself, only segments from other files.</li>
<li>Fix ordered chapter timeline if playback starts in the middle of the stream.</li>
<li>Detect and warn about virtual timeline nesting (ChapterSegmentEditionUID), which is not yet supported.</li>
<li>Support for multiple editions. Added option &#8220;-edition&#8221; for explictly choosing an edition. Prefers the edition marked as default if there is one, or the first edition.</li>
<li>-identify output: use ordered chapters length for ID_LENGTH</li>
<li>Respect -forceidx.</li>
<li>Improved seeking with generated index (-idx / -forceidx).</li>
</ul>
</li>
<li>Improved teletext support, support for teletext on lavf demuxers. Added support for DVB teletext.</li>
<li>Support ISDB-Tb tunning in Brazil (SBTVD)</li>
<li>Better av_log handling (now the handler is always installed, not only when using a ffmpeg decoder).</li>
<li>Fix channel layout for ffvorbis and ffaac</li>
<li>Make dvdnav also print info about audio streams with unknown language, just like dvd://</li>
<li>dvdnav: print ID_SID_&#8230;_LANG, just like dvd://</li>
<li>Fixed the dvdnav < -> sid mapping</li>
<li>Implement -dvd-speed support for dvdnav.</li>
<li>Support the range syntax (like dvd://2-5) also for dvdnav.</li>
<li>Prevent dvdnav from hanging when reaching the last frame of a video stream.</li>
<li>Remember which subtitle was auto-selected for dvdnav due to -slang. This makes -slang work when used with menu navigation or in general when the SID changes during playback.</li>
<li>Disable audio when initializing the filter chain fails, prevents a crash.</li>
<li>Remove pointless and broken -tsprog handling from lavf demuxer, mplayer already calls IDENTIFY_PROGRAM with the right arguments and that actually works, unlike -tsprog.</li>
<li>Add support for 8 channel audio. Where 8 channel support is non-trivial (e.g. ao_dsound), at least fail gracefully.</li>
<li>Calculate length of ASF files with more than 1 second precision.</li>
<li>Allow lavf demuxer to also probe and play files < 32 kB (full probe buffer size).</li>
</li>
<li>Try to detect broken files with unaligned chunks and hopefully play them.</li>
<li>Keep aspect by adding black bars in window mode too if necessary</li>
<li>Support 16-bit-per-component RGB formats (rgb48[bln]e) in option parser.</li>
<li>Allow vf_scale to output to RGB48, though still prefer the 24 and 32 bit formats.</li>
<li>Add support for decoder reordering of pts values, using ffmpeg&#8217;s reordered_opaque feature if it seems useful. Added -pts-association-mode option to force a particular mode.</li>
<li>Make fribidi (i.e. right-to-left) support work with embedded subtitles.</li>
<li>Update OSD information after filtering, gives more accurate timestamps when not using vf_expand for drawing OSD. This makes vf_expand output information from the previous frame though.</li>
<li>When using -v, print also which lavc codec has been used, not just that the init was ok.</li>
<li>Fix mangling of 24-bit audio during channel reorder.</li>
<li>Fix a crash when fontconfig is unable to select a font.</li>
<li>Fix a case when the OSD would render a non-ass subtitle line even when libass is being used, causing two lines to appear.</li>
<li>Added ffv210, Aura and Aura 2 decoders.</li>
<li>Added cdg to lavf preferred list.</li>
<li>OpenGL VOs now support all planar YUV formats.</li>
<li>Make YUV->RGB conversion coefficients selectable for -vo gl.</li>
<li>Add support for 440p colorspace.</li>
<li>Add support for 16-bit per component YUV formats.</li>
<li>Add support for YUV with alpha.</li>
<li>FFmpeg&#8217;s AC3 and DTS decoders are now officially the default decoders.</li>
<li>Added support for either-endian AC3/SPDIF and convert as necessary.</li>
<li>Added support for AC3 with -demuxer rawaudio.</li>
<li>Support decoding of 8-bit-per-component dpx files.</li>
<li>Add support for JPEG2000 via FFmpeg/OpenJPEG.</li>
<li>MatrixView VO is now upstream.</li>
<li>OpenGL VOs now support PC< ->TV levels conversion through the levelconv parameter.</li>
<li>Improved EOF handling on seeks.</li>
<li>Support for files >2GB on HTTP and FTP streamers.</li>
<li>Support more formats for -ao pcm in raw mode.</li>
<li>Add support for parsing MLP and TrueHD.</li>
<li>Stop trying mpegpes first for mpeg-1/2 files. Such setup is not very common and produces misleading error messages.</li>
</ul>
</li>
<li><strong>FFmpeg:</strong>
<ul>
<li>Stricter TMV and H.263 probes, prevents false positives</li>
<li>Error when VC-1 interlaced frames are found</li>
<li>Several theora fixes</li>
<li>Allow autodetection of E-AC3 and demuxing it from MPEG-TS</li>
<li>Detect Windows Media DRM and warn if no key was provided</li>
<li>Support for Intel and Midvid JPEG video codecs</li>
<li>Added Speex support to Flv and Ogg muxers</li>
<li>Skip padding correctly on ID3v2 tags</li>
<li>Support for reading WavPack and TTA tags</li>
<li>Support for demuxing teletext in DVB streams</li>
<li>Added support for some LATM AAC streams on MPEG-TS, works with MPlayer</li>
<li>Support ALS and MPEG-4 Lossless</li>
<li>Support for Flash screen codec v2</li>
<li>Support for several iTunes metadata on mp4 / mov</li>
<li>WMA fixes</li>
<li>Several APE optimizations</li>
<li>Some VP3/Theora optimizations</li>
<li>Use LZW compression in gif encoder</li>
<li>Support Weight-P and MB-tree on libx264 wrapper</li>
<li>Fix PTS on OGM</li>
<li>Several metadata parsing improvements</li>
<li>Added CD+G demuxer and decoder</li>
<li>Added Auravision Aura and Aura2 decoders</li>
<li>Added Deluxe Paint Animation demuxer and decoder</li>
<li>Support raw 1-bit video in MOV</li>
<li>libavcodec now export fullrange flag and color information for H.264</li>
<li>Support for Dirac in Ogg</li>
<li>Snow got a commit! Whee!
<ul>
<li>Performance improvement on a wavelet function</li>
</ul>
</li>
<li>AAC decoding speedups</li>
<li>Implement alpha decoding for BGR HuffYUV</li>
<li>SIPR16k decoder</li>
<li>Several H.264 optimizations, involving rearchitectures involving stitched up gooses</li>
<li>Added support for Vorbis 6.1 and 7.1 configurations.</li>
<li>Added Bink demuxer and audio decoder</li>
</ul>
</li>
<li><strong>x264:</strong>
<ul>
<li>Weighted P-Frames prediction support. Vastly improved fades, breaks decoding on AppleTV (not fixed, most likely won&#8217;t), CoreAVC 1.x (fixed on 2.0) and Flash 10 (fixed on betas).</li>
<li>Fix memory leaks and reduced memory usage</li>
<li>Made b-pyramid spec compliant, added support for strict b-pyramid (required for BDs)</li>
<li>Improved initial QP selection on CRF mode</li>
<li>Pyramid + VBV fixes</li>
<li>Remove non-mod16 warning, not being mod16 has no practical noticeable effects and only caused confusion</li>
<li>CABAC, CAVLC, motion compensation, bime, qpel-RD optimizations</li>
<li>MB-tree fixes, MB-tree now supports B-pyramid</li>
<li>Code size reductions, improving cache efficiency</li>
<li>Fixed extremely rare infinite loop in 2-pass VBV</li>
<li>All boolean options now are only written to the SEI as 0 or 1</li>
<li>Support for slice threading</li>
<li>Made subme=1 even worse, but faster</li>
<li>Fixed bugs in 2-pass ratecontrol, most relevant with many threads and large I-frames (like anime).</li>
<li>Support for Periodic Intra Refresh</li>
<li>Faster me=tesa, direct=auto</li>
<li>Fix the oldest-ever bug in x264: b16&#215;8 analysis used the wrong width for predict_mv.</li>
</ul>
</li>
</ul>
<p><strong>Full Logs</strong></p>
<ul>
<li><a href="http://repo.or.cz/w/mplayer/kovensky.git/shortlog/1c6846f?hp=refs/tags/20091013-314c6fc-2e061e0">MPlayer</a> (<a href="/builds/mplayer/git/20100211/mplayer.txt">plain text</a>)</li>
<li><a href="http://repo.or.cz/w/FFMpeg-mirror/mplayer-patches.git/shortlog/7a0be36?hp=2e061e0">FFmpeg-mt</a> (<a href="/builds/mplayer/git/20100211/ffmpeg.txt">plain text</a>)</li>
<li><a href="http://repo.or.cz/w/libass.git/shortlog/5a0097d?hp=751146b">libass</a> (<a href="/builds/mplayer/git/20100211/libass.txt">plain text</a>)</li>
<li><a href="http://repo.or.cz/w/x264.git/shortlog/fcf70c2?hp=e381f6d">x264</a> (<a href="/builds/mplayer/git/20100211/x264.txt">plain text</a>)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://kovensky.project357.com/2010/02/12/build-2010-02-11/feed/</wfw:commentRss>
		<slash:comments>28</slash:comments>
		</item>
		<item>
		<title>Build 314c6fc-2e061e0</title>
		<link>http://kovensky.project357.com/2009/10/13/build-314c6fc-2e061e0/</link>
		<comments>http://kovensky.project357.com/2009/10/13/build-314c6fc-2e061e0/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 16:45:33 +0000</pubDate>
		<dc:creator>Kovensky</dc:creator>
				<category><![CDATA[MPlayer Builds]]></category>
		<category><![CDATA[build]]></category>
		<category><![CDATA[MEncoder]]></category>
		<category><![CDATA[MPlayer]]></category>

		<guid isPermaLink="false">http://kovensky.project357.com/?p=107</guid>
		<description><![CDATA[Download Links:

MPlayer
MEncoder
7-Zip sfx

Build (very) late due to my computer borking :(
Rebuilt everything on MSYS. Updated theora to r16629. Built with fribidi.

Short Log:

libass:

Emulate VSFilter&#8217;s retarded behavior on opaque box widths.
Emulate VSFilter&#8217;s shearing behavior.
Scale kerning and horizontal letter spacing with ScaleX.
Fix glyph overlap blending.
Fix crash when rendering empty, illegal drawings.
Calculate freetype-italicized glyph width correctly.
Revert &#8220;Merge glyph and [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Download Links:</strong></p>
<ul>
<li><a href="http://kovensky.project357.com/builds/mplayer/git/20091013-314c6fc-2e061e0/mplayer.exe">MPlayer</a></li>
<li><a href="http://kovensky.project357.com/builds/mplayer/git/20091013-314c6fc-2e061e0/mencoder.exe">MEncoder</a></li>
<li><a href="http://kovensky.project357.com/builds/mplayer/git/20091013-314c6fc-2e061e0/mplayer-mencoder-20091013-314c6fc-2e061e0.7z.exe">7-Zip sfx</a></li>
</ul>
<p>Build (very) late due to my computer borking :(<br />
Rebuilt everything on MSYS. Updated theora to r16629. Built with fribidi.<br />
<span id="more-107"></span><br />
<strong>Short Log:</strong></p>
<ul>
<li><strong>libass:</strong>
<ul>
<li>Emulate VSFilter&#8217;s retarded behavior on opaque box widths.</li>
<li>Emulate VSFilter&#8217;s shearing behavior.</li>
<li>Scale kerning and horizontal letter spacing with ScaleX.</li>
<li>Fix glyph overlap blending.</li>
<li>Fix crash when rendering empty, illegal drawings.</li>
<li>Calculate freetype-italicized glyph width correctly.</li>
<li>Revert &#8220;Merge glyph and outline bitmap better&#8221;. Looked better in some situations, worse in lots of others.</li>
<li>VSFilter stupidity compatibility hack: Treat <tt>\a8</tt> as <tt>\a5</tt>.</li>
<li>Disable kerning by default and make it configurable.
<ul>
<li>Kerning causes problems with many (broken) fonts. VSFilter doesn&#8217;t use kerning so these problems won&#8217;t be appearant, while libass used kerning by default.</li>
<li>For compatibility reasons, disable kerning by default. In addition, make it configurable through style overrides and the Script Info header.</li>
<li>Put &#8220;<tt>Kerning: yes</tt>&#8221; into the Script Info header to enable kerning. With MPlayer, using &#8220;<tt>-ass-force-style Kerning=yes</tt>&#8221; will always enable kerning. That is equivalent to &#8220;<tt>ass-force-style=Kerning=yes</tt>&#8221; in the config file.</li>
</ul>
</li>
<li>Render NBSP as a regular space. Fixes fonts that don&#8217;t have the &#8220;Non-breaking space&#8221; glyph.</li>
<li>Optimize shadow bitmap creation.</li>
<li>Fix alpha calculation in some cases. Fixes rendering on XBMC and MPlayer with -vo direct3d.</li>
</ul>
</li>
<li><strong>MPlayer:</strong>
<ul>
<li>Disable threading on MPEG-2 / MPEG-1 video, breaks interlaced video decoding.</li>
<li>Support for TrueHD in Matroska and in transport streams (Blu-Rays)</li>
<li>Support for LPCM on Blu-Ray.</li>
<li>Fix MPEG-4 ASP, H.264, MPEG-2, AAC, MP2, DTS, AC3 and E-AC3 on transport streams with -demuxer lavf.</li>
<li>Fixed incorrect channel ordering for libavcodec audio codecs, namely ffac3, ffdca, ffflac, ffaac and fftruehd.</li>
<li>Changed default AC3 decoder from liba52 to ffac3. The only reason the former was used was because ffac3 gave wrong channel order.</li>
<li>Use the new metadata API on -demuxer lavf. On MP3 this can decode UTF-16 tags and prints more tags on the output.</li>
<li>Changed default MP3 demuxer to libavformat. MPlayer&#8217;s default demuxer reports wrong length / bitrate for VBR files and now libavformat is also capable of reporting tags.</li>
<li>Support for WMAPro audio.</li>
<li>Support for DPX images for input.</li>
<li>Support for 48-bit PNG.</li>
<li>Support for TwinVQ audio and vqf files.</li>
<li>Support for SGI images.</li>
<li>Fix demuxing if Wave64 files.</li>
<li>Handle demuxers that don&#8217;t report position by checking the byte position on the file. The <tt>mf://</tt> demuxer now reports position since the fallback is not usable in this case.</li>
<li>Added support for 32-bit audio samples.</li>
<li>Fixed decoding of some MOV files.</li>
<li>Support <tt>-1</tt> and <tt>-2</tt> values for <tt>-aid</tt>, <tt>-vid</tt> and <tt>-sid</tt> (meaning &#8220;auto&#8221; and &#8220;disabled&#8221; respectively). Add a <tt>-nosub</tt> option that is equivalent to <tt>-sid -2</tt>.</li>
<li>Support for subtitles on audio-only files (for lyrics, etc). They are printed to the console as they come.</li>
<li>Support for DEP (Data Execution Prevention) on Windows.</li>
<li>Linux stuff you wish was available for windows: vastly improved VDPAU video output, replaced the previously default XV as the default video output (uau repository only).</li>
</ul>
</li>
<li><strong>MEncoder:</strong>
<ul>
<li>Updated x264 encoder to conform with x264 r1260 API.</li>
<li>Make sure all delayed frames are written on FLUSH_FRAMES when using x264.</li>
</ul>
</li>
<li><strong>libswscale:</strong>
<ul>
<li>MMX YV12 to BGR32 converter.</li>
<li>YUV->YV16 scaler.</li>
</ul>
</li>
<li><strong>FFmpeg:</strong>
<ul>
<li>Updated ASM code shared with x264 and other NASM code to support Win64. Maybe I should try making a 64bit build again&#8230;</li>
<li>Support for Sony Wave64 files. They&#8217;re basically regular Wave files with large file support.</li>
<li>Fix a crash on SVQ1.</li>
<li>Support for ID3 and APE metadata on Musepack SV7. APE metadata parsing bugfixes.</li>
<li>TwinVQ decoder.</li>
<li>Fixed decoding of video from MTV files.</li>
<li>Support for Blu-ray subtitles, this can&#8217;t be used by MPlayer for now, at least.</li>
<li>Support for LPCM on Blu-Ray.</li>
<li>5% faster vorbis decoding on Core2 because pengvado got a good roll on GCC&#8217;s random code generator.</li>
<li>Shut up useless warnings on ffmp3.</li>
<li>Several false positive fixes on demuxer probes.</li>
<li>Set ID3v1 default genre to unknown instead of Blues.</li>
<li>Core Audio Format demuxer.</li>
<li>Print a warning if a format has been detected by random guessing (low score).</li>
<li>Allow encoding frames taller than 2800 pixels.</li>
<li>MD Studio demuxer and Atract1 decoder.</li>
<li>Several security-related patches integrated from Chrome.</li>
<li>Support the new x264 api.</li>
<li>Support UTF-16 in ID3v2 tags by converting them to UTF-8.</li>
<li>Export mpv/mp4 major and compatible brands as metadata.</li>
<li>TIFF decoding fixes.</li>
<li>AAC decoder now supports spec-compliant channel layout configuration.</li>
<li>Support writing ID3v2 metadata to mp3 files.</li>
<li>Support for contant quantizer encoding with libtheora.</li>
<li>Convert an AC-3 error to a warning to allow certain broken files that happen to work when not aborted.</li>
<li>Support for uncompressed TARGA images.</li>
<li>Support Vorbis channel layout according to the Vorbis I specification.</li>
<li>Allow combined TrueHD/AC3 tracks on BDs to be demuxed as two separate streams.</li>
</ul>
</li>
<li><strong>x264:</strong>
<ul>
<li>Several 1-pass and 2-pass VBV fixes. Support for single-frame VBV.</li>
<li>Use <tt>-mfmpath=sse</tt> by default on compilation. Faster floating point calculations in C code.</li>
<li>Optimize x264_exp2fix8, 22->13 cycles on Core2.</li>
<li>Faster mbtree propagate and less memory usage.</li>
<li>Fix bug in b16&#215;16 qpel RD where an incorrect cost was used.</li>
<li>Fixed an iron age bug (r369) with intra-analysis on B-frames.</li>
<li>Multi-slice encoding support. Slicing support is available through three methods (which can be mixed):
<ul>
<li><strong><tt>--slices</tt></strong>: sets a number of slices per frame and ensures rectangular slices (required for Blu-ray).  Overridden by either of the following options:</li>
<li><strong><tt>--slice-max-mbs</tt></strong>: sets a maximum number of macroblocks per slice.</li>
<li><strong><tt>--slice-max-size</tt></strong>: sets a maximum slice size, in bytes (includes NAL overhead).</li>
</ul>
</li>
<li>Implement macroblock re-encoding support to allow highly accurate slice size limitation.</li>
<li>Faster <tt>me=tesa</tt>.</li>
<li>Threaded lookahead, reducing the amount that lookahead bottlenecks encoding specially with lookahead intensive settings. Can be tuned with <tt>--sync-lookahead</tt>, default being threads+bframes. This buffer is unrelated to <tt>--rc-lookahead</tt>.</li>
<li>Fix RD early skip, small quality improvement and speedup.</li>
<li>x264&#8217;s VBV now works on a NAL level, taking into acount escape codes.</li>
<li>Reorder reference frames optimally on second pass. Needs both passes to have the same ref count value.</li>
<li>SSE4 version of 4&#215;4 IDCT, 27->24 clocks on Nehalem. Just so Holger gets to use <tt>movsd</tt>.</li>
<li>Fix bug where x264 generated bitstreasm with insane SAR values.</li>
<li>Avoid scenecuts on flashes and similar situations. Works on 1-frame flashes with b-adapt 1, bframe-count length flashes with b-adapt 2. Flashes are defined as any scene which lasts a very short period of time before returning to a previous scene, such as one caused by a camera flash.</li>
<li>Fix a very rare overflow that triggered an assert failure; bug was as old as b-adapt.</li>
</ul>
</li>
</ul>
<p><strong>Full Logs</strong></p>
<ul>
<li><a href="http://repo.or.cz/w/mplayer/kovensky.git?a=shortlog;h=refs/tags/20091013-314c6fc-2e061e0">MPlayer</a></li>
<li><a href="http://kovensky.project357.com/builds/mplayer/git/20091013-314c6fc-2e061e0/ffmpeg.txt">FFmpeg-mt</a></li>
<li><a href="http://kovensky.project357.com/builds/mplayer/git/20091013-314c6fc-2e061e0/libass.txt">libass</a></li>
<li><a href="http://kovensky.project357.com/builds/mplayer/git/20091013-314c6fc-2e061e0/x264.txt">x264</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://kovensky.project357.com/2009/10/13/build-314c6fc-2e061e0/feed/</wfw:commentRss>
		<slash:comments>44</slash:comments>
		</item>
	</channel>
</rss>
