- 13 Sep, 2018 9 commits
-
-
Tristan Matthews authored
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Shiyou Yin authored
Failed case: svq3-watermark When minimum loop count of following functions are greater than parameter h passed to them, svq3-watermark failed. 1. ff_put_pixels4_8_mmi 2. ff_avg_pixels4_8_mmi 3. ff_put_pixels4_l2_8_mmi 4. ff_avg_pixels4_l2_8_mmi Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Rick Kern authored
Fixes ticket #5654. The linesize can be greater than the minimum required. This copies the frame taking linesize into account. Signed-off-by: Rick Kern <kernrj@gmail.com>
-
Paul B Mahol authored
-
James Almer authored
The libaom doxy says that a value of 0 for the threads fields is equivalent to a value of 1, whereas for avctx->thread_count it means the maximum amount of threads possible for the host system. Use av_cpu_count() to get the correct thread count when auto threads is requested. Reviewed-by: Jan Ekström <jeebjp@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
-
Paul B Mahol authored
-
Paul B Mahol authored
-
Paul B Mahol authored
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-
Paul B Mahol authored
-
- 12 Sep, 2018 5 commits
-
-
Paul B Mahol authored
-
James Almer authored
Support for it was apparently never in the codebase, and the enum value was recently removed from the public headers [1] [1] https://aomedia.googlesource.com/aom/+/df4ffb73140fe31bebdabd17c1a7b53721e74838Signed-off-by: James Almer <jamrial@gmail.com>
-
hwren authored
Signed-off-by: hwren <hwrenx@126.com> Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
-
Steven Liu authored
This reverts commit 1e20ed43.
-
Steven Liu authored
Signed-off-by: hwren <hwrenx@126.com> Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
-
- 11 Sep, 2018 26 commits
-
-
Michael Niedermayer authored
Fixes: Timeout Fixes: 9759/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_PPM_fuzzer-5655277650051072 Fixes: 9753/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_PGMYUV_fuzzer-5764378543521792 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpegSigned-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
-
Mark Thompson authored
Found-by: Paul B Mahol <onemda@gmail.com>
-
hwren authored
Signed-off-by: hwren <hwrenx@126.com>
-
hwren authored
Signed-off-by: hwren <hwrenx@126.com>
-
James Almer authored
Originally added in 0ed0af59 and lost by mistake in ef71ef5f. Signed-off-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '7e929dac': libfdk-aacenc: Allow enabling the ELDv2 profile Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '2edaafe5': libfdk-aacdec: Allow setting the new dynamic range control effect setting Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit 'ffb9b7a6': libfdk-aac: Consistently use a proper version check macro for detecting features Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '642fd476': qsvvpp: Perform full init only when needed Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '141c960e': libfdk-aacenc: Fix building with libfdk-aac v2 Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit 'c8bca9fe': lavc/qsvenc: dump BufferSizeInKB message Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit 'e16b2078': lavc/qsvenc: allow to set qp range for h264 BRC Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '83678dbb': libopenh264dec: Export the decoded profile and level in AVCodecContext Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '8c76bfac': tcp: Use ff_connect_parallel for RFC 8305 style connecting Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '9b4c3f5a': network: Add RFC 8305 style "Happy Eyeballs"/"Fast Fallback" helper function Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '69caad89': qsvdec: Release packet on decoding failure for mpeg2/vp8/vc1 Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '76eef04f': qsvenc: Fix a misleading log message Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit 'e05e5920': qsv: Error out if getting session handle failed in avfilter Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '662558f9': decode: copy the output parameters from the last bsf in the chain back to the AVCodecContext decode: flush the internal bsfs instead of constantly reinitalizing them h264_redundant_pps_bsf: implement a AVBSFContext.flush() callback vp9_superframe_bsf: implement a AVBSFContext.flush() callback vp9_superframe_split_bsf: implement a AVBSFContext.flush() callback h264_mp4toannexb_bsf: implement a AVBSFContext.flush() callback bsf: add a flushing mechanism to AVBSFContext This commit is a noop, see b33f5299 390f1564 63e0846c e9980c45 2954e513 94fe138d f631c328Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '6a9c00c0': tls_openssl: Fix checks for SSL_ERROR_WANT_WRITE in nonblocking operation Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '22f98ac1': network: Check for EINTR in ff_poll_interrupt Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit 'c194b9ad': network: Use ff_neterrno instead of AVERROR(errno) for poll errors This commit is a noop, see 54b6bef6Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '5d01bd18': http: pass return code from http_open_cnx_internal() on its failure This commit is a noop, see 70c9d400Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '325aa63d': qsv: enforcing continuous memory layout Merged-by: James Almer <jamrial@gmail.com>
-