summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_ivtc.c
Commit message (Expand)AuthorAgeFilesLines
* Remove useless video filterswm42012-10-031-555/+0
* vf_*: fix pts values passed to the next filterRudolf Polzer2011-04-241-5/+10
* cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"Uoti Urpala2010-05-291-4/+4
* 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-2/+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-2/+2
|\|
| * Add several HAVE_EBX_AVAILABLE conditions where necessaryreimar2009-09-141-2/+2
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-19/+19
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-21/+19
* | Merge svn changes up to r28341Uoti Urpala2009-01-191-2/+2
|\|
| * Lots and lots of #ifdef ARCH_... -> #if ARCH_...reimar2009-01-161-2/+2
* | Merge svn changes up to 27824Uoti Urpala2008-10-251-2/+2
|\|
| * Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.diego2008-10-161-2/+2
* | Remove _s/_st suffix from some struct namesUoti Urpala2008-04-251-4/+4
|/
* Make all vf_info_t structs constreimar2007-12-021-1/+1
* Get rid of my_memcpy_pic code duplication in many filters.reimar2007-06-281-15/+0
* Replace implicit use of fast_memcpy via macro by explicit use to allowreimar2007-06-051-1/+1
* Replace asmalign.h hack by ASMALIGN cpp macros from config.h.diego2006-08-131-4/+3
* 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
* 10l found by Oded: case 2 on a boolean value...rfelker2006-03-121-2/+2
* Unify include path handling, -I.. is in CFLAGS.diego2005-11-181-4/+4
* adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64aurel2004-10-211-41/+41
* optimization -- lots of conditional jumps in inner loops are badrfelker2003-04-261-1/+2
* optimizationrfelker2003-04-261-6/+31
* 1. new alternate approach to inverse telecine! much better!rfelker2003-04-191-0/+523