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
⌀ |
---|---|---|---|---|---|---|---|
avcodec/dvaudio: add missing header include
Should fix make checkheaders
Signed-off-by: James Almer <[email protected]>
|
6cc156793d4f15d75b0498b34bf12e8cd6a0d7e0
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/6cc156793d4f15d75b0498b34bf12e8cd6a0d7e0
|
2016-01-29 13:57:15-03:00
|
avcodec/ac3dec: Check expacc
this is somewhat a magic number, which can be understood from reading section
"7.1.2 Exponent Strategy" of the ac3 specification, in short:
Three exponents each represented as number 0-4 are grouped together and
base-5 encoded, so the maximal correct value is 25*4 + 5*4 + 4 = 124.
Reviewed-by: Andreas Cadhalpun <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
|
cee1f4c06986941bd31cc19f4333d436394aa6f9
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/cee1f4c06986941bd31cc19f4333d436394aa6f9
|
2016-11-03 22:05:46+01:00
|
arm: Add NEON optimizations for 10 and 12 bit vp9 loop filter
This work is sponsored by, and copyright, Google.
This is pretty much similar to the 8 bpp version, but in some senses
simpler. All input pixels are 16 bits, and all intermediates also fit
in 16 bits, so there's no lengthening/narrowing in the filter at all.
For the full 16 pixel wide filter, we can only process 4 pixels at a time
(using an implementation very much similar to the one for 8 bpp),
but we can do 8 pixels at a time for the 4 and 8 pixel wide filters with
a different implementation of the core filter.
Examples of relative speedup compared to the C version, from checkasm:
Cortex A7 A8 A9 A53
vp9_loop_filter_h_4_8_10bpp_neon: 1.83 2.16 1.40 2.09
vp9_loop_filter_h_8_8_10bpp_neon: 1.39 1.67 1.24 1.70
vp9_loop_filter_h_16_8_10bpp_neon: 1.56 1.47 1.10 1.81
vp9_loop_filter_h_16_16_10bpp_neon: 1.94 1.69 1.33 2.24
vp9_loop_filter_mix2_h_44_16_10bpp_neon: 2.01 2.27 1.67 2.39
vp9_loop_filter_mix2_h_48_16_10bpp_neon: 1.84 2.06 1.45 2.19
vp9_loop_filter_mix2_h_84_16_10bpp_neon: 1.89 2.20 1.47 2.29
vp9_loop_filter_mix2_h_88_16_10bpp_neon: 1.69 2.12 1.47 2.08
vp9_loop_filter_mix2_v_44_16_10bpp_neon: 3.16 3.98 2.50 4.05
vp9_loop_filter_mix2_v_48_16_10bpp_neon: 2.84 3.64 2.25 3.77
vp9_loop_filter_mix2_v_84_16_10bpp_neon: 2.65 3.45 2.16 3.54
vp9_loop_filter_mix2_v_88_16_10bpp_neon: 2.55 3.30 2.16 3.55
vp9_loop_filter_v_4_8_10bpp_neon: 2.85 3.97 2.24 3.68
vp9_loop_filter_v_8_8_10bpp_neon: 2.27 3.19 1.96 3.08
vp9_loop_filter_v_16_8_10bpp_neon: 3.42 2.74 2.26 4.40
vp9_loop_filter_v_16_16_10bpp_neon: 2.86 2.44 1.93 3.88
The speedup vs C code measured in checkasm is around 1.1-4x.
These numbers are quite inconclusive though, since the checkasm test
runs multiple filterings on top of each other, so later rounds might
end up with different codepaths (different decisions on which filter
to apply, based on input pixel differences).
Based on START_TIMER/STOP_TIMER wrapping around a few individual
functions, the speedup vs C code is around 2-4x.
Signed-off-by: Martin Storsjö <[email protected]>
|
1e5d87eec33714744c4b6d3de93f45172f7ce889
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/1e5d87eec33714744c4b6d3de93f45172f7ce889
|
2017-01-24 22:35:59+02:00
|
mov: Remove old b-frame/video delay heuristic
This was added before edts support existed, and is no longer
valid.
Signed-off-by: Derek Buitenhuis <[email protected]>
|
425be3c810e019c7a1298be7219536fa28f7ba49
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/425be3c810e019c7a1298be7219536fa28f7ba49
|
2016-08-25 21:12:30+02:00
|
mov: Remove ancient heuristic hack
This breaks files with legitimate single-entry edit lists,
and the hack, introduced in f03a081df09f9c4798a17d7e24446ed47924b11b,
has no link to any known sample in its commit message.
Signed-off-by: Derek Buitenhuis <[email protected]>
Signed-off-by: Luca Barbato <[email protected]>
|
eb96505b761eb02b6a3efc76d854afa6a41941ff
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/eb96505b761eb02b6a3efc76d854afa6a41941ff
|
2016-08-29 15:31:03+02:00
|
avcodec/iff: decode_delta_j: Check that the number of bytes that will be read are available
This should avoid long loops
related to CID1361958
Signed-off-by: Michael Niedermayer <[email protected]>
|
fcdbbbd85a16ce00198f53a21dbfdeea68412985
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/fcdbbbd85a16ce00198f53a21dbfdeea68412985
|
2016-07-06 11:19:41+02:00
|
lavc/h264_slice: use sps directly when checking for invalid 8x8 inference
|
64c619369b3caba0e32b5deed5d1cda7726bc089
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/64c619369b3caba0e32b5deed5d1cda7726bc089
|
2016-07-03 15:11:40+02:00
|
libavodec/exr : add support for Y and YA file (ticket #5621)
a gray channel in exr, is named Y
we admit that the file need to be interpreted as gray
only if no other channel match (except alpha)
to manage RGB and Y in the color conversion part of decode_block,
the color processing is now made with a for loop.
Reviewed-by: Paul B Mahol <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
|
7ebd13fc8b2d849a9a6f9f42b3c69f1aa254a4c6
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/7ebd13fc8b2d849a9a6f9f42b3c69f1aa254a4c6
|
2016-07-06 23:52:49+02:00
|
lavc/qtrleenc: simplify FF_API_CODED_FRAME deprecation guard
|
85185578ce309f5a605ec90d97f9acf38598ccaa
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/85185578ce309f5a605ec90d97f9acf38598ccaa
|
2016-06-22 11:09:19+02:00
|
h264: straighten dimensions check ff_h264_decode_seq_parameter_set
The MBS only flag was not taken into account when checking macroblock dimensions.
Also removes the unneeded check in init_dimensions for slices.
|
4cc1ce4a91788a71670ea43fa0026b5a969e9e9e
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/4cc1ce4a91788a71670ea43fa0026b5a969e9e9e
|
2016-06-30 09:24:39+02:00
|
avconv: explicitly postpone writing the header until all streams are initialized
This should have no practical effect for now, but will make a difference
in the following commits.
|
1c169782cae6c5c430ff62e7d7272dc9d0e8d527
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/1c169782cae6c5c430ff62e7d7272dc9d0e8d527
|
2016-06-25 11:12:53+02:00
|
avcodec/pngenc: Fix mixed up linesizes
Fixes out of array accesses
Fixes: 0cf176e6d3ab9fe924f39738e513f547/asan_generic_4a54aa_3431_aaa28be1cb32e307a9890cad06f84fba.avi
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
8f4c3e4b92212d98f5b9ca2dee13e076effe9589
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/8f4c3e4b92212d98f5b9ca2dee13e076effe9589
|
2016-01-15 03:38:43+01:00
|
avcodec/bmp_parser: Check fsize
Signed-off-by: Michael Niedermayer <[email protected]>
|
43a4276c6964a2ec57e08c3c622bb94d35c0441f
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/43a4276c6964a2ec57e08c3c622bb94d35c0441f
|
2016-06-06 14:32:48+02:00
|
h264: handle frame recovery in h264_field_start()
This is a more appropriate place for this. H264Context.recovery_frame is
shared between frame threads, so modifying it where it is right now is
invalid.
|
58640fe89ec4f2a3d67c0a2585fca8de34440857
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/58640fe89ec4f2a3d67c0a2585fca8de34440857
|
2016-06-21 11:20:51+02:00
|
avcodec/dca: remove Rice code length limit
Signed-off-by: James Almer <[email protected]>
|
e0706e9cc8f30a8242d2b140edace7bf76170506
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/e0706e9cc8f30a8242d2b140edace7bf76170506
|
2016-05-20 14:11:49-03:00
|
avcodec/utils: Move avctx->codec check before its use
Fixes CID1361954
Signed-off-by: Michael Niedermayer <[email protected]>
|
b24fffeb9476b46be89229c8df338a8c8f1a9a62
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/b24fffeb9476b46be89229c8df338a8c8f1a9a62
|
2016-05-20 04:32:57+02:00
|
avformat/hls: Fix missing streams in some cases with MPEG TS
HLS demuxer calls the subdemuxer avformat_find_stream_info() while
overriding the subdemuxer AVFMTCTX_NOHEADER flag by clearing it.
However, this prevents some streams in some MPEG TS streams from being
detected properly.
Simply removing the clearing of the flag would cause the inner
avformat_find_stream_info() call to take longer in some cases, without
a way to control it.
To fix the issue, do not clear the flag but propagate it to HLS demuxer.
To avoid the above-mentioned mandatory delay, the call to
avformat_find_stream_info() is dropped except in the HLS ID3 timestamped
case. The HLS demuxer user should be calling avformat_find_stream_info()
on the HLS demuxer if it wants to find the stream info.
The main streams are now created dynamically after read_header time if
the subdemuxer uses AVFMTCTX_NOHEADER (mpegts).
Subdemuxer avformat_find_stream_info() is still called for the HLS ID3
timestamped case as the HLS demuxer needs to know the packet durations
to properly interleave ID3 timestamped streams with MPEG TS streams on
sub-segment level.
Fixes ticket #4930.
|
04964ac311abe670fb3b60290a330f2067544b13
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/04964ac311abe670fb3b60290a330f2067544b13
|
2016-07-28 01:24:57+03:00
|
avcodec/dca: simplify 'residual ok' flag tracking
Move this from separate structure field to a packet flag.
Behavior should be equivalent, except that residual flag is now properly
cleared when packet has no core frame at all.
Also print a message when forcing recovery mode due to invalid residual
to make debugging easier.
Signed-off-by: James Almer <[email protected]>
|
801dbf0269b1bb5bc70c550e971491e0aea9eb70
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/801dbf0269b1bb5bc70c550e971491e0aea9eb70
|
2016-05-20 22:54:48-03:00
|
libxvid: Create extradata in init using a dummy frame
Modifying global header extradata in encode_frame is an API violation
and only happens to work currently because mov writes its header
at the end of the file.
Heavily based off of a patch from 2012.
Original-by: Nicolas George <[email protected]>
Signed-off-by: Derek Buitenhuis <[email protected]>
|
fdd7a594c3e9a06ba968dca830b292990ec72394
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/fdd7a594c3e9a06ba968dca830b292990ec72394
|
2016-04-05 11:16:24-04:00
|
exif: take a generic log context
The AVCodecContext is only used for logging, so instead take any valid log context.
This allows reusing the exif functions more easily in avformat.
Signed-off-by: Derek Buitenhuis <[email protected]>
|
ce87711df563a9d2d0537a062b86bb91b15ea1a0
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/ce87711df563a9d2d0537a062b86bb91b15ea1a0
|
2016-04-02 22:48:15+01:00
|
eac3dec: don't call avpriv_request_sample every frame.
These errors neither prevent nor stop successful decoding
of the E-AC-3 stream's "core", causing avpriv_request_sample
to be called for every single frame in the bitstream.
Signed-off-by: Luca Barbato <[email protected]>
|
fef2147b7a689b80d716c3edb9d4a18904865275
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/fef2147b7a689b80d716c3edb9d4a18904865275
|
2016-04-02 14:05:07+02:00
|
msrledec: move loop into switch
speeds up code and allows more simplifications
Signed-off-by: Michael Niedermayer <[email protected]>
|
dbaae33c2c71862b8eaea978ed6dccc5ec03db89
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/dbaae33c2c71862b8eaea978ed6dccc5ec03db89
|
2013-01-30 16:39:35+01:00
|
intrax8: Reference the current AVCodecContext
It will be needed to initialize BlockDSP in the next commit.
|
1eaae7abb8f208fefb4e8b9e983e61b2499206a3
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/1eaae7abb8f208fefb4e8b9e983e61b2499206a3
|
2016-03-25 15:55:02-04:00
|
pgssubdec: fix subpicture output colorspace and range
Functionality used before didn't widen the values from limited to
full range. Additionally, now the decoder uses BT.709 where it
should be used according to the video resolution.
Default for not yet set colorimetry is BT.709 due to most observed
HDMV content being HD.
BT.709 coefficients were gathered from the first two parts of BT.709
to BT.2020 conversion guide in ARIB STD-B62 (Pt. 1, Chapter 6.2.2).
They were additionally confirmed by manually calculating values.
Fixes #4637
|
9779b6262471d553c1ed811ff7312564e39d8adf
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/9779b6262471d553c1ed811ff7312564e39d8adf
|
2016-04-24 23:05:04+02:00
|
avutil/random_seed: Add the runtime in cycles of the main loop to the entropy pool
This should theoretically improve the randomness slightly
Signed-off-by: Michael Niedermayer <[email protected]>
|
2540d884f3fd7cfac503e048112098967be2569a
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/2540d884f3fd7cfac503e048112098967be2569a
|
2016-03-10 22:56:37+01:00
|
configure: add check_inline_asm_flags()
Signed-off-by: Michael Niedermayer <[email protected]>
|
b59d06d5f4155c27d6c3aa14be8379723aaf0a08
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/b59d06d5f4155c27d6c3aa14be8379723aaf0a08
|
2016-03-08 17:36:46+01:00
|
avfilter/avf_avectorscope: assert that variables are initialized by switch()
Silences: CID1351390
Silences: CID1351391
Signed-off-by: Michael Niedermayer <[email protected]>
|
62eb935bf93299c94239036978a674ad09449e39
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/62eb935bf93299c94239036978a674ad09449e39
|
2016-02-11 23:09:39+01:00
|
ffmpeg: init input streams before opening encoders
Codec options of streams detected during avformat_find_stream_info are not set
therefore without this patch we initialize the encoders with decoder info
based on decoders without options.
This cause problems for probed DVB teletext streams where
avctx->subtitle_header depend on the txt_format setting.
Reviewed-by: Michael Niedermayer <[email protected]>
Signed-off-by: Marton Balint <[email protected]>
|
308ac2f7e2048e09a4f98b5c6ca4562fc7010d18
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/308ac2f7e2048e09a4f98b5c6ca4562fc7010d18
|
2016-02-19 21:55:25+01:00
|
avfilter: add loop filters
Signed-off-by: Paul B Mahol <[email protected]>
|
08acab85d3421d4bd4cd278447b9ff578c8a2ac4
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/08acab85d3421d4bd4cd278447b9ff578c8a2ac4
|
2016-02-18 11:55:00+01:00
|
avcodec/h264: Fix segfault in 4:2:2 chroma deblock with 32-bit msvc
Using rNm and x86inc's stack allocation with a negative value at the same
time isn't supported, and caused the original stack pointer to be clobbered
when using a compiler that doesn't support stack alignment.
|
aa751573fef5a313fd485a74746ab664bd537581
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/aa751573fef5a313fd485a74746ab664bd537581
|
2016-02-05 22:01:38+01:00
|
avcodec/gif: Fix lzw buffer size
Fixes out of array access
Fixes: aaa479088e6fb40b04837b3119f47b04/asan_heap-oob_e38c68_8576_9d653078b2470700e2834636f12ff557.tga
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
03d83ba34b2070878909eae18dfac0f519503777
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/03d83ba34b2070878909eae18dfac0f519503777
|
2016-01-18 19:56:37+01:00
|
lavf/asfenc: check the number of streams in header
Reviewed-by: Michael Niedermayer <[email protected]>
Signed-off-by: Marton Balint <[email protected]>
|
046476730102da3fe795176c9738e4db6bc7036f
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/046476730102da3fe795176c9738e4db6bc7036f
|
2016-02-05 21:32:14+01:00
|
avformat/rmdec: Check size in ivr_read_packet() before use
Fixes out of array access
Fixes: asan_heap-oob_445b39_1741_d00eb645ab48eb2203b4a04a5b997103.ivr
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
80fd348bb7d9ee55c3100da87795f3a5bcbdfb32
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/80fd348bb7d9ee55c3100da87795f3a5bcbdfb32
|
2016-01-14 23:49:52+01:00
|
Add correct header #include to fix 'make checkheaders'.
Originally committed as revision 14078 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
a4ce72480eb9811edaa156798fd3e24e7d2e1081
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/a4ce72480eb9811edaa156798fd3e24e7d2e1081
|
2008-07-05 10:16:54+00:00
|
x86/float_dsp: remove len check from ff_butterflies_float_sse
The function documentation explicitly mentions it needs to be a multiple of 4.
Reviewed-by: Christophe Gisquet <[email protected]>
Signed-off-by: James Almer <[email protected]>
|
7f520524f67a583164724d030aec57bad8b1d61f
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/7f520524f67a583164724d030aec57bad8b1d61f
|
2016-01-08 16:14:24-03:00
|
lavfi/vf_mpdecimate: remove request_frame().
It is no longer needed since looping is not necessary.
|
63f7bee75221a205c97e0c3948bc24906653e1b7
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/63f7bee75221a205c97e0c3948bc24906653e1b7
|
2015-12-22 15:55:00+01:00
|
g723: Add missing header
Unbreak make check.
|
c5eb279e240af6b7228a624cd7193732f2d5adaa
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/c5eb279e240af6b7228a624cd7193732f2d5adaa
|
2015-12-05 12:12:26+01:00
|
avcodec/dirac_parser: Add basic validity checks for next_pu_offset and prev_pu_offset
Signed-off-by: Michael Niedermayer <[email protected]>
|
c7d6ec947c053699950af90f695413a5640b3872
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/c7d6ec947c053699950af90f695413a5640b3872
|
2015-12-05 17:42:45+01:00
|
arm64: port synth_filter_float_neon from arm
~25% faster dts decoding overall. The checkasm CPU cycles numbers are
not that useful since synth_filter_float() calls FFTContext.imdct_half().
cortex-a57 cortex-a53
synth_filter_float_c: 1866.2 3490.9
synth_filter_float_neon: 915.0 1531.5
With fftc.imdct_half forced to imdct_half_neon:
cortex-a57 cortex-a53
synth_filter_float_c: 1718.4 3025.3
synth_filter_float_neon: 926.2 1530.1
|
705f5e5e155f6f280a360af220fc5b30cfcee702
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/705f5e5e155f6f280a360af220fc5b30cfcee702
|
2015-12-14 16:45:01+01:00
|
asfdec_o: check avio_skip in asf_read_simple_index
The loop can be very long, even though the file is very short.
Reviewed-by: Alexandra Hájková <[email protected]>
Signed-off-by: Andreas Cadhalpun <[email protected]>
|
0002d845e873af4fd00f0519e0248b07d65bef5f
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/0002d845e873af4fd00f0519e0248b07d65bef5f
|
2016-01-15 00:37:30+01:00
|
avcodec/aacsbr_template: Check values read in read_sbr_noise()
Signed-off-by: Michael Niedermayer <[email protected]>
|
d877b88f5188fa3d71525c8d4d404daa4798e9fb
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/d877b88f5188fa3d71525c8d4d404daa4798e9fb
|
2015-11-19 13:12:43+01:00
|
vf_framepack: Check and update frame_rate
(cherry picked from ffmpeg commit a46a23d30fea9c8a5570e07ec4d9c9b4eaa6eb4f)
Signed-off-by: Anton Khirnov <[email protected]>
|
7d12cba95ca15198a930c05458dc414ac00c578b
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/7d12cba95ca15198a930c05458dc414ac00c578b
|
2015-11-09 08:09:41+01:00
|
avcodec/avrndec: Use the AVFrame format instead of the context
Fixes out of array read
Fixes: 20dd01398dee0f6d83d7e5410a2ae8eb/signal_sigsegv_39eeb1f_4001_62efbdf1c60748dabf1ec310b59525fd.mov
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
ccba8aaff2ef5649495ae48bc5c90bd8ff32e6f3
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/ccba8aaff2ef5649495ae48bc5c90bd8ff32e6f3
|
2015-11-14 13:06:25+01:00
|
avformat/xmv: factor return check out of if/else
Signed-off-by: Michael Niedermayer <[email protected]>
|
9b6fac11da470274d4b93d46ef66527aa1824179
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/9b6fac11da470274d4b93d46ef66527aa1824179
|
2015-11-06 02:11:01+01:00
|
avcodec/microdvddec: Check for string end in 'P' case
Fixes out of array read
Fixes: a9502b60f4cecc19475382aee255f73c/asan_heap-oob_1e87fba_2548_a8ad47f6dde36644fe9cdc444d4632d0.sub
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
c719cd6cf79ec21d974b81ba874580f4b8e9eb90
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/c719cd6cf79ec21d974b81ba874580f4b8e9eb90
|
2015-11-07 01:01:19+01:00
|
huffyuvencdsp: Cherry pick changes left out in the last commit
Oops.
|
98da061461f5490bd6346869b84a49dc451f57c7
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/98da061461f5490bd6346869b84a49dc451f57c7
|
2015-10-21 12:42:33-07:00
|
ffmpeg: add deprecation guards around remaining AVFMT_RAWPICTURE usage
|
a34dfc93efe380dd9c2b147e227caa14b063d32f
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/a34dfc93efe380dd9c2b147e227caa14b063d32f
|
2015-10-14 14:52:43+02:00
|
hls: Check av_opt_set_dict return value as well
Bug-Id: CID 1320426
|
74942685cb457c01937686892878403a409baf27
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/74942685cb457c01937686892878403a409baf27
|
2015-10-01 13:51:13+02:00
|
avcodec/jpeg2000dec: Check that step_x/y are valid before use in JPEG2000_PGOD_PCRL
Fixes: CID1322305 and CID1322304
Signed-off-by: Michael Niedermayer <[email protected]>
|
c08b06c22579fa831dc547a16d2d39f0ab01f6d2
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/c08b06c22579fa831dc547a16d2d39f0ab01f6d2
|
2015-10-11 15:43:26+02:00
|
tests/checkasm: make randomize_buffers a function for easier debugging
Signed-off-by: Michael Niedermayer <[email protected]>
|
f559812a84374bd7f5c225be991e62cff83fd089
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/f559812a84374bd7f5c225be991e62cff83fd089
|
2015-09-26 02:47:53+02:00
|
tests/checkasm/vp9dsp: Use snprintf() for safetey
Signed-off-by: Michael Niedermayer <[email protected]>
|
a860adb49c4cd9c1271778cb7c2930c25efb2a97
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/a860adb49c4cd9c1271778cb7c2930c25efb2a97
|
2015-09-16 14:19:37+02:00
|
checkasm: v210: s/Libav/FFmpeg/
|
985e7d8cc1091d2627aa8bf2723c1fa5db0d38c0
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/985e7d8cc1091d2627aa8bf2723c1fa5db0d38c0
|
2015-09-16 13:48:43+02:00
|
avcodec/g723_1: fix a undefined left shift of negative number
This fixes a -Wshift-negative-value reported with clang 3.7+, e.g
http://fate.ffmpeg.org/log.cgi?time=20150918181527&log=compile&slot=x86_64-darwin-clang-polly-vectorize-stripmine-3.7.
Signed-off-by: Ganesh Ajjanagadde <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
|
4328e1fc424b01488bab10d60d2ffc0102c054a1
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/4328e1fc424b01488bab10d60d2ffc0102c054a1
|
2015-09-19 13:06:40+02:00
|
avcodec/x86/rv40dsp_init: silence -Wunused-variable on --disable-mmx
This silences -Wunused-variable when compiled with --disable-mmx, e.g
http://fate.ffmpeg.org/log.cgi?time=20150919094617&log=compile&slot=x86_64-archlinux-gcc-disable-mmx.
The alternative of header guards will make it far too ugly.
Signed-off-by: Ganesh Ajjanagadde <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
|
4f90818ea12e5af7677dc80d315354024e16815f
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/4f90818ea12e5af7677dc80d315354024e16815f
|
2015-09-22 23:45:03+02:00
|
swscale/output: fix undefined left shifts of negative numbers
This fixes -Wshift-negative-value reported with clang 3.7+, e.g
http://fate.ffmpeg.org/log.cgi?time=20150918181527&log=compile&slot=x86_64-darwin-clang-polly-vectorize-stripmine-3.7.
Signed-off-by: Ganesh Ajjanagadde <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
|
7cf22c79706d23d40d16cee37eb32d5797adcc2c
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/7cf22c79706d23d40d16cee37eb32d5797adcc2c
|
2015-09-20 01:14:36+02:00
|
lavf/dnxhd: Autodetect more valid files.
|
91619d195b371d9f8f39268fc00b9456f2fb8974
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/91619d195b371d9f8f39268fc00b9456f2fb8974
|
2015-08-25 12:07:38+02:00
|
avformat/aa: initialize "header_seed" and "header_key"
Fixes CID 1322364, CID 1322363
Signed-off-by: Vesselin Bontchev <[email protected]>
|
8e28e0721c61cface6496fe4657ff5d3c3d2e6b8
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/8e28e0721c61cface6496fe4657ff5d3c3d2e6b8
|
2015-09-10 09:06:13+02:00
|
add missing FF_API_DESTRUCT_PACKET guards
Reviewed-by: wm4 <[email protected]>
Signed-off-by: Andreas Cadhalpun <[email protected]>
|
c363843a53553cbda6d42d98e8fbd165eda193fb
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/c363843a53553cbda6d42d98e8fbd165eda193fb
|
2015-08-22 19:16:13+02:00
|
avfilter: add missing FF_API_AVFILTERBUFFER guards
Reviewed-by: Michael Niedermayer <[email protected]>
Signed-off-by: Andreas Cadhalpun <[email protected]>
|
e6c20e214efd21cac56309c1548cf5dbdf1edf38
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/e6c20e214efd21cac56309c1548cf5dbdf1edf38
|
2015-08-30 23:24:22+02:00
|
Replace av_dlog with ff_dlog.
ff_dlog checks compilability, and is non-public. av_dlog is deprecated
and no longer exists if FF_API_DLOG=0.
|
229843aa359ae0c9519977d7fa952688db63f559
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/229843aa359ae0c9519977d7fa952688db63f559
|
2015-08-18 10:24:01-04:00
|
ffmpeg: Check for RAWVIDEO and do not relay only on AVFMT_RAWPICTURE
The null muxer has AVFMT_RAWPICTURE set but can be fed with non-raw material
related to Ticket4778
Signed-off-by: Michael Niedermayer <[email protected]>
|
c8890941d63df786bb7a8cab92677416499bb7c3
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/c8890941d63df786bb7a8cab92677416499bb7c3
|
2015-08-21 03:37:09+02:00
|
avcodec/mpeg12dec: Check chroma_format
Signed-off-by: Michael Niedermayer <[email protected]>
|
1f8607937630d9b3894844de44329cdb83e622ba
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/1f8607937630d9b3894844de44329cdb83e622ba
|
2015-08-12 22:51:40+02:00
|
checkasm: Always link statically
Checkasm needs to use internal symbols that should not be made public.
|
3ae0e721c7b6e0483801b9039b3d140e3b68b7f5
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/3ae0e721c7b6e0483801b9039b3d140e3b68b7f5
|
2015-07-21 23:22:42+02:00
|
fate: add checkasm target
|
c9f8cfb6d9b34f3c51f1b7152c4dc3f2f8724dc4
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/c9f8cfb6d9b34f3c51f1b7152c4dc3f2f8724dc4
|
2015-07-18 01:06:45+02:00
|
avcodec/utils: Check that channel count is valid in avcodec_open2();
Signed-off-by: Michael Niedermayer <[email protected]>
|
ea8785cedae21b312e18a0bc9cb5ebcd3462cc6b
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/ea8785cedae21b312e18a0bc9cb5ebcd3462cc6b
|
2015-07-19 18:17:45+02:00
|
avutil/intmath: check for ICC before GCC
Intel compiler also defines __GNUC__, so the Intel specific intrinsics were not
really being used.
Reviewed-by: Michael Niedermayer <[email protected]>
Signed-off-by: James Almer <[email protected]>
|
78347549a4449ebac65add844b93a53bbbf559da
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/78347549a4449ebac65add844b93a53bbbf559da
|
2015-07-18 19:59:34-03:00
|
nutdec: check maxpos in read_sm_data before returning success
Otherwise sm_size can be larger than size, which results in a negative
packet size.
Reviewed-by: Michael Niedermayer <[email protected]>
Signed-off-by: Andreas Cadhalpun <[email protected]>
|
6b9fdf7f4f07926557048070cc2af3cfd0e3fe50
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/6b9fdf7f4f07926557048070cc2af3cfd0e3fe50
|
2015-06-27 19:22:27+02:00
|
mmaldec: hack against buffering problems on broken input
I can't come up with a nice way to handle this. It's hard to keep the
lock-stepped input/output in this case. You can't predict whether the
MMAL decoder will output a picture (because it's asynchronous), so
you have to assume in general that any packet could produce 0 or 1
frames. You can't continue to write input packets to the decoder,
because then you might get too many output frames, which you can't
get rid of because the lavc decoding API does not allow the decoder
to return an output frame without consuming an input frame (except
when flushing).
The ideal fix is a M:N decoding API (preferably asynchronous), which
would make this code potentially much cleaner. For now, this hack
will do.
|
750f72d7758740d79c2b326a273cbe3af4541f18
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/750f72d7758740d79c2b326a273cbe3af4541f18
|
2015-08-11 12:14:15+02:00
|
vcodec/jpeg2000: Increase cblk size limit to 128
Fixes Ticket4649
Signed-off-by: Michael Niedermayer <[email protected]>
|
d5802555715549932637889acdf43f52b9334413
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/d5802555715549932637889acdf43f52b9334413
|
2015-06-24 17:38:05+02:00
|
avcodec/jpeg2000dec: Check PPx / PPy values
Signed-off-by: Michael Niedermayer <[email protected]>
|
2d8bf3d126a3894cc77697e2d0359087c7036b4b
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/2d8bf3d126a3894cc77697e2d0359087c7036b4b
|
2015-06-25 00:23:31+02:00
|
avcodec/jpeg2000dec: Remove redundant check
Signed-off-by: Michael Niedermayer <[email protected]>
|
9ba5fe7f3d9fca735850d3ecef8ccb3c25e712b7
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/9ba5fe7f3d9fca735850d3ecef8ccb3c25e712b7
|
2015-06-15 03:11:58+02:00
|
ffserver: simplify URLContext cleanup
Drop unneeded var and avoid checking for NULL twice as
ffurl_closep() already does this.
Signed-off-by: Reynaldo H. Verdejo Pinochet <[email protected]>
|
89234deaa2a4c4bac64736c23a50d299ce302a20
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/89234deaa2a4c4bac64736c23a50d299ce302a20
|
2015-06-24 19:17:51-03:00
|
avcodec/motion_est_template: Fix undefined shifts in CHECK_MV()
Fixes:asan_heap-oob_4d5bb0_2295_cov_3374722539_hotel_california_ra5.1_640x480_30s.rmvb
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
9dc0bac9719a7b4c926d0c928ea8684e005f979d
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/9dc0bac9719a7b4c926d0c928ea8684e005f979d
|
2015-07-02 18:43:03+02:00
|
avcodec/mqcdec: Support raw bypass and non reseting init
Some broken code that used the old mqc is removed
Signed-off-by: Michael Niedermayer <[email protected]>
|
eea92133a16e7e0a837ad680afd4a05d08683a61
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/eea92133a16e7e0a837ad680afd4a05d08683a61
|
2015-06-12 03:02:09+02:00
|
configure: make makeinfo_html check more robust
The current check is too strict for newer makeinfo versions.
Existing version strings are:
makeinfo (GNU texinfo) 4.13
makeinfo (GNU texinfo) 5.2
texi2any (GNU texinfo) 5.9.93
Probably version 6 will come in the not too far future.
Reviewed-by: Timothy Gu <[email protected]>
Signed-off-by: Andreas Cadhalpun <[email protected]>
|
72654526e4489c0aac05d25cfeca5bbba26026b3
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/72654526e4489c0aac05d25cfeca5bbba26026b3
|
2015-06-16 21:47:17+02:00
|
examples/demuxing_decoding: use properties from frame instead of video_dec_ctx
This is more robust.
And only check if there is actually a frame returned.
Reviewed-by: Michael Niedermayer <[email protected]>
Signed-off-by: Andreas Cadhalpun <[email protected]>
|
dd6c8575dbc8d3ff5dc2ffacb5028c253066ff78
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/dd6c8575dbc8d3ff5dc2ffacb5028c253066ff78
|
2015-06-15 18:32:18+02:00
|
avformat/ffmdec: Check ffio_set_buf_size() return value
Signed-off-by: Michael Niedermayer <[email protected]>
|
dc55477a64cefebf8dcc611f026be71382814ae2
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/dc55477a64cefebf8dcc611f026be71382814ae2
|
2015-06-07 14:55:10+02:00
|
avformat/utils: Simplify get_std_framerate() check
This also avoids using a floating point operation
Signed-off-by: Michael Niedermayer <[email protected]>
|
1e0c34fe71ae12667de0ea7c373ea16ae128a71f
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/1e0c34fe71ae12667de0ea7c373ea16ae128a71f
|
2015-06-01 04:31:37+02:00
|
libtheora: Check memory allocation
|
41658bc88553dab8499e4dfca311559dcbae2674
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/41658bc88553dab8499e4dfca311559dcbae2674
|
2015-05-31 15:03:31+02:00
|
aacpsy: Check memory allocation
|
074a1b37325bf6d1483fc23ebf1255e78d998339
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/074a1b37325bf6d1483fc23ebf1255e78d998339
|
2015-05-31 15:03:30+02:00
|
configure: Check for DXVA2_ConfigPictureDecode instead of LPDIRECT3DSURFACE9
Checking this struct is a bit more natural for this dependency.
Signed-off-by: Martin Storsjö <[email protected]>
|
e97446e600578392549ef6d0191f2020dae7f8bf
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/e97446e600578392549ef6d0191f2020dae7f8bf
|
2015-06-03 15:29:54+03:00
|
avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for HEVC loop filter and sao functions
This patch adds MSA (MIPS-SIMD-Arch) optimizations for HEVC loop filter and sao functions in new file hevc_lpf_sao_msa.c
Adds new generic macros (needed for this patch) in libavutil/mips/generic_macros_msa.h
In this patch, in comparision with previous patch, duplicated c functions are removed.
Signed-off-by: Shivraj Patil <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
|
271195f85bbce284ac80ed31c62fba9b7e74e99d
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/271195f85bbce284ac80ed31c62fba9b7e74e99d
|
2015-06-10 13:14:50+02:00
|
avformat/utils: Do not select audio streams with unknown sample rate in av_find_best_stream()
Together with the next commit this prevents non-PCM S302M from being selected unless either
it can be decoded or the user selects passthrough/copy
Signed-off-by: Michael Niedermayer <[email protected]>
|
42c41e96ff6dc4fa24d98e1913aff925b8122776
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/42c41e96ff6dc4fa24d98e1913aff925b8122776
|
2015-06-06 01:02:43+02:00
|
vp9: extend loopfilter workaround for vp9 h/v mix-up to work for 422.
|
3e634e3e98216854e7d4083d6b1f89cb79d39f9e
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/3e634e3e98216854e7d4083d6b1f89cb79d39f9e
|
2015-05-15 15:43:20-04:00
|
avcodec/sonic: check memory allocations
Signed-off-by: Michael Niedermayer <[email protected]>
|
c131a9fead5bf63215b6e1172b3c5c183cf90b85
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/c131a9fead5bf63215b6e1172b3c5c183cf90b85
|
2015-05-15 17:26:54+02:00
|
avcodec/mjpegdec: Check len in ff_mjpeg_decode_dht()
Fixes CID1239167
Signed-off-by: Michael Niedermayer <[email protected]>
|
cf9ab119d02dd8a80b37df02007d488aae5a2b80
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/cf9ab119d02dd8a80b37df02007d488aae5a2b80
|
2015-05-13 17:44:35+02:00
|
avcodec/diracdec: Make data_unit_size unsigned
Fixes CID1271788
with this change the value is more explicitly checked, it was fully checked
before though
Signed-off-by: Michael Niedermayer <[email protected]>
|
8f1afde11d4d76fc2444074b45d76a5113d1d748
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/8f1afde11d4d76fc2444074b45d76a5113d1d748
|
2015-05-14 23:18:49+02:00
|
jack: Check memory allocation
Bug-Id: CID 1265785
Signed-off-by: Vittorio Giovara <[email protected]>
|
386e2755aab73ae7075f78d92786cb5c5419597a
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/386e2755aab73ae7075f78d92786cb5c5419597a
|
2015-04-19 23:50:48+01:00
|
avcodec/ffv1dec: Check quant table symbols more completely
Signed-off-by: Michael Niedermayer <[email protected]>
|
3dfbdb328ed9e88cebc6462c56cfe61e55850b2e
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/3dfbdb328ed9e88cebc6462c56cfe61e55850b2e
|
2015-05-04 14:31:45+02:00
|
alac: Reject rice_limit 0 if compression is used
If in compression mode rice_limit = 0 leads to call
`show_bits(gb, k)` in `decode_scalar` with k = 0.
Request a sample in case it is valid and it should be accepted.
Signed-off-by: Luca Barbato <[email protected]>
CC: [email protected]
|
243e8443cd9e83c887e3f5edf09a169e7783d14e
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/243e8443cd9e83c887e3f5edf09a169e7783d14e
|
2015-05-08 11:10:51+02:00
|
avformat/matroskadec: remove now duplicate doctype check
See: b8d7f3186e86234f6255f5e8ee9e98573b4d9a6e
See: d9fe6b926cd619c311e45e0ae352cf09713c482c
Signed-off-by: Michael Niedermayer <[email protected]>
|
0cab0931dcf23e3ac111649b16a5efadf7285ac6
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/0cab0931dcf23e3ac111649b16a5efadf7285ac6
|
2015-04-19 16:47:12+02:00
|
swscale/output: Fix undefined shifts
Fixes: da14e86d8462be6493eab16bc2d40f88/asan_heap-oob_204cfd2_528_cov_340150052_COMPRESS.BMP
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
bdcd36a4c81c50254f6204e83e0c14adc1391e66
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/bdcd36a4c81c50254f6204e83e0c14adc1391e66
|
2015-03-25 18:31:25+01:00
|
h264: initialize cur_chroma_format_idc
This makes sure the various DSP contexts get properly initialized in
ff_h264_set_parameter_from_sps() whatever the value of
raw_bits_per_sample.
|
050324d020f843ce333276ebb6f27cc6026f37d0
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/050324d020f843ce333276ebb6f27cc6026f37d0
|
2015-04-05 12:02:20+02:00
|
mov: Double-check that alias path is not an absolute path
nlvl_to and nlvl_from can be set to 1 if both alias and target files
are in the same directory, so actually check the first character of the
string. We can do this because MacOS filepaths (alis type 2) are always
converted to UNIX filepaths (alis type 18).
|
9286de045968ad456d4e752651eec22de5e89060
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/9286de045968ad456d4e752651eec22de5e89060
|
2015-04-19 22:50:24+01:00
|
avutil/aes: Add () to protect the ROT() arguments
Signed-off-by: Michael Niedermayer <[email protected]>
|
52d1929000c3ae08e76fa1e74f14f26609289014
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/52d1929000c3ae08e76fa1e74f14f26609289014
|
2015-02-17 00:22:42+01:00
|
avformat/mov: Check ctts_count before use
Fixes out of array read
Fixes: asan_heap-oob_ae74b5_3610_cov_1739568095_test.3g2
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
bbbc8c618884a838c00faaaa91898017dd431117
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/bbbc8c618884a838c00faaaa91898017dd431117
|
2015-02-25 13:31:34+01:00
|
swscale/utils: More carefully merge and clear coefficients outside the input
Fixes out of array read
Fixes: asan_heap-oob_35ca682_1474_cov_3230122439_aletrek_tga_16bit.mov
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
|
1895d414aaacece3b57d7bf19502305e9a064fae
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/1895d414aaacece3b57d7bf19502305e9a064fae
|
2015-02-24 01:00:24+01:00
|
avformat/tedcaptionsdec: add () to protect the argument of ERR_CODE()
Signed-off-by: Michael Niedermayer <[email protected]>
|
527f1d22a1a462986715842b97018ef1accc1317
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/527f1d22a1a462986715842b97018ef1accc1317
|
2015-02-17 00:05:51+01:00
|
flacenc: initialize sums matrix
CC: [email protected]
Bug-Id: CID 703821
|
70d246d5cc3d214da11f711d997d8cbd8c3a23d1
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/70d246d5cc3d214da11f711d997d8cbd8c3a23d1
|
2015-01-29 17:33:38+00:00
|
avformat/matroskadec: Check av_mallocz() return values
Signed-off-by: Michael Niedermayer <[email protected]>
|
c1cdce5dcb957f6bde0c08905190d905993b61eb
|
ffmpeg
|
devign
| 0 |
https://github.com/ffmpeg/ffmpeg
|
https://github.com/ffmpeg/ffmpeg/commit/c1cdce5dcb957f6bde0c08905190d905993b61eb
|
2015-01-25 00:26:39+01:00
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.