aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/vf_tfields.c
Commit message (Expand)AuthorAge
* cleanup: remove more warningsGravatar Clément Bœsch2011-05-02
* cleanup: remove unused MEncoder-related codeGravatar Clément Bœsch2011-01-25
* cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"Gravatar Uoti Urpala2010-05-29
* Merge svn changes up to r30683Gravatar Uoti Urpala2010-03-10
|\
* \ Merge svn changes up to r30484Gravatar Uoti Urpala2010-03-09
|\ \
* \ \ Merge svn changes up to r30463Gravatar Uoti Urpala2010-03-09
|\ \ \
| | | * Rename open() vf initialization function to vf_open().Gravatar diego2010-02-21
| | | * cosmetics: Remove pointless empty lines at EOF.Gravatar diego2010-02-20
| | | * Estimate pts of additional frame generated by tfields also if correct-pts isGravatar reimar2010-02-01
| | |/
| | * Enable query_format for vf_tfields to make sure it isn't used for formatsGravatar reimar2010-02-01
| | * Fix -vf tfields=1 so it does not read out of bounds or leave parts of theGravatar reimar2010-02-01
| |/
| * Add missing license headers to all files in the libmpcodecs directory.Gravatar diego2010-01-30
* | vf: Remove unused VFCTRL_FLIP_PAGEGravatar Uoti Urpala2009-10-21
* | Merge svn changes up to r29684Gravatar Uoti Urpala2009-09-16
|\|
| * Add several HAVE_EBX_AVAILABLE conditions where necessaryGravatar reimar2009-09-14
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* | Merge svn changes up to r28403Gravatar Uoti Urpala2009-01-31
|\|
| * HAVE_3DNOW --> HAVE_AMD3DNOWGravatar diego2009-01-26
* | Merge svn changes up to r28341Gravatar Uoti Urpala2009-01-19
|\|
| * Lots and lots of #ifdef ARCH_... -> #if ARCH_...Gravatar reimar2009-01-16
* | core: Better -nocorrect-pts pause and filter-added frames handlingGravatar Uoti Urpala2009-01-14
| * Fix OSD flicker with tfields as well.Gravatar reimar2008-12-30
* | Merge svn changes up to 27824Gravatar Uoti Urpala2008-10-25
|\|
| * Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.Gravatar diego2008-10-16
* | Remove _s/_st suffix from some struct namesGravatar Uoti Urpala2008-04-25
* | Move correct_pts to options structGravatar Uoti Urpala2008-04-23
|/
* Make all vf_info_t structs constGravatar reimar2007-12-02
* Disable unused query_format functions for now until they areGravatar diego2007-09-26
* Get rid of my_memcpy_pic code duplication in many filters.Gravatar reimar2007-06-28
* Replace implicit use of fast_memcpy via macro by explicit use to allowGravatar reimar2007-06-05
* c++ decls, 100000000000l to whoever broke my code like this..Gravatar rfelker2006-07-10
* Add a new video pts tracking mode, enabled by option -correct-pts.Gravatar uau2006-07-06
* 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
* sane default modeGravatar rfelker2005-03-26
* 1000l, last commit broke qpel interp entirelyGravatar rfelker2005-03-26
* configurable field parity (default from source); bugfixes; speed up mode 0Gravatar rfelker2005-03-02
* adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64Gravatar aurel2004-10-21
* support more image formats. hopefully this bpp handling is correct...Gravatar rfelker2003-05-06
* sort of a hack, but at least this lets the framerate-increasingGravatar rfelker2003-05-03
* more 10l's -- fortunately part of the bug was that the buggy code didn't get ...Gravatar rfelker2003-05-02
* new mmx/mmx2/3dnow code for improved performanceGravatar rfelker2003-04-29
* new mode for tfields filter -- shifts fields by a quarter-pixel so theGravatar rfelker2003-04-28
* Add the new -vf option wich is the same as vop in reverse order.Gravatar albeu2003-03-15
* new filterGravatar rfelker2003-03-01