<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/src/libspudec/spu.c, branch vdr-xine-version-802</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>Rename spu.c and spu.h to spudec.c and spudec.h to avoid confusing the two source and header files.</title>
<updated>2007-12-19T02:00:29+00:00</updated>
<author>
<name>Diego 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2007-12-19T02:00:29+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=916fbee057ef45a6b7b9dbee93784b16820f6b95'/>
<id>916fbee057ef45a6b7b9dbee93784b16820f6b95</id>
<content type='text'>
--HG--
rename : src/libspudec/spu.c =&gt; src/libspudec/spudec.c
rename : src/libspudec/spu.h =&gt; src/libspudec/spudec.h
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
rename : src/libspudec/spu.c =&gt; src/libspudec/spudec.c
rename : src/libspudec/spu.h =&gt; src/libspudec/spudec.h
</pre>
</div>
</content>
</entry>
<entry>
<title>Update all the code to the new headers layout.</title>
<updated>2007-12-19T01:59:06+00:00</updated>
<author>
<name>Diego 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2007-12-19T01:59:06+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=9da4e2dde0da695c240cf48390217ac97cb10c1c'/>
<id>9da4e2dde0da695c240cf48390217ac97cb10c1c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Delete most of the CVS $Id$/$Log$ lines.</title>
<updated>2007-11-10T22:06:10+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2007-11-10T22:06:10+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=3c175fd21df04c5c0afa160f81aea0c305f69dc5'/>
<id>3c175fd21df04c5c0afa160f81aea0c305f69dc5</id>
<content type='text'>
--HG--
extra : transplant_source : %E0%D0%C5%8B%BEU%DD%24%5D7%1F%ADV%AD%EB%23%CBU%80%EB
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
extra : transplant_source : %E0%D0%C5%8B%BEU%DD%24%5D7%1F%ADV%AD%EB%23%CBU%80%EB
</pre>
</div>
</content>
</entry>
<entry>
<title>move alphablend to core</title>
<updated>2005-09-25T00:44:04+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2005-09-25T00:44:04+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=856eea768db38b7e6342114ff0020c42f3c95eb6'/>
<id>856eea768db38b7e6342114ff0020c42f3c95eb6</id>
<content type='text'>
CVS patchset: 7745
CVS date: 2005/09/25 00:44:04

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 7745
CVS date: 2005/09/25 00:44:04

</pre>
</div>
</content>
</entry>
<entry>
<title>- rename all clip_top, clip_left, clip_color... to hili_xxxx. that</title>
<updated>2005-09-24T19:08:26+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2005-09-24T19:08:26+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=37cc903c609ca656a71852e5f50731f0b43bdda0'/>
<id>37cc903c609ca656a71852e5f50731f0b43bdda0</id>
<content type='text'>
  "clip" thing has caused too much confusion already since these variables
  define a highlight area.
- add overlay offset support to video_out.c/alphablend/vo drivers
- use overlay offset to implement proper croping of frames when vo
  driver doesn't support it
- add clipping checks to alphablend to avoid buffer overflow, buffer
  "underflow" and wrapping.
- increase vo api number
- note: dxr3 support is incomplete about overlay offset

CVS patchset: 7739
CVS date: 2005/09/24 19:08:26

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  "clip" thing has caused too much confusion already since these variables
  define a highlight area.
- add overlay offset support to video_out.c/alphablend/vo drivers
- use overlay offset to implement proper croping of frames when vo
  driver doesn't support it
- add clipping checks to alphablend to avoid buffer overflow, buffer
  "underflow" and wrapping.
- increase vo api number
- note: dxr3 support is incomplete about overlay offset

CVS patchset: 7739
CVS date: 2005/09/24 19:08:26

</pre>
</div>
</content>
</entry>
<entry>
<title>* fixed LOG_DEBUG builds of spu.c (unresolved symbols)</title>
<updated>2004-09-03T12:28:24+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2004-09-03T12:28:24+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=fd03e6147b54221c734bbb0eb499b5d275b80797'/>
<id>fd03e6147b54221c734bbb0eb499b5d275b80797</id>
<content type='text'>
* changed the default from "clip the whole frame" to "clip nothing",
  this fixes some overlays with color!=clip_color showing wrong
  (confirmed with the DXR3 that this is correct); closes bug #1018193

CVS patchset: 6933
CVS date: 2004/09/03 12:28:24

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* changed the default from "clip the whole frame" to "clip nothing",
  this fixes some overlays with color!=clip_color showing wrong
  (confirmed with the DXR3 that this is correct); closes bug #1018193

CVS patchset: 6933
CVS date: 2004/09/03 12:28:24

</pre>
</div>
</content>
</entry>
<entry>
<title>when looking for a PCI that matches the SPUs PTS, do not only check the</title>
<updated>2004-08-19T10:34:00+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2004-08-19T10:34:00+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=fccdb49334943ab91fe94528b9b2ee0dffcb42d2'/>
<id>fccdb49334943ab91fe94528b9b2ee0dffcb42d2</id>
<content type='text'>
current PCI, but the whole queue

CVS patchset: 6898
CVS date: 2004/08/19 10:34:00

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
current PCI, but the whole queue

CVS patchset: 6898
CVS date: 2004/08/19 10:34:00

</pre>
</div>
</content>
</entry>
<entry>
<title>we don't do any bounds checking when converting the SPU to a xine overlay,</title>
<updated>2004-07-19T17:12:48+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2004-07-19T17:12:48+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=c4f358fba58af816d1d75e9fd916dfab24beff4c'/>
<id>c4f358fba58af816d1d75e9fd916dfab24beff4c</id>
<content type='text'>
therefore we tried to allocate for the worst case; unfortunately the worst
case was wrong

CVS patchset: 6814
CVS date: 2004/07/19 17:12:48

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
therefore we tried to allocate for the worst case; unfortunately the worst
case was wrong

CVS patchset: 6814
CVS date: 2004/07/19 17:12:48

</pre>
</div>
</content>
</entry>
<entry>
<title>Moritz patch for matroska vobsub support</title>
<updated>2004-07-14T01:18:47+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2004-07-14T01:18:47+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=46df82be838571af99d0266f773b5fb274a924b5'/>
<id>46df82be838571af99d0266f773b5fb274a924b5</id>
<content type='text'>
align vobsub to bottom in libspudec

CVS patchset: 6791
CVS date: 2004/07/14 01:18:47

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
align vobsub to bottom in libspudec

CVS patchset: 6791
CVS date: 2004/07/14 01:18:47

</pre>
</div>
</content>
</entry>
<entry>
<title>remove statement with no effect (state-&gt;cmd_ptr is already set to next_seq)</title>
<updated>2004-06-26T13:49:54+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2004-06-26T13:49:54+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=59a93abc0e26fa64505420974485273aa85ec46d'/>
<id>59a93abc0e26fa64505420974485273aa85ec46d</id>
<content type='text'>
CVS patchset: 6747
CVS date: 2004/06/26 13:49:54

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 6747
CVS date: 2004/06/26 13:49:54

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