aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/vf_bmovl.c
Commit message (Expand)AuthorAge
* cleanup: remove more warningsGravatar Clément Bœsch2011-05-02
* vf_*: fix pts values passed to the next filterGravatar Rudolf Polzer2011-04-24
* cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"Gravatar Uoti Urpala2010-05-29
* Merge svn changes up to r30683Gravatar Uoti Urpala2010-03-10
|\
| * Rename open() vf initialization function to vf_open().Gravatar diego2010-02-21
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* | Merge svn changes up to r29117Gravatar Uoti Urpala2009-04-01
|\|
| * cosmetics: Remove file names from file header, it only causes trouble.Gravatar diego2009-03-15
* | Merge svn changes up to r27573Gravatar Uoti Urpala2008-09-10
|\|
| * Replace casual GPL notices by proper license headers.Gravatar diego2008-09-07
* | Remove _s/_st suffix from some struct namesGravatar Uoti Urpala2008-04-25
|/
* 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