| Commit message (Expand) | Author | Age | Files | Lines |
* | mark read-only data as const | Stefan Gehrer | 2008-06-24 | 1 | -1/+1 |
* | Improve parse_primary() error message. | Stefano Sabatini | 2008-05-21 | 1 | -1/+1 |
* | remove more useless mpegvideo.h includes | Aurelien Jacobs | 2008-03-05 | 1 | -1/+0 |
* | Fix | Luca Abeni | 2008-02-15 | 1 | -2/+2 |
* | const | Michael Niedermayer | 2008-02-03 | 1 | -4/+4 |
* | Fix warnings in test code: | Diego Biurrun | 2008-01-22 | 1 | -1/+2 |
* | main() --> main(void) | Diego Biurrun | 2007-11-23 | 1 | -1/+1 |
* | license header consistency cosmetics | Diego Biurrun | 2007-07-05 | 1 | -1/+0 |
* | Add av_ prefix to clip functions | Reimar Döffinger | 2007-02-25 | 1 | -2/+2 |
* | fix a gcc warning, avoid an unnecessary operation | Luca Barbato | 2007-01-16 | 1 | -1/+1 |
* | update copyright year, it looks odd otherwise :) | Michael Niedermayer | 2006-10-28 | 1 | -1/+1 |
* | I hope noone minds, adding myself to eval.c copyright... | Oded Shimon | 2006-10-28 | 1 | -0/+1 |
* | ignore whitespace in ff_eval | Oded Shimon | 2006-10-28 | 1 | -1/+6 |
* | add missing 'e->value * ' | Oded Shimon | 2006-10-28 | 1 | -1/+1 |
* | shut gcc warning, also makes sense for NAN to be returned if the loop was nev... | Oded Shimon | 2006-10-28 | 1 | -1/+1 |
* | add support for while() loops again ugly syntax while(condition, statements) ... | Michael Niedermayer | 2006-10-27 | 1 | -1/+8 |
* | support seperating expressons by ; | Michael Niedermayer | 2006-10-27 | 1 | -4/+23 |
* | possible bug of 'gte' being read as 'gt', same with 'lte' | Oded Shimon | 2006-10-27 | 1 | -2/+2 |
* | minor simplification | Michael Niedermayer | 2006-10-27 | 1 | -5/+2 |
* | factorize AVEvalExpr alloc and init | Michael Niedermayer | 2006-10-27 | 1 | -19/+14 |
* | new optimized eval method, by seperating parsing and runtime | Oded Shimon | 2006-10-27 | 1 | -64/+194 |
* | fix -a^b which was interpreted as (-a)^b | Michael Niedermayer | 2006-10-16 | 1 | -7/+10 |
* | asin() acos() atan() | Michael Niedermayer | 2006-10-16 | 1 | -0/+3 |
* | mod() | Michael Niedermayer | 2006-10-16 | 1 | -0/+1 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | Remove unused variables and the corresponding warnings along with them. | Diego Biurrun | 2006-10-03 | 1 | -1/+0 |
* | Break compatibility only when first part of version number changes, in this | Panagiotis Issaris | 2006-09-27 | 1 | -1/+1 |
* | Make AVOption parsign code use ff_eval2() | Panagiotis Issaris | 2006-09-27 | 1 | -2/+60 |
* | Fix compilation by postponing deprecation of ff_eval() until the next version | Panagiotis Issaris | 2006-09-27 | 1 | -1/+1 |
* | Introduce ff_eval2 which is equivalent to ff_eval but does not log anything. | Panagiotis Issaris | 2006-09-26 | 1 | -5/+21 |
* | Missing extern declaration for av_strtod. | Panagiotis Issaris | 2006-09-24 | 1 | -0/+2 |
* | cosmetic | Michael Niedermayer | 2006-09-24 | 1 | -6/+6 |
* | segfault fix | Michael Niedermayer | 2006-09-24 | 1 | -0/+1 |
* | Define NAN -if not already defined- as 0.0/0.0 | Panagiotis Issaris | 2006-09-23 | 1 | -1/+1 |
* | Add support for SI (k, M, ...) and IEC/IEEE (Ki, Mi, ...) units. | Panagiotis Issaris | 2006-09-18 | 1 | -36/+1 |
* | K prefix | Michael Niedermayer | 2006-09-17 | 1 | -0/+2 |
* | support SI and some non SI prefixes | Michael Niedermayer | 2006-09-17 | 1 | -0/+34 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -8/+8 |
* | simplify | Michael Niedermayer | 2005-01-17 | 1 | -14/+15 |
* | simplify | Michael Niedermayer | 2005-01-15 | 1 | -87/+42 |
* | simplify, null pointer, selftest | Michael Niedermayer | 2005-01-15 | 1 | -12/+25 |
* | avoid negative array indices | Alex Beregszaszi | 2004-02-18 | 1 | -7/+9 |
* | av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) | Michel Bardiaux | 2003-11-03 | 1 | -6/+6 |
* | per file doxy | Michael Niedermayer | 2003-03-06 | 1 | -1/+4 |
* | * static,const,compiler warning cleanup | Zdenek Kabelac | 2003-02-10 | 1 | -6/+9 |
* | undefined M_PI / M_E fix | Michael Niedermayer | 2002-08-30 | 1 | -0/+4 |
* | NAN doesnt exist on FreeBSD patch by (Rémi Guyomarch <rguyom at pobox dot com>) | Rémi Guyomarch | 2002-08-25 | 1 | -0/+4 |
* | new ratecontrol code | Michael Niedermayer | 2002-08-25 | 1 | -0/+241 |