Merge libavcore into libavutil
It is pretty hopeless that other considerable projects will adopt libavutil alone in other projects. Projects that need small footprint are better off with more specialized libraries such as gnulib or rather just copy the necessary parts that they need. With this in mind, nobody is helped by having libavutil and libavcore split. In order to ease maintenance inside and around FFmpeg and to reduce confusion where to put common code, avcore's functionality is merged (back) to avutil. Signed-off-by: Reinhard Tartler <siretart@tauware.de>
This commit is contained in:
@@ -2,7 +2,6 @@ Never assume the API of libav* to be stable unless at least 1 week has passed si
|
||||
the last major version increase.
|
||||
The last version increases were:
|
||||
libavcodec: ?
|
||||
libavcore: 2010-07-21
|
||||
libavdevice: ?
|
||||
libavfilter: 2009-10-18
|
||||
libavformat: ?
|
||||
@@ -13,6 +12,9 @@ libavutil: 2009-03-08
|
||||
|
||||
API changes, most recent first:
|
||||
|
||||
2011-02-15 - lavu 52.38.0 - merge libavcore
|
||||
libavcore is merged back completely into libavutil
|
||||
|
||||
2011-02-10 - 55bad0c - lavc 52.113.0 - vbv_delay
|
||||
Add vbv_delay field to AVCodecContext
|
||||
|
||||
|
Reference in New Issue
Block a user