<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/src/combined/ffmpeg, branch 1.1.20</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>ff_audio_decoder: Use parser for AAC LATM and MPEG. Fixes streams with multiple audio packets in single PES packet and audio packets splitted to multiple PES packets.</title>
<updated>2011-11-02T12:46:49+00:00</updated>
<author>
<name>Petri Hintukainen</name>
<email>phintuka@users.sourceforge.net</email>
</author>
<published>2011-11-02T12:46:49+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=95c6251f6c41b60adb6e5210fc13a69b35e582e1'/>
<id>95c6251f6c41b60adb6e5210fc13a69b35e582e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ff_audio_decoder: do not queue any data if opening audio output fails</title>
<updated>2011-11-02T12:22:16+00:00</updated>
<author>
<name>Petri Hintukainen</name>
<email>phintuka@users.sourceforge.net</email>
</author>
<published>2011-11-02T12:22:16+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=463a6b08b823abb04e834f9e5a6a535b868f4b97'/>
<id>463a6b08b823abb04e834f9e5a6a535b868f4b97</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ff_audio_decoder: If codec parameters can't be read from first audio packet, try next. Fixes detecting parameters when there are multiple audio packets in single PES packet.</title>
<updated>2011-11-02T12:12:01+00:00</updated>
<author>
<name>Petri Hintukainen</name>
<email>phintuka@users.sourceforge.net</email>
</author>
<published>2011-11-02T12:12:01+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=309bb8e81976996b87da0d4d04a8365cc5edcc1d'/>
<id>309bb8e81976996b87da0d4d04a8365cc5edcc1d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ff_audio_decoder: open audio out after decoding the data</title>
<updated>2011-11-02T11:57:35+00:00</updated>
<author>
<name>Petri Hintukainen</name>
<email>phintuka@users.sourceforge.net</email>
</author>
<published>2011-11-02T11:57:35+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=9fa54f15e1b4b79730e2cefc089805206ec2fb38'/>
<id>9fa54f15e1b4b79730e2cefc089805206ec2fb38</id>
<content type='text'>
- Fixes detecting audio parameters when audio packet is splitted to multiple buffers
- Simplifies the code (decode function is called only once for each audio frame)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Fixes detecting audio parameters when audio packet is splitted to multiple buffers
- Simplifies the code (decode function is called only once for each audio frame)
</pre>
</div>
</content>
</entry>
<entry>
<title>ff_audio_decoder: splitted calling avcodec_decode_audio* to separate function</title>
<updated>2011-10-27T14:29:09+00:00</updated>
<author>
<name>Petri Hintukainen</name>
<email>phintuka@users.sourceforge.net</email>
</author>
<published>2011-10-27T14:29:09+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=333a24be88d97f28712be0f899d33540c9b1b903'/>
<id>333a24be88d97f28712be0f899d33540c9b1b903</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed mpeg2 decoding with ffmpeg.</title>
<updated>2011-09-27T11:28:12+00:00</updated>
<author>
<name>Petri Hintukainen</name>
<email>phintuka@users.sourceforge.net</email>
</author>
<published>2011-09-27T11:28:12+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=33cf5de308a841526b2d6f11e83ab590acbc3539'/>
<id>33cf5de308a841526b2d6f11e83ab590acbc3539</id>
<content type='text'>
Codec was never opened when using mpeg12 mode.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Codec was never opened when using mpeg12 mode.
</pre>
</div>
</content>
</entry>
<entry>
<title>ff_audio_open_codec(): initialize codec if it hasn't been initialized.</title>
<updated>2011-09-27T12:02:50+00:00</updated>
<author>
<name>Petri Hintukainen</name>
<email>phintuka@users.sourceforge.net</email>
</author>
<published>2011-09-27T12:02:50+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=2ae5c07dc74b7771557de4c171d610e9d137da60'/>
<id>2ae5c07dc74b7771557de4c171d610e9d137da60</id>
<content type='text'>
This makes HEADERS optional for codecs that don't require extradata.

imported patch 10124.diff
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes HEADERS optional for codecs that don't require extradata.

imported patch 10124.diff
</pre>
</div>
</content>
</entry>
<entry>
<title>Splitted ff_audio_open_codec() from ff_audio_decode_data()</title>
<updated>2011-09-27T11:59:30+00:00</updated>
<author>
<name>Petri Hintukainen</name>
<email>phintuka@users.sourceforge.net</email>
</author>
<published>2011-09-27T11:59:30+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=e6ed5771c5caf6a714f3fa7fa47cec2b55f3fd33'/>
<id>e6ed5771c5caf6a714f3fa7fa47cec2b55f3fd33</id>
<content type='text'>
imported patch 10123.diff
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
imported patch 10123.diff
</pre>
</div>
</content>
</entry>
<entry>
<title>Splitted ff_audio_init_codec() from ff_audio_handle_header_buffer()</title>
<updated>2011-09-27T09:08:22+00:00</updated>
<author>
<name>Petri Hintukainen</name>
<email>phintuka@users.sourceforge.net</email>
</author>
<published>2011-09-27T09:08:22+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=a33c720b1ac8e11aaa353d940edb052efb35b561'/>
<id>a33c720b1ac8e11aaa353d940edb052efb35b561</id>
<content type='text'>
imported patch 10121.diff
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
imported patch 10121.diff
</pre>
</div>
</content>
</entry>
<entry>
<title>Splitted ff_audio_handle_header_buffer() from ff_audio_decode_data()</title>
<updated>2011-09-27T09:01:49+00:00</updated>
<author>
<name>Petri Hintukainen</name>
<email>phintuka@users.sourceforge.net</email>
</author>
<published>2011-09-27T09:01:49+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=0b0e25c1c44d1a33d07a41292ad6c341eccce278'/>
<id>0b0e25c1c44d1a33d07a41292ad6c341eccce278</id>
<content type='text'>
imported patch 10120.diff
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
imported patch 10120.diff
</pre>
</div>
</content>
</entry>
</feed>
