commit_msg
stringlengths 1
24.2k
| commit_hash
stringlengths 2
84
⌀ | project
stringlengths 2
40
| source
stringclasses 4
values | labels
int64 0
1
| repo_url
stringlengths 26
70
⌀ | commit_url
stringlengths 74
118
⌀ | commit_date
stringlengths 25
25
⌀ |
---|---|---|---|---|---|---|---|
avformat/mvdec: Fix integer overflow with billions of channels
Fixes: signed integer overflow: 1394614304 * 2 cannot be represented in type 'int'
Fixes: 23491/clusterfuzz-testcase-minimized-ffmpeg_DEMUXER_fuzzer-5697377020411904
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer <[email protected]>
| b6fbbe08c325415cc784df296058beb6604f0b9c | ffmpeg | neuralsentry | 1 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/b6fbbe08c325415cc784df296058beb6604f0b9c | 2020-06-23 01:01:53+02:00 |
lavfi/vf_scale_vaapi: add scaling mode setting support.
before this change, scale_vaapi hard coding the scaling mode, add a
new option "mode" to setting the scaling mode, it can be use to change
scaling algorithm for performance/quality trade off.
Note: VA_FILTER_SCALING_NL_ANAMORPHIC(nolinear ananorphic scaling
algorithm) doesn't support by i965/iHD driver now, add this just for
completeness.
Reviewed-by: Mark Thompson <[email protected]>
Signed-off-by: Jun Zhao <[email protected]>
| a271025215528c68d010d27bae976033e1c46f92 | ffmpeg | neuralsentry | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/a271025215528c68d010d27bae976033e1c46f92 | 2018-09-12 20:14:58+08:00 |
ppc: Centralize compiler-specific altivec.h #include handling in one place
Also move #includes into canonical order where appropriate.
| ea7ee4b4e381e0fa731458de0cbf740430eeb013 | ffmpeg | neuralsentry | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ea7ee4b4e381e0fa731458de0cbf740430eeb013 | 2016-12-12 16:00:04+01:00 |
lavfi/procamp_vaapi: fix the green video issue if without arguments.
Fix the green output issue when use procamp_vaapi without any
arguments, now if use procamp_vaapi without any arguments, will use
the default value to setting procamp_vaapi.
Signed-off-by: Jun Zhao <[email protected]>
Signed-off-by: Mark Thompson <[email protected]>
| 658ac0672f46cef483e68440061da763e908b68a | ffmpeg | neuralsentry | 1 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/658ac0672f46cef483e68440061da763e908b68a | 2018-01-24 09:28:24+08:00 |
avcodec/dvenc: Support adjusting the quantizer deadzone
Signed-off-by: Michael Niedermayer <[email protected]>
| fea7bc9e7b9aea85c404cee58246f8e98e618bbf | ffmpeg | neuralsentry | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/fea7bc9e7b9aea85c404cee58246f8e98e618bbf | 2017-08-07 01:20:55+02:00 |
lavu/frame: Improve ROI documentation
Clarify and add examples for the behaviour of the quantisation offset,
and define how multiple ranges should be handled.
| 451a51124d5d02f86696420288068e77d8e3e055 | ffmpeg | neuralsentry | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/451a51124d5d02f86696420288068e77d8e3e055 | 2019-06-04 00:19:01+01:00 |
avfilter/avf_avectorscope: use the name 's' for the pointer to the private context
Signed-off-by: Paul B Mahol <[email protected]>
| 67aaa7056d2b14b90d12cea5997b909ad2d6710e | ffmpeg | neuralsentry | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/67aaa7056d2b14b90d12cea5997b909ad2d6710e | 2015-01-28 14:34:11+00:00 |
hwcontext_vulkan: remove unused internal REQUIRED extension flag
This is a leftover from an old version which used the 1.0 Vulkan API
with the maintenance extensions being required.
| 030a565baf3b565f65b93c366b789a9e72740536 | ffmpeg | neuralsentry | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/030a565baf3b565f65b93c366b789a9e72740536 | 2020-05-10 15:17:27+01:00 |
avfilter/af_surround: switch to rdft from avutil/tx
| b015c101ab0a968e95b61e5f2ce57ac6bf79e254 | ffmpeg | neuralsentry | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/b015c101ab0a968e95b61e5f2ce57ac6bf79e254 | 2022-02-12 11:44:27+01:00 |
FATE: add a test for the H.264 sample fixed by 7c4f6f6
| ec0f4fa17ce29cf01d4def21041b0b87f7e3105d | ffmpeg | neuralsentry | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ec0f4fa17ce29cf01d4def21041b0b87f7e3105d | 2017-08-17 12:25:56+02:00 |
fate: add tests for some video source filters
Adds FATE tests for the previously untested allrgb, allyuv, rgbtestsrc,
smptebars, smptehdbars and yuvtestsrc filters.
Also adds a test for testsrc2 filter with rgb+alpha.
Tested-by: Michael Niedermayer <[email protected]>
Signed-off-by: Tobias Rapp <[email protected]>
| b7101151b36c85b96da4976fe0c4f817e2ea3cfc | ffmpeg | neuralsentry | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/b7101151b36c85b96da4976fe0c4f817e2ea3cfc | 2017-08-17 14:40:40+02:00 |
avcodec/msmpeg4dec: Don't initialize unused RL VLCs
For the RLTables ff_rl_table[0..2] only the very first VLC is only ever
used, so it makes no sense to create 32 of them. This saves 285200B from
the .bss segment; this amount of memory is actually saved when this
decoder is used.
Signed-off-by: Andreas Rheinhardt <[email protected]>
| b0c47487701d135c9ed1423fa367643cf03c8670 | ffmpeg | neuralsentry | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/b0c47487701d135c9ed1423fa367643cf03c8670 | 2020-12-08 23:08:56+01:00 |
x86/diracdsp: make ff_put_signed_rect_clamped_10_sse4 work on x86_32
Reviewed-by: Rostislav Pehlivanov <[email protected]>
Signed-off-by: James Almer <[email protected]>
| 7a15cf42ee17955b22c9b13d83acdc70eb8983ab | ffmpeg | neuralsentry | 1 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/7a15cf42ee17955b22c9b13d83acdc70eb8983ab | 2016-07-19 22:37:04-03:00 |
avfilter/vf_waveform: add 12bit depth support
Signed-off-by: Paul B Mahol <[email protected]>
| 5d93437e4612a57cef4bc6536eec8f0e59d3618d | ffmpeg | neuralsentry | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/5d93437e4612a57cef4bc6536eec8f0e59d3618d | 2016-02-22 17:57:16+01:00 |
aarch64: vp8: Move the vp8dsp makefile entries to the right places
Even if NEON would be disabled, the init functions should be built
as they are called as long as ARCH_AARCH64 is set.
These functions are part of a generic DSP subsytem, not tied directly
to one decoder. (They should be built if the vp7 decoder is enabled,
even if the vp8 decoder is disabled.)
Signed-off-by: Martin Storsjö <[email protected]>
(cherry picked from commit b4b27dce95a6d40bfcd78043d3abec7d80dae143)
| c8bc9d1380dd686a4ee97d3415c976707904e945 | ffmpeg | neuralsentry | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c8bc9d1380dd686a4ee97d3415c976707904e945 | 2019-01-31 23:03:55+02:00 |
avcodec/videotoolbox: don't use av_ prefix for local function
Signed-off-by: Zhao Zhili <[email protected]>
| 9a180f60a98e0f717d627e565dcbea3f8d800127 | ffmpeg | neuralsentry | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/9a180f60a98e0f717d627e565dcbea3f8d800127 | 2023-01-09 20:50:08+08:00 |
nspdec: convert to new channel layout API
Signed-off-by: James Almer <[email protected]>
| 86eef55878ffab43606613ffc789129c9478ea3e | ffmpeg | neuralsentry | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/86eef55878ffab43606613ffc789129c9478ea3e | 2020-01-29 17:25:51+01:00 |
h264_metadata: Add option to set the level of the stream
| 6522ba30e93cd9060da011c8c591dce1b273c4ce | ffmpeg | neuralsentry | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/6522ba30e93cd9060da011c8c591dce1b273c4ce | 2018-09-18 23:30:59+01:00 |
lavc/flac: Fix encoding and decoding with high lpc.
Based on an analysis by trac user lvqcl.
Fixes ticket #4421, reported by Chase Walker.
| e609cfd697f8eed7325591f767585041719807d1 | ffmpeg | neuralsentry | 1 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e609cfd697f8eed7325591f767585041719807d1 | 2015-05-12 13:00:29+02:00 |
configure: Add check_as() helper function to simplify some expressions
| 31a53ab34e22fe1eec902f79ec1f19ab828a7a0c | ffmpeg | neuralsentry | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/31a53ab34e22fe1eec902f79ec1f19ab828a7a0c | 2017-10-20 04:43:13+02:00 |
avformat/hlsenc: creation of variant streams in subdirectories
Reviewed-by: Steven Liu <[email protected]>
| 41e51fbcd9ed3fd3d9e8f98a017b152506a965d2 | ffmpeg | neuralsentry | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/41e51fbcd9ed3fd3d9e8f98a017b152506a965d2 | 2018-01-02 10:46:48+08:00 |
swscale/x86/swscale: Fix warning about loosing significant bits in cast
Signed-off-by: Michael Niedermayer <[email protected]>
| 54e64eaf68e08aa69a441b783dd51304e64ca479 | ffmpeg | neuralsentry | 1 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/54e64eaf68e08aa69a441b783dd51304e64ca479 | 2015-05-10 15:09:04+02:00 |
avcodec/sonic: Fix leaks upon allocation errors
The Sonic decoder and encoders allocate several buffers in their init
function and return immediately if one of these allocations fails; this
will lead to leaks if there was an earlier successfull allocation. Fix
this by setting the FF_CODEC_CAP_INIT_CLEANUP flag.
Signed-off-by: Andreas Rheinhardt <[email protected]>
| 7d91f9271ee336da93b6871bf3306348ac1595a7 | ffmpeg | neuralsentry | 1 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/7d91f9271ee336da93b6871bf3306348ac1595a7 | 2020-09-13 01:10:40+02:00 |
libswscale: fix for floating point formats, require full chroma
upon more floating point testing, looks like I missed adding this bit.
Signed-off-by: Michael Niedermayer <[email protected]>
| fabeef22d9793a834dba4cee5aafbf0494b9ce4f | ffmpeg | neuralsentry | 1 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/fabeef22d9793a834dba4cee5aafbf0494b9ce4f | 2020-05-10 16:17:48-07:00 |
avcodec/av1dec: remove order_hint from AV1Frame
We now have access to the raw frame header, so use that
Signed-off-by: James Almer <[email protected]>
| 5d4a6bbd4b011b49b60563a1bc390d8d04fe1e17 | ffmpeg | neuralsentry | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/5d4a6bbd4b011b49b60563a1bc390d8d04fe1e17 | 2020-11-12 17:06:05-03:00 |
fate: Limit Dolby Vision RPU test frame count
To avoid the ref for this growing to a very large size when attaching
the parsed RPU side data. Since this sample does not have any dynamic
metadata, two frames will serve just as well as 100.
Signed-off-by: Niklas Haas <[email protected]>
Signed-off-by: Andreas Rheinhardt <[email protected]>
| 08d151884b8290cb7d31000565c257ae886ba375 | ffmpeg | neuralsentry | 1 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/08d151884b8290cb7d31000565c257ae886ba375 | 2022-01-03 01:27:26+01:00 |
avcodec/libfdk-aacenc: add support for 6.1(back) channel layout
Signed-off-by: James Almer <[email protected]>
| 3d96775f9e56a9de6f5dd728a3297036a721ce0e | ffmpeg | neuralsentry | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/3d96775f9e56a9de6f5dd728a3297036a721ce0e | 2022-11-27 19:16:03-03:00 |
avcodec/mpegvideo_dec: Remove commented-out cruft
This piece of code has been added in an already commented-out state
in commit 158c7f059c3906b0116ae73a7669a3bb7bc570bb. It certainly
doesn't make sense now (if ever) because new_picture_ptr it used
has been removed in 6571e41dcdee4655237bca0a3277df8976167aee
(and new_picture is only used for encoding).
Signed-off-by: Andreas Rheinhardt <[email protected]>
| 6d39f5ffb018da4abf6aba524dc456080ca1f8c5 | ffmpeg | neuralsentry | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/6d39f5ffb018da4abf6aba524dc456080ca1f8c5 | 2022-02-01 01:25:28+01:00 |
avfilter/vf_telecine: use the name 's' for the pointer to the private context
Signed-off-by: Paul B Mahol <[email protected]>
| 87577f5508cae419e56f15c8062b0063b21095bf | ffmpeg | neuralsentry | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/87577f5508cae419e56f15c8062b0063b21095bf | 2015-01-28 13:51:18+00:00 |
vp9: add 10/12bpp sse2 SIMD versions of iadst8x8.
| cb054d061a3e0da54309367b8b2b3070376ae752 | ffmpeg | neuralsentry | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/cb054d061a3e0da54309367b8b2b3070376ae752 | 2015-10-07 15:42:52-04:00 |
avcodec/tiff: Check for 12bit gray fax
Fixes: Assertion failure
Fixes: 11898/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_TIFF_fuzzer-5759794191794176
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer <[email protected]>
| ec28a85107cccece4dce17c0ccb633defe2d6e98 | ffmpeg | neuralsentry | 1 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ec28a85107cccece4dce17c0ccb633defe2d6e98 | 2019-01-12 19:37:18+01:00 |
avcodec/golomb: get_ur_golomb_jpegls: Fix reading huge k values
Signed-off-by: Michael Niedermayer <[email protected]>
| c720b9ce9850710e74a103d9626869e397a89faa | ffmpeg | neuralsentry | 1 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c720b9ce9850710e74a103d9626869e397a89faa | 2015-05-17 19:07:17+02:00 |
hwcontext_vulkan: initialize the frames context when deriving
Otherwise, the frames context is considered to be ready to handle
mapping, and it doesn't get initialized the normal way through
.frames_init.
| b6d4bedbb1bfd7a04b0b84fa59769ec3e5ca149b | ffmpeg | neuralsentry | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/b6d4bedbb1bfd7a04b0b84fa59769ec3e5ca149b | 2020-05-25 20:56:00+01:00 |
avcodec/vc1: fix mquant calculation
In vc1_decode_i_blocks_adv mquant needs to be reset to its default value for
each macroblock, instead of once at the beginning of the slice.
DQPROFILE specifies which macroblocks can have an alternative quantizer step
size. When DQPROFILE specifies edges, the selection is applicable to the edges
of the picture. Slice edges are not selected by DQPROFILE.
Signed-off-by: Jerome Borsboom <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| 19c3df0cd6ddc21a666e67a0c98b7823a2730003 | ffmpeg | neuralsentry | 1 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/19c3df0cd6ddc21a666e67a0c98b7823a2730003 | 2018-04-28 17:15:32+02:00 |
avcodec/movtextdec: Switch to smaller type
The base size of a box refers to the size the box has in a file,
not in memory; so size_t is not their natural type. Therefore use
a plain unsigned which is smaller on 64bit systems and still big
enough to represent any conceivable base size.
Reviewed-by: Philip Langdale <[email protected]>
Signed-off-by: Andreas Rheinhardt <[email protected]>
| cd693c9ec8a83eca7c5e79c454a451c7936749c5 | ffmpeg | neuralsentry | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/cd693c9ec8a83eca7c5e79c454a451c7936749c5 | 2021-12-08 21:08:58+01:00 |
avdevice/decklink: add AV_OPT_FLAG_DEPRECATED flag for list_devices
Reviewed-by: Marton Balint <[email protected]>
Signed-off-by: Limin Wang <[email protected]>
| 3d0a7ae460eaafde79892c17d8f6f4b1754ccb70 | ffmpeg | neuralsentry | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/3d0a7ae460eaafde79892c17d8f6f4b1754ccb70 | 2020-11-22 21:34:16+08:00 |
ffplay: remove redundant silence buffer
Signed-off-by: Lukasz Marek <[email protected]>
| df34b700981de606ca4847e1ed0bfdf9ac3e9104 | ffmpeg | neuralsentry | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/df34b700981de606ca4847e1ed0bfdf9ac3e9104 | 2016-03-17 18:26:09+01:00 |
avcodec/smacker: Use smaller types
This will mean that we will need less stack space lateron when these
arrays are no longer heap-allocated.
No discernible speed impact.
Reviewed-by: Paul B Mahol <[email protected]>
Signed-off-by: Andreas Rheinhardt <[email protected]>
| 45ffbb756bd765a29e66dfd7b0ed02fd1d1d7024 | ffmpeg | neuralsentry | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/45ffbb756bd765a29e66dfd7b0ed02fd1d1d7024 | 2020-06-25 21:23:52+02:00 |
avcodec/cfhddata: remove unused defines
| 10ed73e933bbc9261c7637652c533ee508e60bca | ffmpeg | neuralsentry | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/10ed73e933bbc9261c7637652c533ee508e60bca | 2022-09-03 09:23:39+02:00 |
configure: probe RISC-V Vector extension
| 1b6aee52a5634976c6fd212a28175512eb7865f8 | ffmpeg | neuralsentry | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/1b6aee52a5634976c6fd212a28175512eb7865f8 | 2022-09-26 17:52:26+03:00 |
avutil/avstring: Check for memory allocation error in av_escape
av_bprint_finalize() can still fail even when it has been checked that
the AVBPrint is currently complete: Namely if the string was so short
that it fit into the AVBPrint's internal buffer.
Signed-off-by: Andreas Rheinhardt <[email protected]>
| 520754476d9c2627b610fb9c508d0a85182d5a87 | ffmpeg | neuralsentry | 1 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/520754476d9c2627b610fb9c508d0a85182d5a87 | 2021-03-09 21:25:06+01:00 |
avcodec/bethsoftvideo: Check block_type
Fixes: Timeout (17 seconds -> 1 second)
Fixes: 13184/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_BETHSOFTVID_fuzzer-5711446296494080
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer <[email protected]>
| b8ecadec0582a1521b5d0d253376966138e6ca78 | ffmpeg | neuralsentry | 1 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/b8ecadec0582a1521b5d0d253376966138e6ca78 | 2019-02-24 23:39:44+01:00 |
avfilter/vf_avgblur: remove dupe assignment
| 7a7aa4f79e506eff8bddb971da2b7cf0dac7d009 | ffmpeg | neuralsentry | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/7a7aa4f79e506eff8bddb971da2b7cf0dac7d009 | 2019-09-16 10:31:05+02:00 |
sbcenc: add MMX optimizations
This was originally based on libsbc, and was fully integrated into ffmpeg.
Rough speed test:
C version: speed= 592x
MMX version: speed= 785x
| f1e490b1adedd90ce35db894520ccc61cacb991d | ffmpeg | neuralsentry | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/f1e490b1adedd90ce35db894520ccc61cacb991d | 2017-12-17 20:07:33+01:00 |
vc1dec: raise an error if sprite picture data is missing
Bug-Id: 1013
CC: [email protected]
| 2e1ab6a67dd5d9a30558d008aa6e541c68d76221 | ffmpeg | neuralsentry | 1 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/2e1ab6a67dd5d9a30558d008aa6e541c68d76221 | 2017-04-22 19:16:34-04:00 |
lavf/dnn: dump OpenVINO model input/output names to OVMdel struct.
Dump all input/output names to OVModel struct. In case other funcs use
them for reporting errors or locating issues.
Signed-off-by: Ting Fu <[email protected]>
| 23953b9eb79bb52eb9a6dfc81a5998f90c9b56fb | ffmpeg | neuralsentry | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/23953b9eb79bb52eb9a6dfc81a5998f90c9b56fb | 2022-07-21 17:41:03+08:00 |
avfilter/vf_lagfun: increase filter precision
| 27b5d0e1e4ba47b4fb30c73d3f99491e9836bc90 | ffmpeg | neuralsentry | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/27b5d0e1e4ba47b4fb30c73d3f99491e9836bc90 | 2021-02-11 00:24:50+01:00 |
avformat/tty: add seeking support
| 767e95d560f9a7ea9d53cbd7f3a9cde9fa35054f | ffmpeg | neuralsentry | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/767e95d560f9a7ea9d53cbd7f3a9cde9fa35054f | 2020-02-02 14:03:45+01:00 |
avfilter/af_astats: add slice threading support
| 715da295017e8060ded1e16ce995049ee38dae59 | ffmpeg | neuralsentry | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/715da295017e8060ded1e16ce995049ee38dae59 | 2020-04-16 17:55:11+02:00 |
avformat/hlsenc: add option hls_delete_threshold
When using hls_list_size with hls_flags delete_segments, currently
hls_list_size * 2 +- segments remain on disk. With this new option,
the amount of disk space used can be controlled by the user.
fix ticket: #7131
Signed-off-by: Steven Liu <[email protected]>
Signed-off-by: Aman Gupta <[email protected]>
| 987026adda79be4bbc541e12c5c6796b43f84bc1 | ffmpeg | neuralsentry | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/987026adda79be4bbc541e12c5c6796b43f84bc1 | 2018-04-13 15:39:49+08:00 |
Add tests for functions in hash.c
Signed-off-by: Michael Niedermayer <[email protected]>
| 285fda093732a3dbb81c5bc35d49232febd0e0a9 | ffmpeg | neuralsentry | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/285fda093732a3dbb81c5bc35d49232febd0e0a9 | 2016-03-07 21:21:26-08:00 |
vp9: add missing changelog and APIchanges entries for new VP9 profiles
Signed-off-by: James Almer <[email protected]>
| e0a403e1c28404c26d6ad285e50fcc84cbf2c0e1 | ffmpeg | neuralsentry | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e0a403e1c28404c26d6ad285e50fcc84cbf2c0e1 | 2015-05-07 18:33:11-03:00 |
mathematics: Extend and edit Doxygen
| a4d7a6d1dd51ad92a42bfc191b473b87ac9ec91b | ffmpeg | neuralsentry | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/a4d7a6d1dd51ad92a42bfc191b473b87ac9ec91b | 2016-07-30 18:56:34-07:00 |
lavc/libvpxenc: drop frame_number
It is not used, except to check whether the packet is valid before
writing HDR metadata to the packet in storeframe(). However, that check
serves no purpose, as the encoded packet is already treated as valid
higher up in this function.
| f367aa5db69d5c4825b154333a309b2a53f4cb5d | ffmpeg | neuralsentry | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/f367aa5db69d5c4825b154333a309b2a53f4cb5d | 2023-02-28 11:30:48+01:00 |
lavf: add raw avs2 muxer
Signed-off-by: hwren <[email protected]>
| ed0bd0a71b5e861a68410ad4543e4a1b611bd7c8 | ffmpeg | neuralsentry | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ed0bd0a71b5e861a68410ad4543e4a1b611bd7c8 | 2018-09-10 11:59:03+08:00 |
avformat/mxfdec: take into account index_edit_rate
Fixes samples/ffmpeg-bugs/roundup/issue591/02785736.mxf
Fixes samples/ffmpeg-bugs/trac/ticket1916/pcm_s24le_to_pcm_s16le.mxf
Signed-off-by: Marton Balint <[email protected]>
| c6fff3d32f4e36e6ee4b2cf9e371a884d86a510b | ffmpeg | neuralsentry | 1 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c6fff3d32f4e36e6ee4b2cf9e371a884d86a510b | 2018-05-30 02:17:20+02:00 |
avformat/avidec: cleanup include
Signed-off-by: Michael Niedermayer <[email protected]>
| 213ddcb0298bd59d0a70c871d0b5dde5065474de | ffmpeg | neuralsentry | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/213ddcb0298bd59d0a70c871d0b5dde5065474de | 2015-03-15 16:38:27+08:00 |
dnn/native: add native support for 'add'
It can be tested with the model file generated with below python script:
import tensorflow as tf
import numpy as np
import imageio
in_img = imageio.imread('input.jpg')
in_img = in_img.astype(np.float32)/255.0
in_data = in_img[np.newaxis, :]
x = tf.placeholder(tf.float32, shape=[1, None, None, 3], name='dnn_in')
z1 = 0.039 + x
z2 = x + 0.042
z3 = z1 + z2
z4 = z3 - 0.381
z5 = z4 - x
y = tf.math.maximum(z5, 0.0, name='dnn_out')
sess=tf.Session()
sess.run(tf.global_variables_initializer())
graph_def = tf.graph_util.convert_variables_to_constants(sess, sess.graph_def, ['dnn_out'])
tf.train.write_graph(graph_def, '.', 'image_process.pb', as_text=False)
print("image_process.pb generated, please use \
path_to_ffmpeg/tools/python/convert.py to generate image_process.model\n")
output = sess.run(y, feed_dict={x: in_data})
imageio.imsave("out.jpg", np.squeeze(output))
Signed-off-by: Guo, Yejun <[email protected]>
| 6aa7e07e7caed7997e40cee8b203ec56b12d7300 | ffmpeg | neuralsentry | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/6aa7e07e7caed7997e40cee8b203ec56b12d7300 | 2020-04-10 21:35:11+08:00 |
tools/target_dem_fuzzer: Set format independent of c
Signed-off-by: Michael Niedermayer <[email protected]>
| af701196ec04a2ad1032340ef8b04ed9890ff32c | ffmpeg | neuralsentry | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/af701196ec04a2ad1032340ef8b04ed9890ff32c | 2020-10-16 11:36:26+02:00 |
avcodec/dca_parser: improve frame end search
Parse core frame size directly when searching for frame end instead of
using value extracted from previous frame.
Account for unused bits when calculating sync word distance for 14-bit
streams to avoid alias sync detection.
Parse EXSS frame size and skip over EXSS frame to avoid alias sync
detection.
Signed-off-by: James Almer <[email protected]>
| a0349ae27c127df8c72de1c30dc4090360ec7ef4 | ffmpeg | neuralsentry | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/a0349ae27c127df8c72de1c30dc4090360ec7ef4 | 2016-05-13 12:48:28+03:00 |
fftools/ffmpeg: Remove unnecessary av_packet_unref()
avcodec_receive_packet() already unreferences the packet on its own.
Reviewed-by: James Almer <[email protected]>
Signed-off-by: Andreas Rheinhardt <[email protected]>
| f1df856fb632c2d14a29cfb1f4a11c4dbb027f89 | ffmpeg | neuralsentry | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/f1df856fb632c2d14a29cfb1f4a11c4dbb027f89 | 2021-10-08 09:55:23+02:00 |
avcodec: add libkvazaar HECV encoder
Signed-off-by: Michael Niedermayer <[email protected]>
| b90b6af710d0720af1395999f3e563831527cc75 | ffmpeg | neuralsentry | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/b90b6af710d0720af1395999f3e563831527cc75 | 2015-07-14 08:53:35+03:00 |
avfilter/vf_colormatrix: Change enums to int, which are accessed via AVOption as int
This fixes depending on implementation defined behavior
Signed-off-by: Michael Niedermayer <[email protected]>
| 6f51cb514b7476df749f29c2a1cc8c99fff6ad2e | ffmpeg | neuralsentry | 1 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/6f51cb514b7476df749f29c2a1cc8c99fff6ad2e | 2015-03-07 02:44:04+01:00 |
avfilter/vf_normalize: add support for >8 depth
| feeef2f80c24e86981d57d4a2e919d7d34bbcbfb | ffmpeg | neuralsentry | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/feeef2f80c24e86981d57d4a2e919d7d34bbcbfb | 2020-01-12 20:47:35+01:00 |
avformat/hls: Use av_init_pkt() directly
and remove reset_packet(). The packet's data pointer is already zeroed,
so the only thing that reset_packet() does that av_init_pkt() doesn't is
redundant.
Reviewed-by: Steven Liu <[email protected]>
Signed-off-by: Andreas Rheinhardt <[email protected]>
| 97d802914994b29eba97dc49e35e8ed60b5b8ae3 | ffmpeg | neuralsentry | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/97d802914994b29eba97dc49e35e8ed60b5b8ae3 | 2020-08-14 22:59:57+02:00 |
avcodec/mediacodecdec: factorize common extradata functions
| af167d970bbf86c5741e4ba8d524be77085c30ae | ffmpeg | neuralsentry | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/af167d970bbf86c5741e4ba8d524be77085c30ae | 2018-03-02 10:36:08+01:00 |
avcodec/mediacodecenc: configure profile
Signed-off-by: Zhao Zhili <[email protected]>
| 2401494e96446c7f9cedf73cee548932db0a6e2a | ffmpeg | neuralsentry | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/2401494e96446c7f9cedf73cee548932db0a6e2a | 2022-11-28 00:51:37+08:00 |
mmaldec: autodetect by default
It qualifies as a system library.
Signed-off-by: Anton Khirnov <[email protected]>
| 33ac77e850efdfd0e8835950c3d947baffd4df45 | ffmpeg | neuralsentry | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/33ac77e850efdfd0e8835950c3d947baffd4df45 | 2016-04-14 12:21:27+02:00 |
avformat/hlsenc: Add hls flag for rounding m3u8 durations to whole numbers, problems with floats on some devices
Reviewed-by: Thomas Volkert <[email protected]>
| 8fd01b4a794c1e5fd3888256b816b30023a2d856 | ffmpeg | neuralsentry | 1 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/8fd01b4a794c1e5fd3888256b816b30023a2d856 | 2015-04-21 15:46:17-06:00 |
avcodec/mjpegdec: Only allow 0x11110000 pix_fmt_id for bayer mode
Fixes: NULL pointer dereference
Fixes: assertion failure
Fixes: 17003/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_MJPEG_fuzzer-5696929253556224
Fixes: 17039/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_MJPEG_fuzzer-5651008134316032
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Reviewed-by: Paul B Mahol <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| 2006e5ccb6db3d4fd97096d8a1d0ba18f708f5fe | ffmpeg | neuralsentry | 1 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/2006e5ccb6db3d4fd97096d8a1d0ba18f708f5fe | 2019-09-12 21:02:17+02:00 |
mmaldec: print the MMAL format FourCC automatically
Slight simplification. The result is the same. Also, change the
wording of the message as requested in patch review.
| d27a12cb0982921e503e68692bb99b6dfe1a6144 | ffmpeg | neuralsentry | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/d27a12cb0982921e503e68692bb99b6dfe1a6144 | 2016-01-28 17:23:46+01:00 |
doc/examples: fix make command, reference Makefile.example
Fix regression since b25d6290c67e193.
| e3bbf5c17dad2005fea862fe5e882525f986592e | ffmpeg | neuralsentry | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e3bbf5c17dad2005fea862fe5e882525f986592e | 2023-02-11 18:05:29+01:00 |
avcodec/videotoolboxenc: Fixes non-B-Frame encoding
Sets vtctx->has_b_frames to 0 if the VideoToolbox compression
session will not emit B-frames (and, in consequence, no valid
DTSs). Required for the handling of invalid DTSs in
'vtenc_cm_to_avpacket' (line 2018ff) to work correctly and not
abort encoding with "DTS is invalid." when no B-frames are
generated.
Signed-off-by: NoHalfBits <[email protected]>
Signed-off-by: Rick Kern <[email protected]>
| b786bc7433dfe082441a57c1ba9ae9ea47904b78 | ffmpeg | neuralsentry | 1 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/b786bc7433dfe082441a57c1ba9ae9ea47904b78 | 2021-09-26 14:47:52+02:00 |
avfilter: add maskedmerge filter
Signed-off-by: Paul B Mahol <[email protected]>
| 691a7df3c5b7a9d6b83540720e41081f7137f14b | ffmpeg | neuralsentry | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/691a7df3c5b7a9d6b83540720e41081f7137f14b | 2015-09-25 22:46:38+02:00 |
lavfi: show side data of detection bounding boxes
| e942b4bbaaddad451752254cbb60a3ea383294d6 | ffmpeg | neuralsentry | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e942b4bbaaddad451752254cbb60a3ea383294d6 | 2021-01-27 12:54:58+08:00 |
avformat/hls: remove unused function
Fixes -Wunused-function from
http://fate.ffmpeg.org/report.cgi?time=20150820031140&slot=arm64-darwin-clang-apple-5.1
Signed-off-by: Ganesh Ajjanagadde <[email protected]>
| db9de9b954a7dd453e928d17d7521915afe86764 | ffmpeg | neuralsentry | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/db9de9b954a7dd453e928d17d7521915afe86764 | 2015-09-16 20:26:42-04:00 |
lavc/ppc/h264dsp: Fix function prototype after bc26fe89.
Silences the following gcc warnings:
src/libavcodec/ppc/h264dsp.c: In function 'ff_h264dsp_init_ppc':
src/libavcodec/ppc/h264dsp.c:809:40: warning: assignment from incompatible pointer type
src/libavcodec/ppc/h264dsp.c:810:40: warning: assignment from incompatible pointer type
src/libavcodec/ppc/h264dsp.c:811:40: warning: assignment from incompatible pointer type
src/libavcodec/ppc/h264dsp.c:812:40: warning: assignment from incompatible pointer type
| 40d635e8c33035e05c60ea32e44d7679df7309dd | ffmpeg | neuralsentry | 1 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/40d635e8c33035e05c60ea32e44d7679df7309dd | 2017-11-01 14:15:15+01:00 |
avfilter/vf_psnr: remove unnecessary check
Signed-off-by: Limin Wang <[email protected]>
| 8410000f178134a7123b869b799f1a907c0028bf | ffmpeg | neuralsentry | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/8410000f178134a7123b869b799f1a907c0028bf | 2021-03-13 10:35:02+08:00 |
fate/imf: fix memory leak
| dbe43bca25b84f2c2f5f713eeff5ab2dae89fc25 | ffmpeg | neuralsentry | 1 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/dbe43bca25b84f2c2f5f713eeff5ab2dae89fc25 | 2023-05-15 11:29:45-07:00 |
libgsm: convert to new channel layout API
Signed-off-by: Vittorio Giovara <[email protected]>
Signed-off-by: Anton Khirnov <[email protected]>
Signed-off-by: James Almer <[email protected]>
| 5359381864b57967341774cbaea896b20b946c84 | ffmpeg | neuralsentry | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/5359381864b57967341774cbaea896b20b946c84 | 2013-05-07 07:20:32+02:00 |
dnn_backend_openvino.c: separate function execute_model_ov
function fill_model_input_ov and infer_completion_callback are
extracted, it will help the async execution for reuse.
Signed-off-by: Xie, Lin <[email protected]>
Signed-off-by: Wu Zhiwen <[email protected]>
Signed-off-by: Guo, Yejun <[email protected]>
| 2b177033bb0fe7637448b08ec6a84325b5b25945 | ffmpeg | neuralsentry | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/2b177033bb0fe7637448b08ec6a84325b5b25945 | 2020-11-17 20:55:13+08:00 |
mips/aaccoder: use variables instead of using register names directly
On mips64, the registers t[4-7] do not exist. Instead of using a lot of #ifdef
or defines to handle differing register names, use variables and let GCC
allocate the registers automatically (like in the other mips assembly files).
In get_band_cost_ESC_mips, t4 and t5 were renamed to t6 and t7 to avoid a
variable name conflict.
Signed-off-by: James Cowgill <[email protected]>
Reviewed-by: Nedeljko Babic <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| 37ffe7f90a5708f3b51f277dac377a5454b5c0d5 | ffmpeg | neuralsentry | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/37ffe7f90a5708f3b51f277dac377a5454b5c0d5 | 2015-02-26 13:42:53+00:00 |
avcodec/dca_parser: skip initial padding
Padding before the first sync word can be very large for DTS-in-WAV
streams. There is no reason to include this padding in parsed packet.
Signed-off-by: James Almer <[email protected]>
| 214e63f8511330e8da8d69b5ea402ff0a4f17316 | ffmpeg | neuralsentry | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/214e63f8511330e8da8d69b5ea402ff0a4f17316 | 2016-05-31 14:46:14+03:00 |
libavcodec/qsvenc_av1: add av1_qsv encoder
It is available only when libvpl is enabled. MSDK doesn't support av1
encoding.
sample command:
ffmpeg -f rawvideo -pix_fmt nv12 -s 1920x1080 -i input.yuv \
-c:v av1_qsv output.ivf
Signed-off-by: Wenbin Chen <[email protected]>
Signed-off-by: Haihao Xiang <[email protected]>
| dc9e4789a3b504c08c8cd24e990aa692dde50bc6 | ffmpeg | neuralsentry | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/dc9e4789a3b504c08c8cd24e990aa692dde50bc6 | 2022-10-13 16:25:23+08:00 |
avfilter/vf_mergeplanes: deprecate mapping option
| 854615adf2f9bfd2c839d580293255ac9542d4d1 | ffmpeg | neuralsentry | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/854615adf2f9bfd2c839d580293255ac9542d4d1 | 2022-04-05 12:00:48+02:00 |
avcodec/flashsv: add FF_CODEC_CAP_INIT_CLEANUP to flashsv1
Fixes: memleaks on error paths during init
Fixes: 15533/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_FLASHSV_fuzzer-5647977168764928
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer <[email protected]>
| 76af425159cfa0c09b85d5c763ffa9942c940bfc | ffmpeg | neuralsentry | 1 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/76af425159cfa0c09b85d5c763ffa9942c940bfc | 2019-07-07 11:05:53+02:00 |
avcodec/kbdwin: Remove low precision intermediate in ff_kbd_window_init_fixed()
Previously floats where scaled up to 32bit int, but floats do not
have 32bits in their mantisse so a quarter of the bits where nonsense.
It seems no fate test is affected by this change, which is interresting
Signed-off-by: Michael Niedermayer <[email protected]>
| 988fd5743d3a286e490e1860ddef169cf8174a1b | ffmpeg | neuralsentry | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/988fd5743d3a286e490e1860ddef169cf8174a1b | 2023-05-23 01:19:32+02:00 |
tools/target_dec_fuzzer: Adjust threshold for G2M
G2M allows large images from small input and also reallocates
multiple buffers on any resolution change.
Fixes: Timeout (22sec -> 5sec)
Fixes: 18022/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_G2M_fuzzer-5089192530411520
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer <[email protected]>
| fd3ee7a92e9227ee44e2a0d837ba9879959b15d7 | ffmpeg | neuralsentry | 1 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/fd3ee7a92e9227ee44e2a0d837ba9879959b15d7 | 2019-10-09 10:09:22+02:00 |
avcodec/photocd: Remove set-but-unused variables
Reviewed-by: Paul B Mahol <[email protected]>
Signed-off-by: Andreas Rheinhardt <[email protected]>
| 38ee8f80ea341c9d3fb2f6e20bcc0d714f6eed8e | ffmpeg | neuralsentry | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/38ee8f80ea341c9d3fb2f6e20bcc0d714f6eed8e | 2020-09-04 21:46:09+02:00 |
aasc: return correct buffer size from aasc_decode_frame
CC: [email protected]
Signed-off-by: Andreas Cadhalpun <[email protected]>
Signed-off-by: Anton Khirnov <[email protected]>
| 8fc8024ea56e814cd257d5fe27b21a865080782f | ffmpeg | neuralsentry | 1 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/8fc8024ea56e814cd257d5fe27b21a865080782f | 2015-04-16 19:12:02+02:00 |
lavfi/blockdetect: Fix possible div by 0
Found-by Covererity, CID 1504568, 1504569
| b7cea557304b8733074f512629043f37130c5181 | ffmpeg | neuralsentry | 1 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/b7cea557304b8733074f512629043f37130c5181 | 2022-06-04 13:45:30+02:00 |
lavfi/vf_libplacebo: add frame_mixer option
Fairly straightforward. We just need to modify the scaler handling code
slightly to support looking at a different list of filter presets.
| 30c71ef98e6b0d3b5d303388a81676a5bd963227 | ffmpeg | neuralsentry | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/30c71ef98e6b0d3b5d303388a81676a5bd963227 | 2023-05-10 14:42:22+02:00 |
avfilter/avfilter: Remove unused count
Reviewed-by: Paul B Mahol <[email protected]>
Signed-off-by: Andreas Rheinhardt <[email protected]>
| dc2279a4f2898dc2a45afb969c5a9c253a4fe4e9 | ffmpeg | neuralsentry | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/dc2279a4f2898dc2a45afb969c5a9c253a4fe4e9 | 2021-09-11 01:32:05+02:00 |
avcodec/nvenc: fix potential NULL pointer dereference
Signed-off-by: Timo Rothenpieler <[email protected]>
| 21101d9eb1f26c1f1a58454919a9ef5993ae9900 | ffmpeg | neuralsentry | 1 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/21101d9eb1f26c1f1a58454919a9ef5993ae9900 | 2023-02-28 19:12:17+01:00 |
checkasm: arm: Make the indentation consistent with other files
This makes it easier to share code with e.g. the dav1d implementation
of checkasm.
Signed-off-by: Martin Storsjö <[email protected]>
| 89cf9e1fb642f5852afebdf2b534eb31e9410d2d | ffmpeg | neuralsentry | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/89cf9e1fb642f5852afebdf2b534eb31e9410d2d | 2020-05-12 13:44:05+03:00 |
libavcodec/hevc: add hevc idct4x4 neon of aarch64
Signed-off-by: Martin Storsjö <[email protected]>
| 4b4de07721ed734fea7ec1058ccdc4cc11f3d2da | ffmpeg | neuralsentry | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/4b4de07721ed734fea7ec1058ccdc4cc11f3d2da | 2023-02-24 15:43:13+08:00 |
avcodec/avcodec: Move AV_ER_* and FF_COMPLIANCE_* to defs.h
They are also frequently used in libavformat.
This change does not cause any breakage as avcodec.h
includes defs.h.
Signed-off-by: Andreas Rheinhardt <[email protected]>
| cf856d8957f82a3b15071b8f1f551b06a65b9b3f | ffmpeg | neuralsentry | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/cf856d8957f82a3b15071b8f1f551b06a65b9b3f | 2022-09-21 01:03:52+02:00 |
doc/APIchanges: Update
Signed-off-by: Michael Niedermayer <[email protected]>
| ed8ff608b2b4901089270d9c53bdff7d03ec01ca | ffmpeg | neuralsentry | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ed8ff608b2b4901089270d9c53bdff7d03ec01ca | 2017-10-11 00:12:12+02:00 |
avcodec/pcm-dvd: Fix debug == FF_DEBUG_PICT_INFO
Signed-off-by: Michael Niedermayer <[email protected]>
| c2163f7cc74778b5e81a45a56ca244aeff57897d | ffmpeg | neuralsentry | 1 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c2163f7cc74778b5e81a45a56ca244aeff57897d | 2015-06-11 04:53:37+02:00 |
avfilter/x86/vf_threshold : add avx2 version for threshold 8
| 9719d57b34f2156dc26d7a46ba809b1f9427011c | ffmpeg | neuralsentry | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/9719d57b34f2156dc26d7a46ba809b1f9427011c | 2017-12-03 17:02:44+01:00 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.