<?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</title>
	<atom:link href="http://kovensky.project357.com/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>17</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>
		<item>
		<title>Build ca17d1f-f29b3d9</title>
		<link>http://kovensky.project357.com/2009/08/23/build-ca17d1f-f29b3d9/</link>
		<comments>http://kovensky.project357.com/2009/08/23/build-ca17d1f-f29b3d9/#comments</comments>
		<pubDate>Sun, 23 Aug 2009 00:10:16 +0000</pubDate>
		<dc:creator>Kovensky</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

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

MPlayer
MEncoder
7-Zip sfx

This build corrects serious issues with 27200c-f29b3d9. I&#8217;ll include the changes from that build here and remove its post since it&#8217;s just broken everywhere but on my computer ._.
27200c-f29b3d9 changes:
All dependencies were recompiled, this build fixes the 2GB file problem.

New Dependencies:



Package
Version


bzip2
1.0.5


dirac
1.0.2


enca
1.9


expat
2.0.1


faac
1.28


fontconfig
2.7.1


freetype
2.3.9


jpeg
7


lame
3.98.2


libcaca
0.99.beta16


libdca
0.0.5


libiconv
1.13.1


libid3tag
0.15.1b


libmad
0.15.1b


libmpcdec
1.2.6


libogg
1.1.4


libpng
1.2.39


libregif
4.1.7


libvorbis
aotuv-b5.7


live
2009-07-28


lzo
2.03


opencore-amr
git://opencore-amr.git.sourceforge.net/gitroot/opencore-amr 78dbd4


pthreads-w32
2.8.0


speex
1.0.5


theora
http://svn.xiph.org/trunk/theora r16482


twolame
0.3.12


xvidcore
1.2.2


zlib
1.2.3



Short Log:

libass

Fixed ascender/descender calculations for empty lines.
Fixed vertical centering to match [...]]]></description>
			<content:encoded><![CDATA[<p>Download Links:</p>
<ul>
<li><a href="http://kovensky.project357.com/builds/mplayer/git/20090822-ca17d1f-f29b3d9/mplayer.exe">MPlayer</a></li>
<li><a href="http://kovensky.project357.com/builds/mplayer/git/20090822-ca17d1f-f29b3d9/mencoder.exe">MEncoder</a></li>
<li><a href="http://kovensky.project357.com/builds/mplayer/git/20090822-ca17d1f-f29b3d9/mplayer-mencoder-20090822-ca17d1f-f29b3d9.7z.exe">7-Zip sfx</a></li>
</ul>
<p>This build corrects serious issues with 27200c-f29b3d9. I&#8217;ll include the changes from that build here and remove its post since it&#8217;s just broken everywhere but on my computer ._.</p>
<p>27200c-f29b3d9 changes:<br />
All dependencies were recompiled, this build fixes the 2GB file problem.</p>
<p><span id="more-96"></span></p>
<p><strong>New Dependencies:</strong></p>
<table border="0">
<tbody>
<tr>
<th width="100">Package</th>
<th>Version</th>
</tr>
<tr>
<th align="left">bzip2</th>
<td>1.0.5</td>
</tr>
<tr>
<th align="left">dirac</th>
<td>1.0.2</td>
</tr>
<tr>
<th align="left">enca</th>
<td>1.9</td>
</tr>
<tr>
<th align="left">expat</th>
<td>2.0.1</td>
</tr>
<tr>
<th align="left">faac</th>
<td>1.28</td>
</tr>
<tr>
<th align="left">fontconfig</th>
<td>2.7.1</td>
</tr>
<tr>
<th align="left">freetype</th>
<td>2.3.9</td>
</tr>
<tr>
<th align="left">jpeg</th>
<td>7</td>
</tr>
<tr>
<th align="left">lame</th>
<td>3.98.2</td>
</tr>
<tr>
<th align="left">libcaca</th>
<td>0.99.beta16</td>
</tr>
<tr>
<th align="left">libdca</th>
<td>0.0.5</td>
</tr>
<tr>
<th align="left">libiconv</th>
<td>1.13.1</td>
</tr>
<tr>
<th align="left">libid3tag</th>
<td>0.15.1b</td>
</tr>
<tr>
<th align="left">libmad</th>
<td>0.15.1b</td>
</tr>
<tr>
<th align="left">libmpcdec</th>
<td>1.2.6</td>
</tr>
<tr>
<th align="left">libogg</th>
<td>1.1.4</td>
</tr>
<tr>
<th align="left">libpng</th>
<td>1.2.39</td>
</tr>
<tr>
<th align="left">libregif</th>
<td>4.1.7</td>
</tr>
<tr>
<th align="left">libvorbis</th>
<td>aotuv-b5.7</td>
</tr>
<tr>
<th align="left">live</th>
<td>2009-07-28</td>
</tr>
<tr>
<th align="left">lzo</th>
<td>2.03</td>
</tr>
<tr>
<th align="left">opencore-amr</th>
<td>git://opencore-amr.git.sourceforge.net/gitroot/opencore-amr 78dbd4</td>
</tr>
<tr>
<th align="left">pthreads-w32</th>
<td>2.8.0</td>
</tr>
<tr>
<th align="left">speex</th>
<td>1.0.5</td>
</tr>
<tr>
<th align="left">theora</th>
<td>http://svn.xiph.org/trunk/theora r16482</td>
</tr>
<tr>
<th align="left">twolame</th>
<td>0.3.12</td>
</tr>
<tr>
<th align="left">xvidcore</th>
<td>1.2.2</td>
</tr>
<tr>
<th align="left">zlib</th>
<td>1.2.3</td>
</tr>
</tbody>
</table>
<p><strong>Short Log:</strong></p>
<ul>
<li><b>libass</b>
<ul>
<li>Fixed ascender/descender calculations for empty lines.</li>
<li>Fixed vertical centering to match VSFilter&#8217;s behavior.</li>
<li>Fixed borders when one of the x/y components is 0.</li>
<li>Fixed animations with equal start and end time.</li>
<li>The \clip rectangle is now limited to the screen area.</li>
<li>Fixed reading of Bold/Italic values off Style lines.</li>
<li>Fixed several memory leaks.</li>
<li>Vector \clips that fail rendering now don&#8217;t crash libass.</li>
<li>Assume 4:3 AR when calculating missing PlayRes to mimic VSFilter behavior.</li>
<li>Fixed timings in \k and \ko tags.</li>
<li>Add extra space after an italic/non-italic change to compensate for the letter inclination.</li>
<li>Implement BorderStyle 3 (opaque box).</li>
<li>Support the \q tag</li>
<li>Fixed the colision detection of lines to consider their bounding box instead of only the vertical position.</li>
<li>Add glyph emboldening fallback for the case there is no bold variant of the requested font.</li>
<li>Use light autohinting by default in libass</li>
</ul>
</li>
<li><b>MPlayer</b>
<ul>
<li>New debanding filter, -vf gradfun.</li>
<li>Changed libamr support to libopencore-amr.</li>
<li>Fixed a bug on the channel reordering code for 24bit audio, it caused broken output.</li>
<li>-vo yuv4mpeg now has disabled RGB support. (I didn&#8217;t even know it could do that)</li>
<li>-vf halfpack,pallete,rgb2bgr,yuy2 have been disabled.</li>
<li>-vf pp no longer supports the &#8220;hex mode&#8221;.</li>
<li>Added -vo matrixview.</li>
<li>Enable colored console messages on the default config.</li>
</ul>
</li>
<li><b>FFmpeg</b>
<ul>
<li>Theora decoding fixes.</li>
<li>FLV demuxing fixes.</li>
<li>Added the AAC encoder. It is still considered experimental.</li>
</ul>
</li>
<li><b>x264</b>
<ul>
<li>Added aq-mode=2. This significantly improves SSIM.</li>
<li>SSSE3 code improvement for avg2_w16, 1.5% faster overall on Core2</li>
<li>Added QPRD as subme=10.</li>
<li>Fixed a nondeterminism with threads and subme&gt;7</li>
<li>Faster bidir_rd plus some bugfixes</li>
<li>15% faster refine_bidir_satd, 10% faster refine_bidir_rd (or less with trellis=2)</li>
<li>Various 1-pass VBV tweaks, up to 1db better PSNR.</li>
<li>Macroblock-tree ratecontrol added. Disables b-pyramid if enabled (default).</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/20090822-ca17d1f-f29b3d9">MPlayer</a></li>
<li><a href="http://kovensky.project357.com/builds/mplayer/git/20090822-ca17d1f-f29b3d9/ffmpeg.txt">FFmpeg-mt</a></li>
<li><a href="http://kovensky.project357.com/builds/mplayer/git/20090822-ca17d1f-f29b3d9/libass.txt">libass</a></li>
<li><a href="http://kovensky.project357.com/builds/mplayer/git/20090822-ca17d1f-f29b3d9/x264.txt">x264</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://kovensky.project357.com/2009/08/23/build-ca17d1f-f29b3d9/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>Build e7dab44-f2086b0</title>
		<link>http://kovensky.project357.com/2009/07/19/build-e7dab44-f2086b0/</link>
		<comments>http://kovensky.project357.com/2009/07/19/build-e7dab44-f2086b0/#comments</comments>
		<pubDate>Sun, 19 Jul 2009 14:15:36 +0000</pubDate>
		<dc:creator>Kovensky</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

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

MPlayer
MEncoder
7-Zip sfx

Now uses a new libass.
libass now supports most of the new VSFilter tags, \p and vector \clip()s and \iclip()s.
Built with x264 r1183.

MD5Sums:
97046643452cabd90c2ad47bb9b4fd40 *mplayer.exe
891e4d5435cee944b4f9f972b07fd1f9 *mencoder.exe
64d666f364ba2599b9a5663212d3bdcf *mplayer-20090719-e7dab44-f2086b0.7z.exe

libass Shortlog:

Support for \p and vector \clip() and \iclip().
Support for \iclip, \xbord, \ybord, \fax, \fay, \xshad and \yshad, all animatable.
Support for \u and \s.
Optimizations for \be and \blur.
Support for [...]]]></description>
			<content:encoded><![CDATA[<p>Download Links:</p>
<ul>
<li><a href="http://kovensky.project357.com/builds/mplayer/git/20090719-e7dab44-f2086b0/mplayer.exe">MPlayer</a></li>
<li><a href="http://kovensky.project357.com/builds/mplayer/git/20090719-e7dab44-f2086b0/mencoder.exe">MEncoder</a></li>
<li><a href="http://kovensky.project357.com/builds/mplayer/git/20090719-e7dab44-f2086b0/mplayer-mencoder-20090719-e7dab44-f2086b0.7z.exe">7-Zip sfx</a></li>
</ul>
<p><strong>Now uses a new libass.</strong></p>
<p>libass now supports most of the new VSFilter tags, \p and vector \clip()s and \iclip()s.</p>
<p><strong>Built with x264 r1183.</strong></p>
<p><span id="more-83"></span></p>
<p><strong>MD5Sums:</strong><code><br />
97046643452cabd90c2ad47bb9b4fd40 *mplayer.exe<br />
891e4d5435cee944b4f9f972b07fd1f9 *mencoder.exe<br />
64d666f364ba2599b9a5663212d3bdcf *mplayer-20090719-e7dab44-f2086b0.7z.exe<br />
</code></p>
<p><strong>libass Shortlog:</strong></p>
<ul>
<li>Support for \p and vector \clip() and \iclip().</li>
<li>Support for \iclip, \xbord, \ybord, \fax, \fay, \xshad and \yshad, all animatable.</li>
<li>Support for \u and \s.</li>
<li>Optimizations for \be and \blur.</li>
<li>Support for using \be and \blur on the same line; \be is applied first.</li>
<li>\blur is now animatable and doesn&#8217;t make artifacts.</li>
<li>Support for \t using 0 for the end time.</li>
<li>libass now has 1/8th pixel precision, like VSFilter.</li>
<li>Tweak font height metrics to better match Windows GDI.</li>
<li>Fix crash when Format: line isn&#8217;t specified.</li>
<li>libass now isn&#8217;t limited by MAX_GLYPHS and MAX_LINES.</li>
<li>libass now properly renders blank lines (\N\N).</li>
<li>Hash calculation (for internal structs) bugfix.</li>
<li>Memory leaks plugged.</li>
<li>libass now does a naive PAR correction for native resolution renderers (EOSD).</li>
</ul>
<p><strong>MPlayer Shortlog:</strong></p>
<ul>
<li>Don&#8217;t print the FAAD assuming 128kbit/s message. It doesn&#8217;t affect playback.</li>
<li>Now uses the standalone libass from <a href="http://greg.geekmind.org/viewgit/?a=summary&amp;p=libass">git://greg.geekmind.org/libass.git</a>.</li>
<li>Better support for inaccurate chapter boundaries.</li>
<li>Frontends can now pass bigger paths/URLs to MPlayer in slave mode.</li>
<li>Add more FourCC/TwoCCs.</li>
<li>Now prints chapter information when run with -identify, for frontends.</li>
</ul>
<p><strong>FFmpeg-mt Shortlog:</strong></p>
<ul>
<li>H.264 minor speedups and fixes.</li>
<li>Frame threading support for VP3.</li>
<li>New MP3 parser.</li>
</ul>
<p><strong>x264 Shortlog:</strong></p>
<ul>
<li>Better sub-p8&#215;8 mode decision.</li>
<li>Better heuristics for early termination on chroma encoding, x264 is at least 1% faster.</li>
<li>Faster lossless encoding.</li>
<li>SSSE3 chroma MC. ~70% faster chroma MC on 32-bit Conroe.</li>
<li>Improved SSSE3 intra_sad_8&#215;8c.</li>
</ul>
<p><strong>Full Logs:</strong></p>
<ul>
<li><a href="http://kovensky.project357.com/builds/mplayer/git/20090719-e7dab44-f2086b0/libass.txt">libass</a></li>
<li><a href="http://kovensky.project357.com/builds/mplayer/git/20090719-e7dab44-f2086b0/mplayer.txt">MPlayer</a></li>
<li><a href="http://kovensky.project357.com/builds/mplayer/git/20090719-e7dab44-f2086b0/ffmpeg.txt">FFmpeg-mt</a></li>
<li><a href="http://kovensky.project357.com/builds/mplayer/git/20090719-e7dab44-f2086b0/x264.txt">x264</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://kovensky.project357.com/2009/07/19/build-e7dab44-f2086b0/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>Build 50d1a84-31cee2f</title>
		<link>http://kovensky.project357.com/2009/06/24/build-50d1a84-31cee2f/</link>
		<comments>http://kovensky.project357.com/2009/06/24/build-50d1a84-31cee2f/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 20:08:45 +0000</pubDate>
		<dc:creator>Kovensky</dc:creator>
				<category><![CDATA[MPlayer Builds]]></category>

		<guid isPermaLink="false">http://kovensky.project357.com/?p=77</guid>
		<description><![CDATA[Download Links:
<ul>
	<li><a href="http://kovensky.project357.com/builds/mplayer/git/20090624-50d1a84-31cee2f/mplayer.exe">MPlayer</a></li>
	<li><a href="http://kovensky.project357.com/builds/mplayer/git/20090624-50d1a84-31cee2f/mencoder.exe">MEncoder</a></li>
	<li><a href="http://kovensky.project357.com/builds/mplayer/git/20090624-50d1a84-31cee2f/mplayer-mencoder-20090624-50d1a84-31cee2f.7z.exe">7-Zip sfx</a></li>
</ul>

Basic multiuser support
Changed the default VO for Vista+ to gl:yuv=2
Fix a stupid crash when running on computers without SSE2.
Changed the thread multiplier again, this time to 1 * cores.
Now uses the libass from git://greg.geekmind.org/libass.git
Display the CPU detection line by default.
Now uses JEEB's build with AutoVAQ.

Built with x264 r1171.]]></description>
			<content:encoded><![CDATA[<p>Download Links:</p>
<ul>
<li><a href="http://kovensky.project357.com/builds/mplayer/git/20090624-50d1a84-31cee2f/mplayer.exe">MPlayer</a></li>
<li><a href="http://kovensky.project357.com/builds/mplayer/git/20090624-50d1a84-31cee2f/mencoder.exe">MEncoder</a></li>
<li><a href="http://kovensky.project357.com/builds/mplayer/git/20090624-50d1a84-31cee2f/mplayer-20090624-50d1a84-31cee2f.7z.exe">7-Zip sfx</a></li>
</ul>
<p>Built with x264 r1171.</p>
<p><strong>Basic multiuser support</strong></p>
<p>MPlayer now tests to see if a &#8220;%appdata%\mplayer&#8221; folder exists. If<br />
it exists, then mplayer uses it instead of the &#8220;(.exe dir)\mplayer&#8221;<br />
for reading/writing config files.</p>
<p>This new behavior is of course only triggered if the user makes a<br />
&#8220;mplayer&#8221; folder inside &#8220;%appdata%&#8221;; not making it maintains current<br />
behavior.</p>
<p><strong>Changed the default VO for Vista+ to gl:yuv=2</strong></p>
<p>VO direct3d was causing bad subtitle rendering bugs.<br />
gl:yuv=2 should work fine on any video card recent enough to<br />
actually have OpenGL drivers on Vista.</p>
<p>Some people may want to not use vo_gl&#8217;s unscaled subtitle renderer; in that case,<br />
they should add &#8220;vf-pre=ass&#8221; to the mplayer configuration file.</p>
<p><strong>Fix a stupid crash when running on computers without SSE2.</strong></p>
<p><strong>Changed the thread multiplier again, this time to 1 * cores.</strong></p>
<p>This gives the best performance according to tests done by uau.</p>
<p><strong>Now uses the libass from git://greg.geekmind.org/libass.git</strong></p>
<p>Sources on <a href="http://greg.geekmind.org/viewgit/?a=summary&amp;p=libass">http://greg.geekmind.org/viewgit/?a=summary&amp;p=libass</a>.</p>
<p><strong>Display the CPU detection line by default.</strong></p>
<p>No point in hiding it since it&#8217;s helpful and non-spammy.</p>
<p><strong>Now uses JEEB&#8217;s build with AutoVAQ</strong></p>
<p>To use it, pass aq_mode=2 to -x264encopts. Note that it changes crf semantics.</p>
<p><strong>MD5Sums</strong>:<code><br />
9dc165b262ae65f8c4bd7f1d46fab675 *mplayer.exe<br />
4c4ead2183297cab970b1995424251c9 *mencoder.exe<br />
9240ee00f93d1e3798e357fabfc72dd4 *mplayer-20090624-50d1a84-31cee2f.7z.exe<br />
</code></p>
<p><strong>FFmpeg-mt Shortlog</strong>:</p>
<ul>
<li>Fix a bug in the WAV demuxer where 2GB+ files could enter an infinite loop on seek.</li>
<li>Fixed a potential crash on the OGG demuxer.</li>
<li>Support for decoding soft telecined H.264 as progressive.</li>
<li>DPX (Digital Picture Exchange) image decoder added.</li>
<li>Electronic Arts Madcow decoder added.</li>
<li>More FourCCs.</li>
<li>Metadata conversion tables for OGG.</li>
<li>VC-1/WMV3 simplifications and optimizations.</li>
<li>Fix race condition on multithreaded H.264. Should fix all bugs for valid H.264 streams without frame num gaps.</li>
</ul>
<p><strong>x264 Shortlog</strong>:</p>
<ul>
<li>SSSE3 and SSE2/MMX for integral_init4v, as an excuse for Dark_Shikari to use shufpd.</li>
<li>Faster and smaller MV prediction (plus Dark_Shikari gets to use goto).</li>
<li>Various CABAC optimizations and cleanups.</li>
<li>Various minor optimizations.</li>
</ul>
<p><strong>Full Logs</strong>:</p>
<ul>
<li><a href="http://kovensky.project357.com/builds/mplayer/git/20090624-50d1a84-31cee2f/mplayer.txt">MPlayer</a></li>
<li><a href="http://kovensky.project357.com/builds/mplayer/git/20090624-50d1a84-31cee2f/ffmpeg.txt">FFmpeg-mt</a></li>
<li><a href="http://kovensky.project357.com/builds/mplayer/git/20090624-50d1a84-31cee2f/x264.txt">x264</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://kovensky.project357.com/2009/06/24/build-50d1a84-31cee2f/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Build c2e3ec4-d509031</title>
		<link>http://kovensky.project357.com/2009/06/12/20090612-c2e3ec4-d509031/</link>
		<comments>http://kovensky.project357.com/2009/06/12/20090612-c2e3ec4-d509031/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 16:31:50 +0000</pubDate>
		<dc:creator>Kovensky</dc:creator>
				<category><![CDATA[MPlayer Builds]]></category>

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

MPlayer
MEncoder
7-Zip sfx

The direct3d VO is now default when running on Vista+.
libmpeg2 is now the default decoder for MPEG-2.
Built with x264 r1165.

MD5Sums:
6d023532ab63780eba2dc60e416933e7 *mencoder.exe
ec3bf6a1c846fd661237c559f3d1404e *mplayer.exe
33c6056cbb6bedc95e0c5ad5ab0ce7b3 *mplayer-mencoder-20090612-c2e3ec4-d509031.7z.exe

MPlayer Shortlog:

Patched with a modified mplayer-tcdump.patch. Adds a new video filter, -vf tcdump[=file], that makes a mkvmerge v2 timecodes file, works with mplayer only. Outputs to &#8220;timecodesv2.txt&#8221; by default.
Fixed a minor [...]]]></description>
			<content:encoded><![CDATA[<p>Download Links:</p>
<ul>
<li><a href="http://kovensky.project357.com/builds/mplayer/git/20090612-c2e3ec4-d509031/mplayer.exe">MPlayer</a></li>
<li><a href="http://kovensky.project357.com/builds/mplayer/git/20090612-c2e3ec4-d509031/mencoder.exe">MEncoder</a></li>
<li><a href="http://kovensky.project357.com/builds/mplayer/git/20090612-c2e3ec4-d509031/mplayer-mencoder-20090612-c2e3ec4-d509031.7z.exe">7-Zip sfx</a></li>
</ul>
<p>The direct3d VO is now default when running on Vista+.<br />
libmpeg2 is now the default decoder for MPEG-2.</p>
<p>Built with x264 r1165.</p>
<p><span id="more-71"></span></p>
<p>MD5Sums:<code><br />
6d023532ab63780eba2dc60e416933e7 *mencoder.exe<br />
ec3bf6a1c846fd661237c559f3d1404e *mplayer.exe<br />
33c6056cbb6bedc95e0c5ad5ab0ce7b3 *mplayer-mencoder-20090612-c2e3ec4-d509031.7z.exe<br />
</code></p>
<p>MPlayer Shortlog:</p>
<ul>
<li>Patched with a modified mplayer-tcdump.patch. Adds a new video filter, -vf tcdump[=file], that makes a mkvmerge v2 timecodes file, works with mplayer only. Outputs to &#8220;timecodesv2.txt&#8221; by default.</li>
<li>Fixed a minor bug in demux_mkv ordered chapters</li>
<li>Added a new &#8220;-lavdopts h264fast&#8221; option. When enabled, &#8220;-lavdopts fast&#8221; is automatically enabled for H.264 video. See d9f9edb on the changelog for details.</li>
<li>Make libmpeg2 the default decoder for MPEG-2/1.</li>
<li>Made -vo direct3d the default VO on Vista+. Stops mplayer from breaking Aero by default :P</li>
<li>Better DVDNAV navigation; the menu selection now follows the mouse by default and Enter confirms the selection.</li>
<li>Patched with mplayer-filmdint-vfr.patch, see ea312d6 on the changelog for details.</li>
<li>Reduced the number of threads automatically spawned; some testing by random people showed that 1.5 * cores was excessive, so I reduced to 1.25 * cores.</li>
</ul>
<p>FFmpeg-mt Shortlog:</p>
<ul>
<li>V210 Uncompressed 4:2:2 10-bit encoder and decoder added to ffmpeg (not in mplayer&#8217;s codecs.conf yet)</li>
<li>Better support for open GOPs on MOV/MP4</li>
<li>Allow parsing and decoding of ADTS AAC files with channel config = 0</li>
<li>Fix off-by-one bug in vorbis decoding that caused wrong output</li>
<li>MPEG-2 decoding fixes (#824)</li>
<li>Fixed a bug in E-AC3 decoding.</li>
<li>AC3 decoding speedups.</li>
<li>MLP/TrueHD assembly speedups.</li>
<li>Don&#8217;t deblock H.264 if alpha or beta are 0, makes the MMX filter bitexact with the C filter.</li>
<li>Fixed race condition on H.264.</li>
<li>Hackishly fix crash with streams that change size.</li>
<li>Some fixes for multithreaded H.264 decoding.</li>
<li>Fix unnecessarily long wait for direct+progressive macroblocks on H.264.</li>
<li>Fix race condition with MBAFF frames.</li>
<li>Support YVU9 AVI FourCC.</li>
<li>Fix out of bounds reads on H.264 decoding in SSSE3.</li>
</ul>
<p>x264 Shortlog:</p>
<ul>
<li>Various optimizations in frametype lookahead</li>
<li>More CABAC and CAVLC optimizations</li>
<li>Faster spatial direct MV prediction</li>
<li>Various trellis speed optimizations</li>
<li>Faster &#8211;me dia,hex,umh</li>
<li>Fix a crash on frame width < = 48 pixels</li>
</li>
</ul>
<p>Full Logs:</p>
<ul>
<li><a href="http://kovensky.project357.com/builds/mplayer/git/20090612-c2e3ec4-d509031/mplayer.txt">MPlayer</a></li>
<li><a href="http://kovensky.project357.com/builds/mplayer/git/20090612-c2e3ec4-d509031/ffmpeg.txt">FFmpeg-mt</a></li>
<li><a href="http://kovensky.project357.com/builds/mplayer/git/20090612-c2e3ec4-d509031/x264.txt">x264</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://kovensky.project357.com/2009/06/12/20090612-c2e3ec4-d509031/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Build eab4b2f-2622317</title>
		<link>http://kovensky.project357.com/2009/05/17/build-eab4b2f-2622317/</link>
		<comments>http://kovensky.project357.com/2009/05/17/build-eab4b2f-2622317/#comments</comments>
		<pubDate>Sun, 17 May 2009 14:02:24 +0000</pubDate>
		<dc:creator>Kovensky</dc:creator>
				<category><![CDATA[MPlayer Builds]]></category>

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

MPlayer
MEncoder
7-Zip sfx

The internal MKV demuxer is now the default for MPlayer. It has better support for ordered chapter files than the libavformat demuxer.
Built with x264 r1143.

MD5Sums:
b48971b80bc55952d0d22be774972a53 *mencoder.exe
bf9a9e7bdef422dd464da578a2071e84 *mplayer.exe
d5d5b6d7bc56e80aef75dec792911bcb *mplayer-mencoder-20090514-eab4b2f-2622317.7z.exe

MPlayer Shortlog:

Use FFmpeg-mt compatible code for codec delay
Fix chroma shift when scaling from ARGB
Fix crash when playing a file with ordered chapters followed by one without
Increase [...]]]></description>
			<content:encoded><![CDATA[<p>Download Links:</p>
<ul>
<li><a href="http://kovensky.project357.com/builds/mplayer/git/20090514-eab4b2f-2622317/mplayer.exe">MPlayer</a></li>
<li><a href="http://kovensky.project357.com/builds/mplayer/git/20090514-eab4b2f-2622317/mencoder.exe">MEncoder</a></li>
<li><a href="http://kovensky.project357.com/builds/mplayer/git/20090514-eab4b2f-2622317/mplayer-mencoder-20090514-eab4b2f-2622317.7z.exe">7-Zip sfx</a></li>
</ul>
<p>The internal MKV demuxer is now the default for MPlayer. It has better support for ordered chapter files than the libavformat demuxer.</p>
<p>Built with x264 r1143.</p>
<p><span id="more-67"></span></p>
<p>MD5Sums:<code><br />
b48971b80bc55952d0d22be774972a53 *mencoder.exe<br />
bf9a9e7bdef422dd464da578a2071e84 *mplayer.exe<br />
d5d5b6d7bc56e80aef75dec792911bcb *mplayer-mencoder-20090514-eab4b2f-2622317.7z.exe<br />
</code></p>
<p>MPlayer Shortlog:</p>
<ul>
<li>Use FFmpeg-mt compatible code for codec delay</li>
<li>Fix chroma shift when scaling from ARGB</li>
<li>Fix crash when playing a file with ordered chapters followed by one without</li>
<li>Increase image size limit to 5120&#215;5120</li>
</ul>
<p>FFmpeg-mt Shortlog:</p>
<ul>
<li>Fix some Blu-Ray streams that change the CQM, like Slumdog Millionaire.</li>
<li>HuffYUV fix (<a href="https://roundup.ffmpeg.org/roundup/ffmpeg/issue946">issue946</a>)</li>
<li>Fix decoding of interlaced non-mod32 MPEG files (<a href="https://roundup.ffmpeg.org/roundup/ffmpeg/issue961">issue961</a>)</li>
<li>Several snow fixes</li>
<li>H.264 memory leak fix</li>
<li>More FourCCs (PNG1)</li>
<li>Support for CorePNG P-frames</li>
<li>Several fixes to make valgrind happy</li>
<li>Some windows compilation / crash fixes</li>
<li>Better support for some broken H.264 files (<a href="https://roundup.ffmpeg.org/roundup/ffmpeg/issue987">issue987</a>)</li>
<li>Fix buffer overflow in ffv1</li>
<li>Fix decoding of anamorphic VC-1</li>
<li>Support for &gt;16bits WavPack</li>
<li>Support for multichannel Cook (Real Audio) files</li>
</ul>
<p>Full Logs:</p>
<ul>
<li><a href="http://kovensky.project357.com/builds/mplayer/git/20090514-eab4b2f-2622317/mplayer.txt">MPlayer</a></li>
<li><a href="http://kovensky.project357.com/builds/mplayer/git/20090514-eab4b2f-2622317/ffmpeg.txt">FFmpeg-mt</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://kovensky.project357.com/2009/05/17/build-eab4b2f-2622317/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>Build dc0ee2d-c21b2cb</title>
		<link>http://kovensky.project357.com/2009/04/25/build-dc0ee2d-c21b2cb/</link>
		<comments>http://kovensky.project357.com/2009/04/25/build-dc0ee2d-c21b2cb/#comments</comments>
		<pubDate>Sat, 25 Apr 2009 15:07:19 +0000</pubDate>
		<dc:creator>Kovensky</dc:creator>
				<category><![CDATA[MPlayer Builds]]></category>

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

MPlayer
MEncoder
7-Zip sfx

Fixed the long standing bug with fontconfig, where it constantly regenerates your font cache if the computer is on Daylight Savings Time.
Disable threading when playing MPEG-2 streams, fixed glitches/crashes.
Built with x264 r1143.

MD5Sums:
ef3e3d7c30241b8b4cd6593c757b050d *mencoder.exe
53cf5810e806064e8679f4922358a8fb *mplayer.exe
7657eca4a81af5680bb8cc6bf5916524 *mplayer-mencoder-20090425-dc0ee2d-c21b2cb.7z.exe
MPlayer Shortlog:

Ordered Chapters support in demux_mkv. To use, pass -demuxer mkv to the mplayer commandline. It has better file [...]]]></description>
			<content:encoded><![CDATA[<p>Download Links:</p>
<ul>
<li><a href="http://kovensky.project357.com/builds/mplayer/git/20090425-dc0ee2d-c21b2cb/mplayer.exe">MPlayer</a></li>
<li><a href="http://kovensky.project357.com/builds/mplayer/git/20090425-dc0ee2d-c21b2cb/mencoder.exe">MEncoder</a></li>
<li><a href="http://kovensky.project357.com/builds/mplayer/git/20090425-dc0ee2d-c21b2cb/mplayer-mencoder-20090425-dc0ee2d-c21b2cb.7z.exe">7-Zip sfx</a></li>
</ul>
<p>Fixed the long standing bug with fontconfig, where it constantly regenerates your font cache if the computer is on Daylight Savings Time.</p>
<p>Disable threading when playing MPEG-2 streams, fixed glitches/crashes.</p>
<p>Built with x264 r1143.</p>
<p><span id="more-58"></span></p>
<p>MD5Sums:</p>
<p><code>ef3e3d7c30241b8b4cd6593c757b050d *mencoder.exe<br />
53cf5810e806064e8679f4922358a8fb *mplayer.exe<br />
7657eca4a81af5680bb8cc6bf5916524 *mplayer-mencoder-20090425-dc0ee2d-c21b2cb.7z.exe</code></p>
<p>MPlayer Shortlog:</p>
<ul>
<li>Ordered Chapters support in demux_mkv. To use, pass <code>-demuxer mkv</code> to the mplayer commandline. It has better file support than the support currently in the libavformat demuxer, but is more experimental and has a few noticeable glitches when it switches streams. Some releases like [Ayako] Valkyria Chronicles only load their referenced segments when using demux_mkv, so feel free to test. <code>-noordered-chapters</code> can be used to not use them when using demux_mkv.</li>
<li>Make -fixed-vo the default, avoids recreating the video window when switching video streams.</li>
<li>Improved relative seeking</li>
<li>Make mmsh:// an alias for mmshttp://</li>
<li>Subtitle demuxing fixes to the MPEG demuxer</li>
<li>Keep fullscreen state if  window is recreated (when playing multiple files, for example)</li>
<li>libass memory leak/access fixes</li>
<li>OSD seekbar display changes</li>
<li>More FourCCs</li>
</ul>
<p>FFmpeg-mt Shortlog:</p>
<ul>
<li>libswscale now supports an alpha channel in most colorspaces.</li>
<li>RV40 decoding fixes.</li>
<li>Support raw TrueHD files.</li>
<li>Support up to 3 substreams in TrueHD streams.</li>
<li>FLAC encoding/decoding fixes.</li>
<li>Support muxing/demuxing of TrueHD in matroska.</li>
<li>Add SSE4 detection support.</li>
<li>Support DVD subtitles in mov/mp4 as created by Nero</li>
<li>Fixed demuxing of files with more than 20 streams.</li>
</ul>
<p>x264 Shortlog:</p>
<ul>
<li>Assembly optimizations for SAD.</li>
<li>Faster CABAC RDO.</li>
<li>CAVLC optimizations.</li>
<li>Several other CABAC optimizations.</li>
<li>SSE4 optimizations for SAD, Hadamard.</li>
<li>SSE2 optimizations for SSIM.</li>
</ul>
<p>Full Logs:</p>
<ul>
<li><a href="http://kovensky.project357.com/builds/mplayer/git/20090425-dc0ee2d-c21b2cb/mplayer.txt">MPlayer</a></li>
<li><a href="http://kovensky.project357.com/builds/mplayer/git/20090425-dc0ee2d-c21b2cb/ffmpeg.txt">FFmpeg-mt</a></li>
<li><a href="http://kovensky.project357.com/builds/mplayer/git/20090425-dc0ee2d-c21b2cb/x264.txt">x264</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://kovensky.project357.com/2009/04/25/build-dc0ee2d-c21b2cb/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Fontconfig Bug</title>
		<link>http://kovensky.project357.com/2009/04/13/fontconfig-bug/</link>
		<comments>http://kovensky.project357.com/2009/04/13/fontconfig-bug/#comments</comments>
		<pubDate>Mon, 13 Apr 2009 20:00:06 +0000</pubDate>
		<dc:creator>Kovensky</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[MPlayer]]></category>

		<guid isPermaLink="false">http://kovensky.project357.com/?p=55</guid>
		<description><![CDATA[After discussion on #mplayerdev, Sherpya brought light to me on the fontconfig cache always regenerating problem. Apparently, fontconfig 2.6.0 has a mode to adjust for Daylight Savings Time but it wasn&#8217;t completely implemented but enabled nontheless, making it think the cache is always 1 hour older than it really is. I never noticed the specific [...]]]></description>
			<content:encoded><![CDATA[<p>After discussion on #mplayerdev, Sherpya brought light to me on the fontconfig cache always regenerating problem. Apparently, fontconfig 2.6.0 has a mode to adjust for Daylight Savings Time but it wasn&#8217;t completely implemented but enabled nontheless, making it think the cache is always 1 hour older than it really is. I never noticed the specific problem before since the region I live has no DST/Summer Time, and would probably never figure out on my own :P</p>
<p>I have the patch to fix it already, but I won&#8217;t be able to release a new build today; probably tomorrow or the day after.</p>
]]></content:encoded>
			<wfw:commentRss>http://kovensky.project357.com/2009/04/13/fontconfig-bug/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Bugfix release</title>
		<link>http://kovensky.project357.com/2009/03/31/bugfix-release/</link>
		<comments>http://kovensky.project357.com/2009/03/31/bugfix-release/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 17:14:42 +0000</pubDate>
		<dc:creator>Kovensky</dc:creator>
				<category><![CDATA[MPlayer Builds]]></category>

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

MPlayer
MEncoder
7-Zip sfx

Fixed reading of files bigger than 2G. Non-UPXed versions of MPlayer and MEncoder are now on the 7-Zip self-extracting file; you can open it from inside the 7-Zip file manager and extract manually if you don&#8217;t want to use the self-extractor.
A bug I forgot to patch in the new mingw installation was causing [...]]]></description>
			<content:encoded><![CDATA[<p>Download links:</p>
<ul>
<li><a title="MPlayer 1bc1b5d-b32d37c" href="http://kovensky.project357.com/builds/mplayer/git/20090331-1bc1b5d-b32d37c-2/mplayer.exe">MPlayer</a></li>
<li><a title="MEncoder 1bc1b5d-b32d37c + x264 r1130" href="http://kovensky.project357.com/builds/mplayer/git/20090331-1bc1b5d-b32d37c-2/mencoder.exe">MEncoder</a></li>
<li><a title="MPlayer + MEncoder 1bc1b5d-b32d37c" href="http://kovensky.project357.com/builds/mplayer/git/20090331-1bc1b5d-b32d37c-2/mplayer-mencoder-20090331-1bc1b5d-b32d37c-2.sfx.exe">7-Zip sfx</a></li>
</ul>
<p>Fixed reading of files bigger than 2G. Non-UPXed versions of MPlayer and MEncoder are now on the 7-Zip self-extracting file; you can open it from inside the 7-Zip file manager and extract manually if you don&#8217;t want to use the self-extractor.</p>
<p><span id="more-48"></span>A bug I forgot to <a title="Patch for 64-bit file offsets on mingw" href="http://oss.netfarm.it/mplayer/misc/file64_mingw.diff">patch</a> in the new mingw installation was causing libavformat to fail reading of files bigger than 2G. The -demuxer mkv workaround made it work&#8230; but only for the first 2G of the file.</p>
<p>MD5 sums:</p>
<p><code>0049b49da4bd9909c8d52e4c6c288b90 *mencoder.exe<br />
9eea1178ceeb8fc2881dddeac3e75094 *mplayer.exe<br />
bd52e207cfdb6fc7644172669cb8c291 *mplayer-mencoder-20090331-1bc1b5d-b32d37c-2.sfx.exe</code></p>
]]></content:encoded>
			<wfw:commentRss>http://kovensky.project357.com/2009/03/31/bugfix-release/feed/</wfw:commentRss>
		<slash:comments>31</slash:comments>
		</item>
	</channel>
</rss>
