- 26 Mar, 2017 13 commits
-
-
Mark Thompson authored
This was skipped in c17563c5 because it depended on the filter setup merge, but was forgotten after that actually happened. Fixes hwaccel fate for stream size change tests.
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Fixes: 712/clusterfuzz-testcase-6647676227551232 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpegSigned-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
James Almer authored
Reviewed-by: Rostislav Pehlivanov <atomnuker@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
-
James Almer authored
It's a simplifaction of the same code, originally commited as 3b5ad8fb. Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>
-
James Almer authored
It's a simplifaction of the same code, originally commited as b4b9a64b. Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>
-
James Almer authored
Changes to the parsing code originally committed to mpegvideo_parser.c in 73fb23dc. Required by some samples, like PVA_test-partial.pva Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>
-
James Almer authored
Signed-off-by: James Almer <jamrial@gmail.com>
-
James Almer authored
Signed-off-by: James Almer <jamrial@gmail.com>
-
James Almer authored
Signed-off-by: James Almer <jamrial@gmail.com>
-
James Almer authored
Signed-off-by: James Almer <jamrial@gmail.com>
-
- 25 Mar, 2017 3 commits
-
-
Timo Rothenpieler authored
-
James Almer authored
-
James Almer authored
-
- 24 Mar, 2017 24 commits
-
-
Clément Bœsch authored
The first case was forgotten in 89790ba2. Note: build_only=yes is one of the case where hiding the errors makes sense.
-
Carl Eugen Hoyos authored
libavcodec/xface.c:318:27: warning: assuming signed overflow does not occur when assuming that (X - c) > X is always false [-Wstrict-overflow]
-
Michael Niedermayer authored
Fixes empty statement, found by ubitux Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Thomas Turner authored
Signed-off-by: Thomas Turner <thomastdt@googlemail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Paul B Mahol authored
Fixes #6214 and vsynth1-dnxhd-720p-hr-lb. Signed-off-by: Paul B Mahol <onemda@gmail.com>
-
James Almer authored
Unrolling the loops triplicates the size of the assembled output while not generating any gain in performance.
-
Clément Bœsch authored
* commit 'fbe425c8': hap: Adjust printf length modifiers to match variable types This commit is a noop, see 5a51ca2dMerged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit '1263b203': Adjust printf conversion specifiers to match variable signedness Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit 'ca1e5eea': Remove some pointless TRACE level debug code Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit '07eea5a5': nut: Drop pointless TRACE level debug code Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit 'c3dad1bf': nsv: Drop unnecessary TRACE level debug code Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit '47756f51': dnxhdenc: Drop pointless, commented-out debug output Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit '0456e684': audio_fifo: Drop write-only variable Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit '0574780d': h264_loopfilter: Do not print value of uninitialized variable Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit '25552699': mpegaudio: Do not print value of uninitialized variable Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit '14cab426': build: Hardcode avversion.h dependency This commit is a noop, see: 4d0ac9ae 4ae87554Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit 'f22363c7': openssl: Avoid double semicolons after the GET_BIO_DATA macro This commit is a noop, see fc83de7eMerged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit '052b9785': aviocat: Support avio options Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit '99aeae20': scale_npp: fix passthrough mode This commit is a noop, see f524275eMerged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit '0aec37e6': vaapi_decode: Remove vestigial unmap code vaapi_decode: Clear parameter buffers to fix picture reuse This merge is a noop, see 79307ae5Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit '754b20d7': vaapi_h264: fix RefPicList[] field flags. This commit is a noop, see 88325c2eMerged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit 'ee050797': openssl: Support version 1.1.0. This commit is mostly a noop, see 798c6ecc Included the simplifications by Martin Storsjö and fixed the GET_BIO_DATA() macro to prevent a warning after the simplifications. Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit '016387fe': rtmpdh: Don't use the OpenSSL DH struct Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit '2f806622': bktr: Use memset(0) instead of zero initialization for struct sigaction Merged-by: Clément Bœsch <u@pkh.me>
-