Signed-off-by: James Almer
---
libavcodec/libdcadec.c | 7 ++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/libavcodec/libdcadec.c b/libavcodec/libdcadec.c
index 3ac4bcb..9ea61fa 100644
--- a/libavcodec/libdcadec.c
+++ b/libavcodec/libdcadec.c
@@ -167,8 +167,13 @@ static av_co
Hi,
The second pass shows error (IO error: Error number 0 occurred) but the
file gets generated and looks fine, but I don't know whether it actually
used the 1st pass.
C:\Users\ramprasad>ffmpeg.exe -i foreman_qcif.y4m -b:v 128k -pass 1 -vcodec
h263 -f 3gp -y NUL
ffmpeg version N-69422-gf5722ba Cop
On Thu, Apr 09, 2015 at 03:40:31AM +0530, Himangi Saraogi wrote:
> ---
> ffmpeg_vda.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
applied
thanks
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
I have often repented speaking, but never of holding my
---
libavformat/ffmdec.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/libavformat/ffmdec.c b/libavformat/ffmdec.c
index 33bbde0..7c0f451 100644
--- a/libavformat/ffmdec.c
+++ b/libavformat/ffmdec.c
@@ -438,7 +438,8 @@ static int ffm2_read_header(AVFormatContext *s)
---
ffmpeg_vda.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ffmpeg_vda.c b/ffmpeg_vda.c
index b9f0975..d15648d 100644
--- a/ffmpeg_vda.c
+++ b/ffmpeg_vda.c
@@ -73,7 +73,7 @@ static int vda_retrieve_data(AVCodecContext *s, AVFrame
*frame)
}
av_image_copy(vda->t
W dniu środa, 8 kwietnia 2015 Gilles Chanteperdrix <
gilles.chanteperd...@xenomai.org>
And forgot to add my apologies for these bad patches and the noise
> that followed.
>
No need for that.
Your demuxer seems to use public API only so you can try to move this
implementation to your project and
On Wed, Apr 08, 2015 at 10:37:13PM +0200, Gilles Chanteperdrix wrote:
> On Wed, Apr 08, 2015 at 04:31:34PM -0400, compn wrote:
> > On Wed, 8 Apr 2015 22:26:23 +0200
> > Gilles Chanteperdrix wrote:
> >
> > > ready to forget all about these patches.
> >
> > thanks for the patches, even if some peo
On Wed, Apr 08, 2015 at 04:31:34PM -0400, compn wrote:
> On Wed, 8 Apr 2015 22:26:23 +0200
> Gilles Chanteperdrix wrote:
>
> > ready to forget all about these patches.
>
> thanks for the patches, even if some people do not like them.
>
> please dont be discouraged by strongly worded mails.
>
>
On Wed, 8 Apr 2015 22:26:23 +0200
Gilles Chanteperdrix wrote:
> ready to forget all about these patches.
thanks for the patches, even if some people do not like them.
please dont be discouraged by strongly worded mails.
its a long term bikeshed that you have stepped in. the developers are
most
On Wed, Apr 08, 2015 at 10:08:25PM +0200, wm4 wrote:
> On Wed, 08 Apr 2015 20:52:12 +0100
> Derek Buitenhuis wrote:
>
> > On 4/8/2015 6:16 PM, Gilles Chanteperdrix wrote:
> > > Signed-off-by: Gilles Chanteperdrix
> > > ---
> > > libavformat/Makefile | 1 +
> > > libavformat/allformats.c |
On Wed, 8 Apr 2015 22:16:22 +0200
Gilles Chanteperdrix wrote:
> On Wed, Apr 08, 2015 at 09:59:17PM +0200, Nicolas George wrote:
> > Le nonidi 19 germinal, an CCXXIII, Gilles Chanteperdrix a écrit :
> > > As I explained, I did it this way for portability. system is ANSI
> > > not POSIX, redirectio
Le nonidi 19 germinal, an CCXXIII, Gilles Chanteperdrix a écrit :
> So, when you just need to run exec, it is stupid
Exactly what I wrote: not your problem / premature optimization.
> I do not follow you here. youtube-dl -J has a uselessly verbose
> output, much harder to parse than youtube-dl -
On Wed, Apr 08, 2015 at 08:52:12PM +0100, Derek Buitenhuis wrote:
> On 4/8/2015 6:16 PM, Gilles Chanteperdrix wrote:
> > Signed-off-by: Gilles Chanteperdrix
> > ---
> > libavformat/Makefile | 1 +
> > libavformat/allformats.c | 1 +
> > libavformat/youtubedl.c | 221
> >
On Wed, Apr 08, 2015 at 09:59:17PM +0200, Nicolas George wrote:
> Le nonidi 19 germinal, an CCXXIII, Gilles Chanteperdrix a écrit :
> > As I explained, I did it this way for portability. system is ANSI
> > not POSIX, redirections work with windows shell too, and av_tempfile
> > is implemented by ff
On Wed, 08 Apr 2015 20:52:12 +0100
Derek Buitenhuis wrote:
> On 4/8/2015 6:16 PM, Gilles Chanteperdrix wrote:
> > Signed-off-by: Gilles Chanteperdrix
> > ---
> > libavformat/Makefile | 1 +
> > libavformat/allformats.c | 1 +
> > libavformat/youtubedl.c | 221
> > +
On 08/04/15 4:29 PM, Ronald S. Bultje wrote:
> Yeah I didn't test it. Anyway, the goal is indeed to remove 200 bytes. I
> don't care about the 200 bytes. I care that a vp9-decoder-only build has
> about 100 source files, most of which are obviously not needed. I care
> about the sum of the parts, n
Le nonidi 19 germinal, an CCXXIII, Gilles Chanteperdrix a écrit :
> As I explained, I did it this way for portability. system is ANSI
> not POSIX, redirections work with windows shell too, and av_tempfile
> is implemented by ffmpeg, so I expect it to be portable.
Implementing pipe reading for othe
On Wed, Apr 08, 2015 at 09:46:30PM +0200, Gilles Chanteperdrix wrote:
> On Wed, Apr 08, 2015 at 09:13:11PM +0200, Michael Niedermayer wrote:
> > On Wed, Apr 08, 2015 at 07:16:36PM +0200, Gilles Chanteperdrix wrote:
> > > avoid calling cleanup functions on uninitialized variables
> > >
> > > Signed
On Wed, Apr 08, 2015 at 10:52:50AM -0500, Rodger Combs wrote:
>
> > On Mar 30, 2015, at 21:23, Rodger Combs wrote:
> >
> > This needs a fair bit of testing and review before merge.
[...]
>
> Bump.
maybe stefano can test and review?
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BAD
On 4/8/2015 6:16 PM, Gilles Chanteperdrix wrote:
> Signed-off-by: Gilles Chanteperdrix
> ---
> libavformat/Makefile | 1 +
> libavformat/allformats.c | 1 +
> libavformat/youtubedl.c | 221
> +++
> 3 files changed, 223 insertions(+)
> create
On Wed, Apr 08, 2015 at 09:13:11PM +0200, Michael Niedermayer wrote:
> On Wed, Apr 08, 2015 at 07:16:36PM +0200, Gilles Chanteperdrix wrote:
> > avoid calling cleanup functions on uninitialized variables
> >
> > Signed-off-by: Gilles Chanteperdrix
> > ---
> > libavformat/libquvi.c | 41 +
On Wed, Apr 08, 2015 at 09:07:06PM +0200, Nicolas George wrote:
> Le nonidi 19 germinal, an CCXXIII, Gilles Chanteperdrix a écrit :
> > Signed-off-by: Gilles Chanteperdrix
> > ---
> > libavformat/Makefile | 1 +
> > libavformat/allformats.c | 1 +
> > libavformat/youtubedl.c | 221
> > +
On Wed, Apr 08, 2015 at 09:22:06PM +0200, Nicolas George wrote:
> Le nonidi 19 germinal, an CCXXIII, Michael Niedermayer a écrit :
> > > + av_log(s, AV_LOG_ERROR, "%s\n", quvi_strerror(q, rc));
> > is quvi_strerror() thread safe ?
>
> Looking at the code, it is thread-safe as long as the q argumen
Hi,
On Wed, Apr 8, 2015 at 1:36 PM, James Almer wrote:
> > ffmpeg | branch: master | Ronald S. Bultje |
> Wed Apr 8 17:17:24 2015 +0200| [b926f02e81165378e615ca619f1283358dac26e4]
> | committer: Michael Niedermayer
> >
> > avutil/x86/Makefile: Make building and linking of emms.c conditional
>
On Sat, Apr 04, 2015 at 05:31:22AM -0500, Rodger Combs wrote:
> ---
> libavformat/assenc.c | 28 ++--
> 1 file changed, 26 insertions(+), 2 deletions(-)
do you have a testcase for this which you can share ?
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF13
Le nonidi 19 germinal, an CCXXIII, Michael Niedermayer a écrit :
> > + av_log(s, AV_LOG_ERROR, "%s\n", quvi_strerror(q, rc));
> is quvi_strerror() thread safe ?
Looking at the code, it is thread-safe as long as the q argument is not used
concurrently.
Regards,
--
Nicolas George
signature.
On Wed, Apr 08, 2015 at 07:16:36PM +0200, Gilles Chanteperdrix wrote:
> avoid calling cleanup functions on uninitialized variables
>
> Signed-off-by: Gilles Chanteperdrix
> ---
> libavformat/libquvi.c | 41 +
> 1 file changed, 25 insertions(+), 16 deletion
On Wed, Apr 08, 2015 at 07:55:04PM +0200, wm4 wrote:
> MicroDVD has a "hack" for specifying the video framerate the subtitle
> was authored against. The demuxer reads this hint correctly, but didn't
> skip it correctly.
>
> This was not noticed, because the exported packet has its duration set
> t
Le nonidi 19 germinal, an CCXXIII, Gilles Chanteperdrix a écrit :
> Signed-off-by: Gilles Chanteperdrix
> ---
> libavformat/Makefile | 1 +
> libavformat/allformats.c | 1 +
> libavformat/youtubedl.c | 221
> +++
> 3 files changed, 223 inserti
On Wed, Apr 08, 2015 at 02:36:48PM -0300, James Almer wrote:
> > ffmpeg | branch: master | Ronald S. Bultje | Wed
> > Apr 8 17:17:24 2015 +0200| [b926f02e81165378e615ca619f1283358dac26e4] |
> > committer: Michael Niedermayer
> >
> > avutil/x86/Makefile: Make building and linking of emms.c condi
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 asked about the uses of the AVIODir* API and it
> > seems several developers do not know what the API is usefull for.
> >
> > I
On Wed, Apr 08, 2015 at 02:08:21PM -0400, compn wrote:
> On Wed, 8 Apr 2015 19:51:12 +0200
> Gilles Chanteperdrix wrote:
>
> > On Wed, Apr 08, 2015 at 07:44:13PM +0200, wm4 wrote:
> > > On Wed, 8 Apr 2015 19:39:00 +0200
> > > Gilles Chanteperdrix wrote:
> > >
> > > > On Wed, Apr 08, 2015 at 07:
On Wed, 8 Apr 2015 19:51:12 +0200
Gilles Chanteperdrix wrote:
> On Wed, Apr 08, 2015 at 07:44:13PM +0200, wm4 wrote:
> > On Wed, 8 Apr 2015 19:39:00 +0200
> > Gilles Chanteperdrix wrote:
> >
> > > On Wed, Apr 08, 2015 at 07:24:27PM +0200, wm4 wrote:
> > > > > +snprintf(buffer, sizeof(buffer
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
MicroDVD has a "hack" for specifying the video framerate the subtitle
was authored against. The demuxer reads this hint correctly, but didn't
skip it correctly.
This was not noticed, because the exported packet has its duration set
to 0, making it invisible (depending on the API user's rendering l
On Wed, Apr 08, 2015 at 07:44:13PM +0200, wm4 wrote:
> On Wed, 8 Apr 2015 19:39:00 +0200
> Gilles Chanteperdrix wrote:
>
> > On Wed, Apr 08, 2015 at 07:24:27PM +0200, wm4 wrote:
> > > > +snprintf(buffer, sizeof(buffer), "youtube-dl -f %s -g '%s'",
> > > > + yc->format, s->filename)
On Wed, Apr 08, 2015 at 07:30:48PM +0200, Hendrik Leppkes wrote:
> On Wed, Apr 8, 2015 at 7:27 PM, Gilles Chanteperdrix
> wrote:
> >
> >> Nice security hole.
> >
> > how is that ? I do not see any buffer overflow possible.
> >
>
> Executing a command with system() is very unsafe.
Indeed, never t
On Wed, 8 Apr 2015 19:39:00 +0200
Gilles Chanteperdrix wrote:
> On Wed, Apr 08, 2015 at 07:24:27PM +0200, wm4 wrote:
> > > +snprintf(buffer, sizeof(buffer), "youtube-dl -f %s -g '%s'",
> > > + yc->format, s->filename);
>
> Ok, missing single quotes here around the format.
>
Doesn't he
On Wed, Apr 08, 2015 at 07:30:12PM +0200, wm4 wrote:
> On Wed, 8 Apr 2015 19:27:55 +0200
> Gilles Chanteperdrix wrote:
>
> > On Wed, Apr 08, 2015 at 07:24:27PM +0200, wm4 wrote:
> > > On Wed, 8 Apr 2015 19:16:38 +0200
> > > Gilles Chanteperdrix wrote:
> > >
> > > > Signed-off-by: Gilles Chante
On Wed, Apr 08, 2015 at 07:24:27PM +0200, wm4 wrote:
> > +snprintf(buffer, sizeof(buffer), "youtube-dl -f %s -g '%s'",
> > + yc->format, s->filename);
Ok, missing single quotes here around the format.
--
Gilles.
_
> ffmpeg | branch: master | Ronald S. Bultje | Wed Apr
> 8 17:17:24 2015 +0200| [b926f02e81165378e615ca619f1283358dac26e4] |
> committer: Michael Niedermayer
>
> avutil/x86/Makefile: Make building and linking of emms.c conditional
>
> Signed-off-by: Michael Niedermayer
>
> > http://git.videola
On Wed, Apr 08, 2015 at 07:30:12PM +0200, wm4 wrote:
> On Wed, 8 Apr 2015 19:27:55 +0200
> Gilles Chanteperdrix wrote:
>
> > On Wed, Apr 08, 2015 at 07:24:27PM +0200, wm4 wrote:
> > > On Wed, 8 Apr 2015 19:16:38 +0200
> > > Gilles Chanteperdrix wrote:
> > >
> > > > Signed-off-by: Gilles Chante
On Wed, Apr 8, 2015 at 7:27 PM, Gilles Chanteperdrix
wrote:
>
>> Nice security hole.
>
> how is that ? I do not see any buffer overflow possible.
>
Executing a command with system() is very unsafe.
- Hendrik
___
ffmpeg-devel mailing list
ffmpeg-devel@f
On Wed, 8 Apr 2015 19:27:55 +0200
Gilles Chanteperdrix wrote:
> On Wed, Apr 08, 2015 at 07:24:27PM +0200, wm4 wrote:
> > On Wed, 8 Apr 2015 19:16:38 +0200
> > Gilles Chanteperdrix wrote:
> >
> > > Signed-off-by: Gilles Chanteperdrix
> > > ---
> > > libavformat/Makefile | 1 +
> > > lib
On Wed, Apr 08, 2015 at 07:24:27PM +0200, wm4 wrote:
> On Wed, 8 Apr 2015 19:16:38 +0200
> Gilles Chanteperdrix wrote:
>
> > Signed-off-by: Gilles Chanteperdrix
> > ---
> > libavformat/Makefile | 1 +
> > libavformat/allformats.c | 1 +
> > libavformat/youtubedl.c | 221
> > +
On Wed, Apr 08, 2015 at 07:15:51PM +0200, Gilles Chanteperdrix wrote:
> Enough talking, here are some patches, and I will let the
> maintainers decide.
>
> On the libquvi side, the first patch cleans up the error handling in
> the libquvi_read_header function to avoid calling libquvi cleanup
> fu
On Wed, 8 Apr 2015 19:16:38 +0200
Gilles Chanteperdrix wrote:
> Signed-off-by: Gilles Chanteperdrix
> ---
> libavformat/Makefile | 1 +
> libavformat/allformats.c | 1 +
> libavformat/youtubedl.c | 221
> +++
> 3 files changed, 223 insertio
On Wed, Apr 08, 2015 at 10:33:56PM +0530, AB wrote:
>
>
> On Monday 06 April 2015 09:13 AM, Michael Niedermayer wrote:
> > Hi all
> >
> > There are various areas in the project that are not maintained as well as
> > they
> > should be, heres a certainly not comlpete list, dont hesitate to reply
Signed-off-by: Gilles Chanteperdrix
---
libavformat/Makefile | 1 +
libavformat/allformats.c | 1 +
libavformat/youtubedl.c | 221 +++
3 files changed, 223 insertions(+)
create mode 100644 libavformat/youtubedl.c
diff --git a/libavformat/Make
avoid calling cleanup functions on uninitialized variables
Signed-off-by: Gilles Chanteperdrix
---
libavformat/libquvi.c | 41 +
1 file changed, 25 insertions(+), 16 deletions(-)
diff --git a/libavformat/libquvi.c b/libavformat/libquvi.c
index 7c5f7a2..e8
Signed-off-by: Gilles Chanteperdrix
---
libavformat/libquvi.c | 7 +++
1 file changed, 7 insertions(+)
diff --git a/libavformat/libquvi.c b/libavformat/libquvi.c
index e838b34..8673cb4 100644
--- a/libavformat/libquvi.c
+++ b/libavformat/libquvi.c
@@ -96,6 +96,10 @@ static int libquvi_read_h
Enough talking, here are some patches, and I will let the
maintainers decide.
On the libquvi side, the first patch cleans up the error handling in
the libquvi_read_header function to avoid calling libquvi cleanup
functions on uninitialized variables. The second patch adds a call
to avformat_find_
On Wed, Apr 8, 2015 at 10:04 AM AB wrote:
> > * fate clients
> > we lack a armcc test, a real android test
> > someone should take over haiku and sunos/solaris fate clients, my
> haiku VM just
> > keeps crashing
> >
>
> I have some spare capacity, I'll try setting up a Haiku VM this weekend
On Monday 06 April 2015 09:13 AM, Michael Niedermayer wrote:
> Hi all
>
> There are various areas in the project that are not maintained as well as they
> should be, heres a certainly not comlpete list, dont hesitate to reply and
> add to it.
> If someone wants to pick something up and contribu
On Tue, Apr 07, 2015 at 08:53:12PM +0200, wm4 wrote:
> MicroDVD has a "hack" for specifying the video framerate the subtitle
> was authored against. The demuxer reads this hint correctly, but didn't
> skip it correctly.
>
> This was not noticed, because the exported packet has its duration set
> t
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 example:
A "file open" dialog in a player. Without such API in a ffmpeg lib
pla
On 8 April 2015 at 18:07, Michael Niedermayer wrote:
> On Wed, Apr 08, 2015 at 06:02:16PM +0200, wm4 wrote:
> > On Wed, 8 Apr 2015 17:52:18 +0200
> > Michael Niedermayer wrote:
> >
> > > On Wed, Apr 08, 2015 at 05:40:17PM +0200, Gilles Chanteperdrix wrote:
> > > > On Wed, Apr 08, 2015 at 05:29:1
On Wed, Apr 08, 2015 at 06:02:16PM +0200, wm4 wrote:
> On Wed, 8 Apr 2015 17:52:18 +0200
> Michael Niedermayer wrote:
>
> > On Wed, Apr 08, 2015 at 05:40:17PM +0200, Gilles Chanteperdrix wrote:
> > > On Wed, Apr 08, 2015 at 05:29:13PM +0200, wm4 wrote:
> > > > On Wed, 8 Apr 2015 17:22:58 +0200
>
On Wed, 8 Apr 2015 17:52:18 +0200
Michael Niedermayer wrote:
> On Wed, Apr 08, 2015 at 05:40:17PM +0200, Gilles Chanteperdrix wrote:
> > On Wed, Apr 08, 2015 at 05:29:13PM +0200, wm4 wrote:
> > > On Wed, 8 Apr 2015 17:22:58 +0200
> > > Gilles Chanteperdrix wrote:
> > >
> > > > On Wed, Apr 08, 2
> On Mar 30, 2015, at 21:23, Rodger Combs wrote:
>
> This needs a fair bit of testing and review before merge.
> ---
> libavformat/segment.c | 259 ++
> 1 file changed, 198 insertions(+), 61 deletions(-)
>
> diff --git a/libavformat/segment.c b/lib
On Wed, Apr 08, 2015 at 05:29:40PM +0200, Gilles Chanteperdrix wrote:
> On Wed, Apr 08, 2015 at 04:26:20PM +0200, Michael Niedermayer wrote:
> > On Wed, Apr 08, 2015 at 04:01:38PM +0200, Gilles Chanteperdrix wrote:
> > > On Wed, Apr 08, 2015 at 03:51:36PM +0200, Lukasz Marek wrote:
> > > > On 8 Apr
On Wed, Apr 08, 2015 at 05:40:17PM +0200, Gilles Chanteperdrix wrote:
> On Wed, Apr 08, 2015 at 05:29:13PM +0200, wm4 wrote:
> > On Wed, 8 Apr 2015 17:22:58 +0200
> > Gilles Chanteperdrix wrote:
> >
> > > On Wed, Apr 08, 2015 at 04:13:58PM +0200, wm4 wrote:
> > > > On Wed, 8 Apr 2015 15:37:03 +02
> On Apr 4, 2015, at 05:31, Rodger Combs wrote:
>
> ---
> libavformat/assenc.c | 28 ++--
> 1 file changed, 26 insertions(+), 2 deletions(-)
>
> diff --git a/libavformat/assenc.c b/libavformat/assenc.c
> index 3fb9384..5222616 100644
> --- a/libavformat/assenc.c
> +++ b/l
On Wed, 8 Apr 2015 17:40:17 +0200
Gilles Chanteperdrix wrote:
> On Wed, Apr 08, 2015 at 05:29:13PM +0200, wm4 wrote:
> > On Wed, 8 Apr 2015 17:22:58 +0200
> > Gilles Chanteperdrix wrote:
> >
> > > On Wed, Apr 08, 2015 at 04:13:58PM +0200, wm4 wrote:
> > > > On Wed, 8 Apr 2015 15:37:03 +0200
> >
On Wed, Apr 08, 2015 at 05:29:13PM +0200, wm4 wrote:
> On Wed, 8 Apr 2015 17:22:58 +0200
> Gilles Chanteperdrix wrote:
>
> > On Wed, Apr 08, 2015 at 04:13:58PM +0200, wm4 wrote:
> > > On Wed, 8 Apr 2015 15:37:03 +0200
> > > Gilles Chanteperdrix wrote:
> > >
> > > > On Wed, Apr 08, 2015 at 02:40
On Wed, Apr 08, 2015 at 04:26:20PM +0200, Michael Niedermayer wrote:
> On Wed, Apr 08, 2015 at 04:01:38PM +0200, Gilles Chanteperdrix wrote:
> > On Wed, Apr 08, 2015 at 03:51:36PM +0200, Lukasz Marek wrote:
> > > On 8 April 2015 at 15:37, Gilles Chanteperdrix <
> > > gilles.chanteperd...@xenomai.or
On Wed, 8 Apr 2015 17:22:58 +0200
Gilles Chanteperdrix wrote:
> On Wed, Apr 08, 2015 at 04:13:58PM +0200, wm4 wrote:
> > On Wed, 8 Apr 2015 15:37:03 +0200
> > Gilles Chanteperdrix wrote:
> >
> > > On Wed, Apr 08, 2015 at 02:40:52PM +0200, Michael Niedermayer wrote:
> > > > On Wed, Apr 08, 2015
avio_feof() and avio_seek() could reset eof_reached to 0,
after some silent IO error in avio_r*(). And the reconnection
caused by seek makes demuxer to continue read at wrong position.
---
libavformat/flvdec.c | 66
1 file changed, 41 insertions
On Wed, Apr 08, 2015 at 04:13:58PM +0200, wm4 wrote:
> On Wed, 8 Apr 2015 15:37:03 +0200
> Gilles Chanteperdrix wrote:
>
> > On Wed, Apr 08, 2015 at 02:40:52PM +0200, Michael Niedermayer wrote:
> > > On Wed, Apr 08, 2015 at 10:55:45AM +0200, Gilles Chanteperdrix wrote:
> > > > Hi,
> > > >
> > >
On Wed, 8 Apr 2015 16:18:29 +0200
Michael Niedermayer wrote:
> On Wed, Apr 08, 2015 at 03:37:03PM +0200, Gilles Chanteperdrix wrote:
> > On Wed, Apr 08, 2015 at 02:40:52PM +0200, Michael Niedermayer wrote:
> > > On Wed, Apr 08, 2015 at 10:55:45AM +0200, Gilles Chanteperdrix wrote:
> > > > Hi,
>
On Wed, Apr 08, 2015 at 04:01:38PM +0200, Gilles Chanteperdrix wrote:
> On Wed, Apr 08, 2015 at 03:51:36PM +0200, Lukasz Marek wrote:
> > On 8 April 2015 at 15:37, Gilles Chanteperdrix <
> > gilles.chanteperd...@xenomai.org> wrote:
> >
> > > On Wed, Apr 08, 2015 at 02:40:52PM +0200, Michael Nieder
On Wed, Apr 08, 2015 at 03:37:03PM +0200, Gilles Chanteperdrix wrote:
> On Wed, Apr 08, 2015 at 02:40:52PM +0200, Michael Niedermayer wrote:
> > On Wed, Apr 08, 2015 at 10:55:45AM +0200, Gilles Chanteperdrix wrote:
> > > Hi,
> > >
> > > I just triend libquvi, and get a segmentation fault in the
>
On Wed, 8 Apr 2015 15:37:03 +0200
Gilles Chanteperdrix wrote:
> On Wed, Apr 08, 2015 at 02:40:52PM +0200, Michael Niedermayer wrote:
> > On Wed, Apr 08, 2015 at 10:55:45AM +0200, Gilles Chanteperdrix wrote:
> > > Hi,
> > >
> > > I just triend libquvi, and get a segmentation fault in the
> > > l
On Wed, Apr 08, 2015 at 03:51:36PM +0200, Lukasz Marek wrote:
> On 8 April 2015 at 15:37, Gilles Chanteperdrix <
> gilles.chanteperd...@xenomai.org> wrote:
>
> > On Wed, Apr 08, 2015 at 02:40:52PM +0200, Michael Niedermayer wrote:
> > > On Wed, Apr 08, 2015 at 10:55:45AM +0200, Gilles Chanteperdri
On Wed, Apr 08, 2015 at 01:06:19PM +, Paul B Mahol wrote:
> Signed-off-by: Paul B Mahol
> ---
> doc/filters.texi | 54 +++
> libavfilter/Makefile | 1 +
> libavfilter/af_chorus.c | 379
> +++
> libavfilter/allfilters.c | 1 +
>
On 8 April 2015 at 15:37, Gilles Chanteperdrix <
gilles.chanteperd...@xenomai.org> wrote:
> On Wed, Apr 08, 2015 at 02:40:52PM +0200, Michael Niedermayer wrote:
> > On Wed, Apr 08, 2015 at 10:55:45AM +0200, Gilles Chanteperdrix wrote:
> > > Hi,
> > >
> > > I just triend libquvi, and get a segmenta
On Wed, Apr 08, 2015 at 02:40:52PM +0200, Michael Niedermayer wrote:
> On Wed, Apr 08, 2015 at 10:55:45AM +0200, Gilles Chanteperdrix wrote:
> > Hi,
> >
> > I just triend libquvi, and get a segmentation fault in the
> > libquvi_read_header function, because ff_copy_whitelists is called
> > before
On Tue, Apr 07, 2015 at 09:08:10PM +0530, Mayank Agarwal wrote:
> Hi
>
> I am interested in contributing to any of the projects.Please enroll
> me and tell me the procedure how can
> i contribute to ffmpeg
You can work on anything you like to work on, anything thats fun to
you.
Add support for a
On Wed, Apr 08, 2015 at 09:26:05AM +0200, Ferdinand Oeinck wrote:
[...]
> -put_blocks(pic, 0, x, y, flag, ctx->block[0], ctx->block[2],
> hqx_quant_luma);
> -put_blocks(pic, 0, x + 8, y, flag, ctx->block[1], ctx->block[3],
> hqx_quant_luma);
> -put_blocks(pic, 2, x >> 1, y, fla
Signed-off-by: Paul B Mahol
---
doc/filters.texi | 54 +++
libavfilter/Makefile | 1 +
libavfilter/af_chorus.c | 379 +++
libavfilter/allfilters.c | 1 +
4 files changed, 435 insertions(+)
create mode 100644 libavfilter/af_chorus.
On Wed, Apr 08, 2015 at 10:55:45AM +0200, Gilles Chanteperdrix wrote:
> Hi,
>
> I just triend libquvi, and get a segmentation fault in the
> libquvi_read_header function, because ff_copy_whitelists is called
> before qc->fmtctx is allocated by avformat_open_input. I added a
> call to avformat_all
Hi!
Attached patch changes ffprobe-test.nut and the ffprobe test output.
It will allow to fix ticket #4455 easily by removing the avdevice
dependency from the call to ffmpeg.
I don't know how to add the avdevice dependency to tests/Makefile.
Please comment, Carl Eugen
diff --git a/tests/Makefi
On Wed, Apr 08, 2015 at 11:02:47AM +0200, wm4 wrote:
> On Wed, 8 Apr 2015 10:55:45 +0200
> Gilles Chanteperdrix wrote:
>
> > Hi,
> >
> > I just triend libquvi, and get a segmentation fault in the
> > libquvi_read_header function, because ff_copy_whitelists is called
> > before qc->fmtctx is all
On Wed, 8 Apr 2015 10:55:45 +0200
Gilles Chanteperdrix wrote:
> Hi,
>
> I just triend libquvi, and get a segmentation fault in the
> libquvi_read_header function, because ff_copy_whitelists is called
> before qc->fmtctx is allocated by avformat_open_input. I added a
> call to avformat_alloc_con
Hi,
I just triend libquvi, and get a segmentation fault in the
libquvi_read_header function, because ff_copy_whitelists is called
before qc->fmtctx is allocated by avformat_open_input. I added a
call to avformat_alloc_context() before ff_copy_whitelists and the
libquvi demuxer works.
However, I
On Wed, Apr 08, 2015 at 05:33:59AM +, Timothy Gu wrote:
> Hi,
>
> Please if possible backport the following commit to all release branches
> currently being tested:
locally done
thanks
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Avoid a single point of
hqx.1.patch
Description: Binary data
hqx.2.patch
Description: Binary data
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
87 matches
Mail list logo