summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2002-10-26bring the AIFF demuxer in line with the latest API revisionMike Melanson
2002-10-26fix event sendingMichael Roitzsch
2002-10-26forgot to copy the nav packetMichael Roitzsch
2002-10-26Fix prototype, when compiled on something != linuxJuergen Keil
2002-10-26get frame format change event backMichael Roitzsch
2002-10-26first step in getting dvd events backMichael Roitzsch
2002-10-26handle all events in the queue, not just the first oneMichael Roitzsch
2002-10-26remove failing plugins from plugin catalogMichael Roitzsch
2002-10-26modifying the timestamp does not go well with const eventsMichael Roitzsch
2002-10-26bump up version numbers to actually use dxr3 pluginsMichael Roitzsch
2002-10-26increased spu decoder API version numberMichael Roitzsch
2002-10-26remove VO_PROP_VO_TYPE crap only needed for dxr3Michael Roitzsch
2002-10-26- dxr3 adapted to new API (compiles, but untested)Michael Roitzsch
2002-10-26deinterlace method onefield_xv works nowThibaut Mattern
2002-10-26fix strategy constantsThibaut Mattern
2002-10-26Removed trailing white spacesStephen Torri
2002-10-26Removed trailing white spaces.Stephen Torri
2002-10-26Changed xine_health_check to take cdrom and dvd device links as argumentsStephen Torri
2002-10-26meta infoGuenter Bartsch
2002-10-26send preview buffers, set stream_info, make demux_qt stay away from block dev...Guenter Bartsch
2002-10-26Remove assert(0), left over from testing.James Courtier-Dutton
2002-10-25remove obviously obsolete INPUT_CAP_CLUT and INPUT_OPTIONAL_DATA_CLUTMichael Roitzsch
2002-10-25throw away old code, call demux_stop in demux_disposeGuenter Bartsch
2002-10-24Try to fix sync and seeking with strange streams that don't have pts.Thibaut Mattern
2002-10-24xine_get_file_extensions and xine_get_mime_types functions addedGuenter Bartsch
2002-10-24file extensions seperated by spacesGuenter Bartsch
2002-10-24audio settings public interfaceGuenter Bartsch
2002-10-24fix identiation, implement an audio compressor filter (yeah, i know a big con...Guenter Bartsch
2002-10-24proper rounding for video scalingMichael Roitzsch
2002-10-24try to handle the __attribute((__packed__)) gnu extension in buffer.h headerJuergen Keil
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