Wed, 19 Aug 2009 21:59:40 +0000 |
mru |
eval: replace variable-length array with av_malloc/free
libavcodec
|
Mon, 10 Aug 2009 01:27:33 +0000 |
mru |
eval: include libavutil/mathematics.h for NAN and M_PI
libavcodec
|
Mon, 10 Aug 2009 01:27:30 +0000 |
mru |
eval: include our headers after system headers
libavcodec
|
Mon, 22 Jun 2009 22:22:40 +0000 |
stefano |
Export av_strtod() to eval.h.
libavcodec
|
Sun, 21 Jun 2009 21:37:05 +0000 |
stefano |
Cosmetics: rename 'name' av_strtod() param to 'numstr'. The new name
libavcodec
|
Sun, 01 Feb 2009 02:00:19 +0000 |
diego |
Use full internal pathname in doxygen @file directives.
libavcodec
|
Sun, 14 Dec 2008 12:24:50 +0000 |
diego |
Add a few const qualifiers in appropriate places.
libavcodec
|
Wed, 05 Nov 2008 13:32:06 +0000 |
diego |
Fix test program build: ff_eval was replaced by ff_eval2.
libavcodec
|
Mon, 08 Sep 2008 15:03:17 +0000 |
michael |
Remove stuff under #if LIBAVCODEC_VERSION_INT.
libavcodec
|
Tue, 24 Jun 2008 20:01:31 +0000 |
stefang |
mark read-only data as const
libavcodec
|
Wed, 21 May 2008 17:50:42 +0000 |
benoit |
Improve parse_primary() error message.
libavcodec
|
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
|
Fri, 27 Oct 2006 21:37:47 +0000 |
ods15 |
possible bug of 'gte' being read as 'gt', same with 'lte'
libavcodec
|
Fri, 27 Oct 2006 21:13:31 +0000 |
michael |
minor simplification
libavcodec
|
Fri, 27 Oct 2006 20:38:10 +0000 |
michael |
factorize AVEvalExpr alloc and init
libavcodec
|
Fri, 27 Oct 2006 16:42:16 +0000 |
ods15 |
new optimized eval method, by seperating parsing and runtime
libavcodec
|
Mon, 16 Oct 2006 19:06:56 +0000 |
michael |
fix -a^b which was interpreted as (-a)^b
libavcodec
|
Mon, 16 Oct 2006 18:36:44 +0000 |
michael |
asin() acos() atan()
libavcodec
|
Mon, 16 Oct 2006 15:01:12 +0000 |
michael |
mod()
libavcodec
|
Sat, 07 Oct 2006 15:30:46 +0000 |
diego |
Change license headers to say 'FFmpeg' instead of 'this program/this library'
libavcodec
|
Tue, 03 Oct 2006 17:12:48 +0000 |
diego |
Remove unused variables and the corresponding warnings along with them.
libavcodec
|
Wed, 27 Sep 2006 20:08:36 +0000 |
takis |
Break compatibility only when first part of version number changes, in this
libavcodec
|
Wed, 27 Sep 2006 20:01:39 +0000 |
takis |
Make AVOption parsign code use ff_eval2()
libavcodec
|
Wed, 27 Sep 2006 11:09:35 +0000 |
takis |
Fix compilation by postponing deprecation of ff_eval() until the next version
libavcodec
|
Tue, 26 Sep 2006 22:01:33 +0000 |
takis |
Introduce ff_eval2 which is equivalent to ff_eval but does not log anything.
libavcodec
|
Sun, 24 Sep 2006 10:53:54 +0000 |
takis |
Missing extern declaration for av_strtod.
libavcodec
|
Sun, 24 Sep 2006 10:41:25 +0000 |
michael |
cosmetic
libavcodec
|
Sun, 24 Sep 2006 10:38:14 +0000 |
michael |
segfault fix
libavcodec
|
Sat, 23 Sep 2006 08:50:50 +0000 |
takis |
Define NAN -if not already defined- as 0.0/0.0
libavcodec
|
Mon, 18 Sep 2006 11:35:48 +0000 |
takis |
Add support for SI (k, M, ...) and IEC/IEEE (Ki, Mi, ...) units.
libavcodec
|
Sun, 17 Sep 2006 10:22:01 +0000 |
michael |
K prefix
libavcodec
|
Sun, 17 Sep 2006 08:52:41 +0000 |
michael |
support SI and some non SI prefixes
libavcodec
|
Thu, 12 Jan 2006 22:43:26 +0000 |
diego |
Update licensing information: The FSF changed postal address.
libavcodec
|
Sat, 17 Dec 2005 18:14:38 +0000 |
diego |
COSMETICS: Remove all trailing whitespace.
libavcodec
|
Mon, 17 Jan 2005 18:25:32 +0000 |
michael |
simplify
libavcodec
|
Sat, 15 Jan 2005 20:04:41 +0000 |
michael |
simplify
libavcodec
|
Sat, 15 Jan 2005 19:05:26 +0000 |
michael |
simplify, null pointer, selftest
libavcodec
|
Wed, 18 Feb 2004 12:49:30 +0000 |
alex |
avoid negative array indices
libavcodec
|
Mon, 03 Nov 2003 13:26:22 +0000 |
michael |
av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
libavcodec
|
Thu, 06 Mar 2003 11:32:04 +0000 |
michaelni |
per file doxy
libavcodec
|
Mon, 10 Feb 2003 09:35:32 +0000 |
kabi |
* static,const,compiler warning cleanup
libavcodec
|
Fri, 30 Aug 2002 16:16:30 +0000 |
michaelni |
undefined M_PI / M_E fix
libavcodec
|
Sun, 25 Aug 2002 22:54:43 +0000 |
michaelni |
NAN doesnt exist on FreeBSD patch by (Rmi Guyomarch <rguyom at pobox dot com>)
libavcodec
|
Sun, 25 Aug 2002 21:19:50 +0000 |
michaelni |
new ratecontrol code
libavcodec
|