summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-10-22Changed comment to standard /* ... */Stephen Torri
CVS patchset: 2928 CVS date: 2002/10/22 05:41:25
2002-10-22bring the QT RLE decoder in line with the latest API revisionMike Melanson
CVS patchset: 2927 CVS date: 2002/10/22 05:40:01
2002-10-22Changed 'asm' to __asm__ because of -ansi flag.Stephen Torri
CVS patchset: 2926 CVS date: 2002/10/22 05:38:31
2002-10-22Changed comments to standard /* ... */Stephen Torri
CVS patchset: 2925 CVS date: 2002/10/22 05:37:03
2002-10-22bring the RPZA decoder in line with the latest API revisionMike Melanson
CVS patchset: 2924 CVS date: 2002/10/22 05:33:52
2002-10-22bring the SMC decoder in line with the latest API revisionMike Melanson
CVS patchset: 2923 CVS date: 2002/10/22 05:27:54
2002-10-22Changed comments to standard /* ... */Stephen Torri
CVS patchset: 2922 CVS date: 2002/10/22 05:27:05
2002-10-22Changed comments to standard /* ... */Stephen Torri
Changed 'asm' to __asm__ because we use -ansi flag. CVS patchset: 2921 CVS date: 2002/10/22 05:19:56
2002-10-22Changed comments to standard /* ... */Stephen Torri
CVS patchset: 2920 CVS date: 2002/10/22 05:15:37
2002-10-22bring the SVQ1 decoder in line with the latest API revisionMike Melanson
CVS patchset: 2919 CVS date: 2002/10/22 05:14:34
2002-10-22Changed comments to standard /* ... */Stephen Torri
CVS patchset: 2918 CVS date: 2002/10/22 05:10:37
2002-10-22Changed 'asm' calls to '__asm__'. Necessary since we compile with the -ansi ↵Stephen Torri
flag. CVS patchset: 2917 CVS date: 2002/10/22 05:09:28
2002-10-22bring the QT demuxer in line with the latest API revisionMike Melanson
CVS patchset: 2916 CVS date: 2002/10/22 05:03:01
2002-10-22Changed comments to standard /* ... */Stephen Torri
CVS patchset: 2915 CVS date: 2002/10/22 05:01:39
2002-10-22Changed comments to standard /* ... */Stephen Torri
Removed trailing spaces CVS patchset: 2914 CVS date: 2002/10/22 04:53:07
2002-10-22Changed comments to standard /* ... */Stephen Torri
Removed trailing spaces Removed spaces at beginning of line before tabs CVS patchset: 2913 CVS date: 2002/10/22 04:51:24
2002-10-22Added new line at end of file to remove warning.Stephen Torri
CVS patchset: 2912 CVS date: 2002/10/22 04:48:41
2002-10-22Changed comments to standard /* ... */Stephen Torri
CVS patchset: 2911 CVS date: 2002/10/22 04:46:22
2002-10-22Changed comments to standard /* ... */Stephen Torri
Removed trailing spaces. CVS patchset: 2910 CVS date: 2002/10/22 04:42:45
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-22Changed non standard comment (//).Stephen Torri
Compiler warnings to be fixed: demux_asf.c: In function `demux_asf_send_headers': demux_asf.c:1272: warning: implicit declaration of function `strdup' demux_asf.c:1272: warning: assignment makes pointer from integer without a castdemux_asf.c:1274: warning: assignment makes pointer from integer without a castdemux_asf.c:1276: warning: assignment makes pointer from integer without a castdemux_asf.c: In function `open_plugin': demux_asf.c:1453: warning: implicit declaration of function `strncasecmp' demux_asf.c: In function `demux_asf_send_headers': demux_asf.c:1226: warning: `bitrate' might be used uninitialized in this function CVS patchset: 2905 CVS date: 2002/10/22 04:23:19
2002-10-22Added -ansi to the compile flags of gcc compilers.Stephen Torri
*** BEWARE **** This causes more warnings and other things ignore by the compiler before to appear. In some cases will cause a build to stop because of a previously unseen problem. CVS patchset: 2904 CVS date: 2002/10/22 04:20:03
2002-10-22fix stop...start sequenceMike Melanson
CVS patchset: 2903 CVS date: 2002/10/22 04:08:47
2002-10-21Fix BUF_FLAG_PREVIEW problem (ie don't repeat first second).Thibaut Mattern
CVS patchset: 2902 CVS date: 2002/10/21 23:22:29
2002-10-21Fix read_id3_tags (segfault)Thibaut Mattern
CVS patchset: 2901 CVS date: 2002/10/21 22:25:50
2002-10-21Oups...Thibaut Mattern
Remove stupid free() CVS patchset: 2900 CVS date: 2002/10/21 20:27:53
2002-10-21open_plugin cleanup + fixThibaut Mattern
CVS patchset: 2899 CVS date: 2002/10/21 20:18:31
2002-10-21document INPUT_CAP_CHAPTERSMichael Roitzsch
CVS patchset: 2898 CVS date: 2002/10/21 12:57:51
2002-10-21Enable DVD SPU subtitles.James Courtier-Dutton
CLUT and timing do not seem to be working well yet. CVS patchset: 2897 CVS date: 2002/10/21 12:10:58
2002-10-21Fix bug with assert undefined when building in "make debug" mode.James Courtier-Dutton
CVS patchset: 2896 CVS date: 2002/10/21 07:00:19
2002-10-20more lockingGuenter Bartsch
CVS patchset: 2895 CVS date: 2002/10/20 23:58:52
2002-10-20stop engine when necessary, start metronom only once - but in the right ↵Guenter Bartsch
place, #ifdef LOG introduction in xine.c CVS patchset: 2894 CVS date: 2002/10/20 23:55:23
2002-10-20important: call demuxer_stop from demuxer_disposeGuenter Bartsch
CVS patchset: 2893 CVS date: 2002/10/20 23:54:20
2002-10-20provide some documentation of input plugin capabilitiesGuenter Bartsch
CVS patchset: 2892 CVS date: 2002/10/20 22:35:33
2002-10-20demux_mpgaudio ported to new api, small fixesGuenter Bartsch
CVS patchset: 2891 CVS date: 2002/10/20 21:15:07
2002-10-20get_optional_data was missingGuenter Bartsch
CVS patchset: 2890 CVS date: 2002/10/20 20:51:17
2002-10-20http input plugin adapted to new apiGuenter Bartsch
CVS patchset: 2889 CVS date: 2002/10/20 19:34:18
2002-10-20plugin interface version number fixGuenter Bartsch
CVS patchset: 2888 CVS date: 2002/10/20 19:12:24
2002-10-20another attempt to make audio and video start at the same ptsGuenter Bartsch
CVS patchset: 2887 CVS date: 2002/10/20 19:03:43
2002-10-20make avi demuxer send preview buffers, libmad uses them to extract ↵Guenter Bartsch
stream/meta info CVS patchset: 2886 CVS date: 2002/10/20 18:23:33
2002-10-20bring the linear PCM decoder in line with the latest API revisionMike Melanson
CVS patchset: 2885 CVS date: 2002/10/20 18:23:20
2002-10-20bring the MSVC decoder in line with the latest API revisionMike Melanson
CVS patchset: 2884 CVS date: 2002/10/20 18:07:23
2002-10-20bring the MS RLE decoder in line with the latest API revisionMike Melanson
CVS patchset: 2883 CVS date: 2002/10/20 18:01:01
2002-10-20still trying to get a/v sync working, more lockingGuenter Bartsch
CVS patchset: 2882 CVS date: 2002/10/20 17:56:35
2002-10-20bring the YUV decoder in line with the latest API revisionMike Melanson
CVS patchset: 2881 CVS date: 2002/10/20 17:54:54
2002-10-20bring the raw RGB decoder in line with the latest API revisionMike Melanson
CVS patchset: 2880 CVS date: 2002/10/20 17:47:00
2002-10-20bring the CYUV decoder in line with the latest API revisionMike Melanson
CVS patchset: 2879 CVS date: 2002/10/20 17:34:11