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