summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_pp7.c
Commit message (Expand)AuthorAgeFilesLines
* Remove _s/_st suffix from some struct namesUoti Urpala2008-04-251-6/+6
* Make all vf_info_t structs constreimar2007-12-021-1/+1
* Replace implicit use of fast_memcpy via macro by explicit use to allowreimar2007-06-051-3/+3
* -vf pp7 overblurs still parts of the image, whichgpoirier2006-07-231-1/+2
* passing pts through the filter layer (lets see if pts or cola comes out at th...michael2006-03-211-2/+2
* Patch by Stefan Huehner / stefan % huehner ! org \rathann2006-02-091-1/+1
* Update licensing information: The FSF changed postal address.diego2006-01-131-1/+1
* Unify include path handling, -I.. is in CFLAGS.diego2005-11-181-4/+4
* use stored dimensions instead of visible one when (vf_)get_image is callediive2005-07-201-2/+2
* ensure that dr buffers are readablemichael2005-07-111-1/+1
* #ifdef HAVE_MMXmichael2005-07-111-0/+2
* pp7 filter (spp=6 filter with 7 point dct where only the center sample is use...michael2005-07-091-0/+486