summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_spp.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
* Add missing header files, fixes the warnings:diego2007-11-091-0/+1
* Remove unused fmt_list array, fixes the warnings:diego2007-10-301-15/+0
* MPEG-2 blocks at qp 1 get overfiltered by spp, apparently because "qp>>1" turnsdiego2007-09-181-1/+1
* Replace implicit use of fast_memcpy via macro by explicit use to allowreimar2007-06-051-4/+4
* qp height should be in macroblocks, not pixelshenry2006-11-011-2/+2
* removed unreachable code: this filter can't compile with external libavcodec ...nicodvb2006-04-171-5/+0
* passing pts through the filter layer (lets see if pts or cola comes out at th...michael2006-03-211-2/+2
* Move conditional compilation out of the code and into the build system.diego2006-01-311-4/+0
* Update licensing information: The FSF changed postal address.diego2006-01-131-1/+1
* prevent flicker, to get old behaviour use spp=x:y:4 / x:y:5michael2005-12-061-6/+18
* attribute alignmichael2005-12-031-1/+1
* Unify include path handling, -I.. is in CFLAGS.diego2005-11-181-6/+6
* 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
* Improved NV12/NV21 support.syrjala2005-02-161-2/+0
* removing strange csp matching code (was copy&pasted from vf_pp where it origi...michael2004-11-231-12/+2
* crash with Y8 colourspace fixedreimar2004-10-211-0/+1
* adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64aurel2004-10-211-3/+3
* 100l typomichael2004-09-191-2/+2
* 10lmichael2004-08-261-1/+1
* Fix memory corruption, noticable at reallocate imageiive2004-06-241-8/+9
* quant_parameter is 2*mpeg1_quant, no problems noticed with too high valuesiive2004-04-091-2/+0
* check for invalid user inputiive2004-04-081-2/+15
* spp softthresholding in mmxmichael2004-02-241-1/+77
* spp soft thresholding patch by (James Crowson <jbcrowso at ncsu dot edu>)michael2004-02-241-8/+40
* Fix compilation if lavc is compiled as a shared lib. Patch by Panagiotis Issa...alex2003-12-071-0/+6
* memcpy pix instead of black screen if no DR and codec provides no qscale tablemichael2003-11-161-2/+6
* 1000lmichael2003-10-311-2/+4
* 10lmichael2003-10-311-1/+3
* skip filter if codec doesnt provide the QP array and user didnt force a QP (f...michael2003-10-281-0/+2
* autoqmichael2003-10-281-18/+46
* 10lmichael2003-10-281-8/+9
* another 10l ...michael2003-10-281-0/+2
* optimizemichael2003-10-281-4/+76
* optimizingmichael2003-10-271-28/+78
* change offsets (quality 2-4 looks better now)michael2003-10-271-4/+17
* different / faster / simpler "quantization"michael2003-10-271-14/+6
* 10lmichael2003-10-271-10/+24
* 120lmichael2003-10-271-2/+2
* 10l and minor optimizationmichael2003-10-261-4/+8
* simple alternative postprocessing filtermichael2003-10-261-0/+320