Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-12doc: merge syntax.texi, eval.texi and opencl.texi into utils.texiStefano Sabatini
2013-03-22lavu/eval: add between() function.Clément Bœsch
2013-03-17lavu/eval: add bitor and bitand functionsStefano Sabatini
2013-02-17eval: print() supportMichael Niedermayer
2013-01-31doc/eval: sort functions by nameStefano Sabatini
2013-01-31doc/eval: fix/extend documentation for taylor() functionStefano Sabatini
2013-01-31doc/eval: fix/extend documentation for root() functionStefano Sabatini
2013-01-24doc/eval: fix/review the section about SI prefixes and usageStefano Sabatini
2013-01-24doc/eval: fix documentation for time() functionStefano Sabatini
2013-01-24doc/eval: substitute if/then/else construct with an example making use of boo...Stefano Sabatini
2013-01-24lavu/eval: extend if/ifnot functions to accept a third parameterStefano Sabatini
2013-01-24eval: add function to access the current "wallclock" time.Michael Niedermayer
2012-08-22doc/eval: add missing documentation of functionsStefano Sabatini
2012-07-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-04eval: Add the isinf() function and tests for itMartin Storsjö
2012-02-27eval: add root() to solve f(x)=0Michael Niedermayer
2012-02-27eval: Allow specifying the variable id.Michael Niedermayer
2012-02-23eval: Add taylor series evaluation support.Michael Niedermayer
2012-01-17doc/eval.texi: add precisation about the assumption for "trueness" in conditi...Stefano Sabatini
2012-01-17lavu/eval: add if() and ifnot() eval functionsStefano Sabatini
2011-12-11Fix a bunch of common typos.Diego Biurrun
2011-12-11eval.texi: document that variables are not shared between expressions.Michael Niedermayer
2011-11-29docs: Spelling fixes to 9 texi files from /docroot
2011-10-13eval: add mathematical constants (PI, E, PHI).Nicolas George
2011-10-11eval: document recently added random(), hypot(), gcd().Clément Bœsch
2011-09-19eval: implement not() expressionStefano Sabatini
2011-09-19eval: add sqrt function for computing the square rootStefano Sabatini
2011-06-07eval: add support for pow() functionStefano Sabatini
2011-05-25eval: implement not() expressionStefano Sabatini
2011-05-05eval: add sqrt function for computing the square rootStefano Sabatini
2011-04-10eval: add support for trunc, ceil, and floor functionsStefano Sabatini
2011-04-05eval: add support for trunc, ceil, and floor functionsStefano Sabatini
2011-03-17Revert "replace FFmpeg with Libav in doc/"Michael Niedermayer
2011-03-17replace FFmpeg with Libav in doc/Janne Grunau
2010-11-03Implement isnan() function evaluation.Stefano Sabatini
2010-11-03Add eval.texi file.Stefano Sabatini