[FFmpeg-devel] [PATCH 1/4] lavf: add directory listing API

Michael Niedermayer michaelni at gmx.at
Mon Mar 30 03:01:38 CEST 2015


On Mon, Mar 30, 2015 at 12:36:34AM +0200, Lukasz Marek wrote:
> On 29.03.2015 01:14, Mariusz Szczepańczyk wrote:
> >diff --git a/doc/APIchanges b/doc/APIchanges
> >index 3f153e9..814f752 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().
> 
> It can be simple "add url_open_dir()...", but it is OK I think
> 
> >+
> >  -------- 8< --------- FFmpeg 2.6 was cut here -------- 8< ---------
> >
> >  2015-03-04 - cca4476 - lavf 56.25.100
> >diff --git a/libavformat/version.h b/libavformat/version.h
> >index a183d7f..ff85227 100644
> >--- a/libavformat/version.h
> >+++ b/libavformat/version.h
> >@@ -30,7 +30,7 @@
> >  #include "libavutil/version.h"
> >
> >  #define LIBAVFORMAT_VERSION_MAJOR 56
> >-#define LIBAVFORMAT_VERSION_MINOR  26
> >+#define LIBAVFORMAT_VERSION_MINOR  27
> 
> Michaels, do you gonna merge it?

this one still had a minor issue in the version number but if the next
looks fine to you or you want to correct it yourself dont hesitate
to apply it

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

The real ebay dictionary, page 3
"Rare item" - "Common item with rare defect or maybe just a lie"
"Professional" - "'Toy' made in china, not functional except as doorstop"
"Experts will know" - "The seller hopes you are not an expert"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20150330/6813db86/attachment.asc>


More information about the ffmpeg-devel mailing list