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
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
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
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
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
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,
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
> +
> >
---
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
---
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
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
---
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
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
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
---
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 {
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
---
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 (
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
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
---
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)
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
---
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
---
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_
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
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
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
---
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,
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
---
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
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
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.
> >
> >
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
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
---
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
---
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/
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
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
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
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/
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
---
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
---
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:
---
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
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
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
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
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 +
> &
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(+)
>>
>
>
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.
> > ---
> &
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.
> >
---
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
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
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
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
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
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
---
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
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
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
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
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 +++
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
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'
62 matches
Mail list logo