summaryrefslogtreecommitdiff
path: root/src/video_out/video_out_xv.c
AgeCommit message (Expand)Author
2002-10-16trying to get Xv output plugin working; make sure xine parameters are not reg...Guenter Bartsch
2002-10-16increase audio/video out plugin interface version numbers to avoid accidents ...Guenter Bartsch
2002-09-18fix flicking deinterlace problemMiguel Freitas
2002-09-16- sync ffmpeg to cvs (sorry Mike it still doesn't decode your teststream --Miguel Freitas
2002-09-15any reason why this should be 128 ?Guenter Bartsch
2002-09-15Memory leak fixes, using a slightly modified version of the patch fromJames Courtier-Dutton
2002-09-13duplicating behaviour of XShm fixes the bug James discoveredMichael Roitzsch
2002-09-08- reorder XINE_VO_ASPECT_* constants so they match the order in the oldMichael Roitzsch
2002-09-05make all the plugin init functions staticMichael Roitzsch
2002-09-04merging in the new_api branch ... unfortunately video_out / vo_scale is broke...Guenter Bartsch
2002-08-19Thibaut's fix for onefield_xvMiguel Freitas
2002-08-15patch - save old XErrorHandler by Mark ThomasMiguel Freitas
2002-08-15- reimplement independent x/y zooming.Miguel Freitas
2002-08-10syncing my local tree:Miguel Freitas
2002-07-20Update entire video window, not just output area, on X11 Expose eventsEwald Snel
2002-07-15Add 'pitch' support to video decoders (pitch != width)Ewald Snel
2002-07-10handle freshly introduced pan&scan aspect like anamorphic aspectMichael Roitzsch
2002-06-21adjust video_out prioritiesMiguel Freitas
2002-06-12Remove no more needed XINE_LOGO.Daniel Caujolle-Bert
2002-06-10Added TV mode switching support for nvtvd from Dirk Thierbach.Matthias Hopf
2002-06-09Fix frame height not divisible by 4 for Xv driverEwald Snel
2002-06-04fixed output (bad colors) for a video stream with odd height (not aHeiko Schaefer
2002-05-19ximage creation for shm check use supported image format.Daniel Caujolle-Bert
2002-05-07Take care about shm using in frame_dispose() (this prevent crashingDaniel Caujolle-Bert
2002-04-29Replace all exit(1) with abort().James Courtier-Dutton
2002-04-19weird message :)Miguel Freitas
2002-04-18Thibaut Mattern's latest patches (xv zoom fix and mms segfault)Miguel 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-27disable debug messageMiguel Freitas
2002-03-21cosmetic changes and removed unnecessary check for expose event countGuenter Bartsch
2002-03-21adding new parameters to frame_output_cbMiguel Freitas
2002-03-21- only draw still frame/logo if neededMiguel Freitas
2002-03-07Small clean up.James Courtier-Dutton
2002-03-05remove bad "get_info" functions.James Courtier-Dutton
2002-03-01another zoom patch from Thibaut MATTERNGuenter Bartsch
2002-02-28aspect ratio change in fullscreen mode hopefully fixedGuenter Bartsch
2002-02-27Include bsd headers only in bsd.Daniel Caujolle-Bert
2002-02-27bsd include file fixGuenter Bartsch
2002-02-27patch from Thibaut MATTERN, removes height hack and another onefield fixGuenter Bartsch
2002-02-26onefield / zoom patches from thibaut matternGuenter Bartsch
2002-02-26allocate frame data memory depending on colorspace formatGuenter Bartsch
2002-02-26Fix segfault with Xv and remote display.Daniel Caujolle-Bert
2002-02-25*phew* Xv video output driver works now, zoom feature has been stripped down ...Guenter Bartsch
2002-02-24makefile cleanup, pause frame fixed for xshm, beginning to work on xv outputGuenter Bartsch
2002-02-18new deinterlacing method (linear blend).Miguel Freitas
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-22- small w32codec bugfixesMiguel Freitas