summaryrefslogtreecommitdiff
path: root/src/video_out/video_out_xv.c
AgeCommit message (Expand)Author
2003-12-14API version bounceSiggi Langauf
2003-12-13fix few memleaksDaniel Caujolle-Bert
2003-12-05cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ...Daniel Caujolle-Bert
2003-11-26xprintf clean pass. xprintf now log into new XINE_LOG_TRACE log buffer. scrat...Daniel Caujolle-Bert
2003-11-26lprintf cleanup, pass I.Daniel Caujolle-Bert
2003-11-26fix x11osd bugs with fullscreen changingMiguel Freitas
2003-11-26* new unscaled overlay feature (using XShape extension)Miguel Freitas
2003-11-11rename internal API function (_x_<function>).Daniel Caujolle-Bert
2003-10-31First check the pointers on NULL values, then memset;Michael Roitzsch
2003-10-24fix network lockupDaniel Caujolle-Bert
2003-10-23cleanup in video_out.hMichael Roitzsch
2003-10-22Replace copy member in vo_frame_t with proc_frame and proc_slice. Increase vi...Robin KAY
2003-10-18Re-add COMPLETION gui_data_exchange() support, removed by //error//.Daniel Caujolle-Bert
2003-10-18cleanups, xlock fixesDaniel Caujolle-Bert
2003-10-06- add XvMC supportMiguel Freitas
2003-08-29small missing lockMiguel Freitas
2003-08-25Reduce GCC verbosity (various prototype declaration fixes). ffmpeg, wine and ...Daniel Caujolle-Bert
2003-08-04support for arbitrary aspect ratiosMiguel Freitas
2003-07-12- adding support for the Intel compiler iccMichael Roitzsch
2003-05-31update video out api to allow better frame management (explicit locking)Miguel Freitas
2003-05-26- quiet xv pluginBastien Nocera
2003-05-14force redraw when drawable changesMiguel Freitas
2003-05-04Fix annoying XVideo lockup (probably another bug in the X11 library)Ewald Snel
2003-04-30fix crash when resolution changes with certain deinterlace methods enabledMiguel Freitas
2003-04-24- just don't deinterlace when the method is not supported, rather than silent...Bastien Nocera
2003-04-16die completion events, die die dieMiguel Freitas
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