summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2002-10-18demux_mpeg_block compiles, but does not output any audio or video yet.James Courtier-Dutton
2002-10-18my very first try at the new streams api. some fixes to it (uninitializedMiguel Freitas
2002-10-17events.h is gone, events are in xine.h nowMichael Roitzsch
2002-10-17move open_plugin function (used to create new plugin instances) from the plug...Michael Roitzsch
2002-10-16another interface version problem solved :)Guenter Bartsch
2002-10-16introduce audio/video_driver_class_t, adapt oss audio output plugin, exclude ...Guenter Bartsch
2002-10-16forgot to alloc event queueGuenter Bartsch
2002-10-16remove no longer needed scratch buffer, use config_name insteadGuenter Bartsch
2002-10-16trying to get Xv output plugin working; make sure xine parameters are not reg...Guenter Bartsch
2002-10-16copy open pointer after plugin class is loadedGuenter Bartsch
2002-10-16increase audio/video out plugin interface version numbers to avoid accidents ...Guenter Bartsch
2002-10-16bump up plugin version numbersGuenter Bartsch
2002-10-15added missing stream end handling functionGuenter Bartsch
2002-10-14document changes, looks like automake didn't like my comments in the src/Make...Guenter Bartsch
2002-10-14dispose function was missing in audio decoder class too, mad plugin compiles nowGuenter Bartsch
2002-10-14forgot to merge init functionGuenter Bartsch
2002-10-14added missing dispose function to video_decoder.h, ffmpeg compiles nowGuenter Bartsch
2002-10-14small bugfixGuenter Bartsch
2002-10-14introduction of xine_stream_t and async xine events - all still in developementGuenter Bartsch
2002-10-14Fix memory leak in libspudec.James Courtier-Dutton
2002-10-13yuv2rgb_mlib needs an even YUV2 width. It was segfaulting on Solaris SPARC withJuergen Keil
2002-10-13pgx64 video plugin was crashing xine during auto probe of video_out drivers,Juergen Keil
2002-10-13GSM 6.10 decoder now has a proper dependency on the gsm610 subdirectoryMike Melanson
2002-10-13Xine decoder plugin was as not rebuilt, when libavcodec has changed.Juergen Keil
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