> 2020年11月6日 上午2:29,Bohan Li 写道:
>
> Another ping :)
I think maybe you should fix JEEB’s review comment, then will get responses
comments.
Not only apply a middle version.
>
> Bohan
>
> On Fri, Oct 30, 2020 at 2:43 PM Bohan Li wrote:
>
>> Gentle ping :)
>>
>> Bohan
>>
>> On Tue, Oct 27,
On 5/11/20 11:48 pm, Zane van Iperen wrote:
Adds support for encoding to adpcm_ima_amv and muxing to AMV.
Things to note:
- AMV is a hard-coded (and broken) subset of AVI. It's not worth sullying the
existing AVI muxer with its filth.
- The muxer is extremely pedantic about its streams, this
On 6/11/20 9:11 am, Michael Niedermayer wrote:
The reverted code split at block_align boundaries, but there was already code
which splits at a hardcoded 4096 sample boundary.
reverting this seemed like the easiest fix but this is a RFC in case another
solution
is preferred
This breaks play
On 05/11/2020 15:53, Hendrik Leppkes wrote:
---
Changelog | 1 +
configure | 7 +
libavcodec/Makefile| 2 +
libavcodec/av1dec.c| 25 +-
libavcodec/dxva2.c | 10 +-
libavcodec/dxva2_av1.c | 504 +
libavco
On 03/11/2020 23:17, Bas Nieuwenhuizen wrote:
This way we can pass explicit modifiers in. Sometimes the
modifier matters for the number of memory planes that
libva accepts, in particular when dealing with
driver-compressed textures. Furthermore the driver might
not actually be able to determine t
On 04/11/2020 00:26, Bas Nieuwenhuizen wrote:
On Wed, Nov 4, 2020 at 1:09 AM Mark Thompson wrote:
On 03/11/2020 23:17, Bas Nieuwenhuizen wrote:
As we get a new set of objects each frame anyway, we
do not gain anything by keeping the modifier constant.
This helps with capturing when switching
Michael Niedermayer:
> Fixes: memleak
> Fixes:
> 26841/clusterfuzz-testcase-minimized-ffmpeg_dem_AU_fuzzer-5174166309044224
>
> Found-by: continuous fuzzing process
> https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
> Signed-off-by: Michael Niedermayer
> ---
> libavformat/au.c |
Fixes: signed integer overflow: 175 + 2147483571 cannot be represented in type
'int'
Fixes:
26833/clusterfuzz-testcase-minimized-ffmpeg_dem_IMAGE2_fuzzer-5969501214212096
Found-by: continuous fuzzing process
https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael N
The reverted code split at block_align boundaries, but there was already code
which splits at a hardcoded 4096 sample boundary.
reverting this seemed like the easiest fix but this is a RFC in case another
solution
is preferred
Fixes: out of array write
Fixes:
26821/clusterfuzz-testcase-minimize
Fixes: signed integer overflow: -2105540608 - 2105540608 cannot be represented
in type 'int'
Fixes:
26870/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_H264_fuzzer-5656647567147008
Found-by: continuous fuzzing process
https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off
strips + tiles is not allowed in TIFF
DNG uses a separate codepath
Regression since da5b3d002862d1e105002a6dc1567e6551860896.
Fixes: NULL pointer dereference
Fixes: poc1
Found-by: 1vanChen of NSFOCUS Security Team
Signed-off-by: Michael Niedermayer
---
libavcodec/tiff.c | 7 +--
1 file cha
Fixes: infinite loop
Fixes:
26865/clusterfuzz-testcase-minimized-ffmpeg_dem_DSF_fuzzer-5649473830912000
Found-by: continuous fuzzing process
https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer
---
libavformat/dsfdec.c | 4 ++--
1 file changed, 2 in
Fixes: memleak
Fixes:
26841/clusterfuzz-testcase-minimized-ffmpeg_dem_AU_fuzzer-5174166309044224
Found-by: continuous fuzzing process
https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer
---
libavformat/au.c | 5 -
1 file changed, 4 insertions(+
Fixes: signed integer overflow: 46671062 * 100 cannot be represented in type
'int'
Fixes:
26826/clusterfuzz-testcase-minimized-ffmpeg_dem_REALTEXT_fuzzer-5644062910316544
Found-by: continuous fuzzing process
https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael N
The previous threshold, 4 KB, maybe was reasonable when it was set
(in 2010), but in today's settings and with typical network speeds
and data sizes, it's pretty small. 32 KB probably is a more reasonable
default now, regardless of input.
This changes the test references for two seek tests.
When
Am 04.11.2020 um 19:24 schrieb Michael Niedermayer :
>
> Is this FFmpeg specific or why is the X- prefix preferred over adding
> this to nut.txt ?
>
> thx
No, side data such as the display matrix is commonly used in other formats and
outside of FFmpeg. Having it in the NUT spec is probably bette
On Thu, Nov 5, 2020 at 7:12 PM James Almer wrote:
> >
> > That depends on the behavior of av1dec. Are all tile groups guaranteed
> > to be available at the same time, so that I can simply save pointers
> > to them, and copy them into the final buffer later?
>
> Not currently, in theory, but can be
Another ping :)
Bohan
On Fri, Oct 30, 2020 at 2:43 PM Bohan Li wrote:
> Gentle ping :)
>
> Bohan
>
> On Tue, Oct 27, 2020 at 4:13 PM Bohan Li wrote:
>
>> Hi Jan,
>>
>> Thanks for the suggestion! I believe that is a good idea. I am not super
>> familiar with this part, though, so will probably
On 11/5/2020 1:55 PM, Hendrik Leppkes wrote:
On Thu, Nov 5, 2020 at 5:45 PM James Almer wrote:
+pp->coding.reference_frame_update = !(frame_header->show_existing_frame == 1
&& frame_header->frame_type == AV1_FRAME_KEY);
hwaccel->start_frame() is not called for
frame_header->show_ex
On Thu, Nov 5, 2020 at 5:45 PM James Almer wrote:
> > +pp->coding.reference_frame_update =
> > !(frame_header->show_existing_frame == 1 && frame_header->frame_type ==
> > AV1_FRAME_KEY);
>
> hwaccel->start_frame() is not called for
> frame_header->show_existing_frame == 1 frames (Those
On 11/5/2020 12:53 PM, Hendrik Leppkes wrote:
---
Changelog | 1 +
configure | 7 +
libavcodec/Makefile| 2 +
libavcodec/av1dec.c| 25 +-
libavcodec/dxva2.c | 10 +-
libavcodec/dxva2_av1.c | 504 +
libav
On Thu, Nov 5, 2020 at 4:54 PM Hendrik Leppkes wrote:
>
> ---
> Changelog | 1 +
> configure | 7 +
> libavcodec/Makefile| 2 +
> libavcodec/av1dec.c| 25 +-
> libavcodec/dxva2.c | 10 +-
> libavcodec/dxva2_av1.c | 504
---
Changelog | 1 +
configure | 7 +
libavcodec/Makefile| 2 +
libavcodec/av1dec.c| 25 +-
libavcodec/dxva2.c | 10 +-
libavcodec/dxva2_av1.c | 504 +
libavcodec/hwaccels.h | 3 +
libavcodec/version.h | 2
Next time apply without [PATCH v4] in main log
On Mon, Nov 2, 2020 at 3:19 PM Vesselin Bontchev <
vesselin.bontc...@yandex.com> wrote:
> The AAXC container format is the same as the (already supported) Audible
> AAX format but it uses a different encryption scheme.
>
> Note: audible_key and audib
AMV is a hard-coded (and broken) subset of AVI. It's not worth sullying
the existing AVI muxer with its filth.
Fixes ticket #747.
Signed-off-by: Zane van Iperen
---
MAINTAINERS | 1 +
libavformat/Makefile | 1 +
libavformat/allformats.c | 1 +
libavformat/amvenc.c | 4
Fixes ticket #747.
Signed-off-by: Zane van Iperen
---
doc/general_contents.texi | 2 +-
libavcodec/adpcmenc.c | 58 ++-
libavcodec/allcodecs.c| 1 +
libavcodec/utils.c| 1 +
4 files changed, 60 insertions(+), 2 deletions(-)
diff --git a/doc
Signed-off-by: Zane van Iperen
---
libavcodec/adpcm.c | 10 ++
1 file changed, 10 insertions(+)
diff --git a/libavcodec/adpcm.c b/libavcodec/adpcm.c
index 80ce5b8518..6001a2a4c8 100644
--- a/libavcodec/adpcm.c
+++ b/libavcodec/adpcm.c
@@ -1693,6 +1693,16 @@ static int adpcm_decode_frame(
Adds support for encoding to adpcm_ima_amv and muxing to AMV.
Things to note:
- AMV is a hard-coded (and broken) subset of AVI. It's not worth sullying the
existing AVI muxer with its filth.
- The muxer is extremely pedantic about its streams, this is to
not break certain software players.
- T
The format doesn't allow for anything else.
Signed-off-by: Zane van Iperen
---
libavcodec/adpcm.c | 5 -
libavcodec/utils.c | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/libavcodec/adpcm.c b/libavcodec/adpcm.c
index 701b125c47..d34fd6c6e1 100644
--- a/libavcodec/adpc
Signed-off-by: Zane van Iperen
---
libavcodec/adpcm.c | 19 ++-
tests/ref/fate/adpcm-ima-amv | 312 +--
2 files changed, 174 insertions(+), 157 deletions(-)
diff --git a/libavcodec/adpcm.c b/libavcodec/adpcm.c
index d34fd6c6e1..80ce5b8518 100644
--- a/l
Will apply with silly doc error fixed.
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".
Signed-off-by: Paul B Mahol
---
configure | 1 +
doc/filters.texi | 3 ++
libavfilter/af_asoftclip.c | 106 ++---
3 files changed, 103 insertions(+), 7 deletions(-)
diff --git a/configure b/configure
index 8a9e9b3cd7..2f02d7f5c8 1007
32 matches
Mail list logo