summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_fspp.c
Commit message (Expand)AuthorAgeFilesLines
* Remove _s/_st suffix from some struct namesUoti Urpala2008-04-251-6/+6
* Do not use a global temps variable, this is ugly and does not compile with ICC.reimar2008-02-241-39/+40
* Get rid of pointless and confusing commentsreimar2008-02-241-3/+3
* mark constants as suchreimar2008-01-301-9/+9
* Simplify: use DECLARE_ASM_CONSTreimar2008-01-301-14/+15
* fix artifacts in -vf fspp. regression in r23476.lorenm2008-01-051-2/+2
* Make all vf_info_t structs constreimar2007-12-021-1/+1
* Add missing header file, fixes the warnings:diego2007-11-091-0/+1
* Remove commented-out and unused fmt_list array.diego2007-10-301-17/+0
* Do not use fast_memcpy for small size copy, esp. when the size is constantreimar2007-06-051-2/+2
* Replace implicit use of fast_memcpy via macro by explicit use to allowreimar2007-06-051-6/+6
* count needs to be evenhenry2006-12-111-1/+1
* qp height should be in macroblocks, not pixelshenry2006-11-011-2/+2
* Replace asmalign.h hack by ASMALIGN cpp macros from config.h.diego2006-08-131-2/+1
* removed unreachable code: this filter can't compile with external libavcodec ...nicodvb2006-04-171-5/+0
* add support for intel mac. mp3lib is not fixed yet.nplourde2006-04-151-1/+2
* 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
* reverse the H264 hackhenry2005-12-191-19/+9
* negative quality values allow postproc regardless of inputhenry2005-12-181-6/+15
* do not postprocess H264henry2005-12-181-4/+5
* prevent flicker on b-frames, trivial port from vf_spphenry2005-12-071-6/+22
* Unify include path handling, -I.. is in CFLAGS.diego2005-11-181-7/+7
* use stored dimensions instead of visible one when (vf_)get_image is callediive2005-07-201-2/+2
* sanity checks for options; treat quality > 5 as 5, not 4henry2005-06-051-0/+5
* x86-64 fixes by Reimarhenry2005-06-041-289/+283
* disable mmx code for x86-64henry2005-06-041-0/+5
* move unchanged registers back to input spechenry2005-06-041-4/+4
* faster spp filter by Nikolaj Poroshin <porosh3 at psu ru>henry2005-06-041-0/+2113