summaryrefslogtreecommitdiff
path: root/src/xine-engine/video_out.h
AgeCommit message (Expand)Author
2002-11-22when the image does not fit the viewport and black bars need to be added, theirMichael Roitzsch
2002-11-20engine modifications to allow post plugin layer:Michael Roitzsch
2002-10-29engine improvementsMichael Roitzsch
2002-10-26remove VO_PROP_VO_TYPE crap only needed for dxr3Michael Roitzsch
2002-10-17move open_plugin function (used to create new plugin instances) from the plug...Michael Roitzsch
2002-10-16introduce audio/video_driver_class_t, adapt oss audio output plugin, exclude ...Guenter Bartsch
2002-10-16increase audio/video out plugin interface version numbers to avoid accidents ...Guenter Bartsch
2002-10-14introduction of xine_stream_t and async xine events - all still in developementGuenter Bartsch
2002-10-09configure.ac:Stephen Torri
2002-09-18make new plugin loader check api versions, fix api versions for adapted demux...Guenter Bartsch
2002-09-09good opportunity to remove obsolete stuffMiguel Freitas
2002-09-05remove plugin's private priority and interface membersMichael Roitzsch
2002-09-04merging in the new_api branch ... unfortunately video_out / vo_scale is broke...Guenter Bartsch
2002-08-15- reimplement independent x/y zooming.Miguel Freitas
2002-08-10syncing my local tree:Miguel Freitas
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-07-08rename the dxr3 vo_types to something more usefulMichael Roitzsch
2002-06-28new video out types to distinguish between dxr3 overlay and tv modeMichael Roitzsch
2002-03-25- fix frames leakingMiguel Freitas
2002-03-21- only draw still frame/logo if neededMiguel Freitas
2002-03-14- make libsputext work againMiguel Freitas
2002-03-14Ewald Snel's latest memory leak fixesMiguel Freitas
2002-03-10- mpeg2 frame duration fixesMiguel Freitas
2002-03-05remove bad "get_info" functions.James Courtier-Dutton
2002-03-05Add video out get_property function callJames Courtier-Dutton
2002-02-25*phew* Xv video output driver works now, zoom feature has been stripped down ...Guenter Bartsch
2002-02-18VO_PROP_MAX_NUM_FRAMES, expose event handlingGuenter 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-16beginning of video_out_driver changesGuenter Bartsch
2002-02-09the long-awaited video_out changes, not completely debuged (races)Guenter Bartsch
2002-01-24video_out will take care of logo display now ... video_out needs more work bt...Guenter Bartsch
2002-01-15Beginning of overlay highlights correction work.James Courtier-Dutton
2002-01-14miguel's latest still frame patches and some minor cleanupsGuenter Bartsch
2002-01-10More info is put in the vo_frame.James Courtier-Dutton
2002-01-09video_driver api changed.James Courtier-Dutton
2002-01-08increase palette size of overlays to 256 colorsChristian Vogler
2001-12-24automatic still image detection - based on miguel's work but with modificatio...Guenter Bartsch
2001-12-14Add workaround for max attribute COLORKEY value (~0). Add newDaniel Caujolle-Bert
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-15improved audio/spu channel selection, let the user take control over both if ...Guenter Bartsch
2001-11-13metronom logic changedHeiko Schaefer
2001-11-10very unfinished scr discontinuity detection stuff, new software audio out buf...Guenter Bartsch
2001-11-10new VO_PROP_TVMODE propertyMike Lampard
2001-11-04added zoom patch by Thibaut Mattern <tmattern@noos.fr>Siggi Langauf
2001-10-20remove soft deinterlace property (not used anymore)Miguel Freitas
2001-10-09overlay clut colorspace conversionMiguel Freitas
2001-09-26- Trying to fix video window size for mpeg streams withJuergen Keil