Diego Biurrun
|
bad5537e2c
Use full internal pathname in doxygen @file directives.
|
15 years ago |
Anders Grönberg
|
cac55c9196
Add a few const qualifiers in appropriate places.
|
16 years ago |
Diego Biurrun
|
c2dec19420
Fix test program build: ff_eval was replaced by ff_eval2.
|
16 years ago |
Michael Niedermayer
|
d578432db8
Remove stuff under #if LIBAVCODEC_VERSION_INT.
|
16 years ago |
Stefan Gehrer
|
cf2baeb338
mark read-only data as const
|
16 years ago |
Stefano Sabatini
|
cad2af9760
Improve parse_primary() error message.
|
16 years ago |
Aurelien Jacobs
|
fbd4293df9
remove more useless mpegvideo.h includes
|
16 years ago |
Luca Abeni
|
6881b8e567
Fix
|
16 years ago |
Michael Niedermayer
|
20e4beaef7
const
|
17 years ago |
Diego Biurrun
|
e5b10e3174
Fix warnings in test code:
|
17 years ago |
Diego Biurrun
|
f8a80fd69d
main() --> main(void)
|
17 years ago |
Diego Biurrun
|
e5a389a1b7
license header consistency cosmetics
|
17 years ago |
Reimar Döffinger
|
f66e4f5f9e
Add av_ prefix to clip functions
|
17 years ago |
Luca Barbato
|
a02142a50a
fix a gcc warning, avoid an unnecessary operation
|
18 years ago |
Michael Niedermayer
|
3cedeeca02
update copyright year, it looks odd otherwise :)
|
18 years ago |
Oded Shimon
|
b5c5a86bb7
I hope noone minds, adding myself to eval.c copyright...
|
18 years ago |
Oded Shimon
|
8cd68d8056
ignore whitespace in ff_eval
|
18 years ago |
Oded Shimon
|
72523c7a20
add missing 'e->value * '
|
18 years ago |
Oded Shimon
|
63a547eabc
shut gcc warning, also makes sense for NAN to be returned if the loop was never executed
|
18 years ago |
Michael Niedermayer
|
45ee0e3282
add support for while() loops again ugly syntax while(condition, statements) but very simple implementation
|
18 years ago |
Michael Niedermayer
|
835954e3a4
support seperating expressons by ;
|
18 years ago |
Oded Shimon
|
d024359a36
possible bug of 'gte' being read as 'gt', same with 'lte'
|
18 years ago |
Michael Niedermayer
|
577eab6b62
minor simplification
|
18 years ago |
Michael Niedermayer
|
a98f4515cf
factorize AVEvalExpr alloc and init
|
18 years ago |
Oded Shimon
|
85b4eb08cc
new optimized eval method, by seperating parsing and runtime
|
18 years ago |
Michael Niedermayer
|
2c409cc7af
fix -a^b which was interpreted as (-a)^b
|
18 years ago |
Michael Niedermayer
|
cacb17b47f
asin() acos() atan()
|
18 years ago |
Michael Niedermayer
|
212d84881a
mod()
|
18 years ago |
Diego Biurrun
|
b78e7197a8
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
18 years ago |
Diego Biurrun
|
36c32bdddf
Remove unused variables and the corresponding warnings along with them.
|
18 years ago |
Panagiotis Issaris
|
0ec6065a34
Break compatibility only when first part of version number changes, in this
|
18 years ago |
Panagiotis Issaris
|
95c9943081
Make AVOption parsign code use ff_eval2()
|
18 years ago |
Panagiotis Issaris
|
a2eb288ac7
Fix compilation by postponing deprecation of ff_eval() until the next version
|
18 years ago |
Panagiotis Issaris
|
ae41e29b5b
Introduce ff_eval2 which is equivalent to ff_eval but does not log anything.
|
18 years ago |
Panagiotis Issaris
|
97a9195feb
Missing extern declaration for av_strtod.
|
18 years ago |
Michael Niedermayer
|
b8100438a0
cosmetic
|
18 years ago |
Michael Niedermayer
|
e6b120018b
segfault fix
|
18 years ago |
Panagiotis Issaris
|
79ca4de35b
Define NAN -if not already defined- as 0.0/0.0
|
18 years ago |
Panagiotis Issaris
|
97c73545a5
Add support for SI (k, M, ...) and IEC/IEEE (Ki, Mi, ...) units.
|
18 years ago |
Michael Niedermayer
|
7eb1042cbd
K prefix
|
18 years ago |
Michael Niedermayer
|
e66477afbe
support SI and some non SI prefixes
|
18 years ago |
Diego Biurrun
|
5509bffa88
Update licensing information: The FSF changed postal address.
|
19 years ago |
Diego Biurrun
|
115329f160
COSMETICS: Remove all trailing whitespace.
|
19 years ago |
Michael Niedermayer
|
80a4995853
simplify
|
20 years ago |
Michael Niedermayer
|
67e11730fc
simplify
|
20 years ago |
Michael Niedermayer
|
b349fde101
simplify, null pointer, selftest
|
20 years ago |
Alex Beregszaszi
|
69f5de1855
avoid negative array indices
|
21 years ago |
Michel Bardiaux
|
9b87956678
av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
|
21 years ago |
Michael Niedermayer
|
983e3246b7
per file doxy
|
21 years ago |
Zdenek Kabelac
|
5c91a6755b
* static,const,compiler warning cleanup
|
22 years ago |