summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2001-08-23Latest alsa cvs now works with xine. :-)James Courtier-Dutton
2001-08-23Handle different byte order between X11 client <-> X11 server in yuv2rgb.Juergen Keil
2001-08-22code cleanup: removed unneeded includes and defines, used C style indentiatio...Guenter Bartsch
2001-08-22small automake.am clean - should still be easy to re-enable currently disable...Guenter Bartsch
2001-08-22Minor fixes.James Courtier-Dutton
2001-08-22Both OSS and ALSA09 are now supported by the new audio_out architecture.James Courtier-Dutton
2001-08-21New audio out architecture changes.James Courtier-Dutton
2001-08-21First checkin of new audio_out architecture.James Courtier-Dutton
2001-08-20Fix last commit.James Courtier-Dutton
2001-08-20*** empty log message ***James Courtier-Dutton
2001-08-20xine_stop() don't stop plugins on xine_pause(), stop() plugins is enought ;-).Daniel Caujolle-Bert
2001-08-20AC3 handling changedJoachim Koenig
2001-08-20buffer handling changedJoachim Koenig
2001-08-20Andy's patch for AC3Joachim Koenig
2001-08-18various cleanups; 8 bit depth detection and handling (yuv2rgb not implemented...Guenter Bartsch
2001-08-18corrected code indentiationGuenter Bartsch
2001-08-17Add xine_seek() and friends.Daniel Caujolle-Bert
2001-08-17Overlay has new data member rleEduard Hasenleithner
2001-08-17Overlays are now passed in rle format. Causes a speed improvementEduard Hasenleithner
2001-08-17added events.h to tarballGuenter Bartsch
2001-08-17compile-fix for non-gnu systems (e.g. freebsd)Heiko Schaefer
2001-08-17Fixed problem with menu SPUsRich J Wareham
2001-08-16Fixed SPU crashing (revert 50% of latest change, sorry).Daniel Caujolle-Bert
2001-08-16Moved XINE_SPU_EVENT handler to video_decoder.Eduard Hasenleithner
2001-08-16Forgot to commit: spudec_t is never used.Eduard Hasenleithner
2001-08-16Changes for new byte order of clut_t.Eduard Hasenleithner
2001-08-16clut_t is now stored in machine endianess. Simplifies the transferEduard Hasenleithner
2001-08-15Fixed unresolved symbols.Daniel Caujolle-Bert
2001-08-15Fixed a bug which caused a segfault when queueing too muchEduard Hasenleithner
2001-08-14Fixed a (small) bug in SPU decoderRich J Wareham
2001-08-14Made the dxr3 device name a configuration option. Makes it possibleEduard Hasenleithner
2001-08-14Fixed a bug resulting from the misassumption that the pixelsEduard Hasenleithner
2001-08-14return of the profilerGuenter Bartsch
2001-08-14Replaced the dxr3 button event stub with real code.Eduard Hasenleithner
2001-08-14fixed a race condition which caused the dxr3 to hang at playback startEduard Hasenleithner
2001-08-14audio output plugin priority handling, based on patch provided by Philip Stad...Guenter Bartsch
2001-08-13Fixed segfault if Audio or Video Plugin not loaded.James Courtier-Dutton
2001-08-13FreeBSD needs <sched.h> for SCHED_OTHER defineJuergen Keil
2001-08-13non-debug build crashes with gcc asm error (tries to spill BP register).Juergen Keil
2001-08-13alsa05 patch provided by Peter WeissgerberGuenter Bartsch
2001-08-13inserted event stub for new spu decoder api version.Eduard Hasenleithner
2001-08-13major rewrite of the subpicture mechanism in order to support menus.Eduard Hasenleithner
2001-08-12cancel demux thread on xine_stop instead of pthread_join to prevent hangGuenter Bartsch
2001-08-12new mpeg audio decoder plugin (libmad) addedGuenter Bartsch
2001-08-12make oss output check if sampling rate is supported and try 44100 hz if notGuenter Bartsch
2001-08-11removed unnecessary fileGuenter Bartsch
2001-08-11thread priorities to improve performance on freebsd (and possibly others)Guenter Bartsch
2001-08-10added missing file to tarballGuenter Bartsch
2001-08-10enabling ffmpeg by default, credits to gerard for his incredible workGuenter Bartsch
2001-08-10FAQ updates and getting ready for 0.5.1Guenter Bartsch