summaryrefslogtreecommitdiff
path: root/src/video_out
AgeCommit message (Expand)Author
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
2003-08-12Mistakenly disabled some code I shouldn't have in the previous revision. Now ...Robin KAY
2003-08-11Cleaned up code. Removed support for XINE_VISUAL_TYPE_FB. Added support for d...Robin KAY
2003-08-09bleh to "//"Bastien Nocera
2003-08-09- temptatively fix the directfb video output plugin, maybe it works, maybe it...Bastien Nocera
2003-08-04support for arbitrary aspect ratiosMiguel Freitas
2003-08-04vo for libstkMiguel Freitas
2003-08-04patch from matthiasMiguel Freitas
2003-07-20fix G400 chroma bugJames Stembridge
2003-07-12- adding support for the Intel compiler iccMichael Roitzsch
2003-06-15Properly deinterlace YUY2 frames.Robin KAY
2003-06-15Remove linear blend deinterlacer from video_out_pgx64. Add C implementation o...Robin KAY
2003-05-31update video out api to allow better frame management (explicit locking)Miguel Freitas
2003-05-26- quiet xv pluginBastien Nocera
2003-05-26- quieter adpcm plugin and xshm oneBastien Nocera
2003-05-14These are part of the old video out API and should not be needed any longerMichael Roitzsch
2003-05-14as announced on xine-devel, this is the big Makefile refactoring:Michael Roitzsch
2003-05-14force redraw when drawable changesMiguel Freitas
2003-05-12Cleaned up console outputRobin KAY
2003-05-07DVD play sort of works on Win32. Also added a couple more plugings to the Win...Tim Champagne
2003-05-04Fix annoying XVideo lockup (probably another bug in the X11 library)Ewald Snel
2003-05-02make sure colour keying is turned off for frame buffer outputJames Stembridge