<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/src/input/librtsp, 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>Fix generic warnings.</title>
<updated>2006-06-20T01:07:58+00:00</updated>
<author>
<name>Diego 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2006-06-20T01:07:58+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=f945ec50a244d3a7ecee47e6535aeb02afb17930'/>
<id>f945ec50a244d3a7ecee47e6535aeb02afb17930</id>
<content type='text'>
CVS patchset: 8064
CVS date: 2006/06/20 01:07:58

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 8064
CVS date: 2006/06/20 01:07:58

</pre>
</div>
</content>
</entry>
<entry>
<title>[coverity]</title>
<updated>2006-03-18T09:42:43+00:00</updated>
<author>
<name>Thibaut Mattern</name>
<email>tmattern@users.sourceforge.net</email>
</author>
<published>2006-03-18T09:42:43+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=441d99cbf311a126779d33bf4b09119456c988a2'/>
<id>441d99cbf311a126779d33bf4b09119456c988a2</id>
<content type='text'>
CID: 103
Checker: NULL_RETURNS (help)
File: xine-lib/src/input/librtsp/rtsp.c
Function: rtsp_search_answers
Description: Incrementing possibly NULL value "ptr"
CID: 179
Checker: RESOURCE_LEAK (help)
File: xine-lib/src/input/librtsp/rtsp.c
Function: rtsp_read_data
Description: Variable "rest" not freed or pointed-to in function "rtsp_put"

CVS patchset: 7939
CVS date: 2006/03/18 09:42:43

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CID: 103
Checker: NULL_RETURNS (help)
File: xine-lib/src/input/librtsp/rtsp.c
Function: rtsp_search_answers
Description: Incrementing possibly NULL value "ptr"
CID: 179
Checker: RESOURCE_LEAK (help)
File: xine-lib/src/input/librtsp/rtsp.c
Function: rtsp_read_data
Description: Variable "rest" not freed or pointed-to in function "rtsp_put"

CVS patchset: 7939
CVS date: 2006/03/18 09:42:43

</pre>
</div>
</content>
</entry>
<entry>
<title>address buffer overflow condition</title>
<updated>2005-04-16T07:10:51+00:00</updated>
<author>
<name>Mike Melanson</name>
<email>mike@multimedia.cx</email>
</author>
<published>2005-04-16T07:10:51+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=f1014c20bdc0aa2395bcc05371c859bfce30361d'/>
<id>f1014c20bdc0aa2395bcc05371c859bfce30361d</id>
<content type='text'>
CVS patchset: 7458
CVS date: 2005/04/16 07:10:51

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 7458
CVS date: 2005/04/16 07:10:51

</pre>
</div>
</content>
</entry>
<entry>
<title>MINGW32 port. Engine library and most of plugins compiles now.</title>
<updated>2004-08-27T19:33:17+00:00</updated>
<author>
<name>František Dvořák</name>
<email>valtri@users.sourceforge.net</email>
</author>
<published>2004-08-27T19:33:17+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=e46ac635c2c28d80706f02f239bb847c7e48c34b'/>
<id>e46ac635c2c28d80706f02f239bb847c7e48c34b</id>
<content type='text'>
List of some changes:
 - replaced some _MSC_VER by more common WIN32
 - define INTLDIR, remove -static flag for included intl
 - shared more common CFLAGS with DEBUG_CFLAGS
 - use WIN32_CFLAGS for all building
 - separate some flags into THREAD_CFLAGS_CONFIG,
   THREAD_CFLAGS_CONFIG and ZLIB_LIB_CONFIG for public xine-config,
   automatically use internal libs if necessary
 - don't warn about missing X for mingw and cygwin
 - libw32dll disabled for WIN32 (making native loader would be
   interesting, or porting wine code to Windows? :-&gt;)
 - DVB and RTP disabled for WIN32, not ported yet
 - fix build and fix a warning in cdda
 - fix build for nosefart and libfaad
 - implement configure option --disable-freetype
 - sync libxine.pc and xine-config.in
 - add -liberty to goom under WIN32
 - move original build files from included phread and zlib into archives
   and replace them by autotools

CVS patchset: 6910
CVS date: 2004/08/27 19:33:17

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
List of some changes:
 - replaced some _MSC_VER by more common WIN32
 - define INTLDIR, remove -static flag for included intl
 - shared more common CFLAGS with DEBUG_CFLAGS
 - use WIN32_CFLAGS for all building
 - separate some flags into THREAD_CFLAGS_CONFIG,
   THREAD_CFLAGS_CONFIG and ZLIB_LIB_CONFIG for public xine-config,
   automatically use internal libs if necessary
 - don't warn about missing X for mingw and cygwin
 - libw32dll disabled for WIN32 (making native loader would be
   interesting, or porting wine code to Windows? :-&gt;)
 - DVB and RTP disabled for WIN32, not ported yet
 - fix build and fix a warning in cdda
 - fix build for nosefart and libfaad
 - implement configure option --disable-freetype
 - sync libxine.pc and xine-config.in
 - add -liberty to goom under WIN32
 - move original build files from included phread and zlib into archives
   and replace them by autotools

CVS patchset: 6910
CVS date: 2004/08/27 19:33:17

</pre>
</div>
</content>
</entry>
<entry>
<title>* increase buffer size, "Cseq: %u" has a worst case of 17</title>
<updated>2004-07-25T17:13:54+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2004-07-25T17:13:54+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=4ff01366fe89afea5e4b69f5fb7d1130388c95a9'/>
<id>4ff01366fe89afea5e4b69f5fb7d1130388c95a9</id>
<content type='text'>
* limit TCP port range

CVS patchset: 6849
CVS date: 2004/07/25 17:13:54

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* limit TCP port range

CVS patchset: 6849
CVS date: 2004/07/25 17:13:54

</pre>
</div>
</content>
</entry>
<entry>
<title>accept server responses with different cases (Cseq and CSeq)</title>
<updated>2004-05-27T00:24:52+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2004-05-27T00:24:52+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=275a6b3b851b60105caf996036c0dff39110d0b3'/>
<id>275a6b3b851b60105caf996036c0dff39110d0b3</id>
<content type='text'>
http://sourceforge.net/tracker/index.php?func=detail&amp;aid=681764&amp;group_id=9655&amp;atid=109655

CVS patchset: 6594
CVS date: 2004/05/27 00:24:52

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
http://sourceforge.net/tracker/index.php?func=detail&amp;aid=681764&amp;group_id=9655&amp;atid=109655

CVS patchset: 6594
CVS date: 2004/05/27 00:24:52

</pre>
</div>
</content>
</entry>
<entry>
<title>sanity cecking, safer buffer allocation</title>
<updated>2004-04-24T20:43:57+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2004-04-24T20:43:57+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=c93bfc952650b4299080bd0f23106a0d30e28bac'/>
<id>c93bfc952650b4299080bd0f23106a0d30e28bac</id>
<content type='text'>
CVS patchset: 6432
CVS date: 2004/04/24 20:43:57

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 6432
CVS date: 2004/04/24 20:43:57

</pre>
</div>
</content>
</entry>
<entry>
<title>more bounds checking fixes (thanks Roberto Togni)</title>
<updated>2004-04-24T16:55:42+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2004-04-24T16:55:42+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=a6946db794f2e51fbf7dfe24fe879dc683bc0eb2'/>
<id>a6946db794f2e51fbf7dfe24fe879dc683bc0eb2</id>
<content type='text'>
CVS patchset: 6431
CVS date: 2004/04/24 16:55:42

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 6431
CVS date: 2004/04/24 16:55:42

</pre>
</div>
</content>
</entry>
<entry>
<title>some sanity and bounds checking (my own audit)</title>
<updated>2004-04-23T21:59:04+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2004-04-23T21:59:04+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=613c8a88fbdde3545c6e646595ae2882a3b4f382'/>
<id>613c8a88fbdde3545c6e646595ae2882a3b4f382</id>
<content type='text'>
lets hope i didn't broke anything

CVS patchset: 6428
CVS date: 2004/04/23 21:59:04

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
lets hope i didn't broke anything

CVS patchset: 6428
CVS date: 2004/04/23 21:59:04

</pre>
</div>
</content>
</entry>
<entry>
<title>update copyright year (and we have to do it again in 3 weeks... ;-) )</title>
<updated>2003-12-09T00:02:28+00:00</updated>
<author>
<name>Daniel Caujolle-Bert</name>
<email>f1rmb@users.sourceforge.net</email>
</author>
<published>2003-12-09T00:02:28+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=011a6ccc1dd88b58e01f83ab13eb9119f45c23ea'/>
<id>011a6ccc1dd88b58e01f83ab13eb9119f45c23ea</id>
<content type='text'>
CVS patchset: 5879
CVS date: 2003/12/09 00:02:28

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 5879
CVS date: 2003/12/09 00:02:28

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