Signed-off-by: Jai Luthra
---
On Fri, Jan 24, 2020 at 02:25:20PM +0100, Paul B Mahol wrote:
> This is not cleanup, this adds new line of code without proper explanation.
My bad, I was testing something and forgot to remove that line. Fixed now.
libavcodec/mlpenc.c | 23 ++-
On Sat, Jan 25, 2020 at 01:24 AM Carl Eugen Hoyos wrote:
>> static const AVOption options[] = {
>> +{"palette", "set the global palette", OFFSET(palette_str),
>> AV_OPT_TYPE_STRING, { .str = NULL }, 0, 0, SE },
>
> What happens if invalid values are passed as palette?
The string is parsed un
Michael Kuron (12020-01-25):
> In fact, this entire patch is
> basically copy+paste from there.
Then please fix the patch so that the same code is used, not a copy of
it. Otherwise, enhancements or fixes would have to be duplicated too.
Regards,
--
Nic
Previously, the default palette would always be used.
Now, we can accept a custom palette, just like dvdsubdec does.
Signed-off-by: Michael Kuron
---
doc/decoders.texi | 2 +-
doc/encoders.texi | 8
libavcodec/Makefile| 1 +
libavcodec/dvdsub.c| 35 +
Michael Kuron (12020-01-25):
> Previously, the default palette would always be used.
> Now, we can accept a custom palette, just like dvdsubdec does.
>
> Signed-off-by: Michael Kuron
> ---
> doc/decoders.texi | 2 +-
> doc/encoders.texi | 8
> libavcodec/Makefile| 1 +
>
Previously, the default palette would always be used.
Now, we can accept a custom palette, just like dvdsubdec does.
Signed-off-by: Michael Kuron
---
doc/decoders.texi | 2 +-
doc/encoders.texi | 8
libavcodec/Makefile| 2 ++
libavcodec/dvdsub.c| 33
On 25-01-2020 11:04 am, Gyan wrote:
On 23-01-2020 05:56 pm, Gyan Doshi wrote:
As per the PIFF standard, the timescale of 1000
is recommended but not mandatory, so don't override
the user-set value.
A warning is shown for non-recommended values.
---
libavformat/movenc.c | 14 ++
On Wed, 22 Jan 2020, Marton Balint wrote:
Timeout error was assumed to be fatal which it is not.
Applied.
Regards,
Marton
Signed-off-by: Marton Balint
---
libavutil/thread.h | 24 +++-
1 file changed, 15 insertions(+), 9 deletions(-)
diff --git a/libavutil/thread.h b
On Thu, 16 Jan 2020, myp...@gmail.com wrote:
On Thu, Jan 16, 2020 at 8:20 AM Marton Balint wrote:
Signed-off-by: Marton Balint
---
libavformat/udp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/udp.c b/libavformat/udp.c
index f4ec148a2f..e42a069b24 10064
This also removes the comments as they are hard to maintain
together with sorted lists
Signed-off-by: Michael Niedermayer
---
tools/target_dec_fuzzer.c | 54 ++-
1 file changed, 25 insertions(+), 29 deletions(-)
diff --git a/tools/target_dec_fuzzer.c b/tools/
Fixes: Timeout (253sec -> 16sec)
Fixes:
18668/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_ALS_fuzzer-6227155369590784
Found-by: continuous fuzzing process
https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer
---
tools/target_dec_fuzzer.c | 1 +
Adds support for the ADPCM variant used by some Argonaut Games' games,
such as 'Croc! Legend of the Gobbos', and 'Croc 2'.
Signed-off-by: Zane van Iperen
---
Changelog | 1 +
doc/general.texi| 1 +
libavcodec/Makefile | 1 +
libavcodec/adpcm.c | 67 +
Adds support for the custom ASF container used by some Argonaut Games'
games, such as 'Croc! Legend of the Gobbos', and 'Croc 2'.
Can also handle the sample files in:
https://samples.ffmpeg.org/game-formats/brender/part2.zip
Signed-off-by: Zane van Iperen
---
Changelog| 1 +
l
Hi all,
This patchset adds support for the ASF container and ADPCM variant used by
some Argonaut Software games such as 'Croc! Legend of the Gobbos' and 'Croc 2'.
It has been tested against:
- ANISOUND/*.ASFfrom Croc 1
- music/*.asf from Croc 2
- FIGHT/SOUND/*.ASF from
https://sa
Don't read a 64bit number before having checked that the data is at
least 8 bytes long.
Signed-off-by: Andreas Rheinhardt
---
libavformat/matroskaenc.c | 10 +++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/libavformat/matroskaenc.c b/libavformat/matroskaenc.c
index 44403
8ffcc826 added support for muxing BlockAdditions with BlockAddID equal
to one. The restriction to BlockAddID == 1 probably resulted from a
limitation to what was needed; yet over time this led to three
occurences of "(side_data_size && additional_id == 1)". This commit
changes this by setting side_
The old write_trailer only freed memory, so it is better to make a
dedicated deinit function out of it. Given that this function will also
be called when writing the header fails, one can also remove code that
frees already allocated fifos when allocating another one fails.
Signed-off-by: Andreas
The muxing context has already been zeroed when it was allocated, hence
it is unnecessary to do it again.
Signed-off-by: Andreas Rheinhardt
---
libavformat/dvenc.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/libavformat/dvenc.c b/libavformat/dvenc.c
index b89ad4d1c8..c71e532771 100644
18 matches
Mail list logo