Index: patched-ffmpeg-mt/doc/APIchanges |
=================================================================== |
--- patched-ffmpeg-mt/doc/APIchanges (revision 41250) |
+++ patched-ffmpeg-mt/doc/APIchanges (working copy) |
@@ -12,6 +12,21 @@ |
API changes, most recent first: |
+2010-03-07 - r22291 - lavc 52.56.0 - avfft.h |
+ Add public FFT interface. |
+ |
+2010-03-06 - r22251 - lavu 50.11.0 - av_stristr() |
+ Add av_stristr(). |
+ |
+2010-03-03 - r22174 - lavu 50.10.0 - av_tree_enumerate() |
+ Add av_tree_enumerate(). |
+ |
+2010-02-07 - r21673 - lavu 50.9.0 - av_compare_ts() |
+ Add av_compare_ts(). |
+ |
+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 +34,9 @@ |
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(). |