summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_bmovl.c
Commit message (Expand)AuthorAgeFilesLines
* whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-10/+10
* cosmetics: Remove file names from file header, it only causes trouble.diego2009-03-151-1/+1
* Replace casual GPL notices by proper license headers.diego2008-09-071-2/+20
* begin moving const filter data to .text/.rodata sectionsrfelker2007-11-091-1/+1
* Replace implicit use of fast_memcpy via macro by explicit use to allowreimar2007-06-051-3/+3
* Conditionally compile vf_bmovl.c instead of enclosing all of the filediego2007-03-211-4/+0
* Invert logic for HAVE_NO_POSIX_SELECT to HAVE_POSIX_SELECT to be in linediego2007-03-211-1/+1
* Use libavutil's av_clip* instead of unreadable MIN/MAX chaos.reimar2007-03-011-6/+5
* 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