summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_pp7.c
Commit message (Expand)AuthorAgeFilesLines
* libmpcodecs/vf_*.c: Replace memalign() by av_malloc()michael2011-02-151-2/+4
* cleanup: remove NULL checks before free() all over the codecboesch2010-11-141-1/+1
* cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"Uoti Urpala2010-05-291-6/+6
* Merge svn changes up to r30683Uoti Urpala2010-03-101-2/+2
|\
| * Rename open() vf initialization function to vf_open().diego2010-02-211-2/+2
* | Merge svn changes up to r30463Uoti Urpala2010-03-091-1/+1
|\|
| * Support more qscale types in most post-processing filters.reimar2010-01-291-1/+1
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-19/+19
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-19/+19
* | Merge svn changes up to r28641Uoti Urpala2009-02-181-1/+1
|\|
| * Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:diego2009-02-171-1/+1
* | Merge svn changes up to r28341Uoti Urpala2009-01-191-4/+4
|\|
| * Lots and lots of #ifdef ARCH_... -> #if ARCH_...reimar2009-01-161-4/+4
* | Merge svn changes up to 27824Uoti Urpala2008-10-251-3/+3
|\|
| * Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.diego2008-10-161-3/+3
* | Merge svn changes up to r26783Uoti Urpala2008-05-151-16/+18
|\|
| * Use standard license headers.diego2008-05-131-16/+18
* | 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