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
2011-07-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-06eval: add missing comma to tests.Ronald S. Bultje
2011-07-06eval: fix memleak.Ronald S. Bultje
2011-07-05eval/fate: try to fix nan printing format failures.Michael Niedermayer
2011-07-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-04eval: clear Parser instances before usingMans Rullgard
2011-07-04eval: make timing optional in test programMans Rullgard
2011-07-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-04Do not include log.h in avutil.hMans Rullgard
2011-06-20eval: Fix 32bit unsigned parsingMichael Niedermayer
2011-06-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-07Drop unnecessary directory prefixes from #include directives.Diego Biurrun
2011-06-07eval: add support for pow() functionStefano Sabatini
2011-05-25eval: implement not() expressionStefano Sabatini
2011-05-18eval: opensolaris strtod() cannot handle 0x1234Michael Niedermayer
2011-05-05eval: add sqrt function for computing the square rootStefano Sabatini
2011-04-19lavu: remove FF_API_OLD_EVAL_NAMES cruftAnton Khirnov
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-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-11-08Use hierarchic names convention (prefix them with av_expr) for theStefano Sabatini
2010-11-03Implement isnan() function evaluation.Stefano Sabatini
2010-11-01Make strmatch() return 1 only if the string compared against theStefano Sabatini
2010-11-01Add st, ld, while examples/tests.Stefano Sabatini
2010-11-01Add examples of unary operators.Stefano Sabatini
2010-11-01Fix evaluation of expressions of the form: E1;E2.Stefano Sabatini
2010-06-17Add more tests to eval, help detecting some of the more apparentStefano Sabatini
2010-06-16Make av_parse_expr() fail if there are trailing chars at the end ofStefano Sabatini
2010-06-16Improve av_parse_eval() error reporting.Stefano Sabatini
2010-06-05Move eval.c and eval.h from libavcodec to libavutil, and make the evalStefano Sabatini