log eval.c @ 6450:c32be43b52b2 libavcodec

age author description
Wed, 05 Mar 2008 00:43:11 +0000 aurel remove more useless mpegvideo.h includes libavcodec
Fri, 15 Feb 2008 12:04:35 +0000 lucabe Fix libavcodec
Sun, 03 Feb 2008 23:25:35 +0000 michael const libavcodec
Tue, 22 Jan 2008 09:20:25 +0000 diego Fix warnings in test code: libavcodec
Fri, 23 Nov 2007 00:52:56 +0000 diego main() --> main(void) libavcodec
Thu, 05 Jul 2007 10:40:25 +0000 diego license header consistency cosmetics libavcodec
Sun, 25 Feb 2007 10:27:12 +0000 reimar Add av_ prefix to clip functions libavcodec
Tue, 16 Jan 2007 22:07:49 +0000 lu_zero fix a gcc warning, avoid an unnecessary operation libavcodec
Sat, 28 Oct 2006 20:18:18 +0000 michael update copyright year, it looks odd otherwise :) libavcodec
Sat, 28 Oct 2006 18:30:20 +0000 ods15 I hope noone minds, adding myself to eval.c copyright... libavcodec
Sat, 28 Oct 2006 09:49:13 +0000 ods15 ignore whitespace in ff_eval libavcodec
Sat, 28 Oct 2006 08:03:30 +0000 ods15 add missing 'e->value * ' libavcodec
Sat, 28 Oct 2006 07:03:24 +0000 ods15 shut gcc warning, also makes sense for NAN to be returned if the loop was never executed libavcodec
Fri, 27 Oct 2006 22:35:55 +0000 michael add support for while() loops again ugly syntax while(condition, statements) but very simple implementation libavcodec
Fri, 27 Oct 2006 22:16:25 +0000 michael support seperating expressons by ; libavcodec