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
2009-09-12eval: Check for return value of memory allocations.Ramiro Polla
2009-08-20eval: replace variable-length array with av_malloc/freeMåns Rullgård
2009-08-10eval: include libavutil/mathematics.h for NAN and M_PIMåns Rullgård
2009-08-10eval: include our headers after system headersMåns Rullgård
2009-06-23Export av_strtod() to eval.h.Stefano Sabatini
2009-06-22Cosmetics: rename 'name' av_strtod() param to 'numstr'. The new nameStefano Sabatini
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2008-12-14Add a few const qualifiers in appropriate places.Anders Grönberg
2008-11-05Fix test program build: ff_eval was replaced by ff_eval2.Diego Biurrun
2008-09-08Remove stuff under #if LIBAVCODEC_VERSION_INT.Michael Niedermayer
2008-06-25mark read-only data as constStefan Gehrer
2008-05-21Improve parse_primary() error message.Stefano Sabatini
2008-03-05remove more useless mpegvideo.h includesAurelien Jacobs
2008-02-15FixLuca Abeni
2008-02-04constMichael Niedermayer
2008-01-22Fix warnings in test code:Diego Biurrun
2007-11-23main() --> main(void)Diego Biurrun
2007-07-05license header consistency cosmeticsDiego Biurrun
2007-02-25Add av_ prefix to clip functionsReimar Döffinger
2007-01-17fix a gcc warning, avoid an unnecessary operationLuca Barbato
2006-10-29update copyright year, it looks odd otherwise :)Michael Niedermayer
2006-10-28I hope noone minds, adding myself to eval.c copyright...Oded Shimon
2006-10-28ignore whitespace in ff_evalOded Shimon
2006-10-28add missing 'e->value * 'Oded Shimon
2006-10-28shut gcc warning, also makes sense for NAN to be returned if the loop was nev...Oded Shimon
2006-10-28add support for while() loops again ugly syntax while(condition, statements) ...Michael Niedermayer
2006-10-28support seperating expressons by ;Michael Niedermayer
2006-10-28possible bug of 'gte' being read as 'gt', same with 'lte'Oded Shimon
2006-10-28minor simplificationMichael Niedermayer
2006-10-28factorize AVEvalExpr alloc and initMichael Niedermayer
2006-10-27new optimized eval method, by seperating parsing and runtimeOded Shimon
2006-10-16fix -a^b which was interpreted as (-a)^bMichael Niedermayer
2006-10-16asin() acos() atan()Michael Niedermayer
2006-10-16mod()Michael Niedermayer
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-10-03Remove unused variables and the corresponding warnings along with them.Diego Biurrun
2006-09-28Break compatibility only when first part of version number changes, in thisPanagiotis Issaris
2006-09-28Make AVOption parsign code use ff_eval2()Panagiotis Issaris
2006-09-27Fix compilation by postponing deprecation of ff_eval() until the next versionPanagiotis Issaris
2006-09-27Introduce ff_eval2 which is equivalent to ff_eval but does not log anything.Panagiotis Issaris
2006-09-24Missing extern declaration for av_strtod.Panagiotis Issaris
2006-09-24cosmeticMichael Niedermayer
2006-09-24segfault fixMichael Niedermayer
2006-09-23Define NAN -if not already defined- as 0.0/0.0Panagiotis Issaris
2006-09-18Add support for SI (k, M, ...) and IEC/IEEE (Ki, Mi, ...) units.Panagiotis Issaris
2006-09-17K prefixMichael Niedermayer
2006-09-17support SI and some non SI prefixesMichael Niedermayer
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-01-17simplifyMichael Niedermayer