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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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