Hi,

this set of patches implements directory listing callbacks for SMB protocol.
It also extends AVIODirEntryType enum with few elements needed to cover all
relevant file types served by samba.

One of the samba types, SMBC_LINK is mapped to AVIO_ENTRY_UNKNOWN, since it
doesn't seem to be ever returned by libsmbclient. I asked about it on samba
mailing list but haven't been answered yet.

Regards,
Mariusz


Mariusz Szczepańczyk (3):
  lavf/avio: Add new types to AVIODirEntryType, bump minor version
  doc/examples: Handle new types in avio_list_dir
  lavf/libsmbclient: implement directory listing callbacks

 doc/APIchanges               |   5 ++
 doc/examples/avio_list_dir.c |   6 +++
 libavformat/avio.h           |   5 +-
 libavformat/libsmbclient.c   | 108 +++++++++++++++++++++++++++++++++++++++++++
 libavformat/version.h        |   2 +-
 5 files changed, 124 insertions(+), 2 deletions(-)

-- 
2.3.3

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to