Mercurial > mplayer.hg
log libmpcodecs/vf_divtc.c @ 28905:b538600d545c
age | author | description |
---|---|---|
Fri, 13 Mar 2009 17:02:15 +0000 | reimar | Add missing ecx clobber in diff_MMX code (yes, that function is duplicated). |
Fri, 16 Jan 2009 09:21:21 +0000 | reimar | Lots and lots of #ifdef ARCH_... -> #if ARCH_... |
Thu, 16 Oct 2008 18:59:27 +0000 | diego | Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg. |
Sat, 04 Oct 2008 10:16:48 +0000 | diego | Remove word size check and macro and use __WORDSIZE directly instead. |
Sun, 02 Dec 2007 14:57:15 +0000 | reimar | Make all vf_info_t structs const |
Sun, 09 Sep 2007 09:59:50 +0000 | diego | warning fix: |
Thu, 28 Jun 2007 11:24:12 +0000 | reimar | Get rid of my_memcpy_pic code duplication in many filters. |