Re: [FFmpeg-devel] [PATCH] doc: add a few note for sponsorship candidates.

2015-03-19 Thread Michael Niedermayer
On Thu, Mar 19, 2015 at 09:53:12PM +0100, Nicolas George wrote: > Signed-off-by: Nicolas George > --- > doc/Makefile | 1 + > doc/sponsored_internships_howto.texi | 148 > +++ > 2 files changed, 149 insertions(+) > create mode 100644 doc

Re: [FFmpeg-devel] [PATCH] doc: add a few note for sponsorship candidates.

2015-03-19 Thread Lou Logan
On Thu, 19 Mar 2015 21:53:12 +0100, Nicolas George wrote: > +@chapter So yeah, I would like to work on FFmpeg for > @url{https://code.google.com/soc/, Google Summer of Code} / > @url{http://sophia.estec.esa.int/socis/, ESA Summer of Code in Space} / > @url{https://www.gnome.org/outreachy/, Outr

Re: [FFmpeg-devel] Patch proposal : Remove some unused variable

2015-03-19 Thread Michael Niedermayer
On Thu, Mar 19, 2015 at 10:42:10PM +0100, Martin Vignali wrote: > I'm not sure about ffmpeg choice for compiler warning. > An old post on the mailing list, say : it depends !! > > So i propose remove some unused variables, to remove some 'unused variable' > warning. > (Clang compiler Mac os 10.9)

Re: [FFmpeg-devel] [PATCH] doc: add a few note for sponsorship candidates.

2015-03-19 Thread Michael Niedermayer
On Thu, Mar 19, 2015 at 09:53:12PM +0100, Nicolas George wrote: > Signed-off-by: Nicolas George > --- > doc/Makefile | 1 + > doc/sponsored_internships_howto.texi | 148 > +++ > 2 files changed, 149 insertions(+) > create mode 100644 doc

[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'd like to work

Re: [FFmpeg-devel] [PATCH] avcodec: Fix libdcadec include dir

2015-03-19 Thread Michael Niedermayer
On Fri, Mar 20, 2015 at 01:58:25AM +0100, Kacper Michajłow wrote: > --- > configure | 2 +- > libavcodec/libdcadec.c | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) applied i needed this though, to make it work --- a/Makefile +++ b/Makefile @@ -121,6 +121,6 @@ clean: in

[FFmpeg-devel] [PATCH] avcodec: Fix libdcadec include dir

2015-03-19 Thread Kacper Michajłow
--- configure | 2 +- libavcodec/libdcadec.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index a449bc7..1ef83e3 100755 --- a/configure +++ b/configure @@ -4925,7 +4925,7 @@ enabled libcelt && require libcelt celt/celt.h celt_

Re: [FFmpeg-devel] [PATCH] doc: add a few note for sponsorship candidates.

2015-03-19 Thread Ronald S. Bultje
Hi, On Thu, Mar 19, 2015 at 4:53 PM, Nicolas George wrote: > +If at any point you have any question, do not hesitate to ask them. > +Actually, yes, hesitate a few seconds, in case this question will make you > +look dump. So read on. > s/dump/dumb/. Also, I'm not sure that's a good attitude, w

Re: [FFmpeg-devel] [PATCH] doc: add a few note for sponsorship candidates.

2015-03-19 Thread Carl Eugen Hoyos
Nicolas George nsup.org> writes: > +At this point, you are ready do look to look > +Your qualification task is considered complete > +when the corresponding changes have been included > +in the official source repository. Maybe "most qualification tasks" or "a typical qualification task": A

Re: [FFmpeg-devel] [PATCH] avcodec: add libdcadec decoder

2015-03-19 Thread Michael Niedermayer
On Thu, Mar 19, 2015 at 11:56:22PM +0100, Hendrik Leppkes wrote: > --- > configure | 4 + > libavcodec/Makefile| 1 + > libavcodec/allcodecs.c | 1 + > libavcodec/libdcadec.c | 197 > + > 4 files changed, 203 insertions(+) >

Re: [FFmpeg-devel] [PATCH 1/2] avcodec: add profile define for DTS Express

2015-03-19 Thread Michael Niedermayer
On Thu, Mar 19, 2015 at 11:45:39PM +0100, Hendrik Leppkes wrote: > --- > libavcodec/avcodec.h | 1 + > 1 file changed, 1 insertion(+) applied thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Breaking DRM is a little like attempting to break through a doo

[FFmpeg-devel] [PATCH] avcodec: add libdcadec decoder

2015-03-19 Thread Hendrik Leppkes
--- configure | 4 + libavcodec/Makefile| 1 + libavcodec/allcodecs.c | 1 + libavcodec/libdcadec.c | 197 + 4 files changed, 203 insertions(+) create mode 100644 libavcodec/libdcadec.c diff --git a/configure b/configure inde

Re: [FFmpeg-devel] [PATCH 2/2] avcodec: add libdcadec decoder

2015-03-19 Thread Hendrik Leppkes
On Thu, Mar 19, 2015 at 11:45 PM, Hendrik Leppkes wrote: > --- > configure | 4 + > libavcodec/Makefile| 1 + > libavcodec/allcodecs.c | 1 + > libavcodec/libdcadec.c | 196 > + > 4 files changed, 202 insertions(+) > create

[FFmpeg-devel] [PATCH 2/2] avcodec: add libdcadec decoder

2015-03-19 Thread Hendrik Leppkes
--- configure | 4 + libavcodec/Makefile| 1 + libavcodec/allcodecs.c | 1 + libavcodec/libdcadec.c | 196 + 4 files changed, 202 insertions(+) create mode 100644 libavcodec/libdcadec.c diff --git a/configure b/configure inde

[FFmpeg-devel] [PATCH 1/2] avcodec: add profile define for DTS Express

2015-03-19 Thread Hendrik Leppkes
--- libavcodec/avcodec.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index cdc8aa1..48e212f 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -2851,6 +2851,7 @@ typedef struct AVCodecContext { #define FF_PROFILE_DTS_96_24 40 #de

[FFmpeg-devel] Patch proposal : Remove some unused variable

2015-03-19 Thread Martin Vignali
I'm not sure about ffmpeg choice for compiler warning. An old post on the mailing list, say : it depends !! So i propose remove some unused variables, to remove some 'unused variable' warning. (Clang compiler Mac os 10.9) Patch in attach. Martin 0001-remove-unused-var-in-vfpp7.patch Descriptio

[FFmpeg-devel] [PATCH] doc: add a few note for sponsorship candidates.

2015-03-19 Thread Nicolas George
Signed-off-by: Nicolas George --- doc/Makefile | 1 + doc/sponsored_internships_howto.texi | 148 +++ 2 files changed, 149 insertions(+) create mode 100644 doc/sponsored_internships_howto.texi Not sure if the best place is there or the

Re: [FFmpeg-devel] Blackmagic Design Intensity Pro 4K - Decklink - Problem to select RGB color space

2015-03-19 Thread Carl Eugen Hoyos
Gonzalo Berdeal gmail.com> writes: > l have just bought the new Intensity Pro 4K and I > can not make it work (however, it works fine with > official desktop software). You mean it does not work for 8bit yuv? In this case, you have to fix this first. > I think the problem might be on the need

Re: [FFmpeg-devel] [PATCH]Do not set bitrate for DTS-HD Master and High Resolution

2015-03-19 Thread Carl Eugen Hoyos
Marcus Johnson gmail.com> writes: > That's even worse, is there any way we can fix it? No, users would be unhappy if opening a file meant reading the whole file. The following works fine here to get the actual duration of a dts-hd master stream and is twice as fast as decoding the whole file: