Le septidi 17 brumaire, an CCXXVI, Paul B Mahol a écrit :
> Signed-off-by: Paul B Mahol
> ---
> doc/filters.texi | 5 +
> libavfilter/vf_tile.c | 53
> ++-
> 2 files changed, 49 insertions(+), 9 deletions(-)
>
> diff --git a/doc/filters.
On 11/10/17, Nicolas George wrote:
> Le septidi 17 brumaire, an CCXXVI, Paul B Mahol a ecrit :
>> Signed-off-by: Paul B Mahol
>> ---
>> doc/filters.texi | 5 +
>> libavfilter/vf_tile.c | 53
>> ++-
>> 2 files changed, 49 insertions(+), 9
Le decadi 20 brumaire, an CCXXVI, Paul B Mahol a écrit :
> Yes.
Ok, I will look at the code with that in mind.
> What if user sets overlap to same or greater than nb_frames, just error out?
That seems reasonable. Clamping the value with a warning would be ok
too, I think. Both of these solutions
> Hi atomnuker,
>
> that's wonderful;
>
> there are two things also:
>
> 1) there are changes to make to the list of channel layouts not requiring
> PCE
>
> ==> AV_CH_LAYOUT_5POINT0 to AV_CH_LAYOUT_5POINT0_BACK since the previous
> is 5.0(side) while the latter is 5.0 which is what is in spec (tabl
Fixing very little bug for blu ray pcm in .mts files:
The nature of bug: duration of blu ray packets is little bit wrong.
How to reproduce:
./ffprobe -i bluray-pcm-file.mts -show_packets -select_streams a:0 | head -n 50
...
Stream #0:1[0x1100]: Audio: pcm_bluray (HDMV / 0x564D4448), 48000 Hz, ster
On 2017-11-09 20:35, Martin Vignali wrote:
> 2017-11-09 12:58 GMT+01:00 James Darnley :
>
>> From: James Darnley
>>
>> Also adjust alignment requirements where nessecary.
>> ---
>> Whether this patch is committed or not the change to 4xm.c should be
>> picked to
>> master because the alignment is
On 2017-11-09 20:43, Martin Vignali wrote:
> 2017-11-09 20:37 GMT+01:00 Martin Vignali :
>> lgtm
>>
>> Can you post your checkasm benchmark result for this ?
Yep
> $ ./tests/checkasm/checkasm --bench --test=llviddsp
> benchmarking with native FFmpeg timers
> nop: 26.0
> checkasm: using random see
On 2017-11-09 20:42, Martin Vignali wrote:
> I doesn't want to block this patch, but
> like you say (in your previous version), that this version is not faster,
> i'm not sure, it's interesting to apply it.
> You already made "real" avx512 version for other funcs, in order to check
> the rest of yo
On 2017-11-10 02:38, James Almer wrote:
> On 11/9/2017 8:58 AM, James Darnley wrote:
>> ---
>> configure | 2 ++
>> libavcodec/internal.h | 4 +++-
>> 2 files changed, 5 insertions(+), 1 deletion(-)
>>
>> diff --git a/configure b/configure
>> index 146a87324c..fce8030d91 100755
>> ---
On 11/10/2017 10:58 AM, James Darnley wrote:
> On 2017-11-10 02:38, James Almer wrote:
>> On 11/9/2017 8:58 AM, James Darnley wrote:
>>> ---
>>> configure | 2 ++
>>> libavcodec/internal.h | 4 +++-
>>> 2 files changed, 5 insertions(+), 1 deletion(-)
>>>
>>> diff --git a/configure b/co
On 11/10/2017 10:28 AM, James Darnley wrote:
> On 2017-11-09 20:35, Martin Vignali wrote:
>> 2017-11-09 12:58 GMT+01:00 James Darnley :
>>
>>> From: James Darnley
>>>
>>> Also adjust alignment requirements where nessecary.
>>> ---
>>> Whether this patch is committed or not the change to 4xm.c shou
From: Anton Khirnov
Use the AVFrame.private_ref field.
This new struct will be useful in the following commits.
Merges Libav commit 359a8a3e2d1194b52b6c386f94fd0929567dfb67.
---
libavcodec/decode.c | 51 ++--
libavcodec/decode.h | 11 ++
From: Anton Khirnov
This will be useful in the CUVID hwaccel. It should also eventually
replace current decoder-specific mechanisms used by various other
hwaccels.
Merges Libav commit 704311b2946d74a80f65906961cd9baaa18683a3.
---
libavcodec/decode.c | 3 +++
libavcodec/decode.h | 6 ++
2 fi
From: Michael Niedermayer
This gives FFmpeg libs a field that they can freely and safely use.
Avoiding the need of wrapping of a users opaque_ref field and its issues.
Signed-off-by: Michael Niedermayer
---
libavutil/frame.c | 8 +++-
libavutil/frame.h | 13 +
2 files changed,
From: Anton Khirnov
This will be useful in the CUVID hwaccel.
Merges Libav commit badf0951f54c1332e77455dc40398f3512540c1b.
---
libavcodec/decode.c | 15 +++
libavcodec/decode.h | 14 ++
2 files changed, 29 insertions(+)
diff --git a/libavcodec/decode.c b/libavcodec/dec
Le 10/11/2017 à 1:12 AM, Michael Niedermayer a écrit :
On Thu, Nov 09, 2017 at 09:37:33PM +0100, pkv.stream wrote:
Hi Michael,
ffmpeg_opt.c | 11 ++-
1 file changed, 10 insertions(+), 1 deletion(-)
2af07f4366efdfaf1018bb2ea29be672befe0823
0001-ffmpeg-fix-channel_layout-bug-on-no
Le 10/11/2017 à 1:12 AM, Michael Niedermayer a écrit :
On Thu, Nov 09, 2017 at 09:37:33PM +0100, pkv.stream wrote:
Hi Michael,
ffmpeg_opt.c | 11 ++-
1 file changed, 10 insertions(+), 1 deletion(-)
2af07f4366efdfaf1018bb2ea29be672befe0823
0001-ffmpeg-fix-channel_layout-bug-on-no
Dne 9.11.2017 v 21:38 Jaroslav Kysela napsal(a):
> The current code does not handle correctly the situation when
> sps->num_reoder_frames
> was set using the level. The incorrect has_b_frames results in the wrong DTS
> guess and
> malformed output (wrong 'Non-monotonous DTS' fixup).
>
> sps->num
Hello,
here is a new version of the patch with further fixes.
Greetings,
Felix
0001-avdevice-add-android_camera-indev.patch
Description: Binary data
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-dev
On Fri, Nov 10, 2017 at 12:25:12AM +, Rostislav Pehlivanov wrote:
> On 9 November 2017 at 22:48, Aurelien Jacobs wrote:
>
> > On Thu, Nov 09, 2017 at 02:32:44PM +, Rostislav Pehlivanov wrote:
> > > On 9 November 2017 at 13:37, Aurelien Jacobs wrote:
> > >
> > > > On Thu, Nov 09, 2017 at
The encoder was reverse engineered from binary library and from
EP0398973B1 patent (long expired).
The decoder was simply deduced from the encoder.
---
doc/general.texi| 2 +
libavcodec/Makefile | 2 +
libavcodec/allcodecs.c | 1 +
libavcodec/aptx.c | 860 +
---
doc/general.texi | 1 +
libavformat/Makefile | 2 ++
libavformat/allformats.c | 1 +
libavformat/aptxdec.c| 78
libavformat/rawenc.c | 13
libavformat/utils.c | 1 +
6 files changed, 96 insertions(+)
create
On 2017-11-10 14:32, James Darnley wrote:
> I mentioned previously that using ZMM registers will cause the CPU to
> reduce its frequency.
>
> Gramner said on IRC that a user should spend 20-30% of time in
> AVX-512/ZMM code for it to be a net gain in speed.
> From ffmpeg-devel IRC on 2017-10-26
>>
With there being two hwaccels that use the CUDA pix_fmt now, just
relying on the pix_fmt to identify the selected hwaccel is not enough
anymore.
So this checks if the user explicitly selected a hwaccel, and only
accepts that one.
---
fftools/ffmpeg.c | 7 ---
1 file changed, 4 insertions(+),
Le 10/11/2017 à 1:12 AM, Michael Niedermayer a écrit :
On Thu, Nov 09, 2017 at 09:37:33PM +0100, pkv.stream wrote:
Hi Michael,
ffmpeg_opt.c | 11 ++-
1 file changed, 10 insertions(+), 1 deletion(-)
2af07f4366efdfaf1018bb2ea29be672befe0823
0001-ffmpeg-fix-channel_layout-bug-on-no
On 10 November 2017 at 21:09, Aurelien Jacobs wrote:
> ---
> doc/general.texi | 1 +
> libavformat/Makefile | 2 ++
> libavformat/allformats.c | 1 +
> libavformat/aptxdec.c| 78 ++
> ++
> libavformat/rawenc.c | 13
> li
On 10 November 2017 at 21:09, Aurelien Jacobs wrote:
> The encoder was reverse engineered from binary library and from
> EP0398973B1 patent (long expired).
> The decoder was simply deduced from the encoder.
> ---
> doc/general.texi| 2 +
> libavcodec/Makefile | 2 +
> libavcodec/
From: Aman Gupta
Cosmetic change only.
---
libavcodec/videotoolbox.c | 14 +++---
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/libavcodec/videotoolbox.c b/libavcodec/videotoolbox.c
index ecb2502c1f..f5a282f72c 100644
--- a/libavcodec/videotoolbox.c
+++ b/libavcodec/video
From: Aman Gupta
The only reason videotoolbox wouldn't produce frames is if the data fed
to it was invalid, so returning AVERROR_INVALIDDATA makes sense here.
Further, it means AVERROR_EXTERNAL can be used in further commits to signal
fatal VideoToolbox errors, letting the user know that they ne
From: Aman Gupta
---
libavcodec/avcodec.h | 14 ++
1 file changed, 14 insertions(+)
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index c4134424f0..2bd46faa50 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -3459,6 +3459,20 @@ typedef struct AVHWAccel {
From: Aman Gupta
This allows decode_slice to be invoked multiple times before end_frame,
causing slices to accumulate before being fed into the VT decoder.
An upcoming commit will re-use decode_slice for SPS and PPS nalus, so
they can be propagated into the VT decoder session along with slide
da
From: Aman Gupta
---
libavcodec/videotoolbox.c | 20
1 file changed, 16 insertions(+), 4 deletions(-)
diff --git a/libavcodec/videotoolbox.c b/libavcodec/videotoolbox.c
index a4a282c33a..9db2e1116b 100644
--- a/libavcodec/videotoolbox.c
+++ b/libavcodec/videotoolbox.c
@@ -5
From: Aman Gupta
These helpers will be used in later commits to automatically restart
the decoder session when SPS changes are encountered.
---
libavcodec/videotoolbox.c | 22 +++---
1 file changed, 15 insertions(+), 7 deletions(-)
diff --git a/libavcodec/videotoolbox.c b/libavc
From: Aman Gupta
---
libavcodec/hevcdec.c | 32
1 file changed, 32 insertions(+)
diff --git a/libavcodec/hevcdec.c b/libavcodec/hevcdec.c
index 675025b211..501ee6a55e 100644
--- a/libavcodec/hevcdec.c
+++ b/libavcodec/hevcdec.c
@@ -2816,23 +2816,55 @@ static int
From: Aman Gupta
This includes the SEI_PREFIX/SEI_SUFFIX NALUs, which can contain
updates like HEVC_SEI_TYPE_ACTIVE_PARAMETER_SETS. Previously, hevc
samples with this SEI present would not playback correctly.
See for example https://github.com/lhc7/iina/issues/1123
---
libavcodec/videotoolb
From: Aman Gupta
This fixes decoding of H264 video samples with SPS and PPS changes.
See for example https://s3.amazonaws.com/tmm1/videotoolbox/spschange.ts,
which previously stalled the decoder and failed to produce any new frames
after the SPS change.
If the VideoToolbox session needs to be r
From: Aman Gupta
---
libavcodec/videotoolboxenc.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/libavcodec/videotoolboxenc.c b/libavcodec/videotoolboxenc.c
index eba6cc672f..a7bef72da8 100644
--- a/libavcodec/videotoolboxenc.c
+++ b/libavcodec/videotoolboxenc.c
@@ -1853,8 +1853,6 @@ stati
From: Aman Gupta
Removes the avctx->extradata_size requirement when creating avcC/hvcC, since
avctx->extradata is only used in the esds code path.
This fixes an issue where the VideoToolbox decoder would not work unless
avformat_find_stream_info() was called.
---
libavcodec/videotoolbox.c | 5 +
From: Aman Gupta
---
libavcodec/videotoolbox.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libavcodec/videotoolbox.c b/libavcodec/videotoolbox.c
index 9eb06e619f..04c558935d 100644
--- a/libavcodec/videotoolbox.c
+++ b/libavcodec/videotoolbox.c
@@ -88,7 +88,7 @@ int f
From: Aman Gupta
This callback will be used by the VideoToolbox H264 hwaccel so that it
can receive SPS and PPS NALUs. VideoToolbox requires PPS changes to be
fed into the decoder session, and for the session to be recreated when
the SPS changes.
---
libavcodec/h264dec.c | 16
1
From: Aman Gupta
Cosmetic change only.
---
libavcodec/videotoolbox.c | 68 +++
1 file changed, 33 insertions(+), 35 deletions(-)
diff --git a/libavcodec/videotoolbox.c b/libavcodec/videotoolbox.c
index ff8ba41821..fc33dce608 100644
--- a/libavcodec/vi
Patchset LGTM.
> On Nov 10, 2017, at 15:40, Aman Gupta wrote:
>
> From: Aman Gupta
>
> ---
> libavcodec/videotoolbox.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/libavcodec/videotoolbox.c b/libavcodec/videotoolbox.c
> index 9eb06e619f..04c558935d 100644
> ---
Hi all
Kieran asked me about h264 ER TODO
so here are some ideas
H264 features:
Redundant pictures. It would be possible to encode a low bitrate image
for each access unit and use it when the primary picture has lost
slices. This can be limited to slices which would be concealed poorly
---
libavformat/utils.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavformat/utils.c b/libavformat/utils.c
index 2b2411ffe7..93a5a00105 100644
--- a/libavformat/utils.c
+++ b/libavformat/utils.c
@@ -1457,6 +1457,7 @@ static int parse_packet(AVFormatContext *s, AVPacket
*pkt, int stream
On Fri, Nov 10, 2017 at 10:27:48PM +0100, pkv.stream wrote:
> Le 10/11/2017 à 1:12 AM, Michael Niedermayer a écrit :
> >On Thu, Nov 09, 2017 at 09:37:33PM +0100, pkv.stream wrote:
> >>Hi Michael,
> >>
> ffmpeg_opt.c | 11 ++-
> 1 file changed, 10 insertions(+), 1 deletion(-)
>
Le 11/11/2017 à 1:07 AM, Michael Niedermayer a écrit :
On Fri, Nov 10, 2017 at 10:27:48PM +0100, pkv.stream wrote:
Le 10/11/2017 à 1:12 AM, Michael Niedermayer a écrit :
On Thu, Nov 09, 2017 at 09:37:33PM +0100, pkv.stream wrote:
Hi Michael,
ffmpeg_opt.c | 11 ++-
1 file changed
On Fri, Nov 10, 2017 at 05:03:15PM +0100, Timo Rothenpieler wrote:
> From: Anton Khirnov
>
> Use the AVFrame.private_ref field.
>
> This new struct will be useful in the following commits.
>
> Merges Libav commit 359a8a3e2d1194b52b6c386f94fd0929567dfb67.
> ---
> libavcodec/decode.c |
On 11/10/2017 6:40 PM, Aman Gupta wrote:
> From: Aman Gupta
>
> ---
> libavcodec/avcodec.h | 14 ++
> 1 file changed, 14 insertions(+)
>
> diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
> index c4134424f0..2bd46faa50 100644
> --- a/libavcodec/avcodec.h
> +++ b/libavcodec/a
On Fri, Nov 10, 2017 at 5:45 PM, James Almer wrote:
> On 11/10/2017 6:40 PM, Aman Gupta wrote:
> > From: Aman Gupta
> >
> > ---
> > libavcodec/avcodec.h | 14 ++
> > 1 file changed, 14 insertions(+)
> >
> > diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
> > index c4134424f
From: Aman Gupta
---
configure| 2 +
libavcodec/allcodecs.c | 1 +
libavcodec/videotoolboxenc.c | 296 ++-
3 files changed, 214 insertions(+), 85 deletions(-)
diff --git a/configure b/configure
index 2cf18ecc12..39b9d4cb0c 10
---
libavcodec/h265_metadata_bsf.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/h265_metadata_bsf.c b/libavcodec/h265_metadata_bsf.c
index 9af5cc256f..67dbe288e3 100644
--- a/libavcodec/h265_metadata_bsf.c
+++ b/libavcodec/h265_metadata_bsf.c
@@ -440,7 +440,7 @@ s
---
libavcodec/mpeg2_metadata_bsf.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/mpeg2_metadata_bsf.c b/libavcodec/mpeg2_metadata_bsf.c
index f1f84e6cd9..b9a49ab943 100644
--- a/libavcodec/mpeg2_metadata_bsf.c
+++ b/libavcodec/mpeg2_metadata_bsf.c
@@ -294,7 +294,7
---
libavcodec/h264_metadata_bsf.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/h264_metadata_bsf.c b/libavcodec/h264_metadata_bsf.c
index 73e73e96e4..ada40a57c7 100644
--- a/libavcodec/h264_metadata_bsf.c
+++ b/libavcodec/h264_metadata_bsf.c
@@ -506,7 +506,7 @@ s
53 matches
Mail list logo