summaryrefslogtreecommitdiff
path: root/src/input/libdvdread
AgeCommit message (Collapse)Author
2002-11-23whoups - sorry again, leftover from a debugging session (libdvdread abort()s ↵Guenter Bartsch
in some cases when trying to play back an encrypted dvd without libdvdcss installed) CVS patchset: 3348 CVS date: 2002/11/23 00:16:23
2002-11-23pnm protocol input pluginGuenter Bartsch
CVS patchset: 3347 CVS date: 2002/11/23 00:04:32
2002-10-23incorporate Stephen's comment fixing into the sync-help patchMichael Roitzsch
CVS patchset: 2963 CVS date: 2002/10/23 11:45:35
2002-10-22Changed -ansi so that the developer must include @ANSI_FLAGS@ in their ↵Stephen Torri
AC_CFLAGS variable of their Makefile.am for the directory. CVS patchset: 2943 CVS date: 2002/10/22 23:50:15
2002-10-22Changed comments to standard /* ... */Stephen Torri
CVS patchset: 2909 CVS date: 2002/10/22 04:34:02
2002-10-22Changed comments to standard (/* ... */)Stephen Torri
CVS patchset: 2908 CVS date: 2002/10/22 04:31:00
2002-10-22Changed comments to standard (/* ... */)Stephen Torri
Compiler warning to be fixed: dvd_udf.c: In function `UDFScanDir': dvd_udf.c:328: warning: implicit declaration of function `strcasecmp' CVS patchset: 2907 CVS date: 2002/10/22 04:29:46
2002-10-22Added "compat.h" to clear up compiler error of undeclared macros.Stephen Torri
Changed PATH_MAX to XINE_PATH_MAX Compiler warnings to be fixed: dvd_reader.c: In function `DVDOpenPath': dvd_reader.c:187: warning: implicit declaration of function `strdup' dvd_reader.c:187: warning: assignment makes pointer from integer without a cast dvd_reader.c: In function `DVDOpen': dvd_reader.c:282: warning: assignment makes pointer from integer without a cast dvd_reader.c:292: warning: implicit declaration of function `fchdir' dvd_reader.c:312: warning: implicit declaration of function `strcasecmp' dvd_reader.c:361: warning: assignment makes pointer from integer without a cast dvd_reader.c: In function `findDVDFile': dvd_reader.c:460: warning: implicit declaration of function `strncasecmp' CVS patchset: 2906 CVS date: 2002/10/22 04:28:10
2002-10-09configure.ac:Stephen Torri
- 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
2002-09-19Updated cvscompile.sh to look for configure.acStephen Torri
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
2002-09-09that was a while ago: preserve Jürgen Keil's patch to libdvdreaduid86226
CVS patchset: 2641 CVS date: 2002/09/09 20:47:30
2002-09-04file_open was allocating too few bytes for dvd_input_t, corrupts malloc heap.xine-0_9_14-norelease0.9.14-noreleaseJuergen Keil
It was using ``sizeof(pointer)'' instead of ``sizeof(structure)'' CVS patchset: 2605 CVS date: 2002/09/04 16:06:18
2002-08-19align reads in memory to allow use of raw devicesMichael Roitzsch
CVS patchset: 2484 CVS date: 2002/08/19 17:21:00
2002-08-10ease merging of new versionsMichael Roitzsch
CVS patchset: 2425 CVS date: 2002/08/10 14:00:45
2002-08-10change some more includes to local onesMichael Roitzsch
CVS patchset: 2424 CVS date: 2002/08/10 13:59:43
2002-08-09be less strict with those assertions,Michael Roitzsch
I have one (rather broken disc that only works without them CVS patchset: 2413 CVS date: 2002/08/09 15:41:38
2002-08-09tidy things upMichael Roitzsch
CVS patchset: 2410 CVS date: 2002/08/09 13:44:38
2002-08-08Changed loads of #include <dvdread/...> to #include <...>Rich J Wareham
CVS patchset: 2405 CVS date: 2002/08/08 21:55:54
2002-08-08First stage of DVD plugin -> dvdnav conversionRich J Wareham
CVS patchset: 2404 CVS date: 2002/08/08 17:49:20