aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/vf_divtc.c
Commit message (Expand)AuthorAge
* vf_dint, vf_divtc: fix code assuming "char" is signedGravatar reimar2011-07-06
* cleanup: remove more warningsGravatar Clément Bœsch2011-05-02
* vf_*: fix pts values passed to the next filterGravatar Rudolf Polzer2011-04-24
* cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"Gravatar Uoti Urpala2010-05-29
* Merge svn changes up to r30683Gravatar Uoti Urpala2010-03-10
|\
* \ Merge svn changes up to r30463Gravatar Uoti Urpala2010-03-09
|\ \
| | * Rename open() vf initialization function to vf_open().Gravatar diego2010-02-21
| |/
| * Add missing license headers to all files in the libmpcodecs directory.Gravatar diego2010-01-30
* | Merge svn changes up to r29277Gravatar Uoti Urpala2009-05-08
|\|
| * Replace glibc-specific __WORDSIZE preprocessor check with HAVE_FAST_64BIT.Gravatar diego2009-04-25
* | Merge svn changes up to r28951Gravatar Uoti Urpala2009-03-14
|\|
| * Check for HAVE_EBX_AVAILABLE before enabling MMX code that needs the EBX regi...Gravatar reimar2009-03-13
| * Use the same code as in vf_decimate to select diff_MMXGravatar reimar2009-03-13
| * Add missing ecx clobber in diff_MMX code (yes, that function is duplicated).Gravatar reimar2009-03-13
* | Merge svn changes up to r28341Gravatar Uoti Urpala2009-01-19
|\|
| * Lots and lots of #ifdef ARCH_... -> #if ARCH_...Gravatar reimar2009-01-16
* | Merge svn changes up to 27824Gravatar Uoti Urpala2008-10-25
|\|
| * Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.Gravatar diego2008-10-16
| * Remove word size check and macro and use __WORDSIZE directly instead.Gravatar diego2008-10-04
* | vf_divtc.c: Make pointlessly static variable a normal localGravatar Uoti Urpala2008-04-26
* | Remove _s/_st suffix from some struct namesGravatar Uoti Urpala2008-04-25
|/
* Make all vf_info_t structs constGravatar reimar2007-12-02
* warning fix:Gravatar diego2007-09-09
* Get rid of my_memcpy_pic code duplication in many filters.Gravatar reimar2007-06-28
* Hack around libavutil/bswap.h compilation problems due to always_inline undef...Gravatar reimar2006-12-07
* Remove bswap.h, use libavutil/bswap.h instead.Gravatar diego2006-11-29
* 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
* deghost_plane also reads from destination, so request readable bufferGravatar reimar2005-07-28
* adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64Gravatar aurel2004-10-21
* New filter by Ville Saari (114263 at foo dot bar dot org)Gravatar rfelker2004-04-17