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

Lukasz Marek lukasz.m.luki2 at gmail.com
Sat Jul 19 23:35:37 CEST 2014


On 15.07.2014 14:54, Nicolas George wrote:
> Le quartidi 24 messidor, an CCXXII, Lukasz Marek a écrit :
>> TODO: bump minor, update doc/APIchanges
>>
>> API allows protocol implementations to provide API that
>> allows to list directory content.
>> API is similar to POSIX opendir/readdir/closedir.
>>
>> Signed-off-by: Lukasz Marek <lukasz.m.luki2 at gmail.com>
>> ---
>>   libavformat/avio.c | 76 +++++++++++++++++++++++++++++++++++++++++++++-
>>   libavformat/avio.h | 88 +++++++++++++++++++++++++++++++++++++++++++++++++++++-
>>   libavformat/url.h  | 55 ++++++++++++++++++++++++++++++++++
>>   3 files changed, 217 insertions(+), 2 deletions(-)

Hi,

Thanks all for good review given, but for the time being I drop this 
patchset.
Some operation as rename, delete, move would also be good, but this is 
probably more than the scope of ffmpeg, so I decide to move it to player 
layer.
If you give some rationale to continue, I will finish tho.


More information about the ffmpeg-devel mailing list