- 19 Sep, 2018 7 commits
-
-
Shiyou Yin authored
This optimization improved h264 decoding performance about 4%(from 74fps to 77fps, tested on loongson 3A3000). Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Zhao Zhili authored
Signed-off-by: Pedro Arthur <bygrandao@gmail.com>
-
Zhao Zhili authored
Signed-off-by: Pedro Arthur <bygrandao@gmail.com>
-
Zhao Zhili authored
Signed-off-by: Pedro Arthur <bygrandao@gmail.com>
-
Carl Eugen Hoyos authored
-
Carl Eugen Hoyos authored
Fixes ticket #7436.
-
Carl Eugen Hoyos authored
Fixes ticket #7442. Reviewed-by: Reto Kromer
-
- 18 Sep, 2018 5 commits
-
-
Michael Niedermayer authored
This checks the value exactly for intra frames and checks it against a minimum for inter frames as they can be variable. Fixes: Timeout Fixes: 10182/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_ZMBV_fuzzer-6245951174344704 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpegReviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
decomp_len is used in raw frames, so it should not be left at the value from whatever was decoded previously (which may be any other frame) Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Shiyou Yin authored
Combined 1st and 2nd loop into one inline asm in function ff_vc1_inv_trans_8x8_mmi to reduce memory operation, and made some small optimization in ff_vc1_inv_trans_4x8_mmi. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
James Almer authored
* commit 'a2041a65': qsvenc: AV_PIX_FMT_QSV path should release frame Merged-by: James Almer <jamrial@gmail.com>
-
Maxym Dmytrychenko authored
Fixes high memory usage and prevents over allocation of the frames via proper unref. Can be checked as: -hwaccel qsv -c:v h264_qsv -i ../h264-conformance/CANL2_Sony_E.jsv -c:v h264_qsv -b:v 2000k -y qsv.mp4
-
- 17 Sep, 2018 11 commits
-
-
Sergey Lavrushkin authored
libavfilter: Removes stored DNN models. Adds support for native backend model file format in tf backend. Signed-off-by: Pedro Arthur <bygrandao@gmail.com>
-
hwren authored
Signed-off-by: hwren <hwrenx@126.com>
-
hwren authored
Signed-off-by: hwren <hwrenx@126.com>
-
hwren authored
Signed-off-by: hwren <hwrenx@126.com>
-
James Almer authored
Signed-off-by: James Almer <jamrial@gmail.com>
-
Karthick Jeyapal authored
For example bitdepth should be printed as 10 instead of 0A. Thanks to Hendrik Leppkes for pointing this out Signed-off-by: James Almer <jamrial@gmail.com>
-
Karthick Jeyapal authored
Commit ID 63c69d51 fixed the bug in vpcc, get_vp9_level() function, causing this change. Signed-off-by: James Almer <jamrial@gmail.com>
-
Paul B Mahol authored
-
Paul B Mahol authored
-
Paul B Mahol authored
-
Gyan Doshi authored
Fixes #4655
-
- 16 Sep, 2018 1 commit
-
-
Paul B Mahol authored
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-
- 15 Sep, 2018 12 commits
-
-
James Almer authored
The levels are stored as decimal values, not hexadecimal. Reviewed-by: James Zern <jzern@google.com> Signed-off-by: James Almer <jamrial@gmail.com>
-
Paul B Mahol authored
-
Paul B Mahol authored
-
Paul B Mahol authored
-
Paul B Mahol authored
-
Paul B Mahol authored
-
Michael Niedermayer authored
Fixes: Timeout Fixes: 9961/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_SHORTEN_fuzzer-5687856176562176 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpegReviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Speed improvment 35.5 sec -> 34.7sec Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Jason Stevens authored
byte 8 of dnxhr codec ul should be 0x0D Signed-off-by: Jason Stevens <jay@wizardofthenet.com> Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
James Almer authored
Signed-off-by: James Almer <jamrial@gmail.com>
-
Paul B Mahol authored
-
James Almer authored
Signed-off-by: James Almer <jamrial@gmail.com>
-
- 14 Sep, 2018 4 commits
-
-
Paul B Mahol authored
This fixes opening devices with >6 channels.
-
Michael Bunk authored
-
Carl Eugen Hoyos authored
Fixes the following warning: libavformat/davs2.c:39:5: warning: ISO C90 forbids mixed declarations and code
-
James Almer authored
~3x to 5x faster. Signed-off-by: James Almer <jamrial@gmail.com>
-