summaryrefslogtreecommitdiff
path: root/src/video_out/video_out_vidix.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-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-06- add XvMC supportMiguel Freitas
2003-09-22fix segfault when configuration fails because the resolution is too highJames Stembridge
2003-08-04support for arbitrary aspect ratiosMiguel Freitas
2003-05-31update video out api to allow better frame management (explicit locking)Miguel Freitas
2003-05-02make sure colour keying is turned off for frame buffer outputJames Stembridge
2003-05-02only need to set this onceJames Stembridge
2003-05-02remove option for disabling colour keying as there's no good reason for wanti...James Stembridge
2003-05-02add support for rgb intensity controlsJames Stembridge
2003-04-23fix yv12->yuy2 conversionJames Stembridge
2003-04-23calculate hardware pitches depending on output rather than input image formatJames Stembridge
2003-04-12simpler handling of handling output window changesJames Stembridge
2003-04-12fix video ram stride calculation for yuy2James Stembridge
2003-03-16fix segfault when no vidix driver is foundJames Stembridge
2003-03-14mute vidix driver console output. vidix itself still outputs messages to the ...James Stembridge
2003-03-14Split config callbacksJames Stembridge
2003-02-23Fix error in chroma plane interleavingJames Stembridge
2003-02-21Configure option and error checking for frame buffer deviceJames Stembridge
2003-02-21Allow vidix vo driver to be compiled without X/framebuffer supportJames Stembridge
2003-02-20Add vidixfb driver for using vidix on linux frame bufferJames Stembridge
2003-02-19Force reconfiguration of vidix when changing colour key settings as some driv...James Stembridge
2003-02-02Code cleanupJames Stembridge
2003-01-31Log/error messages updatedJames Stembridge
2003-01-31Revert parts of previous changes to frame copy functions such that only the n...James Stembridge
2003-01-31Convert yv12 to yuy2 for vidix drivers that only support yuy2James Stembridge
2003-01-31Interleave u and v planes for display of yv12 on G200James Stembridge
2003-01-31Clean up yuy2 copy functionJames Stembridge
2003-01-16Fix copying of chroma planes to video memory when video width is not a multip...James Stembridge
2003-01-16Add support for changing aspect ratioJames Stembridge
2003-01-15Move configuration of vidix into vidix_display_frame. Prevents attempted conf...James Stembridge
2003-01-13big vidix driver update by James StembridgeMiguel Freitas
2002-12-21- add buf->decoder_info_ptr: portability for systems where pointer hasMiguel Freitas
2002-12-06- update api version, adding new "copy_called" flag.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-04Vidix is back to life.Daniel Caujolle-Bert
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-09-02Comment unused functions.Daniel Caujolle-Bert
2002-08-16simplified driver, add zoom (may crash, looks like vidix bug)Miguel Freitas