<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/src/libxinevdec, branch 1.1.2</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>Various static/const fixes from Gentoo.</title>
<updated>2006-06-02T22:18:56+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2006-06-02T22:18:56+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=6a90ef1128ca51713804e94da00f9c3a7440ec16'/>
<id>6a90ef1128ca51713804e94da00f9c3a7440ec16</id>
<content type='text'>
CVS patchset: 8009
CVS date: 2006/06/02 22:18:56

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 8009
CVS date: 2006/06/02 22:18:56

</pre>
</div>
</content>
</entry>
<entry>
<title>Make various arrays and structures (mainly xine_plugin_info) const.</title>
<updated>2006-05-03T19:46:06+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2006-05-03T19:46:06+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=1e21218596ab3eb84da7b2ec8aedd46827284b8a'/>
<id>1e21218596ab3eb84da7b2ec8aedd46827284b8a</id>
<content type='text'>
(Diego Pettenò)

CVS patchset: 7985
CVS date: 2006/05/03 19:46:06

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(Diego Pettenò)

CVS patchset: 7985
CVS date: 2006/05/03 19:46:06

</pre>
</div>
</content>
</entry>
<entry>
<title>checked distcheck: install inttypes,</title>
<updated>2006-05-01T21:35:30+00:00</updated>
<author>
<name>František Dvořák</name>
<email>valtri@users.sourceforge.net</email>
</author>
<published>2006-05-01T21:35:30+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=36794be8fb6bc8a837ff05703cb03c3e4e0ad47e'/>
<id>36794be8fb6bc8a837ff05703cb03c3e4e0ad47e</id>
<content type='text'>
                   (video_out/alphablend* need to be removed yet)
gcc-2.95 support: SMB, external compiled with different gcc VCD
fixed GDK_PIXBUF build

CVS patchset: 7983
CVS date: 2006/05/01 21:35:30

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
                   (video_out/alphablend* need to be removed yet)
gcc-2.95 support: SMB, external compiled with different gcc VCD
fixed GDK_PIXBUF build

CVS patchset: 7983
CVS date: 2006/05/01 21:35:30

</pre>
</div>
</content>
</entry>
<entry>
<title>Use --cppflags from Wand-config of ImageMagick (fixes rare cases with ImageMagick on non-standard prefix).</title>
<updated>2006-04-22T09:41:10+00:00</updated>
<author>
<name>František Dvořák</name>
<email>valtri@users.sourceforge.net</email>
</author>
<published>2006-04-22T09:41:10+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=ef0ba0047acc27a4d9e438e18fcf68e26331bd59'/>
<id>ef0ba0047acc27a4d9e438e18fcf68e26331bd59</id>
<content type='text'>
CVS patchset: 7980
CVS date: 2006/04/22 09:41:10

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 7980
CVS date: 2006/04/22 09:41:10

</pre>
</div>
</content>
</entry>
<entry>
<title>[coverity]</title>
<updated>2006-03-21T07:39:18+00:00</updated>
<author>
<name>Thibaut Mattern</name>
<email>tmattern@users.sourceforge.net</email>
</author>
<published>2006-03-21T07:39:18+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=e16267fd0633873c08c4af35b0a3592c37f921f0'/>
<id>e16267fd0633873c08c4af35b0a3592c37f921f0</id>
<content type='text'>
CID: 276
Checker: USE_AFTER_FREE (help)
File: xine-lib/src/libxinevdec/bitplane.c
Function: bitplane_decode_data
Description: Double free of pointer "(this)-&gt;buf" in call to "free"
CID: 171
Checker: RESOURCE_LEAK (help)
File: xine-lib/src/libxinevdec/bitplane.c
Function: bitplane_decode_byterun1
Description: Returned without freeing storage "uncompressed"
CID: 34
Checker: FORWARD_NULL (help)
File: xine-lib/src/libxinevdec/bitplane.c
Function: bitplane_sdelta_opt_3
Description: Variable "ptr" tracked as NULL was dereferenced.

CVS patchset: 7943
CVS date: 2006/03/21 07:39:18

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CID: 276
Checker: USE_AFTER_FREE (help)
File: xine-lib/src/libxinevdec/bitplane.c
Function: bitplane_decode_data
Description: Double free of pointer "(this)-&gt;buf" in call to "free"
CID: 171
Checker: RESOURCE_LEAK (help)
File: xine-lib/src/libxinevdec/bitplane.c
Function: bitplane_decode_byterun1
Description: Returned without freeing storage "uncompressed"
CID: 34
Checker: FORWARD_NULL (help)
File: xine-lib/src/libxinevdec/bitplane.c
Function: bitplane_sdelta_opt_3
Description: Variable "ptr" tracked as NULL was dereferenced.

CVS patchset: 7943
CVS date: 2006/03/21 07:39:18

</pre>
</div>
</content>
</entry>
<entry>
<title>[coverity]</title>
<updated>2006-03-18T10:05:21+00:00</updated>
<author>
<name>Thibaut Mattern</name>
<email>tmattern@users.sourceforge.net</email>
</author>
<published>2006-03-18T10:05:21+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=6a402de3bfe116dea7516a230dbc7fc6b06dc43e'/>
<id>6a402de3bfe116dea7516a230dbc7fc6b06dc43e</id>
<content type='text'>
CID: 277
Checker: USE_AFTER_FREE (help)
File: xine-lib/src/libxinevdec/rgb.c
Function: rgb_decode_data
Description: Double free of pointer "(this)-&gt;buf" in call to "free"

CVS patchset: 7941
CVS date: 2006/03/18 10:05:21

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CID: 277
Checker: USE_AFTER_FREE (help)
File: xine-lib/src/libxinevdec/rgb.c
Function: rgb_decode_data
Description: Double free of pointer "(this)-&gt;buf" in call to "free"

CVS patchset: 7941
CVS date: 2006/03/18 10:05:21

</pre>
</div>
</content>
</entry>
<entry>
<title>- push the priority of the gdk-pixbuf decoder above the ImageMagick one</title>
<updated>2006-02-08T09:08:06+00:00</updated>
<author>
<name>Bastien Nocera</name>
<email>hadess@users.sourceforge.net</email>
</author>
<published>2006-02-08T09:08:06+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=19c60d307b322031358a3992efada095710e9107'/>
<id>19c60d307b322031358a3992efada095710e9107</id>
<content type='text'>
CVS patchset: 7886
CVS date: 2006/02/08 09:08:06

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 7886
CVS date: 2006/02/08 09:08:06

</pre>
</div>
</content>
</entry>
<entry>
<title>- feed data to the GdkPixbufLoader piecemeal, as opposed to in a big chunk</title>
<updated>2006-02-07T15:28:59+00:00</updated>
<author>
<name>Bastien Nocera</name>
<email>hadess@users.sourceforge.net</email>
</author>
<published>2006-02-07T15:28:59+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=0aa6de08b727d34ffbcbedc48046894819e9dfd0'/>
<id>0aa6de08b727d34ffbcbedc48046894819e9dfd0</id>
<content type='text'>
  (saves the memory allocation, and the big decoding at the end)
- also install the image demuxer if the gdkpixbuf loader is compiled

CVS patchset: 7884
CVS date: 2006/02/07 15:28:59

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  (saves the memory allocation, and the big decoding at the end)
- also install the image demuxer if the gdkpixbuf loader is compiled

CVS patchset: 7884
CVS date: 2006/02/07 15:28:59

</pre>
</div>
</content>
</entry>
<entry>
<title>Add an gdk-pixbuf image decoder, faster than the ImageMagick one...</title>
<updated>2006-02-02T20:39:32+00:00</updated>
<author>
<name>Bastien Nocera</name>
<email>hadess@users.sourceforge.net</email>
</author>
<published>2006-02-02T20:39:32+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=d19164dd9ef4540c331ea552fc767f96c6591f1a'/>
<id>d19164dd9ef4540c331ea552fc767f96c6591f1a</id>
<content type='text'>
CVS patchset: 7862
CVS date: 2006/02/02 20:39:32

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 7862
CVS date: 2006/02/02 20:39:32

</pre>
</div>
</content>
</entry>
<entry>
<title>Allocate at least width * height * byte_per_pixel.</title>
<updated>2005-04-24T13:37:34+00:00</updated>
<author>
<name>Thibaut Mattern</name>
<email>tmattern@users.sourceforge.net</email>
</author>
<published>2005-04-24T13:37:34+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=92b0161552e17294bedab749834130d48d3dd25f'/>
<id>92b0161552e17294bedab749834130d48d3dd25f</id>
<content type='text'>
This fixes problems when the width or the height are rounded up.
Fixed playback of this stream :
mov/aqt_480p/aqt_480p_raw.mov

CVS patchset: 7489
CVS date: 2005/04/24 13:37:34

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes problems when the width or the height are rounded up.
Fixed playback of this stream :
mov/aqt_480p/aqt_480p_raw.mov

CVS patchset: 7489
CVS date: 2005/04/24 13:37:34

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