Age | Commit message (Collapse) | Author |
|
CVS patchset: 4434
CVS date: 2003/03/17 09:41:58
|
|
CVS patchset: 4407
CVS date: 2003/03/14 12:23:21
|
|
CVS patchset: 4406
CVS date: 2003/03/14 12:18:10
|
|
CVS patchset: 4405
CVS date: 2003/03/14 12:14:10
|
|
All assert() function calls, with exceptions of libdvdread and libdvdnav, have been
replaced with XINE_ASSERT. Functionally XINE_ASSERT behaves just likes its predecesor but its
adding the ability to print out a stack trace at the point where the assertion fails.
So here are a few examples.
assert (0);
This use of assert was found in a couple locations most favorably being the default case of a switch
statement. This was the only thing there. So if the switch statement was unable to find a match
it would have defaulted to this and the user and the developers would be stuck wonder who died and where.
So it has been replaced with
XINE_ASSERT(0, "We have reach this point and don't have a default case");
It may seem a bit none descriptive but there is more going on behind the scene.
In addition to checking a condition is true/false, in this case '0', the XINE_ASSERT
prints out:
<filename>:<function name>:<line number> - assertion '<assertion expression>' failed. <description>
An example of this might be:
input_dvd.c:open_plugin:1178 - assertion '0' failed. xine_malloc failed!!! You have run out of memory
XINE_ASSERT and its helper function, print_trace, are found in src/xine-utils/xineutils.h
CVS patchset: 4301
CVS date: 2003/02/28 02:51:47
|
|
CVS patchset: 4263
CVS date: 2003/02/23 14:18:59
|
|
CVS patchset: 4238
CVS date: 2003/02/22 01:17:21
|
|
CVS patchset: 4203
CVS date: 2003/02/19 21:37:15
|
|
CVS patchset: 4099
CVS date: 2003/02/03 02:08:59
|
|
CVS patchset: 4068
CVS date: 2003/01/31 18:29:43
|
|
CVS patchset: 4044
CVS date: 2003/01/29 18:30:40
|
|
CVS patchset: 4036
CVS date: 2003/01/29 11:10:50
|
|
CVS patchset: 3844
CVS date: 2003/01/09 12:23:39
|
|
- fixes wma bugs
- mace, huffyuv and mp3 decoders imported (but not enabled)
tested: wma (v1 and v2), mpeg4, msmpeg4 v1, v2 and v3, divx3, divx4, divx5, xvid and
dv decoders. everything looks fine.
CVS patchset: 3828
CVS date: 2003/01/08 13:18:42
|
|
CVS patchset: 3623
CVS date: 2002/12/22 00:35:04
|
|
CVS patchset: 3520
CVS date: 2002/12/14 16:43:22
|
|
- improve ffmpeg support (passing extra data)
- aspect ratio still need to be updated to new syntax
- use our svq1 decoder since ffmpeg one is segfaulting
(buffer overrun - more investigation needed)
- img->copy no more
CVS patchset: 3437
CVS date: 2002/12/06 01:55:32
|
|
CVS patchset: 3418
CVS date: 2002/12/03 22:13:52
|
|
CVS patchset: 3414
CVS date: 2002/12/02 21:58:56
|
|
CVS patchset: 3273
CVS date: 2002/11/16 16:40:23
|
|
CVS patchset: 3261
CVS date: 2002/11/14 23:27:44
|
|
- add wma decoder
- fix mmx macro
- remove changes from fdct_mmx.c (it should work fine now with the mmx macro fix)
CVS patchset: 3234
CVS date: 2002/11/11 13:45:34
|
|
You would do: autogen.sh <configure flags> or autogen <shortcut>
The short cuts are:
aclocal - re-run aclocal
autoheader - re-run autoheader
automake - re-run automake
autoconf - re-run aclocal AND autoconf
libtoolize - re-run libtoolize
noconfig - re-run all gnu tools without doing ./configure
default - run ./configure with <configure flags> or none (if no flags are present)
Removed cvscompile.sh and misc/autogen.sh (deprecated)
General clean up install-debug for Makefile.am files.
CVS patchset: 3180
CVS date: 2002/11/04 00:37:18
|
|
CVS patchset: 3178
CVS date: 2002/11/04 00:31:49
|
|
CVS patchset: 3174
CVS date: 2002/11/03 23:03:30
|
|
of doing so is to do it *silently* so the user is not aware of the
errors during every single frame decode
CVS patchset: 3099
CVS date: 2002/10/30 00:43:33
|
|
CVS patchset: 3090
CVS date: 2002/10/29 16:29:16
|
|
CVS patchset: 2984
CVS date: 2002/10/24 15:03:11
|
|
available. Use MMX only in that case.
CVS patchset: 2937
CVS date: 2002/10/22 17:09:26
|
|
CVS patchset: 2932
CVS date: 2002/10/22 06:34:01
|
|
Changed 'asm' to __asm__
CVS patchset: 2931
CVS date: 2002/10/22 06:03:44
|
|
Changed 'asm' to __asm__
CVS patchset: 2930
CVS date: 2002/10/22 05:57:25
|
|
Changed 'asm' to __asm__
CVS patchset: 2929
CVS date: 2002/10/22 05:51:04
|
|
CVS patchset: 2928
CVS date: 2002/10/22 05:41:25
|
|
CVS patchset: 2926
CVS date: 2002/10/22 05:38:31
|
|
CVS patchset: 2925
CVS date: 2002/10/22 05:37:03
|
|
CVS patchset: 2922
CVS date: 2002/10/22 05:27:05
|
|
Changed 'asm' to __asm__ because we use -ansi flag.
CVS patchset: 2921
CVS date: 2002/10/22 05:19:56
|
|
CVS patchset: 2920
CVS date: 2002/10/22 05:15:37
|
|
CVS patchset: 2918
CVS date: 2002/10/22 05:10:37
|
|
flag.
CVS patchset: 2917
CVS date: 2002/10/22 05:09:28
|
|
CVS patchset: 2915
CVS date: 2002/10/22 05:01:39
|
|
Removed trailing spaces
CVS patchset: 2914
CVS date: 2002/10/22 04:53:07
|
|
- OpenGL header GL/gl.h is checked to see if its exists with wrong
header name (GL/GL.h). Test failed despite the file required by
src/video_out/video_out_opengl.c was GL/gl.h
- Ascii-Art library version incorrect. Required version is 1.4
(contains aalib-config)
m4/aa.m4:
- Changed aalib version to 1.4
src/audio_out/Makefile.am:
src/demuxers/Makefile.am:
src/dxr3/Makefile.am:
src/input/Makefile.am:
src/input/libdvdnav/Makefile.am:
src/input/libdvdread/Makefile.am:
src/libffmpeg/libavcodec/Makefile.am:
src/libffmpeg/libavcodec/i386/Makefile.am:
src/libffmpeg/libavcodec/mlib/Makefile.am:
src/libmad/Makefile.am:
src/libmpeg2/Makefile.am:
src/libvorbis/Makefile.am:
src/libw32dll/Makefile.am:
src/libw32dll/wine/Makefile.am:
src/libxineadec/Makefile.am:
src/libxvid/Makefile.am:
src/video_out/Makefile.am:
src/video_out/libdha/Makefile.am:
src/video_out/vidix/Makefile.am:
src/xine-engine/Makefile.am:
src/xine-utils/Makefile.am:
- Removed @CFLAGS@ from all AM_CFLAGS. @CFLAGS@ are added in Makefile.in.
Adding it here was redundant. Thanks to Mike and others for pointing this
out.
CVS patchset: 2805
CVS date: 2002/10/09 05:13:38
|
|
CVS patchset: 2803
CVS date: 2002/10/08 12:42:31
|
|
CVS patchset: 2783
CVS date: 2002/10/05 00:24:36
|
|
CVS patchset: 2714
CVS date: 2002/09/19 21:45:01
|
|
Replaced configure.in with configure.ac
Remove acconfig.h (Unnecessary with autoconf 2.52 or above)
Updated configure.ac to remove deprecated macros, upgraded
AC_DEFINE to include comments, merged in acconfig.h.
Combined libxine and libxineutils into one library. libxineutils
is created but not installed. Its statically linked into libxine.
Advanced libxine version from 0.2.0 to 1.0.0
Removed references for skins.
Plugins now installed to <libdir>/xine/plugins/$XINE_MAJOR.$XINE_MORE.
$XINE_SUB
Xine-config updated for new location of plugins
Sorted file lists in Makefile.am to make them more readable.
TODO: remove skins references from xine-config
CVS patchset: 2705
CVS date: 2002/09/19 06:01:18
|
|
something must be broken at ffmpeg, also happens with mplayer)
- added priority sorted lists, now autoprobing should work again.
- fixed infinite loop in plugin loader.
obs: latest ffmpeg contains ppc optimizations, someone will have to enable these
though.
CVS patchset: 2676
CVS date: 2002/09/16 21:49:34
|
|
- apply Zdenek Kabelac patches to enable -fpic compiling (why this stuff isn't in
ffmpeg cvs?)
CVS patchset: 2402
CVS date: 2002/08/07 19:46:28
|