summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2010-02-06 23:25:10 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-02-06 23:25:10 +0000
commite49407ee08081be92620a4e12ce6e6807e1654d5 (patch)
tree64b34375fd9ff71f2cfab24feae9da33e4a360c9 /doc
parent5af41508310b856b1e5ca605e50e956bf81eeef9 (diff)
Add missing entries for the recent lsws API changes.
Originally committed as revision 21660 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 339f14f75d..83e5101739 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -12,6 +12,9 @@ libavutil: 2009-03-08
API changes, most recent first:
+2010-02-05 - r30513 - lsws 0.10.0 - sws_getCoefficients()
+ Add sws_getCoefficients().
+
2010-02-01 - r21587 - lavf 52.50.0 - metadata API
Add a list of generic tag names, change 'author' -> 'artist',
'year' -> 'date'.
@@ -19,6 +22,9 @@ API changes, most recent first:
2010-01-30 - r21545 - lavu 50.8.0 - av_get_pix_fmt()
Add av_get_pix_fmt().
+2010-01-21 - r30381 - lsws 0.9.0 - sws_scale
+ Change constness attributes of sws_scale() parameters.
+
2010-01-10 - r21121 - lavfi 1.15.0 - avfilter_graph_config_links()
Add a log_ctx parameter to avfilter_graph_config_links().