summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_spp.c
Commit message (Expand)AuthorAgeFilesLines
* vf_spp, vf_fspp: replace use of deprecated libav functionmplayer-svn2012-08-031-1/+1
* cleanup: do libav* initialization on startupUoti Urpala2011-07-181-3/+0
* cleanup: remove NULL checks before free() all over the codecboesch2010-11-141-4/+4
* Add central init_avcodec() to avoid duplicated libavcodec init codediego2010-11-021-1/+2
* 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
* | Merge svn changes up to r30419Uoti Urpala2010-01-251-2/+8
|\|
| * Make sure that a qstride of 0 (intentional or not) does not completely breakreimar2010-01-231-2/+8
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-40/+40
* | Remove unnecessary libavutil/internal.h includesUoti Urpala2009-07-261-5/+0
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-40/+40
* | Merge svn changes up to r29134Uoti Urpala2009-04-021-4/+0
|\|
| * Remove unnecessary malloc.h #includes and related #ifdeffery.diego2009-04-021-4/+0
* | 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 r28366Uoti Urpala2009-01-261-0/+5
|\|
| * Fix compilation after DECLARE_ASM_CONST/DECLARE_ALIGNED moving within FFmpeg.diego2009-01-251-0/+5
* | Merge svn changes up to r28341Uoti Urpala2009-01-191-5/+5
|\|
| * Lots and lots of #ifdef ARCH_... -> #if ARCH_...reimar2009-01-161-5/+5
* | Merge svn changes up to 27824Uoti Urpala2008-10-251-5/+5
|\|
| * Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.diego2008-10-161-5/+5
* | 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
* 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