]> git.sesse.net Git - ffmpeg/log
ffmpeg
5 years agolavf/Makefile: Fix demuxer dependencies: dvbsub, dvbtxt
Carl Eugen Hoyos [Tue, 27 Nov 2018 17:48:29 +0000 (18:48 +0100)]
lavf/Makefile: Fix demuxer dependencies: dvbsub, dvbtxt

Allow standalone compilation of the dvbsub and the dvbtxt demuxer.

5 years agoffmpeg: Avoid duplicating Closed Captions when increasing frame rate.
Carl Eugen Hoyos [Fri, 23 Nov 2018 17:49:27 +0000 (18:49 +0100)]
ffmpeg: Avoid duplicating Closed Captions when increasing frame rate.

Fixes ticket #7506.

5 years agolavfi/fps: Avoid duplicating Closed Captions when increasing frame rate.
Carl Eugen Hoyos [Fri, 23 Nov 2018 17:48:50 +0000 (18:48 +0100)]
lavfi/fps: Avoid duplicating Closed Captions when increasing frame rate.

5 years agoavcodec/diracdec: Check component quant
Michael Niedermayer [Wed, 14 Nov 2018 08:42:44 +0000 (09:42 +0100)]
avcodec/diracdec: Check component quant

Fixes: Timeout
Fixes: 10708/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_DIRAC_fuzzer-5730140957442048
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
5 years agolavf/dashdec: Add webm to the list of allowed extensions.
Andrey Semashev [Sat, 17 Nov 2018 17:40:52 +0000 (20:40 +0300)]
lavf/dashdec: Add webm to the list of allowed extensions.

This is in coherence with dashenc, which can now generate segments with
webm file name extension by default. Dashdec should be able to handle
such streams by default as well.

5 years agofftools/ffmpeg: delete the unused code.
Jun Zhao [Sun, 18 Nov 2018 14:56:46 +0000 (22:56 +0800)]
fftools/ffmpeg: delete the unused code.

There are come from 2012 ago and have never been used from this
time.

Signed-off-by: Jun Zhao <mypopydev@gmail.com>
5 years agofftools/ffprobe: Indent the code.
Jun Zhao [Sun, 18 Nov 2018 12:55:40 +0000 (20:55 +0800)]
fftools/ffprobe: Indent the code.

commit 196765a7cc4 missed the reindet.

Signed-off-by: Jun Zhao <mypopydev@gmail.com>
5 years agolavfi/buffersrc: Indent the code.
Jun Zhao [Sun, 18 Nov 2018 09:09:29 +0000 (17:09 +0800)]
lavfi/buffersrc: Indent the code.

commit b0012de420f missed reindent.

Signed-off-by: Jun Zhao <mypopydev@gmail.com>
5 years agoavcodec/tiff: Fix integer overflows in left shift in init_image()
Michael Niedermayer [Mon, 26 Nov 2018 01:57:32 +0000 (02:57 +0100)]
avcodec/tiff: Fix integer overflows in left shift in init_image()

Fixes: left shift of 255 by 24 places cannot be represented in type 'int'
Fixes: 11377/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_TIFF_fuzzer-5694319101476864
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
5 years agolavc/jrevdct: Avoid an aliasing violation.
Carl Eugen Hoyos [Sun, 25 Nov 2018 23:43:46 +0000 (00:43 +0100)]
lavc/jrevdct: Avoid an aliasing violation.

Fixes fate on different PowerPC systems with some compilers.

Analyzed-by: Lauri Kasanen
5 years agolibavf/libvmaf: update docs
Kyle Swanson [Mon, 26 Nov 2018 23:03:38 +0000 (15:03 -0800)]
libavf/libvmaf: update docs

Signed-off-by: Kyle Swanson <kswanson@netflix.com>
5 years agoavutil/mem: Fix invalid use of av_alloc_size
Mark Harris [Sat, 24 Nov 2018 21:02:02 +0000 (13:02 -0800)]
avutil/mem: Fix invalid use of av_alloc_size

The alloc_size attribute is valid only on functions that return a
pointer.  GCC 9 (not yet released) warns about invalid usage:

./libavutil/mem.h:342:1: warning: 'alloc_size' attribute ignored on a function returning int' [-Wattributes]
  342 | av_alloc_size(2, 3) int av_reallocp_array(void *ptr, size_t nmemb, size_t size);
      | ^~~~~~~~~~~~~

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
5 years agoavfilter/vf_chromashift: Fix mixed declaration and code
Mark Harris [Sun, 25 Nov 2018 03:17:40 +0000 (19:17 -0800)]
avfilter/vf_chromashift: Fix mixed declaration and code

Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
5 years agoavformat/vivo: Don't log null value
Mark Harris [Sun, 25 Nov 2018 03:18:43 +0000 (19:18 -0800)]
avformat/vivo: Don't log null value

Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
5 years agoavcodec/libaomenc: increase the default bitrate
James Almer [Mon, 26 Nov 2018 22:05:50 +0000 (19:05 -0300)]
avcodec/libaomenc: increase the default bitrate

aom_codec_enc_config_default() sets it to 256kbps, so don't replace
it with 200kbps.

See https://bugs.chromium.org/p/aomedia/issues/detail?id=2219

Signed-off-by: James Almer <jamrial@gmail.com>
5 years agoavcodec/tiff: Limit filtering to decoded data
Michael Niedermayer [Fri, 23 Nov 2018 01:33:04 +0000 (02:33 +0100)]
avcodec/tiff: Limit filtering to decoded data

Fixes: Timeout
Fixes: 11068/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_TIFF_fuzzer-5698456681709568
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Reviewed-by: Tomas Härdin <tjoppen@acc.umu.se>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
5 years agoswscale/output: Altivec-optimize yuv2plane1_8
Lauri Kasanen [Sat, 17 Nov 2018 08:12:14 +0000 (10:12 +0200)]
swscale/output: Altivec-optimize yuv2plane1_8

./ffmpeg_g -f rawvideo -pix_fmt rgb24 -s hd1080 -i /dev/zero -pix_fmt yuv420p \
-f null -vframes 100 -v error -nostats -

1158 UNITS in planar1,   65528 runs,      8 skips

-cpuflags 0

19082 UNITS in planar1,   65533 runs,      3 skips

16.48 speedup ratio. On x86, SSE2 is ~7. Curiously, the Power C version
takes as many cycles as the x86 SSE2 version, yikes it's fast.

Note that this function uses VSX instructions, but is not marked so.
This is because several existing functions also make that mistake.
I'll submit a patch moving them once this is reviewed.

Signed-off-by: Lauri Kasanen <cand@gmx.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
5 years agoavcodec/libdav1d: update the API usage after upstream changes
James Almer [Sun, 25 Nov 2018 20:28:53 +0000 (17:28 -0300)]
avcodec/libdav1d: update the API usage after upstream changes

The color fields were moved to another struct, and a way to propagate
timestamps and other input metadata was introduced, so the packet fifo
can be removed.

Signed-off-by: James Almer <jamrial@gmail.com>
5 years agofate/prores-metadata : make output bit exact
Martin Vignali [Sat, 24 Nov 2018 17:43:12 +0000 (18:43 +0100)]
fate/prores-metadata : make output bit exact

5 years agoavcodec/eac3dec: remove obsolete comment
Paul B Mahol [Sun, 25 Nov 2018 20:41:40 +0000 (21:41 +0100)]
avcodec/eac3dec: remove obsolete comment

5 years agoavformat/hlsenc: remove the cannot reach result
Steven Liu [Sun, 25 Nov 2018 08:28:56 +0000 (16:28 +0800)]
avformat/hlsenc: remove the cannot reach result

fix CID: 1441166
because the logic have checked the vtt_dirname before

Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
5 years agolibavcodec/libdavs2.c: Fix for the wrong line size is used
Limin Wang [Sun, 25 Nov 2018 06:01:22 +0000 (14:01 +0800)]
libavcodec/libdavs2.c: Fix for the wrong line size is used

Reviewed-by: Steven Liu <lq@chinaffmpeg.org>
5 years agoconfigure: Add -Wno-char-subscripts.
Carl Eugen Hoyos [Sun, 18 Nov 2018 03:32:07 +0000 (04:32 +0100)]
configure: Add -Wno-char-subscripts.

Silences many warnings on systems with signed char where
the compiler cannot distinguish between char and int8_t.

5 years agoconfigure: Disable direct stripping on sunos.
Carl Eugen Hoyos [Sun, 18 Nov 2018 03:25:29 +0000 (04:25 +0100)]
configure: Disable direct stripping on sunos.

Sunos strip doesn't know -o.
Reported-by: Michael Kostylev
5 years agoavformat/pcmdec: endianness for audio/L16 mime type
Igor Derzhavin [Thu, 22 Nov 2018 07:54:42 +0000 (10:54 +0300)]
avformat/pcmdec: endianness for audio/L16 mime type

5 years agoavformat/pcmdec: audio/L16 should be in network byte order by default (rfc 2586)
Igor Derzhavin [Thu, 22 Nov 2018 07:39:57 +0000 (10:39 +0300)]
avformat/pcmdec: audio/L16 should be in network byte order by default (rfc 2586)

5 years agoavformat/pcmdec: mime-type should be case insensitive (audio/L16)
Igor Derzhavin [Thu, 22 Nov 2018 07:38:20 +0000 (10:38 +0300)]
avformat/pcmdec: mime-type should be case insensitive (audio/L16)

5 years agoavformat/dhav: improve A/V sync
Paul B Mahol [Sat, 24 Nov 2018 20:40:52 +0000 (21:40 +0100)]
avformat/dhav: improve A/V sync

Actual stored timestamps take only 16bits.

5 years agoavcodec/truemotion2: fix integer overflows in tm2_low_chroma()
Michael Niedermayer [Fri, 16 Nov 2018 23:38:53 +0000 (00:38 +0100)]
avcodec/truemotion2: fix integer overflows in tm2_low_chroma()

Fixes: 11295/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_TRUEMOTION2_fuzzer-4888953459572736
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
5 years agoswscale : add support for YUVA444P12 and YUVA422P12
Martin Vignali [Sat, 24 Nov 2018 15:22:52 +0000 (16:22 +0100)]
swscale : add support for YUVA444P12 and YUVA422P12

5 years agoavutil : add YUVA444P12 and YUVA422P12
Martin Vignali [Sat, 24 Nov 2018 15:12:00 +0000 (16:12 +0100)]
avutil : add YUVA444P12 and YUVA422P12

5 years agoavformat: add DHAV demuxer
Paul B Mahol [Mon, 13 Feb 2017 14:13:09 +0000 (15:13 +0100)]
avformat: add DHAV demuxer

Signed-off-by: Paul B Mahol <onemda@gmail.com>
5 years agoavcodec: add truehd_core bitstream filter
Paul B Mahol [Mon, 19 Nov 2018 21:52:45 +0000 (22:52 +0100)]
avcodec: add truehd_core bitstream filter

5 years agolavf/dashenc: Fix segment duration overflow on fine time bases.
Andrey Semashev [Tue, 20 Nov 2018 17:33:52 +0000 (20:33 +0300)]
lavf/dashenc: Fix segment duration overflow on fine time bases.

When stream time bases are very fine grained (e.g. nanoseconds), 32-bit
segment duration may overflow for even for rather small segment duration
(about 4 seconds long). Therefore we use 64-bit values for segment duration.

5 years agocbs_h2645: Avoid memcpy when splitting fragment
Andreas Rheinhardt [Wed, 21 Nov 2018 18:34:29 +0000 (19:34 +0100)]
cbs_h2645: Avoid memcpy when splitting fragment

Now memcpy is avoided for NAL units that don't contain 0x03 escape
characters.

Improves performance of cbs_h2645_fragment_add_nals from 36940
decicycles to 6364 decicycles based on 8 runs with a 5.1 Mb/s H.264
sample (262144 runs each).

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@googlemail.com>
Signed-off-by: Mark Thompson <sw@jkqxz.net>
5 years agoavformat/movenc: get number of written bytes from bitstream writer
Paul B Mahol [Thu, 22 Nov 2018 20:28:59 +0000 (21:28 +0100)]
avformat/movenc: get number of written bytes from bitstream writer

Update fate test.

5 years agoavformat/movenc: fix size calculation in mov_write_eac3_tag()
Paul B Mahol [Wed, 21 Nov 2018 10:45:02 +0000 (11:45 +0100)]
avformat/movenc: fix size calculation in mov_write_eac3_tag()

Otherwise it would assert when flushing bits.

5 years agoavutil/avsscanf: do not use unsupported p suffix for hex variable
Paul B Mahol [Wed, 21 Nov 2018 18:07:33 +0000 (19:07 +0100)]
avutil/avsscanf: do not use unsupported p suffix for hex variable

5 years agoavformat/http : Added check for valid URL context before calling shutdown
kjeyapal@akamai.com [Fri, 16 Nov 2018 08:57:12 +0000 (14:27 +0530)]
avformat/http : Added check for valid URL context before calling shutdown

5 years agoavformat/dashenc : Handled error from ff_http_do_new_request() cleanly
kjeyapal@akamai.com [Fri, 16 Nov 2018 08:57:11 +0000 (14:27 +0530)]
avformat/dashenc : Handled error from ff_http_do_new_request() cleanly

5 years agox86/scene_sad: fix link errors when HAVE_X86ASM is not defined
James Almer [Wed, 21 Nov 2018 15:21:38 +0000 (12:21 -0300)]
x86/scene_sad: fix link errors when HAVE_X86ASM is not defined

Reviewed-by: Haihao Xiang <haihao.xiang@intel.com>
Signed-off-by: James Almer <jamrial@gmail.com>
5 years agolavf/dashenc: Fix AVDictionary leaks in case of various init errors.
Andrey Semashev [Sat, 17 Nov 2018 17:40:53 +0000 (20:40 +0300)]
lavf/dashenc: Fix AVDictionary leaks in case of various init errors.

5 years agolavf/dashenc: Add support for format-specific file extensions.
Andrey Semashev [Sat, 17 Nov 2018 17:40:51 +0000 (20:40 +0300)]
lavf/dashenc: Add support for format-specific file extensions.

The file name template options now support a new "$ext$" placeholder,
which is replaced with a filename extension specific for the selected
file format. This is useful for the new "auto" format mode, when
different streams may use different file formats, and it is not
possible to specify the correct file name extension exactly.

Resolves warnings in the log about webm segments not having webm extensions.

5 years agolavf/dashenc: Add DASH segment type auto and make it the default
Andrey Semashev [Sat, 17 Nov 2018 17:40:50 +0000 (20:40 +0300)]
lavf/dashenc: Add DASH segment type auto and make it the default

This commit restores the ability to create DASH streams with codecs
that require different containers that was lost after commit
2efdbf7367989cf9d296c25fa3d2aff8d6e25fdd. It adds a new "auto" value for
the dash_segment_type option and makes it the default. When in this mode,
the segment format will be chosen based on the codec used in the stream:
webm for Vorbis, Opus, VP8 or VP9, mp4 otherwise.

5 years agoavfilter/graphmonitor: use SIZE_SPECIFIER for size_t type
Peter Ross [Mon, 19 Nov 2018 09:03:39 +0000 (20:03 +1100)]
avfilter/graphmonitor: use SIZE_SPECIFIER for size_t type

5 years agoavcodec/truemotion2: Check huffman code max bits
Michael Niedermayer [Mon, 19 Nov 2018 22:47:13 +0000 (23:47 +0100)]
avcodec/truemotion2: Check huffman code max bits

Fixes: Timeout
Fixes: 10984/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_TRUEMOTION2_fuzzer-6643310750859264
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Reviewed-by: Tomas Härdin <tjoppen@acc.umu.se>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
5 years agofate-api-h264-slice: use the heap for nal buffer
Peter Ross [Tue, 20 Nov 2018 14:31:44 +0000 (01:31 +1100)]
fate-api-h264-slice: use the heap for nal buffer

nal buffer is 512 kilobytes

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
5 years agoapi-h264-slice-test: use av_be2ne16 instead of ntohs
Peter Ross [Tue, 20 Nov 2018 07:51:52 +0000 (18:51 +1100)]
api-h264-slice-test: use av_be2ne16 instead of ntohs

avformat/network.h is not required here.

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
5 years agoavfilter/vf_overlay: fix crash with negative y
Paul B Mahol [Tue, 20 Nov 2018 22:18:47 +0000 (23:18 +0100)]
avfilter/vf_overlay: fix crash with negative y

5 years agoavcodec/mpeg_er: fix clearing chroma blocks for 422 and 444
Marton Balint [Sat, 17 Nov 2018 22:26:24 +0000 (23:26 +0100)]
avcodec/mpeg_er: fix clearing chroma blocks for 422 and 444

Fixes ticket #7494.

Signed-off-by: Marton Balint <cus@passwd.hu>
5 years agoavfilter/vf_freezedetect: add filter to detect frozen input
Marton Balint [Sun, 4 Nov 2018 21:22:24 +0000 (22:22 +0100)]
avfilter/vf_freezedetect: add filter to detect frozen input

Signed-off-by: Marton Balint <cus@passwd.hu>
5 years agolibvpxenc,cosmetics: fix { placement
James Zern [Mon, 19 Nov 2018 19:36:36 +0000 (11:36 -0800)]
libvpxenc,cosmetics: fix { placement

Signed-off-by: James Zern <jzern@google.com>
5 years agoavcodec/libvpxenc: add VP8 temporal scalability config options
Ard Oerlemans [Wed, 14 Nov 2018 20:56:31 +0000 (12:56 -0800)]
avcodec/libvpxenc: add VP8 temporal scalability config options

This commit adds configuration options to libvpxenc.c that can be used to
enable VP8 temporal scalability. It also adds a way to programmatically set the
per-frame encoding flags which can be used to control usage and updates of
reference frames while encoding with temporal scalability enabled.

Signed-off-by: James Zern <jzern@google.com>
5 years agoconfigure: update api version of libxavs2
hwrenx [Sun, 18 Nov 2018 07:19:02 +0000 (15:19 +0800)]
configure: update api version of libxavs2

abolish parameter IntraPeriod &&
replaced by IntraPeriodMax/Min

Signed-off-by: hwrenx <hwrenx@126.com>
5 years agoavutil/avsscanf: use ptrdiff_t instead of off_t
Paul B Mahol [Mon, 19 Nov 2018 14:16:36 +0000 (15:16 +0100)]
avutil/avsscanf: use ptrdiff_t instead of off_t

5 years agoavfilter: add rgbashift filter
Paul B Mahol [Sun, 18 Nov 2018 12:03:03 +0000 (13:03 +0100)]
avfilter: add rgbashift filter

5 years agoavfilter: add chromashift filter
Paul B Mahol [Sat, 17 Nov 2018 13:04:16 +0000 (14:04 +0100)]
avfilter: add chromashift filter

5 years agoavutil/mem: Correct documentation of av_fast_*alloc(z)
Andreas Rheinhardt [Sun, 18 Nov 2018 14:08:45 +0000 (15:08 +0100)]
avutil/mem: Correct documentation of av_fast_*alloc(z)

The current wording regarding size and min_size is completely wrong and
ignores that min_size is indeed only a desired minimal size, not the
actually allocated size.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@googlemail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
5 years agolibaomenc: Drop unused noise-sensitivity option
Mark Thompson [Mon, 5 Nov 2018 14:52:46 +0000 (14:52 +0000)]
libaomenc: Drop unused noise-sensitivity option

5 years agoavcodec/scpr: add version 3 support
Paul B Mahol [Sat, 27 May 2017 12:28:08 +0000 (14:28 +0200)]
avcodec/scpr: add version 3 support

Signed-off-by: Paul B Mahol <onemda@gmail.com>
5 years agovaapi_encode_h265: Reduce SAR to valid range
Mark Thompson [Sun, 28 Oct 2018 17:13:54 +0000 (17:13 +0000)]
vaapi_encode_h265: Reduce SAR to valid range

Matching previous commit for H.264.

5 years agovaapi_encode_h264: Reduce SAR to valid range
Mark Thompson [Sun, 28 Oct 2018 17:13:53 +0000 (17:13 +0000)]
vaapi_encode_h264: Reduce SAR to valid range

The SAR of the input could have a numerator or denominator greater than
2^16 which would then be truncated to a 16-bit integer when written to
the VUI parameters, giving a random result.  Instead, reduce the SAR to
the nearest representable fraction.

Fixes #7502.

5 years agoavfilter/vf_limiter: remove unused header
Paul B Mahol [Sun, 18 Nov 2018 21:14:02 +0000 (22:14 +0100)]
avfilter/vf_limiter: remove unused header

5 years agoavfilter/vf_limiter: always limit min/max to format depth
Paul B Mahol [Sun, 18 Nov 2018 21:11:53 +0000 (22:11 +0100)]
avfilter/vf_limiter: always limit min/max to format depth

5 years agoh264_redundant_pps: Fix memleak in case of errors
Andreas Rheinhardt [Fri, 9 Nov 2018 05:31:36 +0000 (06:31 +0100)]
h264_redundant_pps: Fix memleak in case of errors

Now the fragment is uninitialized and the input packet freed in case of
errors.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@googlemail.com>
Signed-off-by: Mark Thompson <sw@jkqxz.net>
5 years agoavfilter/f_drawgraph: use av_sscanf()
Paul B Mahol [Sun, 18 Nov 2018 19:41:04 +0000 (20:41 +0100)]
avfilter/f_drawgraph: use av_sscanf()

5 years agoavfilter/af_aecho: use av_sscanf()
Paul B Mahol [Sun, 18 Nov 2018 19:39:44 +0000 (20:39 +0100)]
avfilter/af_aecho: use av_sscanf()

5 years agoavfilter/af_ladspa: use av_sscanf()
Paul B Mahol [Sun, 18 Nov 2018 19:38:24 +0000 (20:38 +0100)]
avfilter/af_ladspa: use av_sscanf()

5 years agoavfilter/vf_mix: use av_sscanf()
Paul B Mahol [Sun, 18 Nov 2018 19:35:21 +0000 (20:35 +0100)]
avfilter/vf_mix: use av_sscanf()

5 years agoavfilter/af_sofalizer: use av_sscanf()
Paul B Mahol [Sun, 18 Nov 2018 19:32:28 +0000 (20:32 +0100)]
avfilter/af_sofalizer: use av_sscanf()

5 years agoavfilter/af_afftdn: use av_sscanf()
Paul B Mahol [Sun, 18 Nov 2018 19:22:40 +0000 (20:22 +0100)]
avfilter/af_afftdn: use av_sscanf()

5 years agoavfilter/af_adelay: use av_sscanf()
Paul B Mahol [Sun, 18 Nov 2018 19:16:59 +0000 (20:16 +0100)]
avfilter/af_adelay: use av_sscanf()

5 years agoavfilter/af_acrossover: use av_strtod() to parse single number
Paul B Mahol [Sun, 18 Nov 2018 19:13:55 +0000 (20:13 +0100)]
avfilter/af_acrossover: use av_strtod() to parse single number

5 years agoavcodec/cbs_av1: don't abort when splitting Temporal Units containing OBUs with no...
James Almer [Thu, 15 Nov 2018 04:07:49 +0000 (01:07 -0300)]
avcodec/cbs_av1: don't abort when splitting Temporal Units containing OBUs with no obu_size field

The ISOBMFF and Matroska specs allow the last OBU in a Sample/Block to have
obu_has_size_field equal to 0.

Reviewed-by: Mark Thompson <sw@jkqxz.net>
Signed-off-by: James Almer <jamrial@gmail.com>
5 years agolavc/libdavs2: correct frame type setting
hwren [Fri, 2 Nov 2018 13:30:10 +0000 (21:30 +0800)]
lavc/libdavs2: correct frame type setting

Signed-off-by: hwren <hwrenx@126.com>
5 years agolavc/libdavs2: remove unused frame counter
hwren [Fri, 2 Nov 2018 13:30:09 +0000 (21:30 +0800)]
lavc/libdavs2: remove unused frame counter

Signed-off-by: hwren <hwrenx@126.com>
5 years agovaapi_encode: Improve log message for unsupported profiles
Mark Thompson [Mon, 5 Nov 2018 18:00:48 +0000 (18:00 +0000)]
vaapi_encode: Improve log message for unsupported profiles

5 years agodoc/encoders: Add libaom-av1
Mark Thompson [Mon, 5 Nov 2018 14:47:19 +0000 (14:47 +0000)]
doc/encoders: Add libaom-av1

5 years agodoc/encoders: Move libxavs2 to correct place in alphabetical order
Mark Thompson [Sun, 28 Oct 2018 20:08:17 +0000 (20:08 +0000)]
doc/encoders: Move libxavs2 to correct place in alphabetical order

5 years agomjpegdec: Fill raw huffman tables with default values too
Mark Thompson [Sun, 11 Nov 2018 16:16:54 +0000 (16:16 +0000)]
mjpegdec: Fill raw huffman tables with default values too

These may be used by hwaccel decoders when the standard tables are not
otherwise available.  At the same time, clean up that code into an array
so it's a little less repetitive.

5 years agocbs_h265: Add a lot more SEI parsing support
Mark Thompson [Sat, 27 Oct 2018 21:36:46 +0000 (22:36 +0100)]
cbs_h265: Add a lot more SEI parsing support

Supports both prefix and suffix SEI, decoding all of the common SEI
types and some more obscure ones.  Most of this is tested by the
existing tests in fate.

5 years agolavu/avsscanf: Do not mix declaration and code.
Carl Eugen Hoyos [Sun, 18 Nov 2018 02:51:42 +0000 (03:51 +0100)]
lavu/avsscanf: Do not mix declaration and code.

Fixes the following warning:
libavutil/avsscanf.c: In function 'decfloat':
libavutil/avsscanf.c:354:9: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
         int bitlim = bits-3*(int)(rp-9);
         ^~~

5 years agoavfilter: use av_clip_uintp2 instead of av_clip for 10b and 12b
Martin Vignali [Sat, 17 Nov 2018 16:57:27 +0000 (17:57 +0100)]
avfilter: use av_clip_uintp2 instead of av_clip for 10b and 12b

5 years agoavutil/cuda_check: Make sure this passes make fate-source
Philip Langdale [Sat, 17 Nov 2018 16:16:28 +0000 (08:16 -0800)]
avutil/cuda_check: Make sure this passes make fate-source

The header guards were unnecessarily non-standard and the c file
inclusion trick means the files dont't have standard licence
headers.

Based on a patch by: Martin Vignali <martin.vignali@gmail.com>

5 years agoavfilter/vf_neighbor: fix >8 bit deflate/inflate
Paul B Mahol [Sat, 17 Nov 2018 10:07:58 +0000 (11:07 +0100)]
avfilter/vf_neighbor: fix >8 bit deflate/inflate

5 years agolavf/hlsenc: Do not mix declarations and code.
Carl Eugen Hoyos [Fri, 16 Nov 2018 21:03:37 +0000 (22:03 +0100)]
lavf/hlsenc: Do not mix declarations and code.

Fixes the following warnings:
libavformat/hlsenc.c: In function 'hls_write_trailer':
libavformat/hlsenc.c:2364:17: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
                 uint8_t *buffer = NULL;
                 ^~~~~~~
libavformat/hlsenc.c:2372:17: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
                 int byterange_mode = (hls->flags & HLS_SINGLE_FILE) || (hls->max_seg_size > 0);
                 ^~~
libavformat/hlsenc.c:2379:13: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
             int range_length = 0;
             ^~~

5 years agolavfi/minterpolate: Remove declaration of two unused variables.
Carl Eugen Hoyos [Fri, 16 Nov 2018 20:45:49 +0000 (21:45 +0100)]
lavfi/minterpolate: Remove declaration of two unused variables.

5 years agoavfilter/vf_dedot: initizalize ret variable
Paul B Mahol [Fri, 16 Nov 2018 20:39:37 +0000 (21:39 +0100)]
avfilter/vf_dedot: initizalize ret variable

5 years agoavfilter/vf_lut3d: use av_sscanf
Paul B Mahol [Sun, 11 Nov 2018 16:41:14 +0000 (17:41 +0100)]
avfilter/vf_lut3d: use av_sscanf

5 years agolavu: add locale-independent sscanf implementation
Paul B Mahol [Sun, 11 Nov 2018 16:39:33 +0000 (17:39 +0100)]
lavu: add locale-independent sscanf implementation

Copied and adopted from musl implementation.
 * converted all 'long double' to 'double'
 * removed %m support

5 years agoavfilter: add dedot video filter
Paul B Mahol [Tue, 13 Nov 2018 13:13:10 +0000 (14:13 +0100)]
avfilter: add dedot video filter

5 years agodoc/filters: improve afftfilt documentation
Paul B Mahol [Fri, 16 Nov 2018 18:36:25 +0000 (19:36 +0100)]
doc/filters: improve afftfilt documentation

5 years agoavcodec/pngdec: Check compression method
Michael Niedermayer [Fri, 9 Nov 2018 02:12:45 +0000 (03:12 +0100)]
avcodec/pngdec: Check compression method

method 0 (inflate/deflate) is the only specified in the specification and the only supported

Fixes: Timeout
Fixes: 10976/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_PNG_fuzzer-5729372588736512
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
5 years agofftools/ffmpeg: Repair reinit_filter feature
Michael Niedermayer [Tue, 13 Nov 2018 19:29:40 +0000 (20:29 +0100)]
fftools/ffmpeg: Repair reinit_filter feature

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
5 years agoavcodec/libvpxenc: Add a maximum constraint of 16 encoder threads.
Chirag Lathia [Thu, 15 Nov 2018 18:51:32 +0000 (10:51 -0800)]
avcodec/libvpxenc: Add a maximum constraint of 16 encoder threads.

Signed-off-by: Chirag Lathia <clathia@google.com>
Signed-off-by: James Almer <jamrial@gmail.com>
5 years agoavfilter/af_afade: fix duration maximum
Marton Balint [Mon, 12 Nov 2018 21:00:49 +0000 (22:00 +0100)]
avfilter/af_afade: fix duration maximum

Signed-off-by: Marton Balint <cus@passwd.hu>
5 years agoavfilter/vf_convolution: use sqrtf as its faster
Paul B Mahol [Thu, 15 Nov 2018 18:09:20 +0000 (19:09 +0100)]
avfilter/vf_convolution: use sqrtf as its faster

5 years agoavfilter/vf_blend: add 12bit support
Paul B Mahol [Thu, 15 Nov 2018 13:53:15 +0000 (14:53 +0100)]
avfilter/vf_blend: add 12bit support

5 years agoavfilter/vf_blend: add 10bit support
Paul B Mahol [Thu, 15 Nov 2018 12:41:45 +0000 (13:41 +0100)]
avfilter/vf_blend: add 10bit support

5 years agoavfilter/vf_lut2: implement support for different input depths
Paul B Mahol [Wed, 14 Nov 2018 23:07:12 +0000 (00:07 +0100)]
avfilter/vf_lut2: implement support for different input depths