summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/pullup.c
Commit message (Expand)AuthorAgeFilesLines
* #include config.h before all other headers.diego2008-03-141-1/+1
* Add a check for c->head being NULL in pullup_free_context().gpoirier2007-09-081-0/+1
* warnig fix (blessed by Rich):diego2007-09-041-1/+1
* warning fix:diego2007-08-251-1/+0
* Fix AMD64 support, patch by Reimar Doffingergpoirier2006-11-171-24/+25
* Remove unused variables, patch by Stefan Huehner, stefan ##at## huehner org.diego2006-07-091-2/+0
* Get rid of unneeded alignnplourde2006-04-241-4/+0
* add support for intel mac. mp3lib is not fixed yet.nplourde2006-04-151-3/+4
* Patch by Stefan Huehner / stefan % huehner ! org \rathann2006-02-091-1/+1
* small change to field-matching metrics which hopefully makes a bigrfelker2005-06-141-7/+88
* silence gcc warning:rathann2005-04-101-2/+2
* don't buffer more future context that we needrfelker2005-03-201-3/+3
* 100l, meaning of strict_breaks was backwards...rfelker2005-03-201-1/+1
* improve handling of soft-telecined input (faster, fewer mistakes)rfelker2005-03-161-0/+8
* added ecx to clobber listalex2005-01-311-2/+2
* adding proper parenthesingalex2005-01-311-6/+6
* adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64aurel2004-10-211-0/+4
* strictness level -1 to 'almost' ignore breaksrfelker2004-09-031-2/+6
* just some debugging junk i'd like to have in there for now :)rfelker2004-09-021-0/+4
* old changes in my local tree i forgot to commit - minor fixesrfelker2004-06-101-2/+5
* various updates:rfelker2003-12-141-16/+10
* fixing more stupid mistakesrfelker2003-12-111-2/+2
* simplified frame decision logic and reduced the occurrance of length=1rfelker2003-12-111-37/+47
* and remove one stupid debug printfrfelker2003-12-111-1/+0
* allow for different combing metrics to be selected (not useful yet)rfelker2003-12-111-10/+24
* change some hardcoded thresholds to match results of previous 100l bugfix (wi...rfelker2003-12-111-2/+2
* 100l bug found by Zoli, wasted time and unfairly delocalized the metricsrfelker2003-12-111-2/+2
* Warning fixes (approved by A'rpi).rathann2003-11-081-2/+4
* support for selecting which plane to use for metrics in the pulluprfelker2003-09-281-8/+10
* 10l, debug code broke compile with mmx disabledrfelker2003-09-081-0/+2
* more mmx and fix 100l sig11 in the previous mmx commitrfelker2003-08-311-3/+104
* 1000l, mmx code was not being used because of missing config.h, andrfelker2003-08-311-13/+11
* tweaks and cleanuprfelker2003-08-311-9/+20
* 1000lrfelker2003-08-311-0/+1
* fix 10l (computation based on uninitialized data which led torfelker2003-08-311-9/+23
* pullup -- third generation inverse telecine engine. the backendrfelker2003-08-181-0/+567