summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2002-10-24Try 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-24xine_get_file_extensions and xine_get_mime_types functions addedGuenter Bartsch
CVS patchset: 2993 CVS date: 2002/10/24 22:54:27
2002-10-24file extensions seperated by spacesGuenter Bartsch
CVS patchset: 2992 CVS date: 2002/10/24 22:48:25
2002-10-24audio settings public interfaceGuenter Bartsch
CVS patchset: 2991 CVS date: 2002/10/24 19:37:26
2002-10-24fix 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-24proper rounding for video scalingMichael Roitzsch
CVS patchset: 2989 CVS date: 2002/10/24 16:43:07
2002-10-24try to handle the __attribute((__packed__)) gnu extension in buffer.h headerJuergen Keil
CVS patchset: 2987 CVS date: 2002/10/24 16:02:43
2002-10-24let 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-24C99 version of macro definition with variable number of arguments addedJuergen Keil
CVS patchset: 2985 CVS date: 2002/10/24 15:04:41
2002-10-24Cannot use non-constant expressions to initialize array in CJuergen Keil
CVS patchset: 2984 CVS date: 2002/10/24 15:03:11
2002-10-24Use compat.h's __XINE_FUNCTION__, so that we get the correct __func__ in a C99Juergen Keil
environment, not GNU's extension CVS patchset: 2983 CVS date: 2002/10/24 15:01:18
2002-10-24Fix some log messages in audio_alsa_out.cJames 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-24Further changes to DVD code.James Courtier-Dutton
CVS patchset: 2981 CVS date: 2002/10/24 11:30:38
2002-10-24Fix unresolved symbols by linking with the xine libraryEwald Snel
CVS patchset: 2980 CVS date: 2002/10/24 09:42:21
2002-10-23remove 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-23looks 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-23looks 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-23content detection for non-seekable streamsGuenter Bartsch
CVS patchset: 2976 CVS date: 2002/10/23 21:22:01
2002-10-23fix capabilites (preview)Guenter Bartsch
CVS patchset: 2975 CVS date: 2002/10/23 21:19:42
2002-10-23stupid error in extension comparison - thanks to mike for noticing thatGuenter Bartsch
CVS patchset: 2974 CVS date: 2002/10/23 21:03:17
2002-10-23provide videocodec informationGuenter Bartsch
CVS patchset: 2973 CVS date: 2002/10/23 20:46:06
2002-10-23send preview buffers, try to fix metadataGuenter Bartsch
CVS patchset: 2972 CVS date: 2002/10/23 20:42:38
2002-10-23final c++ -> c coding style fixes, libxine compiles nowGuenter Bartsch
CVS patchset: 2971 CVS date: 2002/10/23 20:26:32
2002-10-23fix detection by extensionGuenter Bartsch
CVS patchset: 2970 CVS date: 2002/10/23 20:22:42
2002-10-23img_buffer was uninitialized, and later passed to free(), resulting in anJuergen Keil
xine crash. CVS patchset: 2969 CVS date: 2002/10/23 19:25:44
2002-10-23fix comments, c syntaxGuenter Bartsch
CVS patchset: 2967 CVS date: 2002/10/23 17:12:30
2002-10-23Help with ansi comments.James Courtier-Dutton
CVS patchset: 2966 CVS date: 2002/10/23 12:59:56
2002-10-23Help compiling in ansi.James Courtier-Dutton
CVS patchset: 2965 CVS date: 2002/10/23 12:34:46
2002-10-23Oops...will compile now.James Courtier-Dutton
CVS patchset: 2964 CVS date: 2002/10/23 11:59:52
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-23input_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-23Sanity check the qt file, before we try to open it. The qt demuxer wasJuergen 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-23Check 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-23re-enable demux_mpegJuergen Keil
CVS patchset: 2958 CVS date: 2002/10/23 10:08:48
2002-10-23calling _stop() within _dispose() solves a lot of problemsMike Melanson
CVS patchset: 2956 CVS date: 2002/10/23 04:58:15
2002-10-23bring back some more demuxersMike Melanson
CVS patchset: 2955 CVS date: 2002/10/23 04:21:17
2002-10-23reinstate the native audio and video decodersMike Melanson
CVS patchset: 2954 CVS date: 2002/10/23 04:18:39
2002-10-23bring the GSM 6.10 decoder in line with the latest API revisionMike Melanson
CVS patchset: 2953 CVS date: 2002/10/23 04:16:24
2002-10-23bring the log PCM decoder in line with the latest API revisionMike Melanson
CVS patchset: 2952 CVS date: 2002/10/23 04:05:07
2002-10-23bring the WAV demuxer in line with the latest API revisionMike Melanson
CVS patchset: 2951 CVS date: 2002/10/23 03:46:32
2002-10-23bring the FLI subsystem in line with the latest API revisionMike Melanson
CVS patchset: 2950 CVS date: 2002/10/23 03:21:19
2002-10-23bring the RoQ subsystem in line with the latest API revisionMike Melanson
CVS patchset: 2949 CVS date: 2002/10/23 02:55:01
2002-10-23CIN not MVEMike Melanson
CVS patchset: 2948 CVS date: 2002/10/23 02:29:02
2002-10-23bring the Id CIN video decoder in line with the latest API revisionMike Melanson
CVS patchset: 2947 CVS date: 2002/10/23 02:13:51
2002-10-23bring the Id CIN demuxer in line with the latest API revisionMike Melanson
CVS patchset: 2946 CVS date: 2002/10/23 02:01:10
2002-10-23bring the WC3 video decoder in line with the latest API revisionMike Melanson
CVS patchset: 2945 CVS date: 2002/10/23 01:40:01
2002-10-23bring the WC3 Movie demuxer in line with the latest API revisionMike Melanson
CVS patchset: 2944 CVS date: 2002/10/23 01:32:27
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-22Fix a warning.Thibaut Mattern
CVS patchset: 2942 CVS date: 2002/10/22 23:39:53