summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_ilpack.c
Commit message (Expand)AuthorAgeFilesLines
* libmpcodecs: fix coverity issuesreimar2012-10-301-0/+1
* vf_ilpack: fix incompatible function typesreimar2011-07-061-5/+8
* cosmetics: vf_ilpack.c: tabs to 4 spacesUoti Urpala2011-07-061-341/+341
* 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
| * cosmetics: Remove pointless empty lines at EOF.diego2010-02-201-1/+0
* | 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 r29684Uoti Urpala2009-09-161-0/+4
|\|
| * Add several HAVE_EBX_AVAILABLE conditions where necessaryreimar2009-09-141-0/+4
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-22/+22
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-23/+22
* | Merge svn changes up to r29117Uoti Urpala2009-04-011-2/+2
|\|
| * Use x86_reg instead of long in several video filters to fix compilation on Mi...reimar2009-03-271-2/+2
* | Merge svn changes up to r28341Uoti Urpala2009-01-191-6/+6
|\|
| * Lots and lots of #ifdef ARCH_... -> #if ARCH_...reimar2009-01-161-6/+6
* | 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-3/+3
* | Remove _s/_st suffix from some struct namesUoti Urpala2008-04-251-3/+3
|/
* Make all vf_info_t structs constreimar2007-12-021-1/+1
* Remove useless fastmemcpy.h include for filters that do not even do any memcpy.reimar2007-05-271-2/+0
* Remove unused variable,reimar2007-04-291-1/+0
* Replace asmalign.h hack by ASMALIGN cpp macros from config.h.diego2006-08-131-4/+3
* Software Scaler headers usage cleanuplucabe2006-06-181-1/+0
* add support for intel mac. mp3lib is not fixed yet.nplourde2006-04-151-3/+4
* passing pts through the filter layer (lets see if pts or cola comes out at th...michael2006-03-211-2/+2
* Unify include path handling, -I.. is in CFLAGS.diego2005-11-181-5/+5
* adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64aurel2004-10-211-54/+72
* mmx simplificationsmichael2003-12-151-91/+25
* mmx optimizationsrfelker2003-12-151-1/+255
* big updates to ilpack: do proper interpolation rather than justrfelker2003-12-151-34/+95
* 1. new alternate approach to inverse telecine! much better!rfelker2003-04-191-0/+169