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

Lukasz Marek lukasz.m.luki2 at gmail.com
Mon Mar 30 23:04:47 CEST 2015


On 30.03.2015 03:01, Michael Niedermayer wrote:
> 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

Fixed locally and pushed.



More information about the ffmpeg-devel mailing list