Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-10-23 | re-enable demux_mpeg | Juergen Keil | |
CVS patchset: 2958 CVS date: 2002/10/23 10:08:48 | |||
2002-10-23 | changed (gnu) "grep -E" -> "egrep"; this works on solaris, too | Juergen Keil | |
CVS patchset: 2957 CVS date: 2002/10/23 10:03:11 | |||
2002-10-23 | calling _stop() within _dispose() solves a lot of problems | Mike Melanson | |
CVS patchset: 2956 CVS date: 2002/10/23 04:58:15 | |||
2002-10-23 | bring back some more demuxers | Mike Melanson | |
CVS patchset: 2955 CVS date: 2002/10/23 04:21:17 | |||
2002-10-23 | reinstate the native audio and video decoders | Mike Melanson | |
CVS patchset: 2954 CVS date: 2002/10/23 04:18:39 | |||
2002-10-23 | bring the GSM 6.10 decoder in line with the latest API revision | Mike Melanson | |
CVS patchset: 2953 CVS date: 2002/10/23 04:16:24 | |||
2002-10-23 | bring the log PCM decoder in line with the latest API revision | Mike Melanson | |
CVS patchset: 2952 CVS date: 2002/10/23 04:05:07 | |||
2002-10-23 | bring the WAV demuxer in line with the latest API revision | Mike Melanson | |
CVS patchset: 2951 CVS date: 2002/10/23 03:46:32 | |||
2002-10-23 | bring the FLI subsystem in line with the latest API revision | Mike Melanson | |
CVS patchset: 2950 CVS date: 2002/10/23 03:21:19 | |||
2002-10-23 | bring the RoQ subsystem in line with the latest API revision | Mike Melanson | |
CVS patchset: 2949 CVS date: 2002/10/23 02:55:01 | |||
2002-10-23 | CIN not MVE | Mike Melanson | |
CVS patchset: 2948 CVS date: 2002/10/23 02:29:02 | |||
2002-10-23 | bring the Id CIN video decoder in line with the latest API revision | Mike Melanson | |
CVS patchset: 2947 CVS date: 2002/10/23 02:13:51 | |||
2002-10-23 | bring the Id CIN demuxer in line with the latest API revision | Mike Melanson | |
CVS patchset: 2946 CVS date: 2002/10/23 02:01:10 | |||
2002-10-23 | bring the WC3 video decoder in line with the latest API revision | Mike Melanson | |
CVS patchset: 2945 CVS date: 2002/10/23 01:40:01 | |||
2002-10-23 | bring the WC3 Movie demuxer in line with the latest API revision | Mike Melanson | |
CVS patchset: 2944 CVS date: 2002/10/23 01:32:27 | |||
2002-10-22 | Changed -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-22 | Fix a warning. | Thibaut Mattern | |
CVS patchset: 2942 CVS date: 2002/10/22 23:39:53 | |||
2002-10-22 | Recursive comments, picked up via CVS $Log keyword. Trying to fix... | Juergen Keil | |
CVS patchset: 2941 CVS date: 2002/10/22 17:18:23 | |||
2002-10-22 | Fix bad comment, and disable some piece of code to enable compilation on solaris | Juergen Keil | |
CVS patchset: 2940 CVS date: 2002/10/22 17:16:57 | |||
2002-10-22 | fix small typo in a comment | Juergen Keil | |
CVS patchset: 2939 CVS date: 2002/10/22 17:14:47 | |||
2002-10-22 | trying to reduce the number of SIGILL signals on Solaris x86 (no SSE support) | Juergen Keil | |
CVS patchset: 2938 CVS date: 2002/10/22 17:13:11 | |||
2002-10-22 | MMX and mediaLib does not work well on Solaris x86, when both accelertions are | Juergen Keil | |
available. Use MMX only in that case. CVS patchset: 2937 CVS date: 2002/10/22 17:09:26 | |||
2002-10-22 | Disable the xine_check code for !linux platforms for now. | Juergen Keil | |
CVS patchset: 2936 CVS date: 2002/10/22 17:05:58 | |||
2002-10-22 | Re-enable the sun audio driver | Juergen Keil | |
CVS patchset: 2935 CVS date: 2002/10/22 16:46:17 | |||
2002-10-22 | First attempt at re-enabling the XShm plugin | Juergen Keil | |
CVS patchset: 2934 CVS date: 2002/10/22 16:42:24 | |||
2002-10-22 | Update input_dvd.c to new api. | James Courtier-Dutton | |
Plays DVDs now, but not menu buttons work yet. CVS patchset: 2933 CVS date: 2002/10/22 07:36:05 | |||
2002-10-22 | Changed comments to standard /* ... */ | Stephen Torri | |
CVS patchset: 2932 CVS date: 2002/10/22 06:34:01 | |||
2002-10-22 | Changed comments to standard /* ... */ | Stephen Torri | |
Changed 'asm' to __asm__ CVS patchset: 2931 CVS date: 2002/10/22 06:03:44 | |||
2002-10-22 | Changed comments to standard /* ... */ | Stephen Torri | |
Changed 'asm' to __asm__ CVS patchset: 2930 CVS date: 2002/10/22 05:57:25 | |||
2002-10-22 | Changed comments to standard /* ... */ | Stephen Torri | |
Changed 'asm' to __asm__ CVS patchset: 2929 CVS date: 2002/10/22 05:51:04 | |||
2002-10-22 | Changed comment to standard /* ... */ | Stephen Torri | |
CVS patchset: 2928 CVS date: 2002/10/22 05:41:25 | |||
2002-10-22 | bring the QT RLE decoder in line with the latest API revision | Mike Melanson | |
CVS patchset: 2927 CVS date: 2002/10/22 05:40:01 | |||
2002-10-22 | Changed 'asm' to __asm__ because of -ansi flag. | Stephen Torri | |
CVS patchset: 2926 CVS date: 2002/10/22 05:38:31 | |||
2002-10-22 | Changed comments to standard /* ... */ | Stephen Torri | |
CVS patchset: 2925 CVS date: 2002/10/22 05:37:03 | |||
2002-10-22 | bring the RPZA decoder in line with the latest API revision | Mike Melanson | |
CVS patchset: 2924 CVS date: 2002/10/22 05:33:52 | |||
2002-10-22 | bring the SMC decoder in line with the latest API revision | Mike Melanson | |
CVS patchset: 2923 CVS date: 2002/10/22 05:27:54 | |||
2002-10-22 | Changed comments to standard /* ... */ | Stephen Torri | |
CVS patchset: 2922 CVS date: 2002/10/22 05:27:05 | |||
2002-10-22 | Changed 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-22 | Changed comments to standard /* ... */ | Stephen Torri | |
CVS patchset: 2920 CVS date: 2002/10/22 05:15:37 | |||
2002-10-22 | bring the SVQ1 decoder in line with the latest API revision | Mike Melanson | |
CVS patchset: 2919 CVS date: 2002/10/22 05:14:34 | |||
2002-10-22 | Changed comments to standard /* ... */ | Stephen Torri | |
CVS patchset: 2918 CVS date: 2002/10/22 05:10:37 | |||
2002-10-22 | Changed '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-22 | bring the QT demuxer in line with the latest API revision | Mike Melanson | |
CVS patchset: 2916 CVS date: 2002/10/22 05:03:01 | |||
2002-10-22 | Changed comments to standard /* ... */ | Stephen Torri | |
CVS patchset: 2915 CVS date: 2002/10/22 05:01:39 | |||
2002-10-22 | Changed comments to standard /* ... */ | Stephen Torri | |
Removed trailing spaces CVS patchset: 2914 CVS date: 2002/10/22 04:53:07 | |||
2002-10-22 | Changed 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-22 | Added new line at end of file to remove warning. | Stephen Torri | |
CVS patchset: 2912 CVS date: 2002/10/22 04:48:41 | |||
2002-10-22 | Changed comments to standard /* ... */ | Stephen Torri | |
CVS patchset: 2911 CVS date: 2002/10/22 04:46:22 | |||
2002-10-22 | Changed comments to standard /* ... */ | Stephen Torri | |
Removed trailing spaces. CVS patchset: 2910 CVS date: 2002/10/22 04:42:45 | |||
2002-10-22 | Changed comments to standard /* ... */ | Stephen Torri | |
CVS patchset: 2909 CVS date: 2002/10/22 04:34:02 |