Age | Commit message (Collapse) | Author |
|
- 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
|
|
ftp://ftp.mplayerhq.hu/MPlayer/samples/MPEG-4/CDR-Dinner_LAN_800k.mp4
(this sample does not yet work, now it crashes with a SIGFPE - devide by zero)
CVS patchset: 2804
CVS date: 2002/10/08 12:45:58
|
|
strdup segfaults if passed a NULL.
CVS patchset: 2802
CVS date: 2002/10/08 10:29:42
|
|
CVS patchset: 2801
CVS date: 2002/10/08 05:05:05
|
|
moved to bswap.h
CVS patchset: 2794
CVS date: 2002/10/06 03:48:13
|
|
"free video player"
CVS patchset: 2793
CVS date: 2002/10/06 02:35:08
|
|
audio-only QT files
CVS patchset: 2792
CVS date: 2002/10/06 02:27:53
|
|
CVS patchset: 2791
CVS date: 2002/10/06 01:37:27
|
|
CVS patchset: 2790
CVS date: 2002/10/06 00:47:51
|
|
CVS patchset: 2788
CVS date: 2002/10/05 21:09:18
|
|
CVS patchset: 2787
CVS date: 2002/10/05 17:48:25
|
|
CVS patchset: 2786
CVS date: 2002/10/05 17:05:58
|
|
CVS patchset: 2785
CVS date: 2002/10/05 14:39:24
|
|
CVS patchset: 2781
CVS date: 2002/10/04 05:05:57
|
|
temporal position reporting
CVS patchset: 2771
CVS date: 2002/10/03 00:08:47
|
|
instances) as const
CVS patchset: 2769
CVS date: 2002/10/02 15:54:51
|
|
CVS patchset: 2768
CVS date: 2002/10/01 04:48:32
|
|
duration, fixed temporal position reporting, and implemented seek on
start
CVS patchset: 2767
CVS date: 2002/10/01 04:33:35
|
|
temporal position reporting
CVS patchset: 2766
CVS date: 2002/10/01 03:52:53
|
|
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
|
|
reporting, and modified demuxer to be able to seek on start
CVS patchset: 2761
CVS date: 2002/09/30 01:16:15
|
|
"unpredictable segfaults"
CVS patchset: 2758
CVS date: 2002/09/28 23:00:22
|
|
cleaner and also clears up some audio pops at the start of a file
CVS patchset: 2757
CVS date: 2002/09/28 22:47:01
|
|
file format
CVS patchset: 2756
CVS date: 2002/09/28 22:06:31
|
|
certain files from crashing the demuxer
CVS patchset: 2755
CVS date: 2002/09/28 17:13:16
|
|
discontinuity
CVS patchset: 2745
CVS date: 2002/09/24 13:10:25
|
|
playback (which is infeasible due to the audio encoding)
CVS patchset: 2744
CVS date: 2002/09/24 03:09:09
|
|
handling
CVS patchset: 2743
CVS date: 2002/09/23 03:34:03
|
|
CVS patchset: 2742
CVS date: 2002/09/22 17:07:52
|
|
CVS patchset: 2736
CVS date: 2002/09/22 04:23:24
|
|
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
|
|
CVS patchset: 2732
CVS date: 2002/09/21 18:48:25
|
|
disqualify MPEG files wrapped in QT-like headers
CVS patchset: 2731
CVS date: 2002/09/21 18:35:10
|
|
spec
CVS patchset: 2730
CVS date: 2002/09/21 18:18:45
|
|
CVS patchset: 2729
CVS date: 2002/09/21 17:22:21
|
|
timestamps can get really huge), small log output fixes
CVS patchset: 2715
CVS date: 2002/09/19 21:46: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
|
|
Get DVD support to compile.
FIXME: We need to sort out the nav_types.h include file.
Basically, Which version of it should we use ?
CVS patchset: 2704
CVS date: 2002/09/19 05:01:57
|
|
CVS patchset: 2702
CVS date: 2002/09/19 02:00:26
|
|
demux plugins, remove dvd plugin from build while it doesn't compile
CVS patchset: 2696
CVS date: 2002/09/18 22:12:16
|
|
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
|
|
CVS patchset: 2650
CVS date: 2002/09/10 15:07:13
|
|
CVS patchset: 2625
CVS date: 2002/09/07 20:09:28
|
|
adapt some more decoders
CVS patchset: 2618
CVS date: 2002/09/05 22:18:50
|
|
(geez this was a job)
CVS patchset: 2616
CVS date: 2002/09/05 20:44:38
|
|
broken now ... matthias/miguel: please fix it :-)
CVS patchset: 2606
CVS date: 2002/09/04 23:31:05
|