aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/vf_decimate.c
Commit message (Expand)AuthorAge
* cosmetics: Rename struct vf_instance_s --> vf_instance.Gravatar diego2010-02-21
* Rename open() vf initialization function to vf_open().Gravatar diego2010-02-21
* cosmetics: Remove pointless empty lines at EOF.Gravatar diego2010-02-20
* Add missing license headers to all files in the libmpcodecs directory.Gravatar diego2010-01-30
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* Check for HAVE_EBX_AVAILABLE before enabling MMX code that needs the EBX regi...Gravatar reimar2009-03-13
* Add missing ecx clobber in diff_MMX code (yes, that function is duplicated).Gravatar reimar2009-03-13
* Lots and lots of #ifdef ARCH_... -> #if ARCH_...Gravatar reimar2009-01-16
* Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.Gravatar diego2008-10-16
* Make all vf_info_t structs constGravatar reimar2007-12-02
* Replace asmalign.h hack by ASMALIGN cpp macros from config.h.Gravatar diego2006-08-13
* add support for intel mac. mp3lib is not fixed yet.Gravatar nplourde2006-04-15
* passing pts through the filter layer (lets see if pts or cola comes out at th...Gravatar michael2006-03-21
* Unify include path handling, -I.. is in CFLAGS.Gravatar diego2005-11-18
* adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64Gravatar aurel2004-10-21
* new filter for dropping (near-)duplicate frames. can be used to fixGravatar rfelker2003-05-22