summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2002-10-12sched.h include missing for sched_yield() functionJuergen Keil
2002-10-12Discard buffered audio driver data after the demuxer is stopped & closed.Juergen Keil
2002-10-12Bind the audio_out thread to a separate LWP on solaris 8 (like video_out,Juergen Keil
2002-10-12added GSM 6.10 audio decoderMike Melanson
2002-10-12added GSM 6.10 audio decoderMike Melanson
2002-10-12Use the audio_fifo - whenever it's possible - to send the demuxed audio data.Juergen Keil
2002-10-12While the demuxer mutex is unlocked, relinquish the processor in the mainJuergen Keil
2002-10-12enable the ASF demuxer to seek immediatelyMike Melanson
2002-10-12Make flush of audio work properly.James Courtier-Dutton
2002-10-12Fixed macro check to see if ARCH_PPC is defined. (Found by Bill Fink<billfink...Stephen Torri
2002-10-12Improved support for moving and resizing video windowRobin KAY
2002-10-11because I only use the TV out, I forgot to adapt DXR3 overlay mode to the newMichael Roitzsch
2002-10-10Various misc changes. Added support for XINE_VISUAL_TYPE_FB (pgx64fb).Robin KAY
2002-10-10Remove duplicate log messages about the scale_line variant we're usingJuergen Keil
2002-10-10Audio out reorganisation to improve sync.James Courtier-Dutton
2002-10-09removed some redundant codeRobin KAY
2002-10-09configure.ac:Stephen Torri
2002-10-08Fix a BUS error on SPARC, forJuergen Keil
2002-10-08Add mediaLib accelerated 16x16 pixel ops to ffmpegJuergen Keil
2002-10-08Fix a segfault when we reach the end of the playlist.James Courtier-Dutton
2002-10-08decimal, not hexMike Melanson
2002-10-07Remove the vsscanf prototype for solaris, it's incompatible with the oneJuergen Keil
2002-10-07- Sun audio output plugin is able to play 8-bit sound. Announce this inJuergen Keil
2002-10-06The following was crashing on SPARC with a BUS error:Juergen Keil
2002-10-06minor fix to pluginRobin KAY
2002-10-06Proper alignment is needed for the array of "xine_mrl_t" structures on SPARC.Juergen Keil
2002-10-06Workaround for code generation bug in gcc on SPARC. Mike's endian macros now ...Robin KAY
2002-10-06atone for the sin of calling xine a "unix video player" rather than aMike Melanson
2002-10-06added support for VBR audio in QT files and improved handling ofMike Melanson
2002-10-06backed out earlier changes from endian translation macrosMike Melanson
2002-10-06preliminary attempt at a RealMedia file demuxerMike Melanson
2002-10-05copy block from previous frame instead of just skipping itMike Melanson
2002-10-05Backing out changes to endian translation macrosRobin KAY
2002-10-05implemented seeking (including seek on start) and length functionMike Melanson
2002-10-05experiment to get these endian macros to work on all systemsMike Melanson
2002-10-05Fixed segmentation faults in endian translation macros (SPARC, gcc 3.2)Robin KAY
2002-10-05Ported plugin to new api. Nasty bug fixed thanks to Howdy Pierce.Robin KAY
2002-10-05fixing *pixels_tab stuffRobin KAY
2002-10-04bounds check in frame_copy fixing segfaultsMichael Roitzsch
2002-10-04initial commit for YUV4MPEG2 file demuxerMike Melanson
2002-10-04added support for raw YV12 dataMike Melanson
2002-10-04bring the RoQ video decoder up to snuff (much, much faster; moreMike Melanson
2002-10-04support for more Quicktime audio fourccsMike Melanson
2002-10-04fixed 2- and 4-bit variantsMike Melanson
2002-10-03Slightly reorganize xine_exit, so that "xine --help" does not segfault any more.Juergen Keil
2002-10-03Get debug mode to compile.James Courtier-Dutton
2002-10-03More debug info.James Courtier-Dutton
2002-10-03DTS debug messages.James Courtier-Dutton
2002-10-03finish bringing the template video decoder up to the new specMike Melanson
2002-10-03implemented seek on start for the audio-only demuxers, also fixedMike Melanson