summaryrefslogtreecommitdiff
path: root/src/video_out
AgeCommit message (Expand)Author
2003-12-20Fixed bug; masking is not the same as saturating. Improved colour map handlin...Robin KAY
2003-12-18Small cleanup. Changed colour mapping code to allocate read-only cells rather...Robin KAY
2003-12-14API version bounceSiggi Langauf
2003-12-13Update win32 MSVC build:František Dvořák
2003-12-13fix few memleaksDaniel Caujolle-Bert
2003-12-12support for new ATI chipsJames Stembridge
2003-12-07get rid of XINE_{ASSERT,ABORT} and useless xine_print_trace (useless). Replac...Daniel Caujolle-Bert
2003-12-06reading through Daniel's huge patch was quite tiresome, but it was not worthl...Michael Roitzsch
2003-12-06perhaps that will fix the black box problem reported at xine-userMiguel Freitas
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-26prevent 'last' empty variableDaniel Caujolle-Bert
2003-11-26lprintf cleanup, pass I.Daniel Caujolle-Bert
2003-11-26adding the usual headerMichael Roitzsch
2003-11-26fix x11osd bugs with fullscreen changingMiguel Freitas
2003-11-26error handlingMiguel Freitas
2003-11-26* new unscaled overlay feature (using XShape extension)Miguel Freitas
2003-11-16sync with vidix cvsJames Stembridge
2003-11-11rename internal API function (_x_<function>).Daniel Caujolle-Bert
2003-11-10fix yuy2 output on mga_vidJames Stembridge
2003-11-01Exchange (void *) function casts for a less evil kind of (void *) cast. Check...Robin KAY
2003-10-31First check the pointers on NULL values, then memset;Michael Roitzsch
2003-10-28fix yuy2 blending (use overlay/clipping colors).Miguel Freitas
2003-10-27Daniel's xvmc cleanups (tested)Miguel Freitas
2003-10-25use relchk.sh use relchk.sh use relchk.shDaniel Caujolle-Bert
2003-10-24fix network lockupDaniel Caujolle-Bert
2003-10-24Fix pitch calculations for U and V lines.Robin KAY
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-20Allow lazy loading of Sun mediaLib. Update ChangeLog.Robin KAY
2003-10-19Refactor code. Rewrite chroma keying implementation.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-12replace this line (it belongs to Xv)Michael Roitzsch
2003-10-07stk update from Darren HartMiguel Freitas
2003-10-06- add XvMC supportMiguel Freitas
2003-10-05The height of the U and V buffers needs to rounded up for odd frame heights. ...Robin KAY
2003-10-04memalign(3C) changed to malloc(3C) as it caused core dumps. This may be indic...Robin KAY
2003-10-03Fix multi-buffering when frame height is not a multiple of 16. Fix some off b...Robin KAY
2003-09-22fix segfault when configuration fails because the resolution is too highJames Stembridge
2003-09-21Add support for chroma keyed overlay graphics to video_out_pgx64 and fix vari...Robin KAY
2003-09-16Fix some compiler warnings.James Courtier-Dutton
2003-09-14Add multi-buffering support to video_out_pgx64 (massive performance increase ...Robin KAY
2003-09-13fix colors of YUY2 overlay blendingMiguel Freitas
2003-09-13update from Darren HartMiguel Freitas
2003-08-29small missing lockMiguel Freitas
2003-08-25Reduce GCC verbosity (various prototype declaration fixes). ffmpeg, wine and ...Daniel Caujolle-Bert
2003-08-25AMD64 support patch by Adrian SchroeterMichael Roitzsch
2003-08-13update api/ratio stuffMiguel Freitas
2003-08-12Disable building video_out_pgx64 if X11 isn't available.Robin KAY