aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/vf_tfields.c
Commit message (Expand)AuthorAge
* 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