log libmpcodecs/vf_fspp.c @ 27631:42b15a81b468

age author description
2008-05-13 diego Use standard license headers.
2008-02-24 reimar Do not use a global temps variable, this is ugly and does not compile with ICC.
2008-02-24 reimar Get rid of pointless and confusing comments
2008-01-30 reimar mark constants as such
2008-01-30 reimar Simplify: use DECLARE_ASM_CONST
2008-01-05 lorenm fix artifacts in -vf fspp. regression in r23476.
2007-12-02 reimar Make all vf_info_t structs const
2007-11-09 diego Add missing header file, fixes the warnings:
2007-10-30 diego Remove commented-out and unused fmt_list array.
2007-06-05 reimar Do not use fast_memcpy for small size copy, esp. when the size is constant
2007-06-05 reimar Replace implicit use of fast_memcpy via macro by explicit use to allow
2006-12-11 henry count needs to be even
2006-11-01 henry qp height should be in macroblocks, not pixels
2006-08-13 diego Replace asmalign.h hack by ASMALIGN cpp macros from config.h.
2006-04-17 nicodvb removed unreachable code: this filter can't compile with external libavcodec (the Makefile rules prevent it)
2006-04-15 nplourde add support for intel mac. mp3lib is not fixed yet.
2006-03-21 michael passing pts through the filter layer (lets see if pts or cola comes out at the end)
2006-01-31 diego Move conditional compilation out of the code and into the build system.
2006-01-13 diego Update licensing information: The FSF changed postal address.
2005-12-19 henry reverse the H264 hack
2005-12-18 henry negative quality values allow postproc regardless of input
2005-12-18 henry do not postprocess H264
2005-12-07 henry prevent flicker on b-frames, trivial port from vf_spp
2005-11-18 diego Unify include path handling, -I.. is in CFLAGS.
2005-07-20 iive use stored dimensions instead of visible one when (vf_)get_image is called
2005-06-05 henry sanity checks for options; treat quality > 5 as 5, not 4
2005-06-04 henry x86-64 fixes by Reimar
2005-06-04 henry disable mmx code for x86-64
2005-06-04 henry move unchanged registers back to input spec
2005-06-04 henry faster spp filter by Nikolaj Poroshin <porosh3 at psu ru>