[FFmpeg-cvslog] r17878 - trunk/doc/APIchanges
reimar
subversion
Sun Mar 8 16:17:37 CET 2009
Author: reimar
Date: Sun Mar 8 16:17:37 2009
New Revision: 17878
Log:
Add a part explaining that API should be considered unstable after major
version changes and list dates of last major version increase.
Modified:
trunk/doc/APIchanges
Modified: trunk/doc/APIchanges
==============================================================================
--- trunk/doc/APIchanges Sun Mar 8 16:09:11 2009 (r17877)
+++ trunk/doc/APIchanges Sun Mar 8 16:17:37 2009 (r17878)
@@ -1,3 +1,17 @@
+Never assume the API of libav* to be stable unless at least 1 week has passed since
+the last major version increase.
+The last version increases were:
+libavcodec: ?
+libavdevice: ?
+libavfilter: ?
+libavformat: ?
+libpostproc: ?
+libswscale: ?
+libavutil: 2009-03-08
+
+
+API changes, most recent first:
+
20090308 - r17869 - lavu 50.0.0 - AVFifoBuffer
av_fifo_init, av_fifo_read, av_fifo_write and av_fifo_realloc were dropped and replaced
by av_fifo_alloc, av_fifo_generic_read, av_fifo_generic_write and av_fifo_realloc2.
More information about the ffmpeg-cvslog
mailing list