summaryrefslogtreecommitdiff
path: root/src/video_out/video_out_xv.c
AgeCommit message (Expand)Author
2003-03-18- add many more locks for the Xv driver when needed, should fix some problemsBastien Nocera
2003-03-06steps toward muting xine's console output by defaultGuenter Bartsch
2003-03-05Add option to fix alignment problem with some (buggy) XVideo driversEwald Snel
2003-02-28Xine assert() replacement:Stephen Torri
2003-02-22- we need to init X thread safe libraries, the front-end might not haveBastien Nocera
2003-02-03i guess i've finally made a breakthrought on completion event handling!Miguel Freitas
2003-01-29get rid of anyoing bug report when a user change his video card, and xv prope...Daniel Caujolle-Bert
2002-12-21- add buf->decoder_info_ptr: portability for systems where pointer hasMiguel Freitas
2002-12-07All gui_data_exchange containing X calls may xlocked/xunlocked. Don't forgetDaniel Caujolle-Bert
2002-12-06- update api version, adding new "copy_called" flag.Miguel Freitas
2002-12-06do not overrun data returned by X server (YUY2 case)Miguel Freitas
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-11-10src/video_out/video_out_xv.c:Stephen Torri
2002-11-10deinterlacing fix by James SlorachMichael Roitzsch
2002-11-04more spelling...Siggi Langauf
2002-11-04SpellingPhilipp Hahn
2002-10-29map brightness/contrast/... settings to specified rangesGuenter Bartsch
2002-10-29Updated pgx64 to newest API. Changed alphablend code to handle pitches.Robin KAY
2002-10-27Little cleanup.Thibaut Mattern
2002-10-26deinterlace method onefield_xv works nowThibaut Mattern
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-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-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