Age | Commit message (Collapse) | Author |
|
CVS patchset: 5912
CVS date: 2003/12/14 22:13:22
|
|
* internal names cleanup
* http input plugin uses http_helper.c
* fix change in audio_directx
* MSVC stoped compile xineui because of 'this', mysterious
* change non-constand array lengths to malloc/free,
it good for such old compilers as my MSVC 6.0
* change lprintf macro for MSVC to compile again
(I don't know, how use variable number of macro arguments in MSVC...)
* merge compiling of xine-utils and xine-engine
CVS patchset: 5902
CVS date: 2003/12/13 11:35:07
|
|
CVS patchset: 5898
CVS date: 2003/12/13 00:55:11
|
|
CVS patchset: 5897
CVS date: 2003/12/12 23:20:21
|
|
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
|
|
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: 5850
CVS date: 2003/12/06 14:25:24
|
|
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
|
|
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
|
|
CVS patchset: 5798
CVS date: 2003/11/26 20:32:06
|
|
CVS patchset: 5796
CVS date: 2003/11/26 19:43:26
|
|
CVS patchset: 5795
CVS date: 2003/11/26 19:36:13
|
|
CVS patchset: 5789
CVS date: 2003/11/26 18:36:34
|
|
CVS patchset: 5784
CVS date: 2003/11/26 10:02:52
|
|
text subtitles may now be rendered at full screen resolution
* load xine fonts on demand - faster startup
note: support added to xv, xshm and vidix
CVS patchset: 5780
CVS date: 2003/11/26 01:03:31
|
|
CVS patchset: 5755
CVS date: 2003/11/16 17:18:09
|
|
CVS patchset: 5721
CVS date: 2003/11/11 18:44:50
|
|
CVS patchset: 5717
CVS date: 2003/11/10 18:40:08
|
|
Check return values of memalign(3C).
CVS patchset: 5664
CVS date: 2003/11/01 15:47:34
|
|
patch provided by Chris Rankin
CVS patchset: 5650
CVS date: 2003/10/31 17:25:20
|
|
solves dvd menu problems using tvtime plugin.
reference: http://sourceforge.net/mailarchive/forum.php?thread_id=3118939&forum_id=7131
CVS patchset: 5633
CVS date: 2003/10/28 23:54:59
|
|
CVS patchset: 5616
CVS date: 2003/10/27 16:31:35
|
|
fix "make dist". Now tarball is complete.
don't expect people have doc formatting tools (check for sgmltools
and fig2dev).
rename the spaced name file in win32 (Tim, can you check if i didn't break
anything please ?).
CVS patchset: 5589
CVS date: 2003/10/25 00:49:11
|
|
CVS patchset: 5588
CVS date: 2003/10/24 22:34:50
|
|
CVS patchset: 5585
CVS date: 2003/10/24 07:10:36
|
|
* some obsolete VO_CAP_* constants removed
* VO_ZOOM_* constants replaced by their XINE_VO_ZOOM_* equivalents from xine.h
* moved some bits around
* proc_frame() needs only one parameter: the frame
* renamed copy_called to proc_called
* changed logic in video_out.c to call proc_* functions a bit
(call proc_frame() first, then call proc_slice() if proc_frame() has not set
proc_called, this allows video out plugins to have both hooks called)
CVS patchset: 5576
CVS date: 2003/10/23 15:17:06
|
|
video_out API version to 18.
CVS patchset: 5574
CVS date: 2003/10/22 20:38:09
|
|
CVS patchset: 5553
CVS date: 2003/10/20 00:33:28
|
|
CVS patchset: 5540
CVS date: 2003/10/19 03:12:47
|
|
CVS patchset: 5539
CVS date: 2003/10/18 23:01:21
|
|
CVS patchset: 5537
CVS date: 2003/10/18 20:40:25
|
|
CVS patchset: 5490
CVS date: 2003/10/12 18:51:08
|
|
CVS patchset: 5464
CVS date: 2003/10/07 17:35:51
|
|
- bump vo and post interface versions
obs: video_out_xvmc.c needs some more work, see todo.
CVS patchset: 5459
CVS date: 2003/10/06 21:52:42
|
|
This fixes the heap corruption and malloc(3C) has been switched back to memalign(3C).
CVS patchset: 5449
CVS date: 2003/10/05 16:22:19
|
|
indicative of heap corruption elsewhere.
CVS patchset: 5440
CVS date: 2003/10/04 20:29:26
|
|
by one errors. Fix compiler warning.
CVS patchset: 5430
CVS date: 2003/10/03 23:19:21
|
|
CVS patchset: 5409
CVS date: 2003/09/22 21:34:10
|
|
various bugs. Fix incorrect colours when blending frame with a big-endian RGB pixel format.
CVS patchset: 5406
CVS date: 2003/09/21 02:53:19
|
|
CVS patchset: 5396
CVS date: 2003/09/16 19:34:25
|
|
^_^). Remove assertions for alignment from bswap.h and allow unaligned accesses in XE_xx macros on IA32. Update ChangeLog.
CVS patchset: 5380
CVS date: 2003/09/14 22:02:26
|
|
CVS patchset: 5370
CVS date: 2003/09/13 22:56:14
|
|
CVS patchset: 5368
CVS date: 2003/09/13 17:20:50
|
|
CVS patchset: 5319
CVS date: 2003/08/29 23:10:13
|
|
fft*post are untouched (fft: for now).
CVS patchset: 5310
CVS date: 2003/08/25 21:51:37
|
|
CVS patchset: 5308
CVS date: 2003/08/25 14:32:37
|
|
CVS patchset: 5286
CVS date: 2003/08/13 13:42:20
|
|
CVS patchset: 5280
CVS date: 2003/08/12 14:52:49
|
|
fixed.
CVS patchset: 5274
CVS date: 2003/08/12 00:43:48
|
|
double buffering if sufficient video memory is available.
CVS patchset: 5273
CVS date: 2003/08/11 22:19:33
|