Re: [FFmpeg-devel] [PATCH] lavf/http: implement directory listing callbacks for Apache

2015-08-27 Thread Mariusz Szczepańczyk
On Mon, Aug 24, 2015 at 12:39 PM, Michael Niedermayer < mich...@niedermayer.cc> wrote: > On Fri, Aug 21, 2015 at 01:17:20AM +0200, Mariusz Szczepańczyk wrote: > [...] > > > +static int http_open_dir(URLContext *h) > > +{ > > +HTTPContext *s = h->priv_d

Re: [FFmpeg-devel] [PATCH 2/2] lavf/file: check for dirent.h support

2015-08-27 Thread Mariusz Szczepańczyk
On Tue, Aug 25, 2015 at 2:36 PM, Michael Niedermayer wrote: > On Tue, Aug 25, 2015 at 02:18:22AM -0300, James Almer wrote: > > On 24/08/15 10:02 PM, Michael Niedermayer wrote: > > > On Fri, Aug 21, 2015 at 02:18:34AM +0200, Mariusz Szczepańczyk wrote: > > >> On

Re: [FFmpeg-devel] [PATCH] lavf/http: implement directory listing callbacks for Apache

2015-08-21 Thread Mariusz Szczepańczyk
On Fri, Aug 21, 2015 at 1:17 AM, Mariusz Szczepańczyk < mszczepanc...@gmail.com> wrote: > > On Thu, Aug 20, 2015 at 11:59 PM, Ganesh Ajjanagadde > wrote: > >> On Thu, Aug 20, 2015 at 5:48 PM, Mariusz Szczepańczyk >> wrote: >> > On Thu, Aug 20, 2015 at 1

Re: [FFmpeg-devel] [PATCH 3/3] lavf/ftp: implement NLST method

2015-08-21 Thread Mariusz Szczepańczyk
On Fri, Aug 14, 2015 at 1:00 AM, Michael Niedermayer wrote: > On Thu, Aug 13, 2015 at 11:13:23PM +0200, Mariusz Szczepańczyk wrote: > > On Tue, Aug 11, 2015 at 3:00 AM, Michael Niedermayer > > > wrote: > > > > > On Tue, Aug 11, 2015 at 12:42:04AM +0200, Mariu

Re: [FFmpeg-devel] [PATCH 2/2] lavf/file: check for dirent.h support

2015-08-20 Thread Mariusz Szczepańczyk
On Thu, Jun 25, 2015 at 12:09 PM, Michael Niedermayer wrote: > On Wed, Jun 24, 2015 at 03:25:18AM +0200, Mariusz Szczepańczyk wrote: > > On Tue, Jun 23, 2015 at 8:34 PM, Michael Niedermayer > > wrote: > > > > > On Mon, Jun 22, 2015 at 12:01:33AM +02

Re: [FFmpeg-devel] [PATCH] lavf/http: implement directory listing callbacks for Apache

2015-08-20 Thread Mariusz Szczepańczyk
On Thu, Aug 20, 2015 at 11:59 PM, Ganesh Ajjanagadde wrote: > On Thu, Aug 20, 2015 at 5:48 PM, Mariusz Szczepańczyk > wrote: > > On Thu, Aug 20, 2015 at 11:38 PM, Ganesh Ajjanagadde > > wrote: > > > >> On Thu, Aug 20, 2015 at 5:32 PM,

Re: [FFmpeg-devel] [PATCH] lavf/http: implement directory listing callbacks for Apache

2015-08-20 Thread Mariusz Szczepańczyk
On Thu, Aug 20, 2015 at 11:38 PM, Ganesh Ajjanagadde wrote: > On Thu, Aug 20, 2015 at 5:32 PM, Mariusz Szczepańczyk > wrote: > > --- > > configure | 3 + > > libavformat/http.c | 194 > + > >

[FFmpeg-devel] [PATCH] lavf/http: implement directory listing callbacks for Apache

2015-08-20 Thread Mariusz Szczepańczyk
--- configure | 3 + libavformat/http.c | 194 + 2 files changed, 197 insertions(+) diff --git a/configure b/configure index e67ddf6..401e041 100755 --- a/configure +++ b/configure @@ -265,6 +265,7 @@ External library support: --en

[FFmpeg-devel] [PATCH] lavf/ftp: implement move and delete callbacks

2015-08-19 Thread Mariusz Szczepańczyk
--- libavformat/ftp.c | 61 +++ 1 file changed, 61 insertions(+) diff --git a/libavformat/ftp.c b/libavformat/ftp.c index db233c9..51f491c 100644 --- a/libavformat/ftp.c +++ b/libavformat/ftp.c @@ -1038,6 +1038,65 @@ static int ftp_close_dir(URL

Re: [FFmpeg-devel] [PATCH] examples/avio_list_dir: add move and delete methods

2015-08-15 Thread Mariusz Szczepańczyk
On Sat, Aug 15, 2015 at 3:56 AM, Michael Niedermayer wrote: > On Sat, Aug 15, 2015 at 02:01:20AM +0200, Mariusz Szczepańczyk wrote: > > --- > > doc/examples/avio_list_dir.c | 92 > > > 1 file changed, 76 insertions(+), 16 d

[FFmpeg-devel] [PATCH] examples/avio_list_dir: add move and delete methods

2015-08-14 Thread Mariusz Szczepańczyk
--- doc/examples/avio_list_dir.c | 92 1 file changed, 76 insertions(+), 16 deletions(-) diff --git a/doc/examples/avio_list_dir.c b/doc/examples/avio_list_dir.c index 4060ba6..50c435c 100644 --- a/doc/examples/avio_list_dir.c +++ b/doc/examples/avio_l

Re: [FFmpeg-devel] [PATCH 3/3] lavf/ftp: implement NLST method

2015-08-13 Thread Mariusz Szczepańczyk
On Tue, Aug 11, 2015 at 3:00 AM, Michael Niedermayer wrote: > On Tue, Aug 11, 2015 at 12:42:04AM +0200, Mariusz Szczepańczyk wrote: > > On Mon, Aug 10, 2015 at 6:41 PM, Michael Niedermayer > > > wrote: > > > > > On Sun, Aug 09, 2015 at 02:38:12AM

Re: [FFmpeg-devel] [PATCH 3/3] lavf/ftp: implement NLST method

2015-08-10 Thread Mariusz Szczepańczyk
On Mon, Aug 10, 2015 at 6:41 PM, Michael Niedermayer wrote: > On Sun, Aug 09, 2015 at 02:38:12AM +0200, Mariusz Szczepańczyk wrote: > > --- > > libavformat/ftp.c | 98 > +++ > > 1 file changed, 84 insertions(+), 14 d

[FFmpeg-devel] [PATCH 3/3] lavf/ftp: implement NLST method

2015-08-08 Thread Mariusz Szczepańczyk
--- libavformat/ftp.c | 98 +++ 1 file changed, 84 insertions(+), 14 deletions(-) diff --git a/libavformat/ftp.c b/libavformat/ftp.c index 542cf6a..5a312b9 100644 --- a/libavformat/ftp.c +++ b/libavformat/ftp.c @@ -38,6 +38,12 @@ typedef enum {

[FFmpeg-devel] [PATCH 1/3] lavf/ftp: implement directory listing callbacks

2015-08-08 Thread Mariusz Szczepańczyk
From: Lukasz Marek Signed-off-by: Lukasz Marek --- libavformat/ftp.c | 193 ++ 1 file changed, 182 insertions(+), 11 deletions(-) diff --git a/libavformat/ftp.c b/libavformat/ftp.c index 27a172e..c92ed11 100644 --- a/libavformat/ftp.c +++ b/l

[FFmpeg-devel] [PATCH 2/3] lavf/ftp: properly read an empty path

2015-08-08 Thread Mariusz Szczepańczyk
--- libavformat/ftp.c | 18 -- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/libavformat/ftp.c b/libavformat/ftp.c index c92ed11..542cf6a 100644 --- a/libavformat/ftp.c +++ b/libavformat/ftp.c @@ -354,10 +354,7 @@ static int ftp_current_dir(FTPContext *s) if (

[FFmpeg-devel] [PATCH 0/3] [GSoC] Browsing content on server - FTP callbacks

2015-08-08 Thread Mariusz Szczepańczyk
Lukasz Marek (1): lavf/ftp: implement directory listing callbacks Mariusz Szczepańczyk (2): lavf/ftp: properly read an empty path lavf/ftp: implement NLST method libavformat/ftp.c | 283 +- 1 file changed, 261 insertions(+), 22 deletions

Re: [FFmpeg-devel] [PATCH 2/2] lavf/file: check for dirent.h support

2015-06-23 Thread Mariusz Szczepańczyk
On Tue, Jun 23, 2015 at 8:34 PM, Michael Niedermayer wrote: > On Mon, Jun 22, 2015 at 12:01:33AM +0200, Mariusz Szczepańczyk wrote: > > --- > > configure | 2 ++ > > libavformat/file.c | 34 ++ > > 2 files changed, 36 ins

[FFmpeg-devel] [PATCH] lavf: set is_connected flag so url can be properly closed

2015-06-22 Thread Mariusz Szczepańczyk
--- libavformat/avio.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavformat/avio.c b/libavformat/avio.c index bd32944..aff8d10 100644 --- a/libavformat/avio.c +++ b/libavformat/avio.c @@ -485,6 +485,7 @@ int avio_open_dir(AVIODirContext **s, const char *url, AVDictionary **options)

[FFmpeg-devel] [PATCH 1/3] lavf/libssh: implement directory listing callbacks

2015-06-22 Thread Mariusz Szczepańczyk
From: Lukasz Marek Signed-off-by: Lukasz Marek --- libavformat/libssh.c | 111 --- 1 file changed, 105 insertions(+), 6 deletions(-) diff --git a/libavformat/libssh.c b/libavformat/libssh.c index fac6114..150c037 100644 --- a/libavformat/libssh.c

[FFmpeg-devel] [PATCH 2/3] lavf/libssh: read empty path from url as /

2015-06-22 Thread Mariusz Szczepańczyk
--- libavformat/libssh.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libavformat/libssh.c b/libavformat/libssh.c index 150c037..ee8fd7e 100644 --- a/libavformat/libssh.c +++ b/libavformat/libssh.c @@ -204,6 +204,9 @@ static av_cold int libssh_connect(URLContext *h, const char *url, cha

[FFmpeg-devel] [PATCH 3/3] lavf/libssh: implement move and delete callbacks

2015-06-22 Thread Mariusz Szczepańczyk
--- libavformat/libssh.c | 82 1 file changed, 82 insertions(+) diff --git a/libavformat/libssh.c b/libavformat/libssh.c index ee8fd7e..31b6f6a 100644 --- a/libavformat/libssh.c +++ b/libavformat/libssh.c @@ -392,6 +392,86 @@ static int libssh_

[FFmpeg-devel] [PATCH 0/3] [GSoC] lavf/libssh: directory listing and move/delete callbacks

2015-06-22 Thread Mariusz Szczepańczyk
Lukasz Marek (1): lavf/libssh: implement directory listing callbacks Mariusz Szczepańczyk (2): lavf/libssh: read empty path from url as / lavf/libssh: implement move and delete callbacks libavformat/libssh.c | 196 +-- 1 file changed, 190

Re: [FFmpeg-devel] [PATCH 1/2] lavf/avio: Extend API with avio_move() and avio_delete()

2015-06-22 Thread Mariusz Szczepańczyk
On Mon, Jun 22, 2015 at 11:31 PM, Derek Buitenhuis < derek.buitenh...@gmail.com> wrote: > On 6/22/2015 9:15 PM, Mariusz Szczepańczyk wrote: > > Thank you for clarification. I understand there are people who are not > > happy with additions like this. However, there are

Re: [FFmpeg-devel] [PATCH 1/2] lavf/avio: Extend API with avio_move() and avio_delete()

2015-06-22 Thread Mariusz Szczepańczyk
On 22/06/15 14:11, Derek Buitenhuis wrote: On 6/21/2015 8:04 PM, Mariusz Szczepańczyk wrote: Anyway, this is a part of my GSoC task that has been accepted and I'm compelled to implement it so I won't be getting into further discussion. Let's just say a large portion of the c

[FFmpeg-devel] [PATCH] lavf/libsmbclient: implement move and delete callbacks

2015-06-21 Thread Mariusz Szczepańczyk
--- libavformat/libsmbclient.c | 63 ++ 1 file changed, 63 insertions(+) diff --git a/libavformat/libsmbclient.c b/libavformat/libsmbclient.c index 1af8163..84fef7f 100644 --- a/libavformat/libsmbclient.c +++ b/libavformat/libsmbclient.c @@ -287,6 +287,

[FFmpeg-devel] [PATCH 1/2] lavf/file: implement directory listing callbacks

2015-06-21 Thread Mariusz Szczepańczyk
From: Lukasz Marek Signed-off-by: Lukasz Marek --- libavformat/file.c | 87 ++ 1 file changed, 87 insertions(+) diff --git a/libavformat/file.c b/libavformat/file.c index 6511328..e617ac8 100644 --- a/libavformat/file.c +++ b/libavformat/file

[FFmpeg-devel] [PATCH 2/2] lavf/file: check for dirent.h support

2015-06-21 Thread Mariusz Szczepańczyk
--- configure | 2 ++ libavformat/file.c | 34 ++ 2 files changed, 36 insertions(+) diff --git a/configure b/configure index 06a9941..09a71d8 100755 --- a/configure +++ b/configure @@ -1679,6 +1679,7 @@ HEADERS_LIST=" dev_video_bktr_ioctl_bt848_h

[FFmpeg-devel] [PATCH 0/2] [GSoC] lavf/file: implement directory listing callbacks

2015-06-21 Thread Mariusz Szczepańczyk
Lukasz Marek (1): lavf/file: implement directory listing callbacks Mariusz Szczepańczyk (1): lavf/file: check for dirent.h support configure | 2 + libavformat/file.c | 121 + 2 files changed, 123 insertions(+) -- 2.3.6

Re: [FFmpeg-devel] [PATCH 1/2] lavf/avio: Extend API with avio_move() and avio_delete()

2015-06-21 Thread Mariusz Szczepańczyk
On Sun, Jun 21, 2015 at 8:24 PM, wm4 wrote: > On Sun, 21 Jun 2015 19:20:53 +0100 > Kieran Kunhya wrote: > > > > Suppose you're writing a video player with browsing capabilities for > network > > > protocols (like Kodi/XBMC). Now you can have file rename/delete > > > functionality in it. > > > >

Re: [FFmpeg-devel] [PATCH 1/2] lavf/avio: Extend API with avio_move() and avio_delete()

2015-06-21 Thread Mariusz Szczepańczyk
On 21/06/15 10:11, Hendrik Leppkes wrote: On Sat, Jun 20, 2015 at 2:52 PM, Mariusz Szczepańczyk wrote: --- doc/APIchanges| 4 libavformat/avio.c| 38 ++ libavformat/avio.h| 19 +++ libavformat/url.h | 2

Re: [FFmpeg-devel] [PATCH 1/2] lavf/avio: Extend API with avio_move() and avio_delete()

2015-06-21 Thread Mariusz Szczepańczyk
On 21/06/15 09:37, Timothy Gu wrote: El sábado, 20 de junio de 2015, Mariusz Szczepańczyk mailto:mszczepanc...@gmail.com>> escribió: --- doc/APIchanges| 4 libavformat/avio.c| 38 ++ libavformat/avio.h

[FFmpeg-devel] [PATCH 2/2] lavf/file: implement move and delete callbacks

2015-06-20 Thread Mariusz Szczepańczyk
--- libavformat/file.c | 38 ++ 1 file changed, 38 insertions(+) diff --git a/libavformat/file.c b/libavformat/file.c index 6511328..c689e04 100644 --- a/libavformat/file.c +++ b/libavformat/file.c @@ -131,6 +131,42 @@ static int file_check(URLContext *h, int m

[FFmpeg-devel] [PATCH 1/2] lavf/avio: Extend API with avio_move() and avio_delete()

2015-06-20 Thread Mariusz Szczepańczyk
--- doc/APIchanges| 4 libavformat/avio.c| 38 ++ libavformat/avio.h| 19 +++ libavformat/url.h | 2 ++ libavformat/version.h | 2 +- 5 files changed, 64 insertions(+), 1 deletion(-) diff --git a/doc/APIchanges b/doc/

[FFmpeg-devel] [PATCH 0/2] [GSoC] Extend avio with move and delete for urls

2015-06-20 Thread Mariusz Szczepańczyk
This patches add avio_move() and avio_delete() functions and implement appropriate callbacks for file protocol provided as a working example. Mariusz Szczepańczyk (2): lavf/avio: Extend API with avio_move() and avio_delete() lavf/file: implement move and delete callbacks doc/APIchanges

Re: [FFmpeg-devel] Usecases of the AVIODir* API

2015-04-17 Thread Mariusz Szczepańczyk
On Wed, Apr 8, 2015 at 8:15 PM, Michael Niedermayer wrote: > On Wed, Apr 08, 2015 at 07:58:19PM +0200, Mariusz Szczepańczyk wrote: > > On Wed, Apr 8, 2015 at 6:33 PM, Michael Niedermayer > > wrote: > > > > > Hi > > > > > > Some people on IRC

Re: [FFmpeg-devel] Usecases of the AVIODir* API

2015-04-08 Thread Mariusz Szczepańczyk
On Wed, Apr 8, 2015 at 6:33 PM, Michael Niedermayer wrote: > Hi > > Some people on IRC asked about the uses of the AVIODir* API and it > seems several developers do not know what the API is usefull for. > > I think this should be documented better > > also what can it be usefull for, random examp

Re: [FFmpeg-devel] [PATCH 1/3] lavf/avio: Add new types to AVIODirEntryType, bump minor version

2015-04-03 Thread Mariusz Szczepańczyk
On Fri, Apr 3, 2015 at 4:52 PM, Lukasz Marek wrote: > On 3 April 2015 at 16:05, Lukasz Marek wrote: > > > On 3 April 2015 at 15:22, Nicolas George wrote: > > > >> Le quartidi 14 germinal, an CCXXIII, Mariusz Szczepańczyk a écrit : > >> > diff --git a/

Re: [FFmpeg-devel] [PATCH 1/3] lavf/avio: Add new types to AVIODirEntryType, bump minor version

2015-04-03 Thread Mariusz Szczepańczyk
On Fri, Apr 3, 2015 at 3:22 PM, Nicolas George wrote: > Le quartidi 14 germinal, an CCXXIII, Mariusz Szczepańczyk a écrit : > > diff --git a/libavformat/avio.h b/libavformat/avio.h > > index f61a8f8..51913e3 100644 > > --- a/libavformat/avio.h > > +++ b/libavformat

[FFmpeg-devel] [PATCH 3/3] lavf/libsmbclient: implement directory listing callbacks

2015-04-02 Thread Mariusz Szczepańczyk
--- libavformat/libsmbclient.c | 108 + 1 file changed, 108 insertions(+) diff --git a/libavformat/libsmbclient.c b/libavformat/libsmbclient.c index 8290d75..1af8163 100644 --- a/libavformat/libsmbclient.c +++ b/libavformat/libsmbclient.c @@ -28,6 +28,7

[FFmpeg-devel] [PATCH 1/3] lavf/avio: Add new types to AVIODirEntryType, bump minor version

2015-04-02 Thread Mariusz Szczepańczyk
--- doc/APIchanges| 5 + libavformat/avio.h| 5 - libavformat/version.h | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/doc/APIchanges b/doc/APIchanges index b1beb9d..ae67e06 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,11 @@ libavutil:

[FFmpeg-devel] [PATCH 2/3] doc/examples: Handle new types in avio_list_dir

2015-04-02 Thread Mariusz Szczepańczyk
--- doc/examples/avio_list_dir.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/doc/examples/avio_list_dir.c b/doc/examples/avio_list_dir.c index 37b80c5..281b5af 100644 --- a/doc/examples/avio_list_dir.c +++ b/doc/examples/avio_list_dir.c @@ -41,6 +41,12 @@ static const char *type_stri

[FFmpeg-devel] [PATCH 0/3] [GSoC] directory listing for samba

2015-04-02 Thread Mariusz Szczepańczyk
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

Re: [FFmpeg-devel] [PATCH 3/4] lavu/avstring: add av_append_path_component() funcion

2015-03-31 Thread Mariusz Szczepańczyk
On Mon, Mar 30, 2015 at 12:38 AM, Michael Niedermayer wrote: > On Thu, Mar 26, 2015 at 05:39:49PM +0100, Mariusz Szczepańczyk wrote: > > On Thu, Mar 26, 2015 at 3:40 PM, Michael Niedermayer > > wrote: > > > > > On Thu, Mar 26, 2015 at 01:25:19AM +0100, Mariusz Sz

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

2015-03-28 Thread Mariusz Szczepańczyk
On Fri, Mar 27, 2015 at 6:52 PM, Michael Niedermayer wrote: > On Thu, Mar 26, 2015 at 03:31:27PM +0100, Mariusz Szczepańczyk wrote: > > On Thu, Mar 26, 2015 at 2:31 PM, Michael Niedermayer > > wrote: > > > > > On Thu, Mar 26, 2015 at 01:25:17AM +0100, Mariusz Sz

Re: [FFmpeg-devel] [PATCH 2/4] doc/examples: add directory listing example

2015-03-27 Thread Mariusz Szczepańczyk
On Fri, Mar 27, 2015 at 7:09 PM, Michael Niedermayer wrote: > On Thu, Mar 26, 2015 at 01:25:18AM +0100, Mariusz Szczepańczyk wrote: > > From: Lukasz Marek > > > > --- > > .gitignore | 1 + > > configure| 2 + > &

Re: [FFmpeg-devel] [PATCH 4/4] lavf/libsmbclient: implement directory listing callbacks

2015-03-27 Thread Mariusz Szczepańczyk
On Fri, Mar 27, 2015 at 4:33 PM, Lukasz Marek wrote: > On 26.03.2015 01:25, Mariusz Szczepańczyk wrote: > >> --- >> libavformat/libsmbclient.c | 93 ++ >> >> 1 file changed, 93 insertions(+) >> > >

Re: [FFmpeg-devel] [PATCH 3/4] lavu/avstring: add av_append_path_component() funcion

2015-03-26 Thread Mariusz Szczepańczyk
On Thu, Mar 26, 2015 at 3:40 PM, Michael Niedermayer wrote: > On Thu, Mar 26, 2015 at 01:25:19AM +0100, Mariusz Szczepańczyk wrote: > > From: Lukasz Marek > > > > Convinient function to build paths. > > --- > &

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

2015-03-26 Thread Mariusz Szczepańczyk
On Thu, Mar 26, 2015 at 2:31 PM, Michael Niedermayer wrote: > On Thu, Mar 26, 2015 at 01:25:17AM +0100, Mariusz Szczepańczyk wrote: > > From: Lukasz Marek > > > > API allows protocol implementations to provide API that > > allows to list directory content. > >

[FFmpeg-devel] [PATCH 4/4] lavf/libsmbclient: implement directory listing callbacks

2015-03-25 Thread Mariusz Szczepańczyk
--- libavformat/libsmbclient.c | 93 ++ 1 file changed, 93 insertions(+) diff --git a/libavformat/libsmbclient.c b/libavformat/libsmbclient.c index 8290d75..b800a31 100644 --- a/libavformat/libsmbclient.c +++ b/libavformat/libsmbclient.c @@ -28,6 +28,7

[FFmpeg-devel] [PATCH 3/4] lavu/avstring: add av_append_path_component() funcion

2015-03-25 Thread Mariusz Szczepańczyk
From: Lukasz Marek Convinient function to build paths. --- libavutil/avstring.c| 43 +++ libavutil/avstring.h| 10 ++ tests/ref/fate/avstring | 9 + 3 files changed, 62 insertions(+) diff --git a/libavutil/avstring.c b/libavutil/a

[FFmpeg-devel] [PATCH 0/4] [GSoC] Browsing content on the server qualification task (2nd iteration)

2015-03-25 Thread Mariusz Szczepańczyk
documentation in a couple of places. * Introduced several cosmetic changes. Regards, Mariusz Lukasz Marek (3): lavf: add directory listing API doc/examples: add directory listing example lavu/avstring: add av_append_path_component() funcion Mariusz Szczepańczyk (1): lavf/libsmbcl

[FFmpeg-devel] [PATCH 2/4] doc/examples: add directory listing example

2015-03-25 Thread Mariusz Szczepańczyk
From: Lukasz Marek --- .gitignore | 1 + configure| 2 + doc/Makefile | 1 + doc/examples/Makefile| 3 +- doc/examples/avio_list_dir.c | 105 +++ 5 files changed, 111 insertions(+), 1 de

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

2015-03-25 Thread Mariusz Szczepańczyk
From: Lukasz Marek API allows protocol implementations to provide API that allows to list directory content. API is similar to POSIX opendir/readdir/closedir. --- libavformat/avio.c | 74 +++ libavformat/avio.h | 84

[FFmpeg-devel] [PATCH 6/7] doc/examples: add directory listing example

2015-03-19 Thread Mariusz Szczepańczyk
From: Lukasz Marek --- .gitignore | 1 + configure| 2 + doc/Makefile | 1 + doc/examples/Makefile| 3 +- doc/examples/avio_list_dir.c | 99 5 files changed, 105 insertions(+), 1 deleti

[FFmpeg-devel] [PATCH 7/7] lavf/libsmbclient: implement directory listing callbacks

2015-03-19 Thread Mariusz Szczepańczyk
--- libavformat/libsmbclient.c | 93 ++ 1 file changed, 93 insertions(+) diff --git a/libavformat/libsmbclient.c b/libavformat/libsmbclient.c index 8290d75..c97140d 100644 --- a/libavformat/libsmbclient.c +++ b/libavformat/libsmbclient.c @@ -28,6 +28,7

[FFmpeg-devel] [PATCH 3/7] lavf/ftp: implement directory listing callbacks

2015-03-19 Thread Mariusz Szczepańczyk
From: Lukasz Marek Signed-off-by: Lukasz Marek --- libavformat/ftp.c | 187 -- 1 file changed, 180 insertions(+), 7 deletions(-) diff --git a/libavformat/ftp.c b/libavformat/ftp.c index 7faf4a5..ffa96a1 100644 --- a/libavformat/ftp.c +++ b/li

[FFmpeg-devel] [PATCH 4/7] lavu/avstring: add av_append_path_component() funcion

2015-03-19 Thread Mariusz Szczepańczyk
From: Lukasz Marek TODO: bump minor, update doc/APIchanges Convinient function to build paths. Signed-off-by: Lukasz Marek --- libavutil/avstring.c | 43 +++ libavutil/avstring.h | 10 ++ 2 files changed, 53 insertions(+) diff --git a/libavutil

[FFmpeg-devel] [PATCH 5/7] lavf/file: implement directory listing callbacks

2015-03-19 Thread Mariusz Szczepańczyk
From: Lukasz Marek Signed-off-by: Lukasz Marek --- libavformat/file.c | 87 ++ 1 file changed, 87 insertions(+) diff --git a/libavformat/file.c b/libavformat/file.c index 6511328..238ae85 100644 --- a/libavformat/file.c +++ b/libavformat/file

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

2015-03-19 Thread Mariusz Szczepańczyk
From: Lukasz Marek 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 --- libavformat/avio.c | 56 ++ libavformat/avio.h | 72 +++

[FFmpeg-devel] [PATCH 2/7] lavf/libssh: implement directory listing callbacks

2015-03-19 Thread Mariusz Szczepańczyk
From: Lukasz Marek Signed-off-by: Lukasz Marek --- libavformat/libssh.c | 111 --- 1 file changed, 105 insertions(+), 6 deletions(-) diff --git a/libavformat/libssh.c b/libavformat/libssh.c index fac6114..5ff05b8 100644 --- a/libavformat/libssh.c

[FFmpeg-devel] GSoC project proposal + qualification task

2015-03-19 Thread Mariusz Szczepańczyk
Hello, my name is Mariusz Szczepańczyk and I am currently finishing my bachelor's degree in Computer Science at the University of Warsaw in Poland. I have written few patches for other open source projects, like gif reading plugin for OpenImageIO, however I'm new to FFmpeg. I'