- 12 Sep, 2018 3 commits
-
-
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 32 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>
-
James Almer authored
* commit 'f89ec87a': frame: Simplify the video allocation Merged-by: James Almer <jamrial@gmail.com> Padding-Remixed-by: Michael Niedermayer <michael@niedermayer.cc>
-
Karthick Jeyapal authored
Fixes bug id #7386 Muxer overhead calculations was intented for HLS playlist as Apple's mediastreamvalidator tests were failing. But applying the same fix for DASH manifest proved counterproductive, as Bandwidth can be used for segment name templates.
-
Karthick Jeyapal authored
-
Paul B Mahol authored
So it match minimal input video size requirement.
-
Paul B Mahol authored
-
Paul B Mahol authored
This was forgotten in df05fd31.
-
- 10 Sep, 2018 4 commits
-
-
Jason Stevens authored
Add missing dnxhr mxf container essence ULs to the mxf encoder. This fixes dnxhr mxf files being quarantined by Avid Media Composer. Signed-off-by: Jason Stevens <jay@wizardofthenet.com> Reviewed-by: Baptiste Coudurier
-
Jason Stevens authored
refactor ff_dnxhd_get_hr_frame_size to avpriv_dnxhd_get_hr_frame_size, to allow cross library usage in libavformat/mxfenc this change makes this function no longer be always inlined. Signed-off-by: Jason Stevens <jay@wizardofthenet.com>
-
Paul B Mahol authored
Remove now unused step variable.
-
Roman Arzumanyan authored
Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
-
- 09 Sep, 2018 1 commit
-
-
Paul B Mahol authored
-