Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-10-24 | Try to fix sync and seeking with strange streams that don't have pts. | Thibaut Mattern | |
CVS patchset: 2994 CVS date: 2002/10/24 23:13:05 | |||
2002-10-24 | xine_get_file_extensions and xine_get_mime_types functions added | Guenter Bartsch | |
CVS patchset: 2993 CVS date: 2002/10/24 22:54:27 | |||
2002-10-24 | file extensions seperated by spaces | Guenter Bartsch | |
CVS patchset: 2992 CVS date: 2002/10/24 22:48:25 | |||
2002-10-24 | audio settings public interface | Guenter Bartsch | |
CVS patchset: 2991 CVS date: 2002/10/24 19:37:26 | |||
2002-10-24 | fix identiation, implement an audio compressor filter (yeah, i know a big ↵ | Guenter Bartsch | |
concept for audio filter plugins is needed but sorry, this has been on my todo-list for too long) CVS patchset: 2990 CVS date: 2002/10/24 17:51:30 | |||
2002-10-24 | proper rounding for video scaling | Michael Roitzsch | |
CVS patchset: 2989 CVS date: 2002/10/24 16:43:07 | |||
2002-10-24 | try to handle the __attribute((__packed__)) gnu extension in buffer.h header | Juergen Keil | |
CVS patchset: 2987 CVS date: 2002/10/24 16:02:43 | |||
2002-10-24 | let configure determine if we the compiler needs inline, __inline, __inline__, | Juergen Keil | |
or /*nothing*/ We already get a '#define inline __inline__' in config.h, when xine-lib is configured with CC="gcc -ansi -pedantic" CVS patchset: 2986 CVS date: 2002/10/24 15:49:56 | |||
2002-10-24 | C99 version of macro definition with variable number of arguments added | Juergen Keil | |
CVS patchset: 2985 CVS date: 2002/10/24 15:04:41 | |||
2002-10-24 | Cannot use non-constant expressions to initialize array in C | Juergen Keil | |
CVS patchset: 2984 CVS date: 2002/10/24 15:03:11 | |||
2002-10-24 | Use compat.h's __XINE_FUNCTION__, so that we get the correct __func__ in a C99 | Juergen Keil | |
environment, not GNU's extension CVS patchset: 2983 CVS date: 2002/10/24 15:01:18 | |||
2002-10-24 | Fix some log messages in audio_alsa_out.c | James Courtier-Dutton | |
Fix input_dvd.c for new config file loading before init_class(). CVS patchset: 2982 CVS date: 2002/10/24 13:52:56 | |||
2002-10-24 | Further changes to DVD code. | James Courtier-Dutton | |
CVS patchset: 2981 CVS date: 2002/10/24 11:30:38 | |||
2002-10-24 | Fix unresolved symbols by linking with the xine library | Ewald Snel | |
CVS patchset: 2980 CVS date: 2002/10/24 09:42:21 | |||
2002-10-23 | remove superflous xine_scan_plugins function, load plugins in xine_init ↵ | Guenter Bartsch | |
after frontends have loaded the configfile CVS patchset: 2979 CVS date: 2002/10/23 22:23:46 | |||
2002-10-23 | looks like codec reporting function was absent from the header files - ↵ | Guenter Bartsch | |
sorry, i screwed up (once again) on this one CVS patchset: 2978 CVS date: 2002/10/23 21:52:16 | |||
2002-10-23 | looks like demux_roq content detection accepted anything but roq files... | Guenter Bartsch | |
CVS patchset: 2977 CVS date: 2002/10/23 21:49:41 | |||
2002-10-23 | content detection for non-seekable streams | Guenter Bartsch | |
CVS patchset: 2976 CVS date: 2002/10/23 21:22:01 | |||
2002-10-23 | fix capabilites (preview) | Guenter Bartsch | |
CVS patchset: 2975 CVS date: 2002/10/23 21:19:42 | |||
2002-10-23 | stupid error in extension comparison - thanks to mike for noticing that | Guenter Bartsch | |
CVS patchset: 2974 CVS date: 2002/10/23 21:03:17 | |||
2002-10-23 | provide videocodec information | Guenter Bartsch | |
CVS patchset: 2973 CVS date: 2002/10/23 20:46:06 | |||
2002-10-23 | send preview buffers, try to fix metadata | Guenter Bartsch | |
CVS patchset: 2972 CVS date: 2002/10/23 20:42:38 | |||
2002-10-23 | final c++ -> c coding style fixes, libxine compiles now | Guenter Bartsch | |
CVS patchset: 2971 CVS date: 2002/10/23 20:26:32 | |||
2002-10-23 | fix detection by extension | Guenter Bartsch | |
CVS patchset: 2970 CVS date: 2002/10/23 20:22:42 | |||
2002-10-23 | img_buffer was uninitialized, and later passed to free(), resulting in an | Juergen Keil | |
xine crash. CVS patchset: 2969 CVS date: 2002/10/23 19:25:44 | |||
2002-10-23 | fix comments, c syntax | Guenter Bartsch | |
CVS patchset: 2967 CVS date: 2002/10/23 17:12:30 | |||
2002-10-23 | Help with ansi comments. | James Courtier-Dutton | |
CVS patchset: 2966 CVS date: 2002/10/23 12:59:56 | |||
2002-10-23 | Help compiling in ansi. | James Courtier-Dutton | |
CVS patchset: 2965 CVS date: 2002/10/23 12:34:46 | |||
2002-10-23 | Oops...will compile now. | James Courtier-Dutton | |
CVS patchset: 2964 CVS date: 2002/10/23 11:59:52 | |||
2002-10-23 | incorporate Stephen's comment fixing into the sync-help patch | Michael Roitzsch | |
CVS patchset: 2963 CVS date: 2002/10/23 11:45:35 | |||
2002-10-23 | input_dvd.c now listens for keyboard events from xine-ui. | James Courtier-Dutton | |
CVS patchset: 2962 CVS date: 2002/10/23 11:44:30 | |||
2002-10-23 | Sanity check the qt file, before we try to open it. The qt demuxer was | Juergen Keil | |
allocating huge amounts of memory, when an .avi file was to be identified by content. CVS patchset: 2961 CVS date: 2002/10/23 10:48:17 | |||
2002-10-23 | Check the FILM signature, before we trust the data in some random file. | Juergen Keil | |
The FILM demuxer was allocating 1.5GB of data, when an .avi file should be opened CVS patchset: 2960 CVS date: 2002/10/23 10:46:37 | |||
2002-10-23 | "dvd_device" device name moved from dvd_input_plugin_t -> dvd_input_class_t, | Juergen Keil | |
adapt the check_solaris_vold_device() function. CVS patchset: 2959 CVS date: 2002/10/23 10:14:08 | |||
2002-10-23 | re-enable demux_mpeg | Juergen Keil | |
CVS patchset: 2958 CVS date: 2002/10/23 10:08:48 | |||
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 |