<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/src/libffmpeg, branch 1-beta2</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>skip DV frames if needed (DV decoding is VERY cpu intensive)</title>
<updated>2002-12-23T21:26:12+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2002-12-23T21:26:12+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=9d0862e417d625ee429dcf18066aa56d1346684f'/>
<id>9d0862e417d625ee429dcf18066aa56d1346684f</id>
<content type='text'>
CVS patchset: 3657
CVS date: 2002/12/23 21:26:12

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 3657
CVS date: 2002/12/23 21:26:12

</pre>
</div>
</content>
</entry>
<entry>
<title>Make xine-lib compile with the SunPro compiler</title>
<updated>2002-12-22T00:35:04+00:00</updated>
<author>
<name>Robin KAY</name>
<email>komadori@users.sourceforge.net</email>
</author>
<published>2002-12-22T00:35:04+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=614e17928e8f7b1bdc632fd934499cbfea165d8a'/>
<id>614e17928e8f7b1bdc632fd934499cbfea165d8a</id>
<content type='text'>
CVS patchset: 3623
CVS date: 2002/12/22 00:35:04

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 3623
CVS date: 2002/12/22 00:35:04

</pre>
</div>
</content>
</entry>
<entry>
<title>Fix padding (ugly red bar in 'fra-sen-1.avi', right of image)</title>
<updated>2002-12-21T14:57:36+00:00</updated>
<author>
<name>Ewald Snel</name>
<email>esnel@users.sourceforge.net</email>
</author>
<published>2002-12-21T14:57:36+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=bde69af670009f1fa7ca6b350cce77b98768c9d5'/>
<id>bde69af670009f1fa7ca6b350cce77b98768c9d5</id>
<content type='text'>
- video output problems are caused by deinterlace code, not ffmpeg

CVS patchset: 3605
CVS date: 2002/12/21 14:57:36

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- video output problems are caused by deinterlace code, not ffmpeg

CVS patchset: 3605
CVS date: 2002/12/21 14:57:36

</pre>
</div>
</content>
</entry>
<entry>
<title>- add buf-&gt;decoder_info_ptr: portability for systems where pointer has</title>
<updated>2002-12-21T12:56:44+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2002-12-21T12:56:44+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=5f31761a4fa6995592cdd536c52f6ddac8151a89'/>
<id>5f31761a4fa6995592cdd536c52f6ddac8151a89</id>
<content type='text'>
  different sizeof than integer.
- add extra_info structure to pass informations from input/demuxers down
  to the output frame. this can be used, for example, to pass the frame
  number of a frame (when known by decoder). also, immediate benefict is
  that we now have a slider which really shows the current position of
  the playing stream. new fields can be added to extra_info keeping
  binary compatibility
- bumpy everybody's api versions

CVS patchset: 3603
CVS date: 2002/12/21 12:56:44

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  different sizeof than integer.
- add extra_info structure to pass informations from input/demuxers down
  to the output frame. this can be used, for example, to pass the frame
  number of a frame (when known by decoder). also, immediate benefict is
  that we now have a slider which really shows the current position of
  the playing stream. new fields can be added to extra_info keeping
  binary compatibility
- bumpy everybody's api versions

CVS patchset: 3603
CVS date: 2002/12/21 12:56:44

</pre>
</div>
</content>
</entry>
<entry>
<title>Don't append 'BUF_FLAG_SPECIAL' packets to frame data</title>
<updated>2002-12-18T21:35:41+00:00</updated>
<author>
<name>Ewald Snel</name>
<email>esnel@users.sourceforge.net</email>
</author>
<published>2002-12-18T21:35:41+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=b827c9b345b23ad631cfd537182dd0fae9c6b3f3'/>
<id>b827c9b345b23ad631cfd537182dd0fae9c6b3f3</id>
<content type='text'>
CVS patchset: 3586
CVS date: 2002/12/18 21:35:41

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 3586
CVS date: 2002/12/18 21:35:41

</pre>
</div>
</content>
</entry>
<entry>
<title>from utils.c: this should be called after seeking and before trying to decode the next frame</title>
<updated>2002-12-17T00:30:07+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2002-12-17T00:30:07+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=91f9e7c8deaa6090f7162d4d25c6307d1ade3318'/>
<id>91f9e7c8deaa6090f7162d4d25c6307d1ade3318</id>
<content type='text'>
CVS patchset: 3569
CVS date: 2002/12/17 00:30:07

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 3569
CVS date: 2002/12/17 00:30:07

</pre>
</div>
</content>
</entry>
<entry>
<title>that should fix wma decoding problems after seeking</title>
<updated>2002-12-16T23:47:57+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2002-12-16T23:47:57+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=67923519e6b7f9780dd3a4e7a6e626ccc12c7608'/>
<id>67923519e6b7f9780dd3a4e7a6e626ccc12c7608</id>
<content type='text'>
CVS patchset: 3567
CVS date: 2002/12/16 23:47:57

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 3567
CVS date: 2002/12/16 23:47:57

</pre>
</div>
</content>
</entry>
<entry>
<title>Reenables width hack.</title>
<updated>2002-12-16T00:32:12+00:00</updated>
<author>
<name>Thibaut Mattern</name>
<email>tmattern@users.sourceforge.net</email>
</author>
<published>2002-12-16T00:32:12+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=254263d8c68a09db110e846f648f81ddcaa50761'/>
<id>254263d8c68a09db110e846f648f81ddcaa50761</id>
<content type='text'>
CVS patchset: 3553
CVS date: 2002/12/16 00:32:12

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 3553
CVS date: 2002/12/16 00:32:12

</pre>
</div>
</content>
</entry>
<entry>
<title>Improve mediaLib support in ffmpeg. This has been sent to ffmpeg-devel too.</title>
<updated>2002-12-14T16:43:22+00:00</updated>
<author>
<name>Robin KAY</name>
<email>komadori@users.sourceforge.net</email>
</author>
<published>2002-12-14T16:43:22+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=8586fc1ea8c8734a515439dd3f6894f843bf7bc2'/>
<id>8586fc1ea8c8734a515439dd3f6894f843bf7bc2</id>
<content type='text'>
CVS patchset: 3520
CVS date: 2002/12/14 16:43:22

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 3520
CVS date: 2002/12/14 16:43:22

</pre>
</div>
</content>
</entry>
<entry>
<title>discard preview</title>
<updated>2002-12-08T22:24:28+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2002-12-08T22:24:28+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=f5c54a3e95826c5ceb8dfb96b2d313612d203d73'/>
<id>f5c54a3e95826c5ceb8dfb96b2d313612d203d73</id>
<content type='text'>
CVS patchset: 3466
CVS date: 2002/12/08 22:24:28

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 3466
CVS date: 2002/12/08 22:24:28

</pre>
</div>
</content>
</entry>
</feed>
