Age | Commit message (Collapse) | Author |
|
input requested, but simply fails because of connection failures or unaccessible files, by returning -1. Leave the same meaning to the old 0 and 1 values.
CVS patchset: 8231
CVS date: 2006/09/13 23:17:29
|
|
mode, as we don't care anymore if it fails or not. This allows a way shorter timeout when trying to connect directly to an IPv4 address (the given timeout rather than 4 minutes).
CVS patchset: 8227
CVS date: 2006/09/13 22:46:24
|
|
default.
CVS patchset: 8223
CVS date: 2006/09/12 21:24:18
|
|
arguments function.
CVS patchset: 8217
CVS date: 2006/09/10 19:50:09
|
|
dsputil_mmx.c patch taked from gentoo portage.
CVS patchset: 8216
CVS date: 2006/09/10 19:33:53
|
|
logs, so that it does not waste 450KiB immediately at startup.
CVS patchset: 8212
CVS date: 2006/09/09 19:35:40
|
|
stdout/stderr output from the two xine_vlog_msg/xine_vlog_err functions that are still local to the input plugin. Centralise log_buffers usage.
CVS patchset: 8211
CVS date: 2006/09/09 17:41:45
|
|
CVS patchset: 8210
CVS date: 2006/09/09 17:13:16
|
|
thanks Daniel Derrett for the patch
CVS patchset: 8209
CVS date: 2006/09/08 21:11:29
|
|
- don't keep trying driver->open after stop (emergency_brake) is requested
- also check for failure on audio format change (implies close/open)
CVS patchset: 8207
CVS date: 2006/09/08 20:32:47
|
|
See bugreport [ 1551996 ].
CVS patchset: 8204
CVS date: 2006/09/08 06:20:37
|
|
CVS patchset: 8180
CVS date: 2006/08/13 23:51:33
|
|
(implemented for mp3 demuxer only)
CVS patchset: 8177
CVS date: 2006/08/12 01:43:26
|
|
by Reinhard Nissl
CVS patchset: 8167
CVS date: 2006/08/08 03:25:03
|
|
CVS patchset: 8160
CVS date: 2006/08/03 04:30:43
|
|
CVS patchset: 8144
CVS date: 2006/08/02 06:19:12
|
|
CVS patchset: 8137
CVS date: 2006/07/21 03:31:42
|
|
CVS patchset: 8134
CVS date: 2006/07/17 17:59:56
|
|
CVS patchset: 8094
CVS date: 2006/07/08 10:02:47
|
|
modify blend algo to avoid division (too slow on some machines).
Result is still acceptable.
CVS patchset: 8093
CVS date: 2006/07/08 09:40:03
|
|
CVS patchset: 8089
CVS date: 2006/07/05 12:55:44
|
|
CVS patchset: 8088
CVS date: 2006/07/05 09:40:00
|
|
select() on streams, to avoid getting frozen if trying to connect to an unreachable server (or if the connection is lost.
CVS patchset: 8087
CVS date: 2006/07/03 10:55:37
|
|
CVS patchset: 8078
CVS date: 2006/06/29 12:28:06
|
|
Also (hopefully) avoid memleak on allocation failure.
CVS patchset: 8071
CVS date: 2006/06/22 23:47:16
|
|
the window size.
CVS patchset: 8069
CVS date: 2006/06/22 10:38:37
|
|
CVS patchset: 8063
CVS date: 2006/06/20 00:35:07
|
|
usage, and by not using a double pointer in alphablend code (the first pointer was always dereferenced anyway).
CVS patchset: 8062
CVS date: 2006/06/20 00:18:44
|
|
CVS patchset: 8059
CVS date: 2006/06/18 22:51:29
|
|
CVS patchset: 8051
CVS date: 2006/06/18 18:50:55
|
|
-fno-strict-aliasing where the breakage is unresolvable, and not enable it globally (decreases performances).
CVS patchset: 8048
CVS date: 2006/06/17 15:20:56
|
|
CVS patchset: 8038
CVS date: 2006/06/15 14:14:09
|
|
is used, as discussed in xine-devel.
CVS patchset: 8027
CVS date: 2006/06/10 01:47:01
|
|
CVS patchset: 7994
CVS date: 2006/05/22 17:00:40
|
|
Try to fix CID: 38 (Variable "buf" tracked as NULL was dereferenced).
I think it's because of not checking for todo < 0.
CVS patchset: 7989
CVS date: 2006/05/07 09:37:31
|
|
undefined when using nbc (stdin, http, ...), so the latest debug build asserted.
CVS patchset: 7982
CVS date: 2006/05/01 12:05:09
|
|
CVS patchset: 7977
CVS date: 2006/04/21 23:15:44
|
|
CVS patchset: 7975
CVS date: 2006/04/21 22:46:33
|
|
CVS patchset: 7973
CVS date: 2006/04/19 17:35:47
|
|
CVS patchset: 7967
CVS date: 2006/04/10 17:42:14
|
|
- rint, lrint, M_PI (ffmpeg and goom)
- avoid mkdir warnings
- check for older _GUID_DEFINED too
- ressurected generating inttypes, cleaned public os_types.h
- moved function redefiniton used only in the old MSVC to central place
Windows port update:
- build internal ffmpeg:
- workaround 'near' keyword problem
- proper using __declspec(dllimport)
Other changes:
- LIBFFMPEG_CFLAGS --> LIBFFMPEG_CPPFLAGS
CVS patchset: 7964
CVS date: 2006/04/08 16:42:23
|
|
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
|
|
Also negative coordinates are legal now.
CVS patchset: 7958
CVS date: 2006/04/05 12:44:32
|
|
buffer overflows.
CVS patchset: 7954
CVS date: 2006/03/27 10:43:11
|
|
CVS patchset: 7948
CVS date: 2006/03/25 01:26:34
|
|
For speeds < 100%, vo_loop() won't sleep for long enough. Not a problem.
For speeds > 100%, it may sleep for too long; consequently, frames may be
dropped.
(Reinhard Nissl)
CVS patchset: 7947
CVS date: 2006/03/25 01:17:44
|
|
CVS patchset: 7946
CVS date: 2006/03/24 20:05:38
|
|
CVS patchset: 7945
CVS date: 2006/03/24 19:56:46
|
|
if we can't change it. Fix GNOME bug #334666:
http://bugzilla.gnome.org/show_bug.cgi?id=334666
trying to open:
mms://media.fastweb.it/WM9/raiclick/FMVRAI04000000001441.wmv?idCnt=368&path=RaiClickWeb^Spettacolo^Jazz#1
CVS patchset: 7935
CVS date: 2006/03/17 18:52:04
|
|
CVS patchset: 7923
CVS date: 2006/03/11 08:49:40
|