summaryrefslogtreecommitdiff
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorMariusz SzczepaƄczyk <mszczepanczyk@gmail.com>2015-03-29 00:54:46 +0100
committerLukasz Marek <lukasz.m.luki2@gmail.com>2015-03-30 23:02:53 +0200
commitf613f238f9dd366b296294b0e441697e3a90bf5d (patch)
treefc5081208ab034972efaa6546cdd758e3e03c3a6 /doc/APIchanges
parentfda8b7ec7de6a6a1188a922a8878752798a4ee8d (diff)
lavf: Bump minor version and document directory listing API in doc/APIchanges.
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 8e35437bf3..f8dcc9911f 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,6 +15,15 @@ libavutil: 2014-08-09
API changes, most recent first:
+2015-03-27 - 184084c - lavf 56.27.100 - avio.h url.h
+ New directory listing API.
+
+ Add AVIODirEntryType enum.
+ Add AVIODirEntry, AVIODirContext structures.
+ Add avio_open_dir(), avio_read_dir(), avio_close_dir(), avio_free_directory_entry().
+ Add ff_alloc_dir_entry().
+ Extend URLProtocol with url_open_dir(), url_read_dir(), url_close_dir().
+
2015-xx-xx - xxxxxxx - lavu 54.21.100 / 54.10.0
Add AV_PIX_FMT_MMAL for MMAL hardware acceleration.