Age | Commit message (Collapse) | Author |
|
versions. Check for nl_langinfo() explicitely and use that instead.
CVS patchset: 8023
CVS date: 2006/06/10 00:21:51
|
|
CVS patchset: 8014
CVS date: 2006/06/06 16:39:25
|
|
(Based on a patch from Diego Pettenò.)
CVS patchset: 8011
CVS date: 2006/06/02 22:44:58
|
|
CVS patchset: 8009
CVS date: 2006/06/02 22:18:56
|
|
ensuring that all used functions have a proper declaration. (Gentoo)
CVS patchset: 8004
CVS date: 2006/06/02 19:19:36
|
|
CVS patchset: 8002
CVS date: 2006/05/31 21:14:40
|
|
CVS patchset: 8001
CVS date: 2006/05/31 20:58:22
|
|
mounted. Allows playback of mounted unencrypted ISO9660 DVDs, when
libdvdnav only supports UDF DVDs
CVS patchset: 7998
CVS date: 2006/05/27 16:13:17
|
|
(Diego Pettenò)
CVS patchset: 7985
CVS date: 2006/05/03 19:46:06
|
|
(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
|
|
This patch removes a dummy check on proxy usage before applying authentication.
This was caused by a copy-paste error in older revision of this file, and then
drifted to the current problem while the code evolved. With this simple
change, authenticated streams works just fine.
A big thanks to Mark Kretschmann from the amaroK team who noticed the problem
and helped tracking it down.
CVS patchset: 7979
CVS date: 2006/04/21 23:27:49
|
|
CVS patchset: 7977
CVS date: 2006/04/21 23:15:44
|
|
CVS patchset: 7974
CVS date: 2006/04/21 22:34:19
|
|
CVS patchset: 7972
CVS date: 2006/04/19 17:30:12
|
|
http://bugzilla.gnome.org/show_bug.cgi?id=338883
CVS patchset: 7971
CVS date: 2006/04/18 13:51:33
|
|
CVS patchset: 7968
CVS date: 2006/04/12 15:37:07
|
|
CVS patchset: 7963
CVS date: 2006/04/06 09:28:51
|
|
noted by Barry Scott.
CVS patchset: 7960
CVS date: 2006/04/06 08:00:50
|
|
2) [coverity] fixes:
- 279 (w32): test should be on input parametr type, not typeW
- 267 (aout): can be ignored but there was warning anyway
- 234 (w32): missing free on error & exit
- 152 (w32): missing free on error & exit
- 148 (w32): fixed bound of static array in test
- 101 (ffdec): defense code when avodec_encode_video will fail (just defense to the future,
should never happen with current ffmpeg in xine)
- 98, 99 (w32): check negative handle by _x_assert (it's used as index to array)
- 90 (w32): negate pointer check (+added check for size)
- 89 (w32): added NULL and size check
CVS patchset: 7959
CVS date: 2006/04/05 22:12:17
|
|
CVS patchset: 7957
CVS date: 2006/03/29 21:00:45
|
|
Thanks to Thibaut for pointing that out
CVS patchset: 7949
CVS date: 2006/03/25 11:59:29
|
|
cannot be unset:
- start up your xine-lib client
- garbage collect the plugins (mms will be unloaded)
- modify the media.network.bandwidth config entry (->callback points to
lala land), see it crash in flames
http://bugzilla.gnome.org/show_bug.cgi?id=334918
CVS patchset: 7944
CVS date: 2006/03/24 16:40:54
|
|
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
|
|
CID: 180
Checker: RESOURCE_LEAK (help)
File: xine-lib/src/input/libreal/real.c
Function: real_parse_sdp
Description: Returned without freeing storage "desc"
CVS patchset: 7938
CVS date: 2006/03/18 09:35:03
|
|
CID: 10
Checker: DEADCODE (help)
File: xine-lib/src/input/input_smb.c
Function: smb_plugin_read
Description: After this line, the value of "n" is at least 1
CVS patchset: 7937
CVS date: 2006/03/18 09:25:02
|
|
Checker: REVERSE_INULL (help)
File: xine-lib/src/input/http_helper.c
Function: _x_parse_url
Description: Pointer "start" dereferenced before NULL check
CVS patchset: 7936
CVS date: 2006/03/18 09:15:00
|
|
http://article.gmane.org/gmane.comp.video.xine.devel/15139
CVS patchset: 7934
CVS date: 2006/03/17 18:21:23
|
|
Shoutcast streams
CVS patchset: 7933
CVS date: 2006/03/17 18:10:35
|
|
CID: 176
Checker: RESOURCE_LEAK (help)
File: xine-lib/src/input/input_file.c
Function: file_class_get_dir
Description: Returned without freeing storage "hide_files"
CID: 176
Checker: RESOURCE_LEAK (help)
File: xine-lib/src/input/input_file.c
Function: file_class_get_dir
Description: Returned without freeing storage "dir_files"
CID: 176
Checker: RESOURCE_LEAK (help)
File: xine-lib/src/input/input_file.c
Function: file_class_get_dir
Description: Returned without freeing storage "norm_files"
CVS patchset: 7932
CVS date: 2006/03/16 22:17:16
|
|
CID: 278
Checker: USE_AFTER_FREE (help)
File: xine-lib/src/input/input_dvb.c
Function: dvb_plugin_dispose
Description: Using freed pointer "(this)->channels"
CID: 269
Checker: UNINIT (help)
File: xine-lib/src/input/input_dvb.c
Function: dvb_plugin_open
Description: Using uninitialized value "num_channels"
CID: 43
Checker: FORWARD_NULL (help)
File: xine-lib/src/input/input_dvb.c
Function: dvb_plugin_dispose
Description: Variable "(this)->channels" tracked as NULL was dereferenced.
CID: 219
Checker: RESOURCE_LEAK (help)
File: xine-lib/src/input/input_dvb.c
Function: dvb_parse_si
Description: Returned without freeing storage "bufptr"
CID: 218
Checker: RESOURCE_LEAK (help)
File: xine-lib/src/input/input_dvb.c
Function: load_epg_data
Description: Returned without freeing storage "seen_channels"
CID: 217
Checker: RESOURCE_LEAK (help)
File: xine-lib/src/input/input_dvb.c
Function: load_epg_data
Description: Returned without freeing storage "foo"
CID: 216
Checker: RESOURCE_LEAK (help)
File: xine-lib/src/input/input_dvb.c
Function: load_channels
Description: Returned without freeing storage "f"
CID: 215
Checker: RESOURCE_LEAK (help)
File: xine-lib/src/input/input_dvb.c
Function: dvb_class_get_autoplay_list
Description: Variable "tmpbuffer" not freed or pointed-to in function "fopen"
CID: 214
Checker: RESOURCE_LEAK (help)
File: xine-lib/src/input/input_dvb.c
Function: dvb_class_get_autoplay_list
Description: Returned without freeing storage "foobuffer"
CID: 252
Checker: REVERSE_INULL (help)
File: xine-lib/src/input/input_dvb.c
Function: dvb_zoom_cb
Description: Pointer "this" dereferenced before NULL check
CVS patchset: 7931
CVS date: 2006/03/16 22:10:33
|
|
Bill Fink <billfink@mindspring.com>
CVS patchset: 7927
CVS date: 2006/03/16 10:52:32
|
|
Fix a compiler warning wrt static.
CVS patchset: 7898
CVS date: 2006/02/14 19:05:29
|
|
CVS patchset: 7893
CVS date: 2006/02/14 18:42:13
|
|
CVS patchset: 7892
CVS date: 2006/02/14 18:41:43
|
|
CVS patchset: 7888
CVS date: 2006/02/09 09:29:55
|
|
CVS patchset: 7873
CVS date: 2006/02/05 14:32:07
|
|
CVS patchset: 7869
CVS date: 2006/02/05 13:07:31
|
|
CVS patchset: 7864
CVS date: 2006/02/04 12:08:22
|
|
CVS patchset: 7863
CVS date: 2006/02/02 22:35:30
|
|
using autoplay feature
CVS patchset: 7861
CVS date: 2006/02/01 18:55:29
|
|
CVS patchset: 7848
CVS date: 2006/01/27 07:46:09
|
|
Added missing function to VCD plugin from original sources
(thanks to Gert Vervoort).
Fixed Changelog (added 1.0.3 entries, the new ones go to 1.0.4).
CVS patchset: 7829
CVS date: 2006/01/01 21:28:31
|
|
Improved cross-compiling: detect and precedence of the host-specific libs
W32dll: enabled by platforms as originaly, user can override it
Fixed shell errors in the Makefile of the hackersguide
Detect the place of SDL header independently on platform
Fixed spelling in CDDA, include the header sys/param.h if available
Fixed format strings (fix warnings (or even bugs) on Gentoo/FreeBSD)
CVS patchset: 7815
CVS date: 2005/11/28 12:24:56
|
|
Fixed funny bug under Windows due to stdin plugin: each 0x0D was eaten.
CVS patchset: 7809
CVS date: 2005/11/21 10:32:44
|
|
multiline entries support) [#1205274]
patch by Christopher Martin
CVS patchset: 7803
CVS date: 2005/11/15 13:29:10
|
|
is not static.
CVS patchset: 7762
CVS date: 2005/10/15 14:04:05
|
|
hopefuly somebody will be able to help fixing the
mess i did in dvdnav ;)
CVS patchset: 7759
CVS date: 2005/10/14 21:02:16
|
|
Security Audit Project
CVS patchset: 7757
CVS date: 2005/10/08 11:26:23
|
|
CVS patchset: 7732
CVS date: 2005/09/13 00:52:25
|
|
Fixed config callback unregistration.
CVS patchset: 7731
CVS date: 2005/09/12 17:44:37
|