aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/vf_divtc.c
Commit message (Expand)AuthorAge
* 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
* 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