Age | Commit message (Collapse) | Author |
|
xine_list_free() frees the elements and itself, unfortunately this
has not been true
CVS patchset: 5868
CVS date: 2003/12/08 11:49:16
|
|
Replace XINE_ASSERT by _x_assert, which works exaclty as assert, except that it still warns with NDEBUG defined (but don't abort). Fix missuning of assert(0), which isn't safe, abort is abort, assert is for debugging purpose only, so all assert(0) has been converted to abort() alls. In osd_preload_fonts(): alloc needed memory chunk. Define NDEBUG in CFLAGS, for non DEBUG build only.
CVS patchset: 5860
CVS date: 2003/12/07 15:34:29
|
|
CVS patchset: 5854
CVS date: 2003/12/06 18:15:56
|
|
worthless:
* fixing some lprintf's
* fixing one printf -> xprintf
* adding patch to diff_to_ffmpeg_cvs
* small addition to xineutils.h (some gcc magic for future optimizations)
CVS patchset: 5853
CVS date: 2003/12/06 18:11:53
|
|
CVS patchset: 5852
CVS date: 2003/12/06 16:10:01
|
|
relevant too. Small other little fix (can't remember). Change few internal function prototype because it xine_t pointer need to be used if some xine's internal sections. NOTE: libdvd{nav,read} is still too noisy, i will take a look to made it quit, without invasive changes. To be continued...
CVS patchset: 5844
CVS date: 2003/12/05 15:54:56
|
|
CVS patchset: 5841
CVS date: 2003/12/04 22:15:25
|
|
scratch buffer enhancement (thanks Thibaut for the malloc tips), enlarge log buffer from 25 lines (very useless), to 150 (better).
CVS patchset: 5801
CVS date: 2003/11/26 23:44:08
|
|
piece of patch of previous win32 update
sputext demuxer - latin1 subtitles work
mpeg_pes demuxer - it's compiled fine with MSVC and it seems it works
CVS patchset: 5799
CVS date: 2003/11/26 21:28:47
|
|
CVS patchset: 5796
CVS date: 2003/11/26 19:43:26
|
|
CVS patchset: 5722
CVS date: 2003/11/11 19:02:58
|
|
CVS patchset: 5721
CVS date: 2003/11/11 18:44:50
|
|
- basename() is added to xine-utils, if it isn't found by configure
- macros with variable number of arguments are simplified to ignore
additional arguments (only for MSVC),
lprintf macro simplified with full functionality
- minor update for building a52, some preparation for ffmpeg
CVS patchset: 5687
CVS date: 2003/11/04 14:38:26
|
|
(they are not used anywhere, but are very helpful, if you quickly want to
measure, how much time a function takes)
CVS patchset: 5666
CVS date: 2003/11/01 17:25:49
|
|
CVS patchset: 5659
CVS date: 2003/11/01 01:25:44
|
|
CVS patchset: 5642
CVS date: 2003/10/30 06:04:31
|
|
end lines to dos end lines.
First small changes for compilation engine under VCC, but it isn't finished yet.
CVS patchset: 5624
CVS date: 2003/10/28 13:48:45
|
|
additionally, the current test fails to compile on SuSE 9.0
CVS patchset: 5593
CVS date: 2003/10/25 13:39:39
|
|
CVS patchset: 5553
CVS date: 2003/10/20 00:33:28
|
|
CVS patchset: 5519
CVS date: 2003/10/14 21:58:22
|
|
CVS patchset: 5427
CVS date: 2003/10/03 16:30:39
|
|
independent) that appeared when statically linking in libXv
drawback: the Xv test in the health check is not supported on systems with
only the static libXv any more
CVS patchset: 5426
CVS date: 2003/10/03 16:30:07
|
|
before we define this instance of __attribute__
CVS patchset: 5400
CVS date: 2003/09/17 22:30:18
|
|
usable by the user were never executed. The condition code to check the
drive permissions was never false. The change here uses the access()
function to check the permission of the drives.
CVS patchset: 5394
CVS date: 2003/09/16 02:15:39
|
|
CVS patchset: 5393
CVS date: 2003/09/16 02:12:54
|
|
Replaced 'while((int) ptr % alignment)' with 'while((size_t) ptr % alignment)'
On a 32-bit architecture the comparision of ptr and alignment is fine. On a
64-bit architecture the comparision of ptr (32bits) and alignment (64bits)
can cause problems in the desired behaviour. So casting the ptr to the same
size as alignment cleared this issue.
CVS patchset: 5392
CVS date: 2003/09/16 02:11:45
|
|
CVS patchset: 5391
CVS date: 2003/09/16 02:08:03
|
|
Definition of unsigned long long was replaced with uint64_t. The declaration
of 'unsigned long long' is a new feature in C99. Since not all the features
of C99 are supported in gcc and the ccc compiler a simple type change cleared
the message.
CVS patchset: 5390
CVS date: 2003/09/16 02:07:18
|
|
CVS patchset: 5389
CVS date: 2003/09/16 02:03:16
|
|
earlier.
This renaming removed the message that the macro was redefined.
CVS patchset: 5388
CVS date: 2003/09/16 02:01:49
|
|
CVS patchset: 5361
CVS date: 2003/09/13 14:30:29
|
|
CVS patchset: 5357
CVS date: 2003/09/13 00:05:38
|
|
faster and uses less memory
fix a segfault with >30Mo files.
ok, it's a bit stupid to parse 30Mo xml file, but
a crazy tried to parse a 30Mo asx file and he was not happy with the parser. ;)
CVS patchset: 5356
CVS date: 2003/09/11 23:05:39
|
|
CVS patchset: 5308
CVS date: 2003/08/25 14:32:37
|
|
CVS patchset: 5257
CVS date: 2003/08/07 09:26:53
|
|
CVS patchset: 5239
CVS date: 2003/08/04 02:30:44
|
|
engine and the utils, removed unused variables
CVS patchset: 5219
CVS date: 2003/07/27 12:47:23
|
|
no more excuses for not using valgrind :)
CVS patchset: 5212
CVS date: 2003/07/25 22:38:23
|
|
CVS patchset: 5183
CVS date: 2003/07/19 11:50:33
|
|
Thanks Günter.
CVS patchset: 5182
CVS date: 2003/07/19 00:22:43
|
|
CVS patchset: 5172
CVS date: 2003/07/16 22:11:14
|
|
2) don't print out control characters
CVS patchset: 5170
CVS date: 2003/07/16 21:55:02
|
|
CVS patchset: 5168
CVS date: 2003/07/16 14:14:17
|
|
- general multipass compilation make targets
CVS patchset: 5149
CVS date: 2003/07/12 12:31:13
|
|
CVS patchset: 5148
CVS date: 2003/07/12 04:34:39
|
|
CVS patchset: 5146
CVS date: 2003/07/12 03:10:15
|
|
use mmxext non-temporal hints and pavgb
CVS patchset: 5086
CVS date: 2003/06/22 15:03:43
|
|
CVS patchset: 5077
CVS date: 2003/06/20 20:57:28
|
|
xine-utils.
CVS patchset: 5040
CVS date: 2003/06/13 23:05:35
|
|
CVS patchset: 5003
CVS date: 2003/06/03 03:33:15
|