aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/vf_bmovl.c
Commit message (Expand)AuthorAge
* Replace casual GPL notices by proper license headers.Gravatar diego2008-09-07
* begin moving const filter data to .text/.rodata sectionsGravatar rfelker2007-11-09
* Replace implicit use of fast_memcpy via macro by explicit use to allowGravatar reimar2007-06-05
* Conditionally compile vf_bmovl.c instead of enclosing all of the fileGravatar diego2007-03-21
* Invert logic for HAVE_NO_POSIX_SELECT to HAVE_POSIX_SELECT to be in lineGravatar diego2007-03-21
* Use libavutil's av_clip* instead of unreadable MIN/MAX chaos.Gravatar reimar2007-03-01
* in some cases, vf_bmovl produces junk due to source andGravatar gpoirier2006-07-23
* passing pts through the filter layer (lets see if pts or cola comes out at th...Gravatar michael2006-03-21
* include config.h before includes that need itGravatar iive2006-02-16
* Unify include path handling, -I.. is in CFLAGS.Gravatar diego2005-11-18
* close stream_fd on uninit. Fixes bugzilla bug #400.Gravatar reimar2005-11-01
* fix bug when bmovl can't read the whole pic at onceGravatar attila2003-12-10
* correct handling of select ret=0, patch by Jonas Jensen <jbj@knef.dk>Gravatar alex2003-10-05
* Fix SIG11 if no args givenGravatar albeu2003-06-26
* disable vf_bmovl for systems without posix selectGravatar faust32003-04-04
* Add the new -vf option wich is the same as vop in reverse order.Gravatar albeu2003-03-15
* The code for converting RGB to YUV in bmovl is slow because it usesGravatar arpi2003-01-28
* This is a simple patch to change the alpha blending code in bmovl to useGravatar arpi2003-01-26
* may not be perfect but it's certainly a start. feel free to changeGravatar rfelker2003-01-10
* updated commentsGravatar arpi2002-10-24
* time.h required for select()Gravatar arpi2002-10-23
* -vop bmovl - BitMap OVerLay videofilter for MPlayerGravatar arpi2002-10-23