- 16 Mar, 2017 24 commits
-
-
Muhammad Faiz authored
better quality without speedloss Signed-off-by: Muhammad Faiz <mfcc64@gmail.com>
-
Michael Niedermayer authored
avcodec/h264_cabac: Fix runtime error: negation of -2147483648 cannot be represented in type 'int'; cast to an unsigned type to negate this value to itself Fixes: 858/clusterfuzz-testcase-5168477042114560 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
Fixes: 857/clusterfuzz-testcase-5319093760557056 Benchmark changes from 335->333 (so if its not a random fluctuation then it would be faster) Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpegSigned-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Alexis Ballier authored
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Alexis Ballier authored
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Matthieu Bouron authored
-
Matthieu Bouron authored
-
Rostislav Pehlivanov authored
That pointer isn't used by absolutely anything. Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com> Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
-
James Almer authored
* commit '89aebc5b': lavc: align the linesize to 32 when AVX is enabled Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '63ac8e2d': lavu: add LOCAL_ALIGNED_32 This commit is a noop, see 25d5ea6dMerged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '3c504bc3': x86: deduplicate some constants Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit 'd3e4d406': h264dec: reset nb_slice_ctx_queued for hwaccel decoding This commit is a noop, see 74480198Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit 'e5b01972': m4vdec: Check for non-startcode 00 00 00 sequences in probe This commit is a noop, see 7c1835c5Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '3ccec334': sbrdsp: Move a misplaced #endif directive to the right spot Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit 'e723dce6': dvbsubdec: Use NULL instead of 0 as pointer value This commit is a noop. The affected code isn't in our tree. Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit 'fc94a1ac': Revert "libavutil: Use an intermediate variable in AV_COPY*U" This commit is a noop. Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '9806b9ab': Revert "Don't use expressions with side effects in macro parameters" This commit is a noop. Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit 'f79d8474': intreadwrite: Use the __unaligned keyword on MSVC for ARM and x86_64 Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '230b1c07': intreadwrite: Add intermediate variables in the byteswise AV_W*() macros Mostly a noop. Merged for cosmetic purposes. See d83ff76cMerged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '014773b6': libavutil: Use an intermediate variable in AV_COPY*U This commit is a noop. It would be reverted in a future merge either way. Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '25bacd0a': Don't use expressions with side effects in macro parameters This commit is a noop. It would be reverted in a future merge either way. Merged-by: James Almer <jamrial@gmail.com>
-
Michael Niedermayer authored
Fixes multiple runtime error: shift exponent 792 is too large for 32-bit type 'unsigned int' 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
Fixes: 839/clusterfuzz-testcase-4871084446842880 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
Benchmarks with START_TIMER indicate that the code is faster with unsigned, (that is with the patch), there was quite some fluctuation in the numbers so this may be just random Fixes: 811/clusterfuzz-testcase-6465493076541440 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpegSigned-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
- 15 Mar, 2017 16 commits
-
-
Ricardo Constantino authored
libnpp was erroneously grouped up with libfdk-aac and openssl to check if --enable-nonfree wasn't passed only with --enable-gpl in 9f28db47. The latter two are compatible with LGPL, libnpp is not. Signed-off-by: James Almer <jamrial@gmail.com>
-
Clément Bœsch authored
* commit '7ebdffc3': dxv: Check to make sure we don't overrun buffers on corrupt inputs Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit 'e328178d': qsvdec: only access hwaccel_context is the pixel format is QSV Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit 'ed1cd810': flac demuxer: improve probing Suggested commit very closely matches our code, except with regards to AVPROBE_SCORE_EXTENSION. The code layout is mostly merged but preserves our behaviour. Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit '5ebef79a': Fix instances of broken indentation found by gcc 6 Noop, see 21d3f0c0, 6089c44aMerged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
-
Clément Bœsch authored
* commit '5ed4644d': x11grab: Rename internal component to "xcbgrab" Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit '4fef648d': Remove the legacy X11 screen grabber Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit '8495d84f': ac3dec: Add some inline hints Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit '3db51bf6': ac3dec: Simplify skipping Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit 'f0ccc65b': ac3dec: Split coupling-specific code from decode_audio_block() Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit 'a5ebe5d1': ac3dec: Split spx-specific code from decode_audio_block() Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit '2ac00d2d': mov: Validate the ID number This commit is a noop as the modified check is not present in FFmpeg. See d30870cc. Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit 'a115eb9e': mimic: do not release the newly obsolete reference at the end of decoding Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit 'ae90119c': configure: Simplify license incompatibility check An extra GPLV3 list is added for libsmbclient as having it in both GPL and VERSION3 lists would cause a duplicate in the final config list. Also, for consistency, libnpp is treated the same as the other nonfree component (libfdk_aac and openssl). Merged-by: Clément Bœsch <u@pkh.me>
-
Steven Liu authored
add kVTCompressionPropertyKey_DataRateLimits support by rc_max_bitrate Reviewed-by: Rick Kern <kernrj@gmail.com> Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
-