summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_tfields.c
Commit message (Expand)AuthorAgeFilesLines
* Rip out 3DNOW supportwm42012-07-301-39/+0
* cleanup: remove more warningsClément Bœsch2011-05-021-14/+8
* cleanup: remove unused MEncoder-related codeClément Bœsch2011-01-251-8/+3
* cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"Uoti Urpala2010-05-291-5/+5
* 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
| * Estimate pts of additional frame generated by tfields also if correct-pts isreimar2010-02-011-4/+9
* | Merge svn changes up to r30484Uoti Urpala2010-03-091-7/+14
|\|
| * Enable query_format for vf_tfields to make sure it isn't used for formatsreimar2010-02-011-4/+5
| * Fix -vf tfields=1 so it does not read out of bounds or leave parts of thereimar2010-02-011-3/+9
* | 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
* | vf: Remove unused VFCTRL_FLIP_PAGEUoti Urpala2009-10-211-6/+0
* | 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-3/+3
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-5/+3
* | Merge svn changes up to r28403Uoti Urpala2009-01-311-2/+2
|\|
| * HAVE_3DNOW --> HAVE_AMD3DNOWdiego2009-01-261-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
| * Fix OSD flicker with tfields as well.reimar2008-12-301-3/+3
* | core: Better -nocorrect-pts pause and filter-added frames handlingUoti Urpala2009-01-141-4/+5
* | Merge svn changes up to 27824Uoti Urpala2008-10-251-8/+8
|\|
| * Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.diego2008-10-161-8/+8
* | Remove _s/_st suffix from some struct namesUoti Urpala2008-04-251-6/+6
* | Move correct_pts to options structUoti Urpala2008-04-231-4/+5
|/
* Make all vf_info_t structs constreimar2007-12-021-1/+1
* Disable unused query_format functions for now until they arediego2007-09-261-0/+2
* 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-13/+13
* c++ decls, 100000000000l to whoever broke my code like this..rfelker2006-07-101-5/+4
* Add a new video pts tracking mode, enabled by option -correct-pts.uau2006-07-061-10/+41
* passing pts through the filter layer (lets see if pts or cola comes out at th...michael2006-03-211-4/+4
* Unify include path handling, -I.. is in CFLAGS.diego2005-11-181-4/+4
* sane default moderfelker2005-03-261-1/+1
* 1000l, last commit broke qpel interp entirelyrfelker2005-03-261-3/+3
* configurable field parity (default from source); bugfixes; speed up mode 0rfelker2005-03-021-91/+73
* adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64aurel2004-10-211-38/+38
* support more image formats. hopefully this bpp handling is correct...rfelker2003-05-061-7/+10
* sort of a hack, but at least this lets the framerate-increasingrfelker2003-05-031-0/+3
* more 10l's -- fortunately part of the bug was that the buggy code didn't get ...rfelker2003-05-021-20/+149
* new mmx/mmx2/3dnow code for improved performancerfelker2003-04-291-21/+151
* new mode for tfields filter -- shifts fields by a quarter-pixel so therfelker2003-04-281-0/+51
* Add the new -vf option wich is the same as vop in reverse order.albeu2003-03-151-1/+2
* new filterrfelker2003-03-011-0/+187