index
:
xine-lib
master
xine-lib git mirror
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_out
/
alphablend.c
Age
Commit message (
Expand
)
Author
2003-12-07
get rid of XINE_{ASSERT,ABORT} and useless xine_print_trace (useless). Replac...
Daniel Caujolle-Bert
2003-12-05
cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ...
Daniel Caujolle-Bert
2003-10-28
fix yuy2 blending (use overlay/clipping colors).
Miguel Freitas
2003-09-21
Add support for chroma keyed overlay graphics to video_out_pgx64 and fix vari...
Robin KAY
2003-09-13
fix colors of YUY2 overlay blending
Miguel Freitas
2003-02-28
Xine assert() replacement:
Stephen Torri
2003-01-19
trying to fix color errors and endianness problems in yuy2
Miguel Freitas
2002-12-22
Make xine-lib compile with the SunPro compiler
Robin KAY
2002-11-22
when the image does not fit the viewport and black bars need to be added, their
Michael Roitzsch
2002-11-20
Add debug info. remove un-used variable.
James Courtier-Dutton
2002-10-29
Updated pgx64 to newest API. Changed alphablend code to handle pitches.
Robin KAY
2002-10-03
DTS debug messages.
James Courtier-Dutton
2002-09-30
Fixes and performance improvements to the alphablend.c code.
James Courtier-Dutton
2002-09-04
merging in the new_api branch ... unfortunately video_out / vo_scale is broke...
Guenter Bartsch
2002-05-23
some boundaries checks to alphablend functions. will avoid overlay wraping
Miguel Freitas
2002-02-09
the long-awaited video_out changes, not completely debuged (races)
Guenter Bartsch
2002-01-22
cr and cb swapped
Miguel Freitas
2002-01-22
- small w32codec bugfixes
Miguel Freitas
2002-01-18
small fix to alphablend
Miguel Freitas
2002-01-18
Try to fix some bleeding in the menus.
James Courtier-Dutton
2002-01-16
New blend_yuv routine.
James Courtier-Dutton
2002-01-15
Beginning of overlay highlights correction work.
James Courtier-Dutton
2001-12-16
- fix clipping box inside rle lines
Miguel Freitas
2001-11-30
blend_yuy2 now available
Miguel Freitas
2001-11-05
Fixing cr<->cb swap error in alphablending code; fixed some confusions in
Matthias Dahl
2001-11-03
Fixed a bad bug in the new SyncFB plugin that caused it to crash easily. And
Matthias Dahl
2001-10-09
overlay clut colorspace conversion
Miguel Freitas
2001-10-09
Implement rle-image shrinking for blend_rgb*()
Juergen Keil
2001-10-09
blend_rgb* with rle-image scaling. Used by the XShm video_out driver.
Juergen Keil
2001-08-17
Overlays are now passed in rle format. Causes a speed improvement
Eduard Hasenleithner
2001-08-16
clut_t is now stored in machine endianess. Simplifies the transfer
Eduard Hasenleithner
2001-08-14
Fixed a bug resulting from the misassumption that the pixels
Eduard Hasenleithner
2001-08-13
major rewrite of the subpicture mechanism in order to support menus.
Eduard Hasenleithner
2001-07-26
Reverted a small error introduced into alphablend.c
Rich J Wareham
2001-07-25
A few small changes to help in some specific cases. Also a nasty hack added t...
Rich J Wareham
2001-07-10
subtitle patches (esp. for XShm) from James
Guenter Bartsch
2001-07-09
latest subtitle patches (cleanups) from james
Guenter Bartsch
2001-07-08
subtitle patches from james
Guenter Bartsch
2001-07-04
latest overlay patches from James, simple overlays should work
uid32519
2001-07-04
spu support updated (unfinished) from James
uid32519