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
lavu/tx: support out-of-place transforms in fft_inplace This makes testing easier, as a unified path can be used for in/out of place transforms.
fff3e1d8489ee83949f67faba8908755846a6f4f
ffmpeg
neuralsentry
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/fff3e1d8489ee83949f67faba8908755846a6f4f
2022-11-17 20:06:43+01:00
build: Add an internal component for hevc_ps code This allows expressing dependencies in a more correct way.
fbec58daa2351cbe9fc758d8735c23ff03313db4
ffmpeg
neuralsentry
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/fbec58daa2351cbe9fc758d8735c23ff03313db4
2016-12-03 15:26:40+01:00
avformat/hlsplaylist: Add const where appropriate Signed-off-by: Andreas Rheinhardt <[email protected]>
c6e73ad2b783b81e043d1b04c69d8dbe93237068
ffmpeg
neuralsentry
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c6e73ad2b783b81e043d1b04c69d8dbe93237068
2020-05-25 19:11:34+02:00
avformat/dashenc: Fix a bug with writing "final" manifest This bug was introduced in the commit 951561b64ee6c11f01daedd9dcf73276cc1e765b
eeca67e0232cc18c0a4b7c4bfa7ff4ee709078c2
ffmpeg
neuralsentry
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/eeca67e0232cc18c0a4b7c4bfa7ff4ee709078c2
2019-04-17 11:26:07+05:30
avcodec/x86/vc1dsp_init: Remove obsolete 3dnow, MMX(EXT) functions x64 always has MMX, MMXEXT, SSE and SSE2 and this means that some functions for MMX, MMXEXT and 3dnow are always overridden by other functions (unless one e.g. explicitly disables SSE2) for x64. So given that the only systems that benefit from these functions are truely ancient 32bit x86s they are removed. Signed-off-by: Andreas Rheinhardt <[email protected]>
e02ffed004caf192c6307813e7b178c3044993c6
ffmpeg
neuralsentry
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e02ffed004caf192c6307813e7b178c3044993c6
2022-06-07 00:40:04+02:00
lavd/libdc1394: distinguish between enumeration errors and no cameras found Signed-off-by: Michael Niedermayer <[email protected]>
384251daffb98d88b0fe897b341bb68445f885de
ffmpeg
neuralsentry
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/384251daffb98d88b0fe897b341bb68445f885de
2016-07-24 19:49:40+01:00
avcodec/x86/cfhddsp: try to fix build on x32
4aac74250513778a08816b6e26c82db1498ce8df
ffmpeg
neuralsentry
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/4aac74250513778a08816b6e26c82db1498ce8df
2020-08-26 23:38:10+02:00
ffplay: add options to specify window position Signed-off-by: Marton Balint <[email protected]>
1431ff2d379e25890309569dd99ca613b4fbb564
ffmpeg
neuralsentry
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1431ff2d379e25890309569dd99ca613b4fbb564
2018-10-01 17:07:44-04:00
doc/filters: note default for elbg pal8 option
1d1a96acf562bba99e5f23b1892e821170978eba
ffmpeg
neuralsentry
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1d1a96acf562bba99e5f23b1892e821170978eba
2021-03-28 15:26:56+05:30
avcodec/bsf: use av_packet_make_refcounted to ensure packets are ref counted Simplifies code. Signed-off-by: James Almer <[email protected]>
265ec55983bf3b981190b564925a609d53391aa5
ffmpeg
neuralsentry
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/265ec55983bf3b981190b564925a609d53391aa5
2018-03-25 00:23:58-03:00
lavc: do not compile fmtconvert unconditionally Only ac3dec and dcadec use it.
71f1ad37d858b810b71a4af1c25771beaa50b27b
ffmpeg
neuralsentry
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/71f1ad37d858b810b71a4af1c25771beaa50b27b
2015-02-21 11:24:44+01:00
README: add ffserver
a5c9befbf433fc63aef9dca598f762339f3a19f3
ffmpeg
neuralsentry
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a5c9befbf433fc63aef9dca598f762339f3a19f3
2015-02-12 11:59:22+01:00
avcodec/snow_dwt: Remove ff_ prefix from ff_spatial_idwt_init() and ff_spatial_idwt_slice() They are only used once in the file in which they are defined Signed-off-by: Michael Niedermayer <[email protected]>
4b0f78ad1f5e712e4dd9d809157a3e9252f9c042
ffmpeg
neuralsentry
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/4b0f78ad1f5e712e4dd9d809157a3e9252f9c042
2015-05-18 14:07:48+02:00
avfilter/vf_thumbnail_cuda: Fix segfaults on uninit Uninit crashed if an array containing frames could not be allocated or config_props() has never been called. Reviewed-by: Timo Rothenpieler <[email protected]> Signed-off-by: Andreas Rheinhardt <[email protected]>
06045f4b1da1cbfa3446beef6797fb983a7dada5
ffmpeg
neuralsentry
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/06045f4b1da1cbfa3446beef6797fb983a7dada5
2021-10-05 22:31:03+02:00
avcodec/jpeg2000dec: Check that there are enough bytes for all tiles Fixes: OOM Fixes: 8781/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_JPEG2000_fuzzer-5810709081358336 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
0898a3d9909960324e27d3a7a4f48c4effbb654a
ffmpeg
neuralsentry
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/0898a3d9909960324e27d3a7a4f48c4effbb654a
2018-07-02 18:40:08+02:00
avfilter/vf_threshold: add x86 SIMD Signed-off-by: Paul B Mahol <[email protected]>
bbfcb1b7c891319a3eb4420c144ddae471942631
ffmpeg
neuralsentry
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/bbfcb1b7c891319a3eb4420c144ddae471942631
2017-11-12 19:11:51+01:00
avcodec/utils: Check bits_per_coded_sample This avoids the need for each decoder separately having to handle this case Fixes: shift exponent -100663046 is negative Fixes: out of array access Fixes: 15270/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_IFF_ILBM_fuzzer-5727829913763840 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
d33414d2ad27a5d2193c9ab0948ba7a282c2f910
ffmpeg
neuralsentry
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d33414d2ad27a5d2193c9ab0948ba7a282c2f910
2019-06-18 23:55:56+02:00
lavf/vividas: Support demuxing on big-endian hardware.
01db03f15848e524e8fd4e16b524aea855f63558
ffmpeg
neuralsentry
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/01db03f15848e524e8fd4e16b524aea855f63558
2018-12-23 01:34:55+01:00
avformat/matroskaenc: reindent after the previous commit Signed-off-by: James Almer <[email protected]>
819e4e79797e3f23cc4bc3c523735f9a710fceae
ffmpeg
neuralsentry
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/819e4e79797e3f23cc4bc3c523735f9a710fceae
2018-09-21 16:18:36-03:00
dvaudio: convert to new channel layout API Signed-off-by: James Almer <[email protected]>
502f7240fa030385cf1b881115fa1d471a396923
ffmpeg
neuralsentry
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/502f7240fa030385cf1b881115fa1d471a396923
2019-05-29 08:34:13+02:00
avcodec/vc1data: Remove duplicate defines The defines in vc1data.c are duplicates of the ones in vc1data.h; they are also pointless, because they are not used anywhere. Signed-off-by: Andreas Rheinhardt <[email protected]>
6f1403712d7ce4c3256481d6d9bd0853cb5f7d45
ffmpeg
neuralsentry
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6f1403712d7ce4c3256481d6d9bd0853cb5f7d45
2022-10-30 03:19:14+01:00
fftools/ffmpeg_mux: make streamcopy_started private to muxing code It is no longer used outside of ffmpeg_mux*
8763b9cc36457a35e6f092a9791c4ba0ab870a24
ffmpeg
neuralsentry
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/8763b9cc36457a35e6f092a9791c4ba0ab870a24
2023-04-13 14:45:58+02:00
mov: Correctly store dref paths Rather than reading the alternate absolute path version from dref type 18, make sure that 0s are considered as '/'. These values are sometimes present in the full path, and are mistakenly interpreted as line terminators othewise. With the correct handling of this dref type, parsing type 18 is not needed any more.
303f931938c618668f7f83c646a1850bef84641e
ffmpeg
neuralsentry
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/303f931938c618668f7f83c646a1850bef84641e
2015-11-09 15:14:42+01:00
lavc/libxavs2.c: mark key-frame packets Signed-off-by: hwren <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
5f8555d156c96d6aa3d42762923311a73b4d469c
ffmpeg
neuralsentry
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/5f8555d156c96d6aa3d42762923311a73b4d469c
2020-07-27 14:21:35+08:00
mips: add mips32r6 architecture variant Signed-off-by: Vicente Olivert Riera <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
6a7e94cb14f31013261c337e217ca38c37fd9efd
ffmpeg
neuralsentry
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6a7e94cb14f31013261c337e217ca38c37fd9efd
2015-12-03 13:22:24+00:00
avcodec/hnm4video: Optimize postprocess_current_frame() Improves: Timeout (220sec -> 108sec) Improves: 15570/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_HNM4_VIDEO_fuzzer-5085482213441536 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Reviewed-by: Tomas Härdin <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
cd460f4da04c05d6ba93ccbbe294e948768f0937
ffmpeg
neuralsentry
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/cd460f4da04c05d6ba93ccbbe294e948768f0937
2019-08-03 01:49:55+02:00
avcodec/vmdaudio: Check chunk counts to avoid integer overflow Fixes: signed integer overflow: 4 * 538976288 cannot be represented in type 'int' Fixes: 18622/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_VMDAUDIO_fuzzer-5092166174507008 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
47d963335eb2c36c0e6615d7971c762458e813dd
ffmpeg
neuralsentry
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/47d963335eb2c36c0e6615d7971c762458e813dd
2019-11-08 17:28:27+01:00
swscale: Take the destination range into account for yuv->rgb->yuv conversions The range parameters need to be set up before calling sws_init_context (which selects which fastpaths can be used; this gets called by sws_getContext); solely passing them via sws_setColorspaceDetails isn't enough. This fixes producing full range YUV range output when doing YUV->YUV conversions between different YUV color spaces. Signed-off-by: Martin Storsjö <[email protected]>
c523724c693ee031d8b5351aff6232a1f7d86876
ffmpeg
neuralsentry
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c523724c693ee031d8b5351aff6232a1f7d86876
2022-02-18 14:35:31+02:00
avfilter/avf_avectorscope: fix crash when using vflip filter
9c8b977c1ecb62c4591f2391ed9a1d69f54d9a69
ffmpeg
neuralsentry
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/9c8b977c1ecb62c4591f2391ed9a1d69f54d9a69
2022-11-25 19:25:57+01:00
avcodec/mpegvideo: Fix off-by-one error when decoding >8 bit MPEG-4 Fixes visual corruptions on two macroblocks from two frames from https://samples.ffmpeg.org/ffmpeg-bugs/trac/ticket4447/A003C003_SR_422_23.98p.mxf Reviewed-by: Kieran Kunhya <[email protected]> Signed-off-by: Andreas Rheinhardt <[email protected]>
9953fc9a2372cb09ec8e3d9395611f4285916d46
ffmpeg
neuralsentry
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/9953fc9a2372cb09ec8e3d9395611f4285916d46
2022-01-26 00:22:50+01:00
ffmpeg: fix printing of filter input/output names Broken by the previous Libav commit (even in Libav, thus a separate commit). Signed-off-by: wm4 <[email protected]>
97614a68e474062b46f6fae92bf34976f3436c6a
ffmpeg
neuralsentry
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/97614a68e474062b46f6fae92bf34976f3436c6a
2017-02-08 12:55:58+01:00
avcodec/mediacodecdec_common: log codec name during configure/start failures Signed-off-by: Aman Gupta <[email protected]> Signed-off-by: Matthieu Bouron <[email protected]>
d0e67627685607b903df310e0ee96e60ed4c4610
ffmpeg
neuralsentry
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d0e67627685607b903df310e0ee96e60ed4c4610
2019-09-05 11:33:32-07:00
libavformat/mxfdec: export track name metadata Signed-off-by: Michael Niedermayer <[email protected]>
3b82be9e3b7ecd5a95469efbaae3dff61dd42a8a
ffmpeg
neuralsentry
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/3b82be9e3b7ecd5a95469efbaae3dff61dd42a8a
2016-09-21 13:42:06-07:00
avcodec/libopenh264enc: fix class_name Reverts some accidental change in commit e621b1ca646a2f268797adc3194b694a852548d2. Reviewed-by: Jan Ekström <[email protected]> Signed-off-by: Tobias Rapp <[email protected]>
7992c2867efc79eb8e9983e15a7ba998d6c48ffd
ffmpeg
neuralsentry
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/7992c2867efc79eb8e9983e15a7ba998d6c48ffd
2018-11-12 17:04:43+01:00
avformat/hlsenc: allocate space for terminating null Fixes CID #1420394
3ee63f3fb70c3be36aa62adf9ad0fe2defa2bd51
ffmpeg
neuralsentry
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/3ee63f3fb70c3be36aa62adf9ad0fe2defa2bd51
2017-11-13 10:44:16+08:00
avformat/sdsdec: Use av_rescale() to avoid intermediate overflow in duration calculation Fixes: signed integer overflow: 72128794995445727 * 240 cannot be represented in type 'long' Fixes: 50993/clusterfuzz-testcase-minimized-ffmpeg_dem_SDS_fuzzer-6628185583779840 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
aa8eb1bed075931b0ce0a8bc9a8ff5882830044c
ffmpeg
neuralsentry
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/aa8eb1bed075931b0ce0a8bc9a8ff5882830044c
2022-09-18 16:42:21+02:00
avcodec/nvenc: support external context in sw mode
dad6f44bbd578ba386ef8fdce55f88b4df21fdf6
ffmpeg
neuralsentry
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/dad6f44bbd578ba386ef8fdce55f88b4df21fdf6
2017-05-07 13:35:25+02:00
avfilter: add atadenoise
5b69fb783e9da81d9f4fec8abb05f02041fd7a7e
ffmpeg
neuralsentry
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/5b69fb783e9da81d9f4fec8abb05f02041fd7a7e
2015-07-29 19:04:28+02:00
tests: Add pp7, spp tests based on pp test
b1e9764c5e8af4fb855daa3230969d7e7988b39a
ffmpeg
neuralsentry
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b1e9764c5e8af4fb855daa3230969d7e7988b39a
2020-04-18 21:28:12+02:00
avcodec/avcodec.h: remove doxy from the old bsf API functions Make it clear that these are deprecated and the new API should be used instead. As a side effect, this slightly reduces differences with libav. Reviewed-by: Derek Buitenhuis <[email protected]> Signed-off-by: James Almer <[email protected]>
39e9a7a80fd30d11f04031a141cf0db20be4953f
ffmpeg
neuralsentry
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/39e9a7a80fd30d11f04031a141cf0db20be4953f
2017-10-29 12:42:18-03:00
avformat/dss: Remove unnecessary allocation Put a buffer with a known fixed size into the demuxer's context instead of allocating it separately. This also allows to remove the demuxer's read_close()-function. Reviewed-by: Michael Niedermayer <[email protected]> Signed-off-by: Andreas Rheinhardt <[email protected]>
aebf314ab8ca93c00c2ee055d23d7ba14274a483
ffmpeg
neuralsentry
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/aebf314ab8ca93c00c2ee055d23d7ba14274a483
2020-04-02 18:41:11+02:00
avfilter/vf_blend: add 12bit support
1342ec526e320beb9d90aa2e0ca1d5dddd21fafb
ffmpeg
neuralsentry
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1342ec526e320beb9d90aa2e0ca1d5dddd21fafb
2018-11-15 14:53:15+01:00
lavu/timecode: Increase AV_TIMECODE_STR_SIZE. Fixes the following warning: libavutil/timecode.c:103:60: warning: '%02d' directive output may be truncated writing between 2 and 10 bytes into a region of size between 0 and 7
ae68bb779ca7923197a7eafca8b0895d544b29f7
ffmpeg
neuralsentry
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ae68bb779ca7923197a7eafca8b0895d544b29f7
2017-05-05 01:23:24+02:00
avcodec/Makefile: add missing pngdsp dependency to the lscr decoder Signed-off-by: James Almer <[email protected]>
58d167bcd51725490d5307011e950a5342db5ade
ffmpeg
neuralsentry
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/58d167bcd51725490d5307011e950a5342db5ade
2019-05-14 16:47:56-03:00
avformat/avformat: Fix mismatching argument names
1f0529ec5f545b24daefa0e2346d93a6a4d77f5f
ffmpeg
neuralsentry
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1f0529ec5f545b24daefa0e2346d93a6a4d77f5f
2022-09-15 02:42:58+02:00
avformat/hlsenc: fix memleak problem about fmp4_init_filename move fmp4_init_filename init in if else for first fmp4_init_filename set value operation. Signed-off-by: Steven Liu <[email protected]>
c6086692645951264a4f98a3568f80b7c827a129
ffmpeg
neuralsentry
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c6086692645951264a4f98a3568f80b7c827a129
2018-03-18 14:08:14+08:00
avcodec/hevc: Fix handling of skipped_bytes() reallocation failures Fixes CID1260704 Signed-off-by: Michael Niedermayer <[email protected]>
e172f5e53ae4dbbcdcf81c9a3b962dc9f5a8a98d
ffmpeg
neuralsentry
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e172f5e53ae4dbbcdcf81c9a3b962dc9f5a8a98d
2015-01-13 18:51:33+01:00
libavformat/dashenc: Fix relative URI of HLS master playlist
6f3e2913f52b573a9502cb722084d42a8de2d926
ffmpeg
neuralsentry
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6f3e2913f52b573a9502cb722084d42a8de2d926
2018-07-26 14:22:21+01:00
avformat: add msf demuxer Signed-off-by: Paul B Mahol <[email protected]>
0e08d6ca140a3849a05372c71dfe669fdcf250a7
ffmpeg
neuralsentry
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/0e08d6ca140a3849a05372c71dfe669fdcf250a7
2015-10-17 21:41:18+02:00
lavf/libsmbclient: implement move and delete callbacks Reviewed-by: Lukasz Marek <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
71034163acbb5407ab72cbf71fd23ba346bb1bda
ffmpeg
neuralsentry
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/71034163acbb5407ab72cbf71fd23ba346bb1bda
2015-06-22 04:58:00+02:00
libavformat/http.c: Fix missing parenthesis in http_listen() Signed-off-by: Stephan Holljes <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
6d8c27f9512a207233c123ff401408a006c432d9
ffmpeg
neuralsentry
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6d8c27f9512a207233c123ff401408a006c432d9
2015-04-06 19:26:34+02:00
avformat/ape: Simplify cleanup after read_header failure by setting the FF_FMT_INIT_CLEANUP flag. Signed-off-by: Andreas Rheinhardt <[email protected]>
58da6b18a3d2f11b0f7a1bb80beda19cdf267431
ffmpeg
neuralsentry
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/58da6b18a3d2f11b0f7a1bb80beda19cdf267431
2020-03-21 18:31:06+01:00
lavfi/lut: Add slice threading support Used the command for 1080p h264 clip as follow: a). ffmpeg -i input -vf lutyuv="u=128:v=128" -f null /dev/null b). ffmpeg -i input -vf lutrgb="g=0:b=0" -f null /dev/null after enabled the slice threading, the fps change from: a). 144fps to 258fps (lutyuv) b). 94fps to 153fps (lutrgb) in Intel(R) Core(TM) i5-8265U CPU @ 1.60GHz Reviewed-by: Paul B Mahol <[email protected]> Signed-off-by: Jun Zhao <[email protected]>
bbad0bc5ffcfd37df2df5aec6541fa766323d6bf
ffmpeg
neuralsentry
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/bbad0bc5ffcfd37df2df5aec6541fa766323d6bf
2019-05-21 23:39:09+08:00
doc: fate: remove outdated SSH key fingerprint
a9d60c390f35f3954821bd635fd31bbb5036b29d
ffmpeg
neuralsentry
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a9d60c390f35f3954821bd635fd31bbb5036b29d
2015-03-09 23:19:55+01:00
atomics: Fix the win32 atomic_exchange function This fixes building with MSVC after a2a38b160620d91bc3f895dadc4501c589998b9c. Remove the stray semicolon, and add casts for the input argument (which is an intptr_t*) to the right type (PVOID volatile *). Signed-off-by: Martin Storsjö <[email protected]>
b1b7cc698bed7338ff692cd65fe304941eaf6bce
ffmpeg
neuralsentry
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b1b7cc698bed7338ff692cd65fe304941eaf6bce
2021-04-04 00:04:46+03:00
avformat/asfdec_f: Fix memleak Found-by: jamrial Signed-off-by: Michael Niedermayer <[email protected]>
1f69b7baa10c6c59a7d00c5f40aaae30e5726ee8
ffmpeg
neuralsentry
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1f69b7baa10c6c59a7d00c5f40aaae30e5726ee8
2015-07-02 09:23:35+02:00
avcodec/qdmc: Avoid code duplication when initializing VLC Signed-off-by: Andreas Rheinhardt <[email protected]>
7b7c4c554f06670fda0565690667d3bc1c058d5d
ffmpeg
neuralsentry
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/7b7c4c554f06670fda0565690667d3bc1c058d5d
2020-11-08 11:56:23+01:00
avformat/avidec: Fix memleak with embedded GAB2 subtitles The code for GAB2 subtitles predates refcounting AVPackets. So in order to transfer the ownership of a packet's data pkt->data was simply stored and the packet zeroed; in the end (i.e. in the read_close-function) this data was then simply freed with av_freep(). This of course leads to a leak of an AVBufferRef and an AVBuffer. It has been fixed by keeping and eventually unreferencing the packet's buf instead. Additionally, the packet is now reset via av_packet_unref(). Signed-off-by: Andreas Rheinhardt <[email protected]>
da44bbefaabeb2fdb58a03fe533a44aa150486fc
ffmpeg
neuralsentry
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/da44bbefaabeb2fdb58a03fe533a44aa150486fc
2020-03-27 08:31:29+01:00
avcodec/hevc_cabac: Rename ff_hevc_transform_skip_flag_decode() to hevc_transform_skip_flag_decode() The function is static and used once in the file its defined in Signed-off-by: Michael Niedermayer <[email protected]>
c6bf27d59be65bdedbd0eb12f6847d1642bfbe8c
ffmpeg
neuralsentry
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c6bf27d59be65bdedbd0eb12f6847d1642bfbe8c
2015-05-18 13:28:14+02:00
avcodec/magicyuvenc: Use immediate when known It allows the compiler to optimize the bytestream2 checks away. Signed-off-by: Andreas Rheinhardt <[email protected]>
4b1aa74de39e4fd4080c1ed1413c13870af092dd
ffmpeg
neuralsentry
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/4b1aa74de39e4fd4080c1ed1413c13870af092dd
2021-09-28 13:55:33+02:00
avformat/dashdec: Fix crash on invalid input/ENOMEM, fix leak In case a SupplementalProperty node exists in an adaptationset, it is searched for a "schemeIdUri" property via xmlGetProp(). Whatever xmlGetProp() returns is then compared via av_strcasecmp() to a string literal. xmlGetProp() can return NULL, namely in case no "schemeIdUri" exists and (given that this string is allocated) presumably also on allocation failure. No check for NULL is done, so this may crash. Furthermore, the string returned by xmlGetProp() needs to be freed with xmlFree(), but this is not done either. This commit fixes both of these issues; they existed since this code has been added in 10d008f0fd9e713e290f626300d66382ad786c49. This has been found while investigating ticket #9697. The continuous leaks might very well be the reason behind the observed slowdown. Reviewed-by: Steven Liu <[email protected]> Signed-off-by: Andreas Rheinhardt <[email protected]>
14b3830b33075e92f8e2766c0c53e8b6bc570c6c
ffmpeg
neuralsentry
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/14b3830b33075e92f8e2766c0c53e8b6bc570c6c
2022-09-20 22:08:47+02:00
build: Drop leftover reference to old EXAMPLES logic
533339bdcc3b39bbd708c723b3cd0b5898350f0f
ffmpeg
neuralsentry
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/533339bdcc3b39bbd708c723b3cd0b5898350f0f
2017-02-06 20:07:02+01:00
avcodec/librav1e: support AV_CODEC_CAP_ENCODER_RECON_FRAME This bumps the minimum required version to 0.5.0 Signed-off-by: James Almer <[email protected]>
1f63225f2b79032586f099fef73fc26e1670eeb7
ffmpeg
neuralsentry
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1f63225f2b79032586f099fef73fc26e1670eeb7
2022-10-10 23:43:31-03:00
avformat/alp: Check num_channels Fixes: division by 0 Fixes: 45615/clusterfuzz-testcase-minimized-ffmpeg_dem_ALP_fuzzer-582660348405350 Fixes: 45625/clusterfuzz-testcase-minimized-ffmpeg_dem_ALP_fuzzer-4821437943250944 Fixes: 45839/clusterfuzz-testcase-minimized-ffmpeg_IO_DEMUXER_fuzzer-5857286998851584.fuzz Fixes: 45844/clusterfuzz-testcase-minimized-ffmpeg_IO_DEMUXER_fuzzer-6552705772945408 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <[email protected]>
2e069f6b69475683207ea05deb269f9c532633bb
ffmpeg
neuralsentry
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/2e069f6b69475683207ea05deb269f9c532633bb
2022-03-19 23:28:53+01:00
avcodec/x86/diracdsp: Fix high bits on Windows x86_64 Found-by: james
24af459d1e568fd134476f305f4fba23bf2c386a
ffmpeg
neuralsentry
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/24af459d1e568fd134476f305f4fba23bf2c386a
2020-01-30 22:04:06+01:00
avcodec/adpcm: Fix indentation Signed-off-by: Andreas Rheinhardt <[email protected]>
6914aa7fb4f88379dec6d177791811adf87d2f07
ffmpeg
neuralsentry
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6914aa7fb4f88379dec6d177791811adf87d2f07
2021-06-08 16:52:15+02:00
cmdutils: move get_rotation() up in the file Fixes compilation of fftools without libavdevice Signed-off-by: James Almer <[email protected]>
858f81fde2c1755b5471eb0e176c81ebb8cbbc83
ffmpeg
neuralsentry
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/858f81fde2c1755b5471eb0e176c81ebb8cbbc83
2015-05-05 02:46:42-03:00
fftools/ffmpeg_dec: simplify process_subtitle() Its got_output argument always points to 1.
df81fb46eefa6b23aa3ed1fae81b29dd5e3d7094
ffmpeg
neuralsentry
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/df81fb46eefa6b23aa3ed1fae81b29dd5e3d7094
2023-06-02 16:41:51+02:00
avformat/flvenc: Add aac_seq_header_detect and flvflags Signed-off-by: Michael Niedermayer <[email protected]>
acb430e4d3a704f97762d29bd54e3fb8ca1c0682
ffmpeg
neuralsentry
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/acb430e4d3a704f97762d29bd54e3fb8ca1c0682
2015-11-18 23:44:08+02:00
avformat/rawenc: Use init instead of write_header function force_one_stream() does not write anything. Signed-off-by: Andreas Rheinhardt <[email protected]>
9f1b808bded79b005874c1bb0e526e000d3ae8b2
ffmpeg
neuralsentry
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/9f1b808bded79b005874c1bb0e526e000d3ae8b2
2021-03-08 16:16:09+01:00
avfilter/vf_maskedmerge: add slice threading Signed-off-by: Paul B Mahol <[email protected]>
1c2e5fc4546f2c80212add77015003de200f7963
ffmpeg
neuralsentry
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1c2e5fc4546f2c80212add77015003de200f7963
2018-05-12 15:46:28+02:00
lavc/qsvdec: add decode support for HEVC 4:2:2 8-bit and 10-bit Enables HEVC Range Extension decoding support (Linux) for 4:2:2 8/10 bit on ICL+ (gen11 +) platform. Restricted to linux only for now. Signed-off-by: Linjie Fu <[email protected]>
9723d7d523b0871159e56f8144d59bd35a0390e2
ffmpeg
neuralsentry
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/9723d7d523b0871159e56f8144d59bd35a0390e2
2020-02-26 16:39:29+08:00
avfilter/af_axcorrelate: add DBLP sample format support
30d46094844cedaaf93e8007f6260b3f232946f3
ffmpeg
neuralsentry
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/30d46094844cedaaf93e8007f6260b3f232946f3
2021-10-09 13:58:07+02:00
avcodec/internal: Move ff_side_data_update_matrix_encoding to decode.h Signed-off-by: Andreas Rheinhardt <[email protected]>
d1a5ef406946d7a9b9abbe3c8373d258a69deedf
ffmpeg
neuralsentry
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d1a5ef406946d7a9b9abbe3c8373d258a69deedf
2022-08-25 02:00:21+02:00
fftools/ffmpeg_filter: drop a write-only variable
ad14bdbcfd0fbc349c7f747d0427956ec504b81f
ffmpeg
neuralsentry
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ad14bdbcfd0fbc349c7f747d0427956ec504b81f
2023-05-28 12:00:19+02:00
mov: Add option to keep exact packet sequence after seeking The current behavior may produce a different sequence of packets after seeking, compared to demuxing linearly from the beginning. This is because the MOV demuxer seeks in each stream individually, based on timestamp, which may set each stream at a slightly different position than if the file would have been read sequentially. This makes implementing certain operations, such as segmenting, quite hard, and slower than need be. Therefore, add an option which retains the same packet sequence after seeking, as when a file is demuxed linearly.
414d6547f33175b3f53eb3320aa13161a584a151
ffmpeg
neuralsentry
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/414d6547f33175b3f53eb3320aa13161a584a151
2015-03-17 14:19:31+00:00
avformat/mov: simplify parsing of mdcv atom using av_make_q() Signed-off-by: James Almer <[email protected]>
bc10260f49d594b552926b5f81e0282dfdebc503
ffmpeg
neuralsentry
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/bc10260f49d594b552926b5f81e0282dfdebc503
2017-12-21 01:23:17-03:00
avcodec/nvdec_mpeg2: fix order of quant matrix coefficients The matrix coefficients are stored permutated for the IDCT, rather then in plain raster order, and need to be un-permutated for the hardware.
af8affb77efe8e1b9cfb4a288aec8feb8c25f569
ffmpeg
neuralsentry
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/af8affb77efe8e1b9cfb4a288aec8feb8c25f569
2023-05-15 12:49:21+02:00
configure: Fix build without libmfx Signed-off-by: Michael Niedermayer <[email protected]>
587980eb7a1f4b0228204aa846b72dc761e49779
ffmpeg
neuralsentry
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/587980eb7a1f4b0228204aa846b72dc761e49779
2015-07-09 11:24:21+02:00
swscale: add yuv440p10/12 pixfmts.
711d8812adc18f989584e224c82bcf6d2207a7ae
ffmpeg
neuralsentry
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/711d8812adc18f989584e224c82bcf6d2207a7ae
2015-05-05 09:38:15-04:00
avfilter/af_ladspa: support simpler syntax for controls Signed-off-by: Paul B Mahol <[email protected]>
a0a2ca024bd0e6e3cd6cfa3fb878871a18a611e6
ffmpeg
neuralsentry
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a0a2ca024bd0e6e3cd6cfa3fb878871a18a611e6
2015-09-12 07:31:49+00:00
avfilter/vf_w3fdif: fix parity in frame mode
d4902751cb111d8f66d481d670cad079228e9f73
ffmpeg
neuralsentry
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d4902751cb111d8f66d481d670cad079228e9f73
2021-01-15 11:34:17+01:00
avformat/mxfdec: fix frame wrapping detection for J2K essence container For JPEG 2000 essence, the MXF input format module currently uses the value of byte 14 of the essence container UL to determine whether the J2K essence is clip- (byte 14 is 0x02) or frame-wrapped (byte 14 is 0x01). Otherwise it assumes an unknown wrapping. Additional wrappings are documented in SMPTE ST422:2019: 0x03: Interlaced Frame, 1 field/KLV 0x04: Interlaced Frame, 2 fields/KLV 0x05: Field-wrapped Picture Element 0x06: Frame-wrapped Picture Element And these should also be handled as frame wrapped content. Signed-off-by: Pierre-Anthony Lemieux <[email protected]> Signed-off-by: Marton Balint <[email protected]>
74e43824421bac9fa0816dce8b069eeab6f4cd07
ffmpeg
neuralsentry
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/74e43824421bac9fa0816dce8b069eeab6f4cd07
2021-07-18 11:07:43-07:00
avcodec/nvenc: Fix typo and preset error message
f2bdf9d26a237c452dfaa9499027442790cafb4f
ffmpeg
neuralsentry
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f2bdf9d26a237c452dfaa9499027442790cafb4f
2016-03-08 11:18:16+01:00
avfilter: add vfrdet filter Signed-off-by: Paul B Mahol <[email protected]>
9e406326687b5342dc9caffd4f5f1b03ac4bf26b
ffmpeg
neuralsentry
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/9e406326687b5342dc9caffd4f5f1b03ac4bf26b
2017-12-20 14:15:02+01:00
avcodec/h261dec: Make VLC smaller The VLC for the macroblock address increment uses nine bits; yet there is no code with this length: All codes are either shorter or longer. So one can make the table smaller without changing the amount of codes that need more than one round of parsing. Signed-off-by: Andreas Rheinhardt <[email protected]>
9f38fac053010205806ece11e6aea9b7d3bde041
ffmpeg
neuralsentry
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/9f38fac053010205806ece11e6aea9b7d3bde041
2020-12-29 22:09:10+01:00
avfilter/overlay_cuda: fix framesync with embedded PGS subtitle Signed-off-by: nyanmisaka <[email protected]>
a4e518c321f8afedaecd817739fabe17a7a7b609
ffmpeg
neuralsentry
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a4e518c321f8afedaecd817739fabe17a7a7b609
2021-02-03 01:10:11+08:00
vp9_parser: allow superframes with a single frame.
20db54906f558796596ba1d03b56dedf0aa25f8c
ffmpeg
neuralsentry
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/20db54906f558796596ba1d03b56dedf0aa25f8c
2015-11-06 11:57:07-05:00
lavd: drop SDL1 device and SDL1 support Signed-off-by: Josh de Kock <[email protected]>
47ea6f5c9d1bb5a3a6b9429857dbd6ee32809b0e
ffmpeg
neuralsentry
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/47ea6f5c9d1bb5a3a6b9429857dbd6ee32809b0e
2016-09-22 19:20:24+01:00
dsicinav: convert to new channel layout API Signed-off-by: Vittorio Giovara <[email protected]> Signed-off-by: James Almer <[email protected]>
279919ef8d96db746c4468e25d89f1237464bc40
ffmpeg
neuralsentry
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/279919ef8d96db746c4468e25d89f1237464bc40
2013-05-07 07:20:32+02:00
LICENSE.md: add *_rect filters Found-by: ubitux Signed-off-by: Michael Niedermayer <[email protected]>
eb16881199750100ea7df2808754f767e0df6c65
ffmpeg
neuralsentry
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/eb16881199750100ea7df2808754f767e0df6c65
2015-05-03 01:43:30+02:00
Drop Windows XP support remnants
8f144d9e3d5cb2ca92e5bdf7cc9f72effa1bd2ce
ffmpeg
neuralsentry
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/8f144d9e3d5cb2ca92e5bdf7cc9f72effa1bd2ce
2018-04-02 01:06:18+02:00
avfilter/vf_amplify: Use formats list instead of query function Signed-off-by: Andreas Rheinhardt <[email protected]>
b42e66553d13fa173ca430362a7aa3c8b23769e4
ffmpeg
neuralsentry
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b42e66553d13fa173ca430362a7aa3c8b23769e4
2021-09-27 14:39:02+02:00
lavf: fix typos Signed-off-by: Moritz Barsnick <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
468c596a31ca90012ed78cfe6966ca6f3ec11f38
ffmpeg
neuralsentry
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/468c596a31ca90012ed78cfe6966ca6f3ec11f38
2016-10-09 12:57:01+02:00
httpauth: Add space after commas in HTTP/RTSP auth header This fixes access to Grandstream cameras, which return 401 otherwise. VLC sends Authorization: header with spaces between parameters, and it is known to work with Grandstream devices and broad range of other HTTP and RTSP servers, so author considers switching to such behaviour safe. See RFC 2617 (HTTP Auth). Signed-off-by: Luca Barbato <[email protected]>
c1348506697377b46f844339c178332e3314149a
ffmpeg
neuralsentry
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c1348506697377b46f844339c178332e3314149a
2015-10-13 12:44:37+03:00
.gitignore: ignore temp files Github: Closes #144
4f7189f09e5c0274905cccccaa792942b7a77133
ffmpeg
neuralsentry
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/4f7189f09e5c0274905cccccaa792942b7a77133
2015-08-05 12:39:59-07:00
AAC encoder: ANMR, avoid empty search ranges Avoid generating broken paths when some bands have an empty search space.
293c170f59414647b9bba9cb4602eb92989fd4ba
ffmpeg
neuralsentry
1
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/293c170f59414647b9bba9cb4602eb92989fd4ba
2015-12-04 22:56:34-03:00
*/version.h: define FF_API macros unconditionally There is no reason to wrap them in #ifndef guards, they should only be defined here and nowhere else. The define guards just add the possibility to accidentally use the same FF_API name in different libraries.
db932241ee16868475fe9ab4c958fcffd1829ecf
ffmpeg
neuralsentry
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/db932241ee16868475fe9ab4c958fcffd1829ecf
2021-11-12 14:26:23+01:00
(postproc|swresample)/version: Don't include libavutil/avutil.h Instead only include libavutil/version.h; including avutil.h is a remnant from the time in which the version was in it. Signed-off-by: Andreas Rheinhardt <[email protected]>
21e732b919eabf1e5b4bc965f89aa5ece9c6db4b
ffmpeg
neuralsentry
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/21e732b919eabf1e5b4bc965f89aa5ece9c6db4b
2021-07-23 16:21:56+02:00
)hwcontext: add a stub implementation for Vulkan functions
f9dd8fcf9b87e757096de993dd32571c4a85a2cb
ffmpeg
neuralsentry
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f9dd8fcf9b87e757096de993dd32571c4a85a2cb
2022-04-25 17:26:43+02:00