Age | Commit message (Collapse) | Author |
|
CVS patchset: 3805
CVS date: 2003/01/07 06:29:16
|
|
CVS patchset: 3778
CVS date: 2003/01/05 06:48:16
|
|
CVS patchset: 3773
CVS date: 2003/01/04 16:40:48
|
|
same shared library (reduce loading time). demuxer api increased so
old ungrouped plugins won't be loaded.
Bill Fink patch to enable playback of live rawdv streams.
obs: non-regular files are now supposed non-seekable.
CVS patchset: 3771
CVS date: 2003/01/04 14:48:11
|
|
demuxers for Westwood Studios AUD, Playstation STR, and TechnoTrend PVA
CVS patchset: 3749
CVS date: 2003/01/02 06:10:49
|
|
CVS patchset: 3708
CVS date: 2002/12/28 18:23:38
|
|
CVS patchset: 3694
CVS date: 2002/12/27 16:47:17
|
|
CVS patchset: 3691
CVS date: 2002/12/27 13:17:30
|
|
- avi demuxer knows frame numbers
CVS patchset: 3658
CVS date: 2002/12/23 21:29:53
|
|
we do not have the necessary libs/includes installed on the build system.
CVS patchset: 3593
CVS date: 2002/12/20 11:10:45
|
|
CVS patchset: 3591
CVS date: 2002/12/20 01:35:49
|
|
CVS patchset: 3517
CVS date: 2002/12/14 14:27:03
|
|
CVS patchset: 3505
CVS date: 2002/12/13 08:23:19
|
|
CVS patchset: 3501
CVS date: 2002/12/12 23:34:39
|
|
will build all dependent parts (e.g. libxine.la). The directory must still
be prepared by running autogen.sh.
CVS patchset: 3331
CVS date: 2002/11/22 05:25:14
|
|
CVS patchset: 3198
CVS date: 2002/11/07 04:08:14
|
|
CVS patchset: 3160
CVS date: 2002/11/02 23:45:47
|
|
to get a minimal dynamic linker symbol table
CVS patchset: 3073
CVS date: 2002/10/28 13:30:58
|
|
- time to cleanup demuxer mess... no more pthread stuff on any demuxer.
of course i haven't tested all demuxers, but they at least compile.
(sorry Mike, we will need to move a few variables around to make most of
your demuxers work again - not big deal i think)
- make api more consistent by providing xine_open/xine_close
and xine_start/xine_stop.
CVS patchset: 3058
CVS date: 2002/10/28 03:24:42
|
|
CVS patchset: 3045
CVS date: 2002/10/27 18:00:29
|
|
CVS patchset: 3040
CVS date: 2002/10/27 04:32:41
|
|
CVS patchset: 3038
CVS date: 2002/10/27 03:31:44
|
|
CVS patchset: 3034
CVS date: 2002/10/27 01:52:15
|
|
CVS patchset: 3033
CVS date: 2002/10/27 00:27:26
|
|
CVS patchset: 2958
CVS date: 2002/10/23 10:08:48
|
|
CVS patchset: 2955
CVS date: 2002/10/23 04:21:17
|
|
AC_CFLAGS variable of their Makefile.am for the directory.
CVS patchset: 2943
CVS date: 2002/10/22 23:50:15
|
|
CVS patchset: 2891
CVS date: 2002/10/20 21:15:07
|
|
CVS patchset: 2870
CVS date: 2002/10/20 02:20:13
|
|
CVS patchset: 2846
CVS date: 2002/10/18 07:13:10
|
|
CVS patchset: 2828
CVS date: 2002/10/14 15:46:48
|
|
- 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: 2790
CVS date: 2002/10/06 00:47:51
|
|
CVS patchset: 2781
CVS date: 2002/10/04 05:05:57
|
|
libraries:
lib_LTLIBRARIES = \
libA.la \
libC.la \
libD.la
# libB.la
Do NOT do:
lib_LTLIBRARIES = \
libA.la \
# libB.la \
libC.la \
libD.la
Commenting out libraries in this way automake appears to get confused. It
does not look at this like a compiler does. It will notice that this is
a comment but it seems to process the '\'. So it will complain about the
Makefile.am variables for libC.la and libD.la (e.g. libC_la_SOURCES) as
being unused.
CVS patchset: 2765
CVS date: 2002/10/01 03:21:19
|
|
CVS patchset: 2763
CVS date: 2002/09/30 14:46:09
|
|
CVS patchset: 2735
CVS date: 2002/09/21 20:27:02
|
|
CVS patchset: 2734
CVS date: 2002/09/21 19:47:11
|
|
CVS patchset: 2733
CVS date: 2002/09/21 19:18:37
|
|
spec
CVS patchset: 2730
CVS date: 2002/09/21 18:18:45
|
|
CVS patchset: 2729
CVS date: 2002/09/21 17:22:21
|
|
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
|
|
Disable OGG/VORBIS etc. until ./cvscompile.sh works.
Problem is that ./cvscompile.sh responds with OGG/VORBIS not present every time.
CVS patchset: 2683
CVS date: 2002/09/18 06:52:10
|
|
CVS patchset: 2680
CVS date: 2002/09/18 00:51:33
|
|
vorbis streams embedded in ogg
CVS patchset: 2468
CVS date: 2002/08/17 02:26:50
|
|
CVS patchset: 2452
CVS date: 2002/08/14 02:46:22
|
|
CVS patchset: 2442
CVS date: 2002/08/12 03:56:12
|
|
CVS patchset: 2437
CVS date: 2002/08/12 00:14:58
|
|
CVS patchset: 2426
CVS date: 2002/08/10 20:58:44
|
|
CVS patchset: 2371
CVS date: 2002/07/31 06:12:25
|