aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/pullup.c
Commit message (Expand)AuthorAge
* Remove dead codeGravatar wm42012-08-01
* vf_*: fix pts values passed to the next filterGravatar Rudolf Polzer2011-04-24
* Merge svn changes up to r30463Gravatar Uoti Urpala2010-03-09
|\
| * Add missing license headers to all files in the libmpcodecs directory.Gravatar diego2010-01-30
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
|/
* Lots and lots of #ifdef ARCH_... -> #if ARCH_...Gravatar reimar2009-01-16
* Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.Gravatar diego2008-10-16
* #include config.h before all other headers.Gravatar diego2008-03-14
* Add a check for c->head being NULL in pullup_free_context().Gravatar gpoirier2007-09-08
* warnig fix (blessed by Rich):Gravatar diego2007-09-04
* warning fix:Gravatar diego2007-08-25
* Fix AMD64 support, patch by Reimar DoffingerGravatar gpoirier2006-11-17
* Remove unused variables, patch by Stefan Huehner, stefan ##at## huehner org.Gravatar diego2006-07-09
* Get rid of unneeded alignGravatar nplourde2006-04-24
* add support for intel mac. mp3lib is not fixed yet.Gravatar nplourde2006-04-15
* Patch by Stefan Huehner / stefan % huehner ! org \Gravatar rathann2006-02-09
* small change to field-matching metrics which hopefully makes a bigGravatar rfelker2005-06-14
* silence gcc warning:Gravatar rathann2005-04-10
* don't buffer more future context that we needGravatar rfelker2005-03-20
* 100l, meaning of strict_breaks was backwards...Gravatar rfelker2005-03-20
* improve handling of soft-telecined input (faster, fewer mistakes)Gravatar rfelker2005-03-16
* added ecx to clobber listGravatar alex2005-01-31
* adding proper parenthesingGravatar alex2005-01-31
* adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64Gravatar aurel2004-10-21
* strictness level -1 to 'almost' ignore breaksGravatar rfelker2004-09-03
* just some debugging junk i'd like to have in there for now :)Gravatar rfelker2004-09-02
* old changes in my local tree i forgot to commit - minor fixesGravatar rfelker2004-06-10
* various updates:Gravatar rfelker2003-12-14
* fixing more stupid mistakesGravatar rfelker2003-12-11
* simplified frame decision logic and reduced the occurrance of length=1Gravatar rfelker2003-12-11
* and remove one stupid debug printfGravatar rfelker2003-12-11
* allow for different combing metrics to be selected (not useful yet)Gravatar rfelker2003-12-11
* change some hardcoded thresholds to match results of previous 100l bugfix (wi...Gravatar rfelker2003-12-11
* 100l bug found by Zoli, wasted time and unfairly delocalized the metricsGravatar rfelker2003-12-11
* Warning fixes (approved by A'rpi).Gravatar rathann2003-11-08
* support for selecting which plane to use for metrics in the pullupGravatar rfelker2003-09-28
* 10l, debug code broke compile with mmx disabledGravatar rfelker2003-09-08
* more mmx and fix 100l sig11 in the previous mmx commitGravatar rfelker2003-08-31
* 1000l, mmx code was not being used because of missing config.h, andGravatar rfelker2003-08-31
* tweaks and cleanupGravatar rfelker2003-08-31
* 1000lGravatar rfelker2003-08-31
* fix 10l (computation based on uninitialized data which led toGravatar rfelker2003-08-31
* pullup -- third generation inverse telecine engine. the backendGravatar rfelker2003-08-18