summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_divtc.c
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"Uoti Urpala2010-05-291-3/+3
* 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-0/+18
|\|
| * Add missing license headers to all files in the libmpcodecs directory.diego2010-01-301-0/+18
* | Merge svn changes up to r29277Uoti Urpala2009-05-081-2/+2
|\|
| * Replace glibc-specific __WORDSIZE preprocessor check with HAVE_FAST_64BIT.diego2009-04-251-2/+2
* | Merge svn changes up to r28951Uoti Urpala2009-03-141-6/+5
|\|
| * Check for HAVE_EBX_AVAILABLE before enabling MMX code that needs the EBX regi...reimar2009-03-131-2/+2
| * Use the same code as in vf_decimate to select diff_MMXreimar2009-03-131-3/+2
| * Add missing ecx clobber in diff_MMX code (yes, that function is duplicated).reimar2009-03-131-1/+1
* | Merge svn changes up to r28341Uoti Urpala2009-01-191-2/+2
|\|
| * Lots and lots of #ifdef ARCH_... -> #if ARCH_...reimar2009-01-161-2/+2
* | Merge svn changes up to 27824Uoti Urpala2008-10-251-3/+3
|\|
| * Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.diego2008-10-161-1/+1
| * Remove word size check and macro and use __WORDSIZE directly instead.diego2008-10-041-2/+2
* | vf_divtc.c: Make pointlessly static variable a normal localUoti Urpala2008-04-261-1/+1
* | Remove _s/_st suffix from some struct namesUoti Urpala2008-04-251-3/+3
|/
* Make all vf_info_t structs constreimar2007-12-021-2/+2
* warning fix:diego2007-09-091-2/+0
* Get rid of my_memcpy_pic code duplication in many filters.reimar2007-06-281-4/+9
* Hack around libavutil/bswap.h compilation problems due to always_inline undef...reimar2006-12-071-1/+1
* Remove bswap.h, use libavutil/bswap.h instead.diego2006-11-291-1/+2
* Replace asmalign.h hack by ASMALIGN cpp macros from config.h.diego2006-08-131-2/+1
* 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-3/+3
* Unify include path handling, -I.. is in CFLAGS.diego2005-11-181-5/+5
* deghost_plane also reads from destination, so request readable bufferreimar2005-07-281-1/+2
* adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64aurel2004-10-211-7/+7
* New filter by Ville Saari (114263 at foo dot bar dot org)rfelker2004-04-171-0/+698