On Tue, 24 Jan 2017 00:38:15 +0100
Michael Niedermayer wrote:
> This treats the case of no slices like no frames which it basically is.
>
> The field is added to the context as other nal related fields are also there
> and passing the has_slices field per *arguments is ugly and not consistent
>
2017-01-23 17:05 GMT+08:00 Steven Liu :
> refine the flvenc shift_data move data option
>
> Signed-off-by: Steven Liu
> ---
> libavformat/flvenc.c | 12 +++-
> 1 file changed, 7 insertions(+), 5 deletions(-)
>
> diff --git a/libavformat/flvenc.c b/libavformat/flvenc.c
> index 5714321..d7
2017-01-23 23:18 GMT+08:00 wm4 :
> On Mon, 23 Jan 2017 19:01:14 +0800
> Steven Liu wrote:
>
> > Reviewed-by: Bodecs Bela
> > Signed-off-by: Steven Liu
> > ---
> > libavformat/hlsenc.c | 3 ++-
> > 1 file changed, 2 insertions(+), 1 deletion(-)
> >
> > diff --git a/libavformat/hlsenc.c b/libavf
Thanks. I have sent a patch introducing -vstats_version option. PTAL.
On Sat, Jan 21, 2017 at 3:52 AM, Michael Niedermayer
wrote:
> On Fri, Jan 20, 2017 at 07:31:09PM -0800, Sasi Inguva wrote:
> > Couldn't find any version that relates to vstats. There is nothing that
> > says format may change
Signed-off-by: Sasi Inguva
---
doc/ffmpeg.texi | 4
ffmpeg.c| 1 +
ffmpeg.h| 1 +
ffmpeg_opt.c| 3 +++
4 files changed, 9 insertions(+)
diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi
index b56bdbe261..cdea1a271f 100644
--- a/doc/ffmpeg.texi
+++ b/doc/ffmpeg.texi
@@ -636,
On Mon, Jan 23, 2017 at 02:55:31PM -0300, Felipe Astroza Araya wrote:
> From: Felipe Astroza
>
> If fifo is enabled on tee muxer, ffmpeg exits because of an unknown option
> passed to fifo muxer.
> Option name "format_options" was replaced by "format_opts" on tee muxer.
>
> Signed-off-by: Felip
On Mon, Jan 23, 2017 at 07:07:55AM +0100, Reto Kromer wrote:
> Michael Niedermayer wrote:
>
> >Its a while since the last relase so ill make 3.3 within
> >the next week(s)
>
> Thank you, Michael!
>
> >I also intend to make some new point releases from the
> >currently maintained branches if som
This treats the case of no slices like no frames which it basically is.
The field is added to the context as other nal related fields are also there
and passing the has_slices field per *arguments is ugly and not consistent
Found-by: ubitux
Signed-off-by: Michael Niedermayer
---
libavcodec/h264
On Mon, 23 Jan 2017, Paul B Mahol wrote:
On 1/17/17, Paul B Mahol wrote:
Signed-off-by: Dave Rice
Signed-off-by: Paul B Mahol
---
doc/filters.texi| 70
libavfilter/Makefile| 1 +
libavfilter/allfilters.c| 1 +
libavfilter/vf_readeia608.c | 268
Found-by: ubitux
Signed-off-by: Michael Niedermayer
---
libavcodec/h264_picture.c | 2 +-
libavcodec/h264dec.c | 4 +++-
libavcodec/h264dec.h | 2 ++
3 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/libavcodec/h264_picture.c b/libavcodec/h264_picture.c
index f634d2a1a7..23
On Mon, 23 Jan 2017 15:39:09 +0100, Michael Niedermayer wrote:
> IIRC google suggests that ideas pages are writen and maintained
> year round.
I made a "master list" on the wiki several years ago. The intent was to
have a single, maintained repository for ideas that we could pick and
choose from
From: Felipe Astroza
If fifo is enabled on tee muxer, ffmpeg exits because of an unknown option
passed to fifo muxer.
Option name "format_options" was replaced by "format_opts" on tee muxer.
Signed-off-by: Felipe Astroza
---
libavformat/tee.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion
applied
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
On Mon, 16 Jan 2017 10:01:41 -0800
Philip Langdale wrote:
> On Mon, 16 Jan 2017 18:56:09 +0100
> wm4 wrote:
>
> > On Mon, 16 Jan 2017 09:31:42 -0800
> > Philip Langdale wrote:
> >
> > > On Mon, 16 Jan 2017 16:44:16 +0100
> > > wm4 wrote:
> > >
> > > > Copied and modified from hwcontex
On Mon, 23 Jan 2017 19:01:14 +0800
Steven Liu wrote:
> Reviewed-by: Bodecs Bela
> Signed-off-by: Steven Liu
> ---
> libavformat/hlsenc.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c
> index 85d3955..0170b34 100644
> ---
On 1/17/17, Paul B Mahol wrote:
> Signed-off-by: Dave Rice
> Signed-off-by: Paul B Mahol
> ---
> doc/filters.texi| 70
> libavfilter/Makefile| 1 +
> libavfilter/allfilters.c| 1 +
> libavfilter/vf_readeia608.c | 268
> ++
On Mon, 23 Jan 2017 14:43:36 +0100
Carl Eugen Hoyos wrote:
> 2017-01-22 20:31 GMT+01:00 Jordi Cenzano :
>
> > It woud be great some guidance on that.
>
> Please split the libavutil change from the h264 change and remove
> unrelated changes like additional empty lines.
> I suspect you cannot i
2017.01.23. 15:55 keltezéssel, James Almer írta:
On 1/23/2017 11:25 AM, Steven Liu wrote:
2017-01-23 22:14 GMT+08:00 James Almer :
On 1/23/2017 8:01 AM, Steven Liu wrote:
Reviewed-by: Bodecs Bela
Signed-off-by: Steven Liu
---
libavformat/hlsenc.c | 3 ++-
1 file changed, 2 insertions(+
Hi,
On Mon, Jan 23, 2017 at 9:39 AM, Michael Niedermayer
wrote:
> IIRC google suggests that ideas pages are writen and maintained
> year round. Now we have a list but some develoeprs seem to oppose some
> of these old ideas, I would expect that for each objection against an
> old idea a new has
On 1/23/2017 11:25 AM, Steven Liu wrote:
> 2017-01-23 22:14 GMT+08:00 James Almer :
>
>> On 1/23/2017 8:01 AM, Steven Liu wrote:
>>> Reviewed-by: Bodecs Bela
>>> Signed-off-by: Steven Liu
>>> ---
>>> libavformat/hlsenc.c | 3 ++-
>>> 1 file changed, 2 insertions(+), 1 deletion(-)
>>>
>>> diff -
Hi all
GSoC 2017 mentor org registration has opened a few days ago
Our current ideas page lists just a single mentor and single sugestion
http://trac.ffmpeg.org/wiki/SponsoringPrograms/GSoC/2017
About the Suggested project
It is a hard design task which few students would be
capable to do. I don
2017-01-23 22:14 GMT+08:00 James Almer :
> On 1/23/2017 8:01 AM, Steven Liu wrote:
> > Reviewed-by: Bodecs Bela
> > Signed-off-by: Steven Liu
> > ---
> > libavformat/hlsenc.c | 3 ++-
> > 1 file changed, 2 insertions(+), 1 deletion(-)
> >
> > diff --git a/libavformat/hlsenc.c b/libavformat/hlse
On 1/23/2017 8:01 AM, Steven Liu wrote:
> Reviewed-by: Bodecs Bela
> Signed-off-by: Steven Liu
> ---
> libavformat/hlsenc.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c
> index 85d3955..0170b34 100644
> --- a/libavformat/
2017.01.23. 12:01 keltezéssel, Steven Liu írta:
Reviewed-by: Bodecs Bela
Signed-off-by: Steven Liu
---
libavformat/hlsenc.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c
index 85d3955..0170b34 100644
--- a/libavformat/hlse
2017-01-20 8:45 GMT+01:00 Mayank Agarwal :
> I want to contribute to ffmpeg.How can i start.
Apart from reading the documentation, you may start with fixing a
random bug, maybe something simple like a documentation issue.
Carl Eugen
___
ffmpeg-devel ma
2017-01-22 20:31 GMT+01:00 Jordi Cenzano :
> It woud be great some guidance on that.
Please split the libavutil change from the h264 change and remove
unrelated changes like additional empty lines.
I suspect you cannot insert something in the middle of AVFrame,
move it to the end.
Developers may
Hi!
Attached patch responds to ticket #6094, pure guessing.
Please comment, Carl Eugen
From 4d9ca2ef2c455381509a1538676f9aea91de95a2 Mon Sep 17 00:00:00 2001
From: Carl Eugen Hoyos
Date: Mon, 23 Jan 2017 13:39:56 +0100
Subject: [PATCH] lavc/svq3: Fail for media key encryption.
Fixes a part of t
Thanks!
Will do
Jordi
On Mon, Jan 23, 2017 at 10:36 AM, wm4 wrote:
> On Sun, 22 Jan 2017 20:31:36 +0100
> Jordi Cenzano wrote:
>
> > Hi, I'm and old user of ffmpeg but I'm new in this community. So first of
> > all let me congrat you for your work, ffmpeg has been always a great tool
> > for m
Reviewed-by: Bodecs Bela
Signed-off-by: Steven Liu
---
libavformat/hlsenc.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c
index 85d3955..0170b34 100644
--- a/libavformat/hlsenc.c
+++ b/libavformat/hlsenc.c
@@ -47,6 +47,7 @@ type
Reviewed-by: Bodecs Bela
Signed-off-by: Steven Liu
---
libavformat/hlsenc.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c
index 85d3955..0170b34 100644
--- a/libavformat/hlsenc.c
+++ b/libavformat/hlsenc.c
@@ -47,6 +47,7 @@ type
2017-01-23 18:43 GMT+08:00 Bodecs Bela :
>
>
> 2017.01.23. 10:05 keltezéssel, Steven Liu írta:
>
>> the code use 100 * duration, use AV_TIME_BASE replace 100
>>
>> Signed-off-by: Steven Liu
>> ---
>> libavformat/hlsenc.c | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> di
2017.01.23. 10:05 keltezéssel, Steven Liu írta:
the code use 100 * duration, use AV_TIME_BASE replace 100
Signed-off-by: Steven Liu
---
libavformat/hlsenc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c
index 85d3955
On 20.01.2017 21:02, Michael Niedermayer wrote:
On Fri, Jan 20, 2017 at 05:06:59PM +0100, Tobias Rapp wrote:
On 20.01.2017 15:56, Tobias Rapp wrote:
On 19.01.2017 18:32, Michael Niedermayer wrote:
On Wed, Jan 18, 2017 at 10:27:02AM +0100, Tobias Rapp wrote:
Allows the user to reserve space fo
On Sun, 22 Jan 2017 20:31:36 +0100
Jordi Cenzano wrote:
> Hi, I'm and old user of ffmpeg but I'm new in this community. So first of
> all let me congrat you for your work, ffmpeg has been always a great tool
> for me.
>
> I added a new small functionality to ffprobe, now any user can have frame
Although ffmpeg use internel defined video and audio channel ids that are
than less than 64, I think it's better to patch ff_rtmp_packet_write write
chunk logic for more clearness?
Signed-off-by: Wentao
---
libavformat/rtmppkt.c | 31 +++
1 files changed, 19 inserti
Signed-off-by: Steven Liu
---
libavformat/hlsenc.c | 34 +++---
1 file changed, 15 insertions(+), 19 deletions(-)
diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c
index f070bc3..df482ac 100644
--- a/libavformat/hlsenc.c
+++ b/libavformat/hlsenc.c
@@ -659,6 +65
2017-01-23 17:04 GMT+08:00 Steven Liu :
> the code use 100 * duration, use AV_TIME_BASE replace 100
>
> Signed-off-by: Steven Liu
> ---
> libavformat/hlsenc.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c
> index 85d3
refine the flvenc shift_data move data option
Signed-off-by: Steven Liu
---
libavformat/flvenc.c | 12 +++-
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/libavformat/flvenc.c b/libavformat/flvenc.c
index 5714321..d7506c5 100644
--- a/libavformat/flvenc.c
+++ b/libavformat
the code use 100 * duration, use AV_TIME_BASE replace 100
Signed-off-by: Steven Liu
---
libavformat/hlsenc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c
index 85d3955..f070bc3 100644
--- a/libavformat/hlsenc.c
+++ b/liba
the code use 100 * duration, use AV_TIME_BASE replace 100
Signed-off-by: Steven Liu
---
libavformat/hlsenc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c
index 85d3955..f070bc3 100644
--- a/libavformat/hlsenc.c
+++ b/liba
40 matches
Mail list logo