diff options
author | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2009-03-08 15:17:37 +0000 |
---|---|---|
committer | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2009-03-08 15:17:37 +0000 |
commit | 06d19718c472420db8a47d15cbf93d80f2b7d90d (patch) | |
tree | c61edd19142e9aca63550d40e3e31fd6d84e3a3b /doc/APIchanges | |
parent | 22d4f236bd5b620f3961eb3e10c4dd8997865aaf (diff) | |
download | ffmpeg-06d19718c472420db8a47d15cbf93d80f2b7d90d.tar.gz |
Add a part explaining that API should be considered unstable after major
version changes and list dates of last major version increase.
Originally committed as revision 17878 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 18ad9dae2c..e46c977358 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -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. |