Age | Commit message (Expand) | Author |
2003-12-13 | fix few memleaks | Daniel Caujolle-Bert |
2003-12-12 | support for new ATI chips | James Stembridge |
2003-12-07 | get rid of XINE_{ASSERT,ABORT} and useless xine_print_trace (useless). Replac... | Daniel Caujolle-Bert |
2003-12-06 | reading through Daniel's huge patch was quite tiresome, but it was not worthl... | Michael Roitzsch |
2003-12-06 | perhaps that will fix the black box problem reported at xine-user | Miguel Freitas |
2003-12-05 | cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ... | Daniel Caujolle-Bert |
2003-11-26 | xprintf clean pass. xprintf now log into new XINE_LOG_TRACE log buffer. scrat... | Daniel Caujolle-Bert |
2003-11-26 | prevent 'last' empty variable | Daniel Caujolle-Bert |
2003-11-26 | lprintf cleanup, pass I. | Daniel Caujolle-Bert |
2003-11-26 | adding the usual header | Michael Roitzsch |
2003-11-26 | fix x11osd bugs with fullscreen changing | Miguel Freitas |
2003-11-26 | error handling | Miguel Freitas |
2003-11-26 | * new unscaled overlay feature (using XShape extension) | Miguel Freitas |
2003-11-16 | sync with vidix cvs | James Stembridge |
2003-11-11 | rename internal API function (_x_<function>). | Daniel Caujolle-Bert |
2003-11-10 | fix yuy2 output on mga_vid | James Stembridge |
2003-11-01 | Exchange (void *) function casts for a less evil kind of (void *) cast. Check... | Robin KAY |
2003-10-31 | First check the pointers on NULL values, then memset; | Michael Roitzsch |
2003-10-28 | fix yuy2 blending (use overlay/clipping colors). | Miguel Freitas |
2003-10-27 | Daniel's xvmc cleanups (tested) | Miguel Freitas |
2003-10-25 | use relchk.sh use relchk.sh use relchk.sh | Daniel Caujolle-Bert |
2003-10-24 | fix network lockup | Daniel Caujolle-Bert |
2003-10-24 | Fix pitch calculations for U and V lines. | Robin KAY |
2003-10-23 | cleanup in video_out.h | Michael Roitzsch |
2003-10-22 | Replace copy member in vo_frame_t with proc_frame and proc_slice. Increase vi... | Robin KAY |
2003-10-20 | Allow lazy loading of Sun mediaLib. Update ChangeLog. | Robin KAY |
2003-10-19 | Refactor code. Rewrite chroma keying implementation. | Robin KAY |
2003-10-18 | Re-add COMPLETION gui_data_exchange() support, removed by //error//. | Daniel Caujolle-Bert |
2003-10-18 | cleanups, xlock fixes | Daniel Caujolle-Bert |
2003-10-12 | replace this line (it belongs to Xv) | Michael Roitzsch |
2003-10-07 | stk update from Darren Hart | Miguel Freitas |
2003-10-06 | - add XvMC support | Miguel Freitas |
2003-10-05 | The height of the U and V buffers needs to rounded up for odd frame heights. ... | Robin KAY |
2003-10-04 | memalign(3C) changed to malloc(3C) as it caused core dumps. This may be indic... | Robin KAY |
2003-10-03 | Fix multi-buffering when frame height is not a multiple of 16. Fix some off b... | Robin KAY |
2003-09-22 | fix segfault when configuration fails because the resolution is too high | James Stembridge |
2003-09-21 | Add support for chroma keyed overlay graphics to video_out_pgx64 and fix vari... | Robin KAY |
2003-09-16 | Fix some compiler warnings. | James Courtier-Dutton |
2003-09-14 | Add multi-buffering support to video_out_pgx64 (massive performance increase ... | Robin KAY |
2003-09-13 | fix colors of YUY2 overlay blending | Miguel Freitas |
2003-09-13 | update from Darren Hart | Miguel Freitas |
2003-08-29 | small missing lock | Miguel Freitas |
2003-08-25 | Reduce GCC verbosity (various prototype declaration fixes). ffmpeg, wine and ... | Daniel Caujolle-Bert |
2003-08-25 | AMD64 support patch by Adrian Schroeter | Michael Roitzsch |
2003-08-13 | update api/ratio stuff | Miguel Freitas |
2003-08-12 | Disable building video_out_pgx64 if X11 isn't available. | Robin KAY |
2003-08-12 | Mistakenly disabled some code I shouldn't have in the previous revision. Now ... | Robin KAY |
2003-08-11 | Cleaned up code. Removed support for XINE_VISUAL_TYPE_FB. Added support for d... | Robin KAY |
2003-08-09 | bleh to "//" | Bastien Nocera |
2003-08-09 | - temptatively fix the directfb video output plugin, maybe it works, maybe it... | Bastien Nocera |