summaryrefslogtreecommitdiff
path: root/src/xine-engine/video_out.c
AgeCommit message (Expand)Author
2002-08-03made xine a bit less verbose and Marcelo a lot happier...Siggi Langauf
2002-07-30- video out fixes (never trigged deadlocks and erroneous flush of overlayMiguel Freitas
2002-07-15Add 'pitch' support to video decoders (pitch != width)Ewald Snel
2002-05-22trivial fix to snapshot code:Miguel Freitas
2002-05-21i'm tired of people reporting "throwing away image..." as bugs.Miguel Freitas
2002-05-18small fix to still frame logic. this improves recovering when decoderMiguel Freitas
2002-05-02new logo code; xine uses a logo MRL instead of proprietary logo files.Siggi Langauf
2002-05-01planar yv12 logo formatGuenter Bartsch
2002-04-29Replace all exit(1) with abort().James Courtier-Dutton
2002-04-09- new (fast) demuxer seeking schemeMiguel Freitas
2002-04-02- Undo my previous patch, it might (at least in theory) cause problemsEwald Snel
2002-04-01- Fix frame leak in Xv video driverEwald Snel
2002-03-29What's that !!Daniel Caujolle-Bert
2002-03-29Don't free NULL pointerEwald Snel
2002-03-28Ability to change logo at run-time. Fix endianness in xine-logoconv, buildDaniel Caujolle-Bert
2002-03-25- fix frames leakingMiguel Freitas
2002-03-22performance improvements for slower systemsMiguel Freitas
2002-03-22force redrawing the last _late_ frame. now we can be sure the last frame sent toMiguel Freitas
2002-03-21long-standing bugfix (hopefully)Guenter Bartsch
2002-03-21- only draw still frame/logo if neededMiguel Freitas
2002-03-21fix a freeze on exit problemMiguel Freitas
2002-03-20steps towards dvd playback:Guenter Bartsch
2002-03-14Ewald Snel's latest memory leak fixesMiguel Freitas
2002-03-12getting rid of more LOG_ macros => output messages only once ... and another ...Guenter Bartsch
2002-03-01memleak fixes from ewald snelGuenter Bartsch
2002-02-18VO_PROP_MAX_NUM_FRAMES, expose event handlingGuenter Bartsch
2002-02-18do not discard frames in vo_frame_draw as they may be needed for stillGuenter Bartsch
2002-02-17big debug output cleanup. removed debug output from log window, loggingGuenter Bartsch
2002-02-17more bugfixes, I can now see video using xshm :-)Guenter Bartsch
2002-02-17each frame has an id for debugging purposes now; xshm driver can at least dis...Guenter Bartsch
2002-02-16bufixes from miguel freitasGuenter Bartsch
2002-02-09the long-awaited video_out changes, not completely debuged (races)Guenter Bartsch
2002-02-02ooopppss... :)Miguel Freitas
2002-02-02small fixes to still frame codeMiguel Freitas
2002-01-25New logo code seems to access NULL img. Trying to fix...Juergen Keil
2002-01-24video_out will take care of logo display now ... video_out needs more work bt...Guenter Bartsch
2002-01-15small fixes and cleanups, metronom wasn't told the frame rate of next stream ...Guenter Bartsch
2002-01-14miguel's latest still frame patches and some minor cleanupsGuenter Bartsch
2002-01-08disabling some debug messagesMiguel Freitas
2002-01-06miguel's superb metronom/still frame patches, with very small modifications. ...Guenter Bartsch
2002-01-02Correct spelling of __VA_ARGS__ macroJuergen Keil
2001-12-27Add intl support + more logging messages.Daniel Caujolle-Bert
2001-12-24fixes for still image detection. rough hack, needs improvement.Harm van der Heijden
2001-12-24automatic still image detection - based on miguel's work but with modificatio...Guenter Bartsch
2001-11-28* OSD (On Screen Display) for rendering text and graphics into overlaysMiguel Freitas
2001-11-20should fix pause and slow/fast playingMiguel Freitas
2001-11-18new configfile interface, code cleanup, xprintf is goneGuenter Bartsch
2001-11-17Add 'xine_' prefix to all of xine-utils functions (what about cpuDaniel Caujolle-Bert
2001-11-15improved audio/spu channel selection, let the user take control over both if ...Guenter Bartsch
2001-11-13metronom logic changedHeiko Schaefer