summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2010-11-08 14:06:49 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-11-08 14:06:49 +0000
commitd2af7205a12afde34c916ef96ba8c7a26aa0813e (patch)
treef66721788b2a9ad55d83c74cc075761bf9a5eaea /doc
parent24de0edbd589b7cb0da51260073a1a28bb6a2619 (diff)
downloadffmpeg-streaming-d2af7205a12afde34c916ef96ba8c7a26aa0813e.zip
ffmpeg-streaming-d2af7205a12afde34c916ef96ba8c7a26aa0813e.tar.gz
Use hierarchic names convention (prefix them with av_expr) for the
eval API. More grep-friendly and more consistent with the rest of the FFmpeg API. Originally committed as revision 25708 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index d676b6a..1d86245580 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,18 @@ libavutil: 2009-03-08
API changes, most recent first:
+2010-11-08 - r25708 - lavu 50.33.0 - eval.h
+ Deprecate functions:
+ av_parse_and_eval_expr(),
+ av_parse_expr(),
+ av_eval_expr(),
+ av_free_expr(),
+ in favor of the functions:
+ av_expr_parse_and_eval(),
+ av_expr_parse(),
+ av_expr_eval(),
+ av_expr_free().
+
2010-11-08 - r25707 - lavfi 1.59.0 - avfilter_free()
Rename avfilter_destroy() to avfilter_free().
This change breaks libavfilter API/ABI.
OpenPOWER on IntegriCloud