summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_bmovl.c
Commit message (Expand)AuthorAgeFilesLines
* in some cases, vf_bmovl produces junk due to source andgpoirier2006-07-231-3/+3
* passing pts through the filter layer (lets see if pts or cola comes out at th...michael2006-03-211-7/+7
* include config.h before includes that need itiive2006-02-161-1/+1
* Unify include path handling, -I.. is in CFLAGS.diego2005-11-181-3/+3
* close stream_fd on uninit. Fixes bugzilla bug #400.reimar2005-11-011-0/+2
* fix bug when bmovl can't read the whole pic at onceattila2003-12-101-1/+17
* correct handling of select ret=0, patch by Jonas Jensen <jbj@knef.dk>alex2003-10-051-2/+6
* Fix SIG11 if no args givenalbeu2003-06-261-1/+1
* disable vf_bmovl for systems without posix selectfaust32003-04-041-0/+5
* Add the new -vf option wich is the same as vop in reverse order.albeu2003-03-151-1/+2
* The code for converting RGB to YUV in bmovl is slow because it usesarpi2003-01-281-3/+3
* This is a simple patch to change the alpha blending code in bmovl to usearpi2003-01-261-3/+12
* may not be perfect but it's certainly a start. feel free to changerfelker2003-01-101-20/+22
* updated commentsarpi2002-10-241-17/+20
* time.h required for select()arpi2002-10-231-0/+1
* -vop bmovl - BitMap OVerLay videofilter for MPlayerarpi2002-10-231-0/+441