<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/src/combined, branch 1.2.4</title>
<subtitle>xine-lib git mirror
</subtitle>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/'/>
<entry>
<title>Fix VC1 decoding</title>
<updated>2013-09-22T09:07:27+00:00</updated>
<author>
<name>Petri Hintukainen</name>
<email>phintuka@users.sourceforge.net</email>
</author>
<published>2013-09-22T09:07:27+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=d880e292d0041db40dd7cb1e6549808f9a8e7a20'/>
<id>d880e292d0041db40dd7cb1e6549808f9a8e7a20</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>theora: support 4:4:4 and 4:2:2 pixel formats</title>
<updated>2013-09-20T09:27:44+00:00</updated>
<author>
<name>Petri Hintukainen</name>
<email>phintuka@users.sourceforge.net</email>
</author>
<published>2013-09-20T09:27:44+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=bd411e04f37dec16d8cffc3fc0e593f23e3e2dce'/>
<id>bd411e04f37dec16d8cffc3fc0e593f23e3e2dce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rebuild avcodec lists after ffmpeg update</title>
<updated>2013-09-13T10:50:35+00:00</updated>
<author>
<name>Torsten Jager</name>
<email>t.jager@gmx.de</email>
</author>
<published>2013-09-13T10:50:35+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=ec9999478cc2240e96d754ac79880c401a3e8a6f'/>
<id>ec9999478cc2240e96d754ac79880c401a3e8a6f</id>
<content type='text'>
Tell me if you have an easier fix for that.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tell me if you have an easier fix for that.
</pre>
</div>
</content>
</entry>
<entry>
<title>Copyright year update by hg log info</title>
<updated>2013-09-13T10:50:25+00:00</updated>
<author>
<name>Torsten Jager</name>
<email>t.jager@gmx.de</email>
</author>
<published>2013-09-13T10:50:25+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=50caa6c2122224df42c6d8a5c88ffb5b2d4afb8b'/>
<id>50caa6c2122224df42c6d8a5c88ffb5b2d4afb8b</id>
<content type='text'>
script execution time: 55"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
script execution time: 55"
</pre>
</div>
</content>
</entry>
<entry>
<title>ffmpeg_video: use AV_CODEC_ID_MPEG2VIDEO</title>
<updated>2013-08-22T14:48:40+00:00</updated>
<author>
<name>Torsten Jager</name>
<email>t.jager@gmx.de</email>
</author>
<published>2013-08-22T14:48:40+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=9b32b98fac1724ffa63bb29428abedfb1830a5d6'/>
<id>9b32b98fac1724ffa63bb29428abedfb1830a5d6</id>
<content type='text'>
avcodec.h says this should be preferred for both mpeg1 and 2.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
avcodec.h says this should be preferred for both mpeg1 and 2.
</pre>
</div>
</content>
</entry>
<entry>
<title>ffmpeg_video_decoder: avoid CODEC_FLAG_EMU_EDGE</title>
<updated>2013-08-15T13:04:25+00:00</updated>
<author>
<name>Torsten Jager</name>
<email>t.jager@gmx.de</email>
</author>
<published>2013-08-15T13:04:25+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=5725ffb53951327d0667097f12f22976e771f003'/>
<id>5725ffb53951327d0667097f12f22976e771f003</id>
<content type='text'>
libavcodec 54. 86.100 wmv2 and mpeg4 decoders ignore this flag
(probably inside some dsp routine), provoking segfault.
Turning off direct rendering is a quick but nasty workaround.
If vo plugin can crop, we may drop that emulation without
performance penalty, and sometimes even speed up a little.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
libavcodec 54. 86.100 wmv2 and mpeg4 decoders ignore this flag
(probably inside some dsp routine), provoking segfault.
Turning off direct rendering is a quick but nasty workaround.
If vo plugin can crop, we may drop that emulation without
performance penalty, and sometimes even speed up a little.
</pre>
</div>
</content>
</entry>
<entry>
<title>ffmpeg_video_decoder: default to square pixels</title>
<updated>2013-08-15T13:04:10+00:00</updated>
<author>
<name>Torsten Jager</name>
<email>t.jager@gmx.de</email>
</author>
<published>2013-08-15T13:04:10+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=76725a2eceff7360a565397b2f580e0d12063bf6'/>
<id>76725a2eceff7360a565397b2f580e0d12063bf6</id>
<content type='text'>
Prevent vo loop from calculating undefined aspect ratio
from _padded_ image size, leading to black bars and
unnecessary scaling.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Prevent vo loop from calculating undefined aspect ratio
from _padded_ image size, leading to black bars and
unnecessary scaling.
</pre>
</div>
</content>
</entry>
<entry>
<title>ff_audio_decoder: fix multichannel playback</title>
<updated>2013-08-10T21:21:55+00:00</updated>
<author>
<name>Torsten Jager</name>
<email>t.jager@gmx.de</email>
</author>
<published>2013-08-10T21:21:55+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=e5318f7f8fa3c9b6f09fd9d32202a61f86edc1d8'/>
<id>e5318f7f8fa3c9b6f09fd9d32202a61f86edc1d8</id>
<content type='text'>
* Observe channel configuration immediately after av_decode_audio* ().
    Do not try to access nonexistant channels after a 5.1 -&gt; 2.0 switch
    for example.

* Add NULL plane pointer paranoia.

* Assume generic channel layout when no detailled one provided.
    Needed for wma2.

* Follow user speaker arrangement changes on the fly.

* Defer opening audio out until we have something to play.

* Do not reopen audio out with identical settings. This and the
    previous item should help avoiding waiting on some drivers.

* Hard wire output to int16_t. Some of the code did assume that,
    and we are converting to that anyway.

* Do not read sample format from bits_per_coded_sample. Decoders
    neither alter that field, nor do they force its value to their
    output.

* Rename some vars for better readability.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Observe channel configuration immediately after av_decode_audio* ().
    Do not try to access nonexistant channels after a 5.1 -&gt; 2.0 switch
    for example.

* Add NULL plane pointer paranoia.

* Assume generic channel layout when no detailled one provided.
    Needed for wma2.

* Follow user speaker arrangement changes on the fly.

* Defer opening audio out until we have something to play.

* Do not reopen audio out with identical settings. This and the
    previous item should help avoiding waiting on some drivers.

* Hard wire output to int16_t. Some of the code did assume that,
    and we are converting to that anyway.

* Do not read sample format from bits_per_coded_sample. Decoders
    neither alter that field, nor do they force its value to their
    output.

* Rename some vars for better readability.
</pre>
</div>
</content>
</entry>
<entry>
<title>Reinitialize VAAPI in get_buffer() when image size changes</title>
<updated>2013-07-27T13:10:12+00:00</updated>
<author>
<name>Torsten Jager</name>
<email>t.jager@gmx.de</email>
</author>
<published>2013-07-27T13:10:12+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=a771cb809c8f14057536f28f62930d32c2d4f088'/>
<id>a771cb809c8f14057536f28f62930d32c2d4f088</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Define AVCODEC_MAX_AUDIO_FRAME_SIZE if it is not defined</title>
<updated>2013-04-15T20:06:22+00:00</updated>
<author>
<name>Petri Hintukainen</name>
<email>phintuka@users.sourceforge.net</email>
</author>
<published>2013-04-15T20:06:22+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=73e30722761815fc01077f068436b176eef25241'/>
<id>73e30722761815fc01077f068436b176eef25241</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
