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
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
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)
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
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'd like to work
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
---
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_
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
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
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(+)
>
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
---
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
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
---
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
---
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
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
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
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
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:
26 matches
Mail list logo