Le septidi 7 germinal, an CCXXIII, Michael Niedermayer a écrit :
> +if (!(oc->oformat->flags & AVFMT_NOSTREAMS) &&
> !input_stream_potentially_available) {
> +av_log(NULL, AV_LOG_ERROR,
> + "No input streams but output needs an input stream\n");
> +exit_program(1)
Michael Niedermayer gmx.at> writes:
> On Fri, Mar 27, 2015 at 12:21:00AM +, Carl Eugen Hoyos wrote:
> > Michael Niedermayer gmx.at> writes:
> >
> > > iam not sure the default of 6 seconds is safe
> >
> > What would be a sensible default max_delay?
>
> for this file simply considering 0xFF
Hi,
$subject
$attached says:
This API is available at head (MUX_ABI_VERSION >= 0x0104), is stable,
and will be made official in future release.
For compatibility, the previous code is left as fallback.
Dont' forget to use
On Fri, Mar 27, 2015 at 08:08:45AM +0100, Nicolas George wrote:
> Le septidi 7 germinal, an CCXXIII, Michael Niedermayer a écrit :
> > +if (!(oc->oformat->flags & AVFMT_NOSTREAMS) &&
> > !input_stream_potentially_available) {
> > +av_log(NULL, AV_LOG_ERROR,
> > + "No inpu
On Fri, Mar 27, 2015 at 11:07:18AM +0530, Himangi Saraogi wrote:
> ---
> Changelog | 1 +
> doc/filters.texi| 27
> libavfilter/Makefile| 1 +
> libavfilter/allfilters.c| 1 +
> libavfilter/vf_detelecine.c | 345
> +
---
this was created to test the idea proposed in
https://trac.ffmpeg.org/ticket/4374
as result, i think a zip:// protocol has some problems
- strict uri syntax can only open files in current directory
- user shouldn't have to specify the archive format. this should be
autodetected (zip, rar, ..
On Fri, Mar 27, 2015 at 11:02:09AM +0100, Pascal Massimino wrote:
> Hi,
>
> $subject
>
> $attached says:
>
> This API is available at head (MUX_ABI_VERSION >= 0x0104), is stable,
> and will be made official in future releas
On 27.03.2015 13:07, Peter Ross wrote:
---
this was created to test the idea proposed in
https://trac.ffmpeg.org/ticket/4374
as result, i think a zip:// protocol has some problems
- strict uri syntax can only open files in current directory
- user shouldn't have to specify the archive format. t
TODO: add doc, update doc/APIChanges, bump minor
---
configure| 4 ++
libavformat/Makefile | 2 +
libavformat/allformats.c | 1 +
libavformat/zip.c| 176 +++
4 files changed, 183 insertions(+)
create mode 100644 libavfo
On Fri, Mar 27, 2015 at 11:07:51PM +1100, Peter Ross wrote:
> ---
> this was created to test the idea proposed in
> https://trac.ffmpeg.org/ticket/4374
> as result, i think a zip:// protocol has some problems
>
> - strict uri syntax can only open files in current directory
> - user shouldn't have
On Fri, Mar 27, 2015 at 01:51:08PM +0100, Lukasz Marek wrote:
> On 27.03.2015 13:07, Peter Ross wrote:
> >---
> >this was created to test the idea proposed in
> >https://trac.ffmpeg.org/ticket/4374
> >as result, i think a zip:// protocol has some problems
> >
> >- strict uri syntax can only open f
On Sat, Mar 21, 2015 at 4:51 PM, Thilo Borgmann
wrote:
[...]
> +/*
> + * Configure the video device using a run-time approach to access
> properties
> + * since formats, activeFormat are available since iOS >= 7.0 or OSX >=
> 10.7
> + * and activeVideoMaxFrameDuration is available since i0S >= 7
On Sat, Mar 21, 2015 at 5:35 PM, Thilo Borgmann
wrote:
[...]
> I suggest to rename the option to "capture_cursor"... _screen_ in it seems
> to be
> redundant.
>
Updated in attached patch.
0002-libavdevice-avfoundation-add-capture_cursor-option.patch
Description: Binary data
___
On Sat, Mar 21, 2015 at 6:47 PM, Thilo Borgmann
wrote:
[...]
>
> Please rename to "capture_mouse_clicks".
>
Updated in attached patch.
0003-libavdevice-avfoundation-add-capture_mouse_clicks-op.patch
Description: Binary data
___
ffmpeg-devel mailing l
On Fri, Mar 27, 2015 at 08:07:23AM +, Carl Eugen Hoyos wrote:
> Michael Niedermayer gmx.at> writes:
>
> > On Fri, Mar 27, 2015 at 12:21:00AM +, Carl Eugen Hoyos wrote:
> > > Michael Niedermayer gmx.at> writes:
> > >
> > > > iam not sure the default of 6 seconds is safe
> > >
> > > What
On 27.03.2015 14:16, Michael Niedermayer wrote:
On Fri, Mar 27, 2015 at 01:51:08PM +0100, Lukasz Marek wrote:
On 27.03.2015 13:07, Peter Ross wrote:
---
this was created to test the idea proposed in
https://trac.ffmpeg.org/ticket/4374
as result, i think a zip:// protocol has some problems
- s
---
libavfilter/vf_telecine.c | 7 ---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/libavfilter/vf_telecine.c b/libavfilter/vf_telecine.c
index 73447df..93e5aa9 100644
--- a/libavfilter/vf_telecine.c
+++ b/libavfilter/vf_telecine.c
@@ -41,7 +41,7 @@ typedef struct {
int64
---
Changelog | 1 +
doc/filters.texi| 27
libavfilter/Makefile| 1 +
libavfilter/allfilters.c| 1 +
libavfilter/vf_detelecine.c | 346
5 files changed, 376 insertions(+)
create mode 100644 libavfil
Le septidi 7 germinal, an CCXXIII, Lukasz Marek a écrit :
> TODO: add doc, update doc/APIChanges, bump minor
This is interesting, but the use case must be considered very carefully,
there are tons of things that can be done with a zip file, even relevant to
FFmpeg:
- demux a bunch of images as a
On Wed, 2015-03-25 at 15:43 -0700, Mark Reid wrote:
> On Mar 24, 2015 7:05 AM, "Tomas Härdin" wrote:
> >
> > On Sat, 2015-03-21 at 16:45 -0700, Mark Reid wrote:
> > > ---
> > > libavformat/mxfenc.c | 100
> ++-
> > > 1 file changed, 83 insertions(+)
On Fri, Mar 27, 2015 at 07:35:12PM +0530, Himangi Saraogi wrote:
> ---
> libavfilter/vf_telecine.c | 7 ---
> 1 file changed, 4 insertions(+), 3 deletions(-)
applied
thanks
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Old school: Use the lowest level la
On 27.03.2015 15:49, Nicolas George wrote:
Le septidi 7 germinal, an CCXXIII, Lukasz Marek a écrit :
TODO: add doc, update doc/APIChanges, bump minor
This is interesting, but the use case must be considered very carefully,
there are tons of things that can be done with a zip file, even relevan
On 26.03.2015 01:25, Mariusz Szczepańczyk wrote:
---
libavformat/libsmbclient.c | 93 ++
1 file changed, 93 insertions(+)
[...]
+switch (dirent->smbc_type) {
+case SMBC_DIR:
+entry->type = AVIO_ENTRY_DIRECTORY;
+break;
+
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(+)
>>
>
> [...]
>
> +switch (dirent->smbc_type) {
>> +
Michael,
On Fri, Mar 27, 2015 at 1:37 PM, Michael Niedermayer
wrote:
> On Fri, Mar 27, 2015 at 11:02:09AM +0100, Pascal Massimino wrote:
> > Hi,
> >
> > $subject
> >
> > $attached says:
> >
> > This API is available at head
Dana 27. 3. 2015. 15:07 osoba "Himangi Saraogi"
napisala je:
>
> ---
> Changelog | 1 +
> doc/filters.texi| 27
> libavfilter/Makefile| 1 +
> libavfilter/allfilters.c| 1 +
> libavfilter/vf_detelecine.c | 346
+
On Fri, Mar 27, 2015 at 05:01:58PM +0100, Pascal Massimino wrote:
> Michael,
>
> On Fri, Mar 27, 2015 at 1:37 PM, Michael Niedermayer
> wrote:
>
> > On Fri, Mar 27, 2015 at 11:02:09AM +0100, Pascal Massimino wrote:
> > > Hi,
> > >
> > > $subject
> > >
> > > $attached says:
> > >
On 27/03/15 1:50 PM, Michael Niedermayer wrote:
> On Fri, Mar 27, 2015 at 05:01:58PM +0100, Pascal Massimino wrote:
>> Michael,
>>
>> On Fri, Mar 27, 2015 at 1:37 PM, Michael Niedermayer
>> wrote:
>>
>>> On Fri, Mar 27, 2015 at 11:02:09AM +0100, Pascal Massimino wrote:
Hi,
$subject
On Fri, Mar 27, 2015 at 01:54:31PM -0300, James Almer wrote:
> On 27/03/15 1:50 PM, Michael Niedermayer wrote:
> > On Fri, Mar 27, 2015 at 05:01:58PM +0100, Pascal Massimino wrote:
> >> Michael,
> >>
> >> On Fri, Mar 27, 2015 at 1:37 PM, Michael Niedermayer
> >> wrote:
> >>
> >>> On Fri, Mar 27, 2
On 3/24/15, Donny Yang wrote:
> On 24 March 2015 at 10:45, Michael Niedermayer wrote:
>
>> the code already buffers the first frame and writes it in the
>> trailer function so by the time the frame is actually written its
>> known if its a single frame or multi frame file and the single frame
>>
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 Szczepańczyk wrote:
> > > From: Lukasz Marek
> > >
> > > API allows protocol implementations to provide AP
On Thu, Mar 26, 2015 at 01:25:18AM +0100, Mariusz Szczepańczyk wrote:
> From: Lukasz Marek
>
> ---
> .gitignore | 1 +
> configure| 2 +
> doc/Makefile | 1 +
> doc/examples/Makefile| 3 +-
> doc/examples/avio_list_dir.c | 105
On 27 March 2015 at 22:00, Paul B Mahol wrote:
> Dana 27. 3. 2015. 15:07 osoba "Himangi Saraogi"
> napisala je:
> >
> > ---
> > Changelog | 1 +
> > doc/filters.texi| 27
> > libavfilter/Makefile| 1 +
> > libavfilter/allfilters.c| 1 +
> >
On Fri, Mar 27, 2015 at 07:36:05PM +0530, Himangi Saraogi wrote:
> ---
> Changelog | 1 +
> doc/filters.texi| 27
> libavfilter/Makefile| 1 +
> libavfilter/allfilters.c| 1 +
> libavfilter/vf_detelecine.c | 346
> +
From: Tucker DiNapoli
This series of patches makes some changes to libpostproc in preperation for
adding
sse2 and avx2 simd versions of some functions. None of the changes should effect
the library in any major way, but they are necessary for future changes.
I've tested all the patches on my mac
From: Tucker DiNapoli
There's still an if, as QP needs to be modified if isColor=0, but it
still removes a unecessary branch.
---
libpostproc/postprocess_template.c | 12
1 file changed, 4 insertions(+), 8 deletions(-)
diff --git a/libpostproc/postprocess_template.c
b/libpostproc/
---
libpostproc/postprocess_template.c | 189 +++--
1 file changed, 95 insertions(+), 94 deletions(-)
diff --git a/libpostproc/postprocess_template.c
b/libpostproc/postprocess_template.c
index 344152e..584cb4c 100644
--- a/libpostproc/postprocess_template.c
+++ b/
---
libpostproc/postprocess_template.c | 20 +---
1 file changed, 1 insertion(+), 19 deletions(-)
diff --git a/libpostproc/postprocess_template.c
b/libpostproc/postprocess_template.c
index 584cb4c..9096586 100644
--- a/libpostproc/postprocess_template.c
+++ b/libpostproc/postproc
From: Tucker DiNapoli
---
libpostproc/postprocess.c | 2 +-
libpostproc/postprocess_template.c | 41 --
2 files changed, 27 insertions(+), 16 deletions(-)
diff --git a/libpostproc/postprocess.c b/libpostproc/postprocess.c
index 9d89782..b8740db 1006
Now instead of 3 loops of 4 blocks there's only one.
Also removed some variables that became unused because of this
---
libpostproc/postprocess_template.c | 29 +
1 file changed, 9 insertions(+), 20 deletions(-)
diff --git a/libpostproc/postprocess_template.c
b/libpos
From: Tucker DiNapoli
Also pulled QP initialization out of inner loop.
Added some dummy fields to PPContext to allow current code to work while
changing QP stuff.
---
libpostproc/postprocess_internal.h | 6 ++
libpostproc/postprocess_template.c | 138 ++---
2 f
The corrected patch is attached.
PFA
Greeshma
From 9ab93eb32d4ee7a8cacc5ce98239dd12bc75bf42 Mon Sep 17 00:00:00 2001
From: greeshmab
Date: Tue, 24 Mar 2015 12:36:21 +0530
Subject: [PATCH] exr lossy compression B44(based on OpenEXR code)
Signed-off-by: Greeshma
---
libavcodec/exr.c | 121 +
On Thu, Mar 26, 2015 at 2:31 PM, Roger Pack wrote:
> If I install AviSynth 2.60 32-bit then use 32 bit ffmpeg.exe, I am
> able to consume a file like this:
>
> Version()
> So at least it's not totally broken for me here., I think.
> GL!
> -roger-
I tested yesterday afternoon with 64-bit AviSynth+
On Fri, Mar 27, 2015 at 04:51:42PM -0400, Tucker DiNapoli wrote:
> From: Tucker DiNapoli
>
> This series of patches makes some changes to libpostproc in preperation for
> adding
> sse2 and avx2 simd versions of some functions. None of the changes should
> effect
> the library in any major way,
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 +
> > doc/Makefile | 1 +
> >
On Fri, Mar 27, 2015 at 02:55:37PM +0100, Lukasz Marek wrote:
> On 27.03.2015 14:16, Michael Niedermayer wrote:
> >On Fri, Mar 27, 2015 at 01:51:08PM +0100, Lukasz Marek wrote:
> >>On 27.03.2015 13:07, Peter Ross wrote:
> >>>---
> >>>this was created to test the idea proposed in
> >>>https://trac.
Fixes segfaults with the following command:
ffmpeg -f lavfi -i aevalsrc=0:c=stereo:n=1920 -af 'channelmap=0' test.ac3
Signed-off-by: Marton Balint
---
libavfilter/af_channelmap.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavfilter/af_channelmap.c b/libavfilter/af_channelmap.c
index
For all patches in this series, please use the following format as commit
message:
postproc: blah
Remember, FFmpeg has a giant code base and it is often useful to see what
part is being modified in the patch in the first word of the title.
See https://www.ffmpeg.org/developer.html#Developmen
On Sat, Mar 28, 2015 at 12:24:29AM +, Timothy Gu wrote:
> For all patches in this series, please use the following format as commit
> message:
>
> postproc: blah
added the prefix and applied as its easier than repostng and
reviewing again if theres no other reason to redo things
for futu
On Fri, Mar 27, 2015 at 04:51:44PM -0400, Tucker DiNapoli wrote:
> From: Tucker DiNapoli
>
> Also pulled QP initialization out of inner loop.
>
> Added some dummy fields to PPContext to allow current code to work while
> changing QP stuff.
> ---
> libpostproc/postprocess_internal.h | 6 ++
>
On Fri, Mar 27, 2015 at 04:51:46PM -0400, Tucker DiNapoli wrote:
> ---
> libpostproc/postprocess_template.c | 20 +---
> 1 file changed, 1 insertion(+), 19 deletions(-)
iam not sure how you plan to optimize the code in SSE2/AVX2
if you merge the loops again into a long chain of op
--
Debargha Mukherjee, Ph.D.
Staff Software Engineer,
Google, Inc.
Email: debar...@google.com
Phone: 408-234-5956 (cell)
From ea4e6a0718563bc069d42e5604a9971ae71b3853 Mon Sep 17 00:00:00 2001
From: Deb Mukherjee
Date: Wed, 25 Mar 2015 17:10:16 -0700
Subject: [PATCH] Support for VP9 high-color/hig
On Fri, Mar 27, 2015 at 04:51:48PM -0400, Tucker DiNapoli wrote:
> From: Tucker DiNapoli
>
> ---
> libpostproc/postprocess.c | 2 +-
> libpostproc/postprocess_template.c | 41
> --
> 2 files changed, 27 insertions(+), 16 deletions(-)
that inline as
Hi all,
hi Michael!
I have attached the solution I worked on. It is
probably inferior to yours. I honestly don't know
and didn't think to hard about it. It passes my
basic tests and fate at least.
Just posting for completeness and maybe I will
learn something new.
Thank you,
Alexander
On
On Sat, Mar 28, 2015 at 12:03:15AM +0100, Mariusz Szczepańczyk wrote:
> 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 +
>
On Sat, Mar 28, 2015 at 03:21:17AM +0100, Alexander Strasser wrote:
> Hi all,
> hi Michael!
>
> I have attached the solution I worked on. It is
> probably inferior to yours. I honestly don't know
> and didn't think to hard about it. It passes my
> basic tests and fate at least.
>
> Just posti
On Sat, Mar 28, 2015 at 01:23:40AM +0100, Marton Balint wrote:
> Fixes segfaults with the following command:
>
> ffmpeg -f lavfi -i aevalsrc=0:c=stereo:n=1920 -af 'channelmap=0' test.ac3
>
> Signed-off-by: Marton Balint
> ---
> libavfilter/af_channelmap.c | 1 +
> 1 file changed, 1 insertion(+)
On Fri, Mar 27, 2015 at 6:58 PM, Debargha Mukherjee wrote:
> [...]
> +#if CONFIG_LIBVPX_VP9_ENCODER && defined(VPX_IMG_FMT_HIGHBITDEPTH)
> +static int set_pix_fmt(AVCodecContext *avctx, struct vpx_codec_enc_cfg
> *enccfg,
> + vpx_codec_flags_t *flags, vpx_img_fmt_t *img_fmt
On Sat, Mar 28, 2015 at 02:33:44AM +0530, greeshma wrote:
> The corrected patch is attached.
> PFA
>
> Greeshma
> exr.c | 117
> ++
> 1 file changed, 117 insertions(+)
> d4e16ed891ed0035e8dc552efbd37f5bdcd5bf78
> 0001-exr-lossy-
On 27/03/15 7:02 AM, Pascal Massimino wrote:
> diff --git a/libavformat/webpenc.c b/libavformat/webpenc.c
> index ee110de..d4411a9 100644
> --- a/libavformat/webpenc.c
> +++ b/libavformat/webpenc.c
> @@ -24,10 +24,20 @@
> #include "avformat.h"
> #include "internal.h"
>
> +#include
> +#if (WEBP
Hi,
Backport code to store cookies stored by HLS key.
--
"The mark of an immature man is that he wants to die nobly for a
cause, while the mark of the mature man is that he wants to live
humbly for one." --W. Stekel
From faf8f1c6c1efb87caf50fd054809769b1c5040f2 Mon Sep 17 00:00:00 2001
From: M
Hi,
Backport code to refactor HLS option updates.
TIA
--
"The mark of an immature man is that he wants to die nobly for a
cause, while the mark of the mature man is that he wants to live
humbly for one." --W. Stekel
From cd2beeadf124c495497e665e6b95265ca9fcb3a8 Mon Sep 17 00:00:00 2001
From: M
Hi,
One more -- backport code to replace cookie values instead appending
to the header forever.
--
"The mark of an immature man is that he wants to die nobly for a
cause, while the mark of the mature man is that he wants to live
humbly for one." --W. Stekel
From 629e9028f40cbf6f54c4b481a274aea
63 matches
Mail list logo