]> git.sesse.net Git - ffmpeg/history - libavcodec/eval.c
DCA: ARM/NEON optimised lfe_fir
[ffmpeg] / libavcodec / eval.c
2010-04-12 Stefano SabatiniFix constness for func[12] parameters in ff_parse_expr...
2010-04-12 Stefano SabatiniChange constness for func[12]_name parameters of ff_par...
2010-04-12 Stefano SabatiniRename ff_parse() to ff_parse_expr().
2010-04-12 Stefano SabatiniRemove unnecessary header inclusion directives.
2010-04-11 Stefano SabatiniRename ff_eval2() to ff_parse_and_eval_expr().
2010-04-11 Stefano SabatiniRename ff_parse_eval() to ff_eval_expr().
2010-04-11 Stefano SabatiniRemove redundant file descriptions from copyright headers.
2010-04-11 Stefano SabatiniAvoid the use of the symbol ff_expr_s for referencing...
2010-04-11 Stefano SabatiniRename ff_eval_free() to ff_free_expr().
2010-04-11 Stefano SabatiniRename AVEvalExpr to AVExpr, as suggested by Michael.
2009-09-12 Ramiro Pollaeval: Check for return value of memory allocations.
2009-08-19 Måns Rullgårdeval: replace variable-length array with av_malloc...
2009-08-10 Måns Rullgårdeval: include libavutil/mathematics.h for NAN and M_PI
2009-08-10 Måns Rullgårdeval: include our headers after system headers
2009-06-22 Stefano SabatiniExport av_strtod() to eval.h.
2009-06-21 Stefano SabatiniCosmetics: rename 'name' av_strtod() param to 'numstr...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2008-12-14 Anders GrönbergAdd a few const qualifiers in appropriate places.
2008-11-05 Diego BiurrunFix test program build: ff_eval was replaced by ff_eval2.
2008-09-08 Michael NiedermayerRemove stuff under #if LIBAVCODEC_VERSION_INT.
2008-06-24 Stefan Gehrermark read-only data as const
2008-05-21 Stefano SabatiniImprove parse_primary() error message.
2008-03-05 Aurelien Jacobsremove more useless mpegvideo.h includes
2008-02-15 Luca AbeniFix
2008-02-03 Michael Niedermayerconst
2008-01-22 Diego BiurrunFix warnings in test code:
2007-11-23 Diego Biurrunmain() --> main(void)
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-02-25 Reimar DöffingerAdd av_ prefix to clip functions
2007-01-16 Luca Barbatofix a gcc warning, avoid an unnecessary operation
2006-10-28 Michael Niedermayerupdate copyright year, it looks odd otherwise :)
2006-10-28 Oded ShimonI hope noone minds, adding myself to eval.c copyright...
2006-10-28 Oded Shimonignore whitespace in ff_eval
2006-10-28 Oded Shimonadd missing 'e->value * '
2006-10-28 Oded Shimonshut gcc warning, also makes sense for NAN to be return...
2006-10-27 Michael Niedermayeradd support for while() loops again ugly syntax while...
2006-10-27 Michael Niedermayersupport seperating expressons by ;
2006-10-27 Oded Shimonpossible bug of 'gte' being read as 'gt', same with...
2006-10-27 Michael Niedermayerminor simplification
2006-10-27 Michael Niedermayerfactorize AVEvalExpr alloc and init
2006-10-27 Oded Shimonnew optimized eval method, by seperating parsing and...
2006-10-16 Michael Niedermayerfix -a^b which was interpreted as (-a)^b
2006-10-16 Michael Niedermayerasin() acos() atan()
2006-10-16 Michael Niedermayermod()
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-10-03 Diego BiurrunRemove unused variables and the corresponding warnings...
2006-09-27 Panagiotis IssarisBreak compatibility only when first part of version...
2006-09-27 Panagiotis IssarisMake AVOption parsign code use ff_eval2()
2006-09-27 Panagiotis IssarisFix compilation by postponing deprecation of ff_eval...
2006-09-26 Panagiotis IssarisIntroduce ff_eval2 which is equivalent to ff_eval but...
2006-09-24 Panagiotis IssarisMissing extern declaration for av_strtod.
2006-09-24 Michael Niedermayercosmetic
2006-09-24 Michael Niedermayersegfault fix
2006-09-23 Panagiotis IssarisDefine NAN -if not already defined- as 0.0/0.0
2006-09-18 Panagiotis IssarisAdd support for SI (k, M, ...) and IEC/IEEE (Ki, Mi...
2006-09-17 Michael NiedermayerK prefix
2006-09-17 Michael Niedermayersupport SI and some non SI prefixes
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-01-17 Michael Niedermayersimplify
2005-01-15 Michael Niedermayersimplify
2005-01-15 Michael Niedermayersimplify, null pointer, selftest
2004-02-18 Alex Beregszasziavoid negative array indices
2003-11-03 Michel Bardiauxav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2003-03-06 Michael Niedermayerper file doxy
2003-02-10 Zdenek Kabelac* static,const,compiler warning cleanup
2002-08-30 Michael Niedermayerundefined M_PI / M_E fix
2002-08-25 Rémi GuyomarchNAN doesnt exist on FreeBSD patch by (Rémi Guyomarch...
2002-08-25 Michael Niedermayernew ratecontrol code