summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2002-10-24let configure determine if we the compiler needs inline, __inline, __inline__,Juergen Keil
2002-10-24C99 version of macro definition with variable number of arguments addedJuergen Keil
2002-10-24Cannot use non-constant expressions to initialize array in CJuergen Keil
2002-10-24Use compat.h's __XINE_FUNCTION__, so that we get the correct __func__ in a C99Juergen Keil
2002-10-24Fix some log messages in audio_alsa_out.cJames Courtier-Dutton
2002-10-24Further changes to DVD code.James Courtier-Dutton
2002-10-24Fix unresolved symbols by linking with the xine libraryEwald Snel
2002-10-23remove superflous xine_scan_plugins function, load plugins in xine_init after...Guenter Bartsch
2002-10-23looks like codec reporting function was absent from the header files - sorry,...Guenter Bartsch
2002-10-23looks like demux_roq content detection accepted anything but roq files...Guenter Bartsch
2002-10-23content detection for non-seekable streamsGuenter Bartsch
2002-10-23fix capabilites (preview)Guenter Bartsch
2002-10-23stupid error in extension comparison - thanks to mike for noticing thatGuenter Bartsch
2002-10-23provide videocodec informationGuenter Bartsch
2002-10-23send preview buffers, try to fix metadataGuenter Bartsch
2002-10-23final c++ -> c coding style fixes, libxine compiles nowGuenter Bartsch
2002-10-23fix detection by extensionGuenter Bartsch
2002-10-23img_buffer was uninitialized, and later passed to free(), resulting in anJuergen Keil
2002-10-23fix comments, c syntaxGuenter Bartsch
2002-10-23Help with ansi comments.James Courtier-Dutton
2002-10-23Help compiling in ansi.James Courtier-Dutton
2002-10-23Oops...will compile now.James Courtier-Dutton
2002-10-23incorporate Stephen's comment fixing into the sync-help patchMichael Roitzsch
2002-10-23input_dvd.c now listens for keyboard events from xine-ui.James Courtier-Dutton
2002-10-23Sanity check the qt file, before we try to open it. The qt demuxer wasJuergen Keil
2002-10-23Check the FILM signature, before we trust the data in some random file.Juergen Keil
2002-10-23"dvd_device" device name moved from dvd_input_plugin_t -> dvd_input_class_t,Juergen Keil
2002-10-23re-enable demux_mpegJuergen Keil
2002-10-23calling _stop() within _dispose() solves a lot of problemsMike Melanson
2002-10-23bring back some more demuxersMike Melanson
2002-10-23reinstate the native audio and video decodersMike Melanson
2002-10-23bring the GSM 6.10 decoder in line with the latest API revisionMike Melanson
2002-10-23bring the log PCM decoder in line with the latest API revisionMike Melanson
2002-10-23bring the WAV demuxer in line with the latest API revisionMike Melanson
2002-10-23bring the FLI subsystem in line with the latest API revisionMike Melanson
2002-10-23bring the RoQ subsystem in line with the latest API revisionMike Melanson
2002-10-23CIN not MVEMike Melanson
2002-10-23bring the Id CIN video decoder in line with the latest API revisionMike Melanson
2002-10-23bring the Id CIN demuxer in line with the latest API revisionMike Melanson
2002-10-23bring the WC3 video decoder in line with the latest API revisionMike Melanson
2002-10-23bring the WC3 Movie demuxer in line with the latest API revisionMike Melanson
2002-10-22Changed -ansi so that the developer must include @ANSI_FLAGS@ in their AC_CFL...Stephen Torri
2002-10-22Fix a warning.Thibaut Mattern
2002-10-22Recursive comments, picked up via CVS $Log keyword. Trying to fix...Juergen Keil
2002-10-22Fix bad comment, and disable some piece of code to enable compilation on solarisJuergen Keil
2002-10-22fix small typo in a commentJuergen Keil
2002-10-22trying to reduce the number of SIGILL signals on Solaris x86 (no SSE support)Juergen Keil
2002-10-22MMX and mediaLib does not work well on Solaris x86, when both accelertions areJuergen Keil
2002-10-22Disable the xine_check code for !linux platforms for now.Juergen Keil
2002-10-22Re-enable the sun audio driverJuergen Keil