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
⌀ |
---|---|---|---|---|---|---|---|
wavpack: remove a useless check.
Number of samples in the first block is checked to be strictly positive
earlier in wavpack_decode_frame() and number of samples in all the other
blocks is checked to be equal to the first one.
| 1d177200ce1ffd8902729e3a4d647b04fc4b35f8 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/1d177200ce1ffd8902729e3a4d647b04fc4b35f8 | 2013-05-28 08:03:24+02:00 |
libaacplus: move profile check above, simplifies code a little
Signed-off-by: Paul B Mahol <[email protected]>
| 963c58006f9ef2dc71f5f4b564e6d34892287c5e | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/963c58006f9ef2dc71f5f4b564e6d34892287c5e | 2013-05-23 19:41:38+00:00 |
wavpack: check packet size early
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
| fd06291239c1bb616bf303b5696cc432710b2530 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/fd06291239c1bb616bf303b5696cc432710b2530 | 2013-05-22 22:02:57+02:00 |
lavu/opt: check if class is NULL too
Signed-off-by: Paul B Mahol <[email protected]>
| f98dbc7311a30a30802c71571ff5e3d049ea7556 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/f98dbc7311a30a30802c71571ff5e3d049ea7556 | 2013-05-21 20:50:49+00:00 |
avfilter: check a malloc in avfilter_link().
Additionally change sizeof(type) into sizeof(var)
| 7e2b15c094bb41ede9ce2a208982a20e4dfa26a6 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/7e2b15c094bb41ede9ce2a208982a20e4dfa26a6 | 2013-05-17 20:32:27+02:00 |
ansi: by design nb_args may exceed the size of the args array, so guard accordingly
Signed-off-by: Michael Niedermayer <[email protected]>
| 0ea55365b91c250012ac8a80be5f0ebacd4fd55d | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/0ea55365b91c250012ac8a80be5f0ebacd4fd55d | 2012-10-14 15:56:36+02:00 |
avutil/crc: Dont limit CRC32 standard tables
Currently, standard tables like AV_CRC_32_IEEE and such are being generated (or
provided in case the user compiles with hardcoded tables) with only 257 elements.
We're missing a considerable boost in performance by not making them with a size
of 1024 elements instead.
Signed-off-by: Michael Niedermayer <[email protected]>
| c485c835fef46dea5dddf66243954275291dcdee | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c485c835fef46dea5dddf66243954275291dcdee | 2013-06-01 10:53:39+02:00 |
ffv1enc: Check the return value of ffv1_common_init()
Signed-off-by: Michael Niedermayer <[email protected]>
| 54602590d9e479e474db75cafa2e4b9f2799eafe | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/54602590d9e479e474db75cafa2e4b9f2799eafe | 2013-05-11 20:17:09+02:00 |
dxa: check vectors of 4x4 motion blocks
Fixes out of array reads
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| f96e0eb2387f8da7b8177f8f22969853dc648ca6 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/f96e0eb2387f8da7b8177f8f22969853dc648ca6 | 2013-05-07 20:20:14+02:00 |
vc1, mss2: Check for any negative return value from ff_vc1_parse_frame_header
This is required if we return other error codes than explicitly
-1, which so far has been the only other possible return value
besides 0.
Signed-off-by: Martin Storsjö <[email protected]>
| ec7d002e55590bf9e2c2745065ec3463364a5273 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ec7d002e55590bf9e2c2745065ec3463364a5273 | 2013-05-15 12:13:53+03:00 |
lavfi: check all avfilter_ref_buffer() calls for errors.
| 1dc42050185d63c1de5d16146fbaee92640af187 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/1dc42050185d63c1de5d16146fbaee92640af187 | 2012-07-22 09:14:05+02:00 |
avcodec/ansi: Fix right/bottom end checks
Signed-off-by: Michael Niedermayer <[email protected]>
| 6021615bbe393381f23b34a7cd0dcfd1a42687ba | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/6021615bbe393381f23b34a7cd0dcfd1a42687ba | 2013-05-02 02:16:41+02:00 |
gifdec: reset previous Graphic Control Extension disposal type
This fixes out of array accesses.
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| d23b8462b5a4a9da78ed45c4a7a3b35d538df909 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/d23b8462b5a4a9da78ed45c4a7a3b35d538df909 | 2013-05-07 17:03:34+02:00 |
lavfi/histeq: fix out of array write
Signed-off-by: Paul B Mahol <[email protected]>
| b8edf91657ad9fa2f0c5175c9ca8fbe3c8b0c624 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/b8edf91657ad9fa2f0c5175c9ca8fbe3c8b0c624 | 2013-04-17 00:24:16+00:00 |
avutil/md5: move loop inside inner function
AMD Athlon(tm) II X3 450 Processor
size: 1048576 runs: 1024 time: 5.660 +- 0.023
size: 1048576 runs: 1024 time: 5.661 +- 0.030
size: 1048576 runs: 1024 time: 5.656 +- 0.022
size: 1048576 runs: 1024 time: 5.647 +- 0.026
size: 1048576 runs: 1024 time: 5.428 +- 0.037
size: 1048576 runs: 1024 time: 5.426 +- 0.034
size: 1048576 runs: 1024 time: 5.426 +- 0.034
size: 1048576 runs: 1024 time: 5.428 +- 0.038
Signed-off-by: Michael Niedermayer <[email protected]>
| a67304d05f11b2377bf157a356d7ebb00f3e06dd | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/a67304d05f11b2377bf157a356d7ebb00f3e06dd | 2013-05-20 22:07:48+02:00 |
xan: Check for overlapping copies
No valid samples i found use such copies
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| bdfe60c769f4d4e71a360fe02f06cdb9c039cf35 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/bdfe60c769f4d4e71a360fe02f06cdb9c039cf35 | 2013-04-18 01:55:42+02:00 |
h264: wait for missing slices only on frames
The EC code does not support fields currently thus it makes no
sense to wait for these cases (which also the check doesnt handle
correctly)
Fixes Ticket 2454
Signed-off-by: Michael Niedermayer <[email protected]>
| 62a1181015c2bd90adfadcd8c9ababba44665db2 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/62a1181015c2bd90adfadcd8c9ababba44665db2 | 2013-04-09 23:12:24+02:00 |
avcodec/bitstream: Check bits in ff_init_vlc_sparse()
Fixes out of array reads
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| fb3e3808aed843b21dd70a70bdbc4b9f7de6a00b | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/fb3e3808aed843b21dd70a70bdbc4b9f7de6a00b | 2013-04-18 02:47:50+02:00 |
ffmpeg: initialize got_output, this silences a compiler warning from icc
Signed-off-by: Michael Niedermayer <[email protected]>
| f7a02d5d694bcef993b0229c9e57f22421fed637 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/f7a02d5d694bcef993b0229c9e57f22421fed637 | 2013-04-01 20:47:48+02:00 |
avidec: Fix demuxing of non seekable avis with multiple RIFFs
This solution uses the size of the first RIFF if its valid
to check frame size validity when the filesize could not be determined.
Feedback is welcome, other ideas and improvments as well!
Signed-off-by: Michael Niedermayer <[email protected]>
| 27b7bfc7b5be601be0dd5a2a472be80fc5263bdd | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/27b7bfc7b5be601be0dd5a2a472be80fc5263bdd | 2013-03-28 17:30:42+01:00 |
lavf: avformat_seek_file(): validate stream_index.
| 0d09aa9d8ec4025c31304a9dbebddfaaab82962f | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/0d09aa9d8ec4025c31304a9dbebddfaaab82962f | 2013-03-20 13:35:24+01:00 |
h264: move the default_ref_list_done check down after its inputs have been written
Fixes out of array read
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| 11c3381ce3c353a4dadf9def6232e7604b0c5d2b | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/11c3381ce3c353a4dadf9def6232e7604b0c5d2b | 2013-03-30 20:28:00+01:00 |
wmavoicedec: use the checked bitstream, reader
Fixes out of array reads
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| 3939b790f2eb1d747a1ca80c4db4e2a145812af4 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/3939b790f2eb1d747a1ca80c4db4e2a145812af4 | 2013-01-28 23:13:22+01:00 |
h264: check that DPB is allocated before accessing it in flush_dpb()
| 555000c7d5c1e13043a948ebc48d2939b0ba6536 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/555000c7d5c1e13043a948ebc48d2939b0ba6536 | 2013-03-11 18:30:31+01:00 |
asfenc: return error on negative timestamp
According to the specification the timestamp is represented by a 32bit
unsigned.
CC: [email protected]
| d1bec33b46091546c5b2e6815210e73f87abf413 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/d1bec33b46091546c5b2e6815210e73f87abf413 | 2013-03-18 10:48:23+01:00 |
lavfi/af_aresample: fix layout consistency check.
If the channel layout is unknown, lswr will internally use
the default one for the corresponding number of channels.
| 2bd104c72a108f4f6291f0d0165f2d43ca115a98 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/2bd104c72a108f4f6291f0d0165f2d43ca115a98 | 2013-02-28 19:23:12+01:00 |
build: Add proper infrastructure for adding and checking host CPPFLAGS
| 4cc4b33f71d3982df404fceb4405d656c538bc74 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/4cc4b33f71d3982df404fceb4405d656c538bc74 | 2013-02-23 20:23:45+01:00 |
h264: check that luma and chroma depth match
Fixes out of array access
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| bdeb61ccc67911cfc5e20c7cfb1312d0501ca90a | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/bdeb61ccc67911cfc5e20c7cfb1312d0501ca90a | 2013-02-21 15:02:09+01:00 |
libopencore-amrwb: Make AMR-WB ifdeffery more precise
The library might provide an encoder in the future, so it's better to
check for the presence of the decoder rather than just the library.
CC: [email protected]
Signed-off-by: Luca Barbato <[email protected]>
| 8837f4396a1a458a0efb07fe7daba7b847755a7a | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/8837f4396a1a458a0efb07fe7daba7b847755a7a | 2013-02-17 12:03:25+01:00 |
get_buffer(): do not initialize the data.
There may be more decoders that rely on this. Those should be found and
fixed.
| d2a25c4032ce6ceabb0f51b5c1e6ca865395a793 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/d2a25c4032ce6ceabb0f51b5c1e6ca865395a793 | 2013-02-15 16:08:44+01:00 |
lavc/tta: Use a safer check for encrypted streams
The user can provide a password even when the stream
is not encrypted, so check the value of s->format
instead of s->pass in ttafilter_init().
Signed-off-by: James Almer <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| 2e988fd689642899927707a084bf40dc1326dc90 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/2e988fd689642899927707a084bf40dc1326dc90 | 2013-02-17 00:34:38+01:00 |
rtp: Make sure the output format pointer is set
Not sure if this actually happens, but we do the same check when
checking payload_type further above in the function, so it might
be needed.
Signed-off-by: Martin Storsjö <[email protected]>
| 932117171f32fc3160f3d92943290238945fcb28 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/932117171f32fc3160f3d92943290238945fcb28 | 2013-01-24 11:31:35+02:00 |
yop: initialize palette to 0
The FATE sample contains some pixels with value 0, but the palette
stored in the file contains only values from 16 up. Because the default
and cmdutils get_buffer() initialize the data to 0x80, they appear as
gray dots.
After this commit they change to black dots, which is probably still
incorrect but less visible and doesn't rely on get_buffer() initializing
the data.
| 39a9fdd00fea6d2e40d4b9ecba38337549603a7d | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/39a9fdd00fea6d2e40d4b9ecba38337549603a7d | 2013-02-06 10:21:52+01:00 |
lavf: Handle the environment variable no_proxy more properly
The handling of the environment variable no_proxy, present since
one of the initial commits (de6d9b6404), is inconsistent with
how many other applications and libraries interpret this
variable. Its bare presence does not indicate that the use of
proxies should be skipped, but it is some sort of pattern for
hosts that does not need using a proxy (e.g. for a local network).
As investigated by Rudolf Polzer, different libraries handle this
in different ways, some supporting IP address masks, some supporting
arbitrary globbing using *, some just checking that the pattern matches
the end of the hostname without regard for whether it actually is
the right domain or a domain that ends in the same string.
This simple logic should be pretty similar to the logic used by
lynx and curl.
Signed-off-by: Martin Storsjö <[email protected]>
| de9cd1b173bab185e97995db09d40318378ab9ed | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/de9cd1b173bab185e97995db09d40318378ab9ed | 2013-02-27 21:32:13+02:00 |
img2dec: support seeking in infinitely looped stream
Signed-off-by: Michael Niedermayer <[email protected]>
| 05340be97bc395ca0b544c6d856469894ecbf5eb | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/05340be97bc395ca0b544c6d856469894ecbf5eb | 2013-01-21 19:53:41+01:00 |
Fix opencv detection.
This commit changes the ".so" argument placement in check_ld sub-program.
| a003c5bd4ff1846edba0518306f8091c14041c96 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/a003c5bd4ff1846edba0518306f8091c14041c96 | 2013-01-18 10:30:43+01:00 |
mux: de-obfuscate chunked interleaver checks
Signed-off-by: Michael Niedermayer <[email protected]>
| 69a96f9d4cf6d5a7f5b568c713b48d78452838fd | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/69a96f9d4cf6d5a7f5b568c713b48d78452838fd | 2013-01-17 15:08:50+01:00 |
h264: check SPS entries directly to detect pixel format changes
Comparing AVCodecContext.pix_fmt against the get_pixel_format() return
value has the side effect of calling the get_format() callback on each
slice. Users of the callback will probably handle hardware accelerator
initialization in the callback.
Signed-off-by: Michael Niedermayer <[email protected]>
| e9fd51b0d6dc65bdfcd702531c400ae9ee50a67d | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e9fd51b0d6dc65bdfcd702531c400ae9ee50a67d | 2013-01-02 02:28:57+01:00 |
mpegvideo: increase scratchpad sizes
These where reduced in f1d8763a02b5fce9a7d9789e049d74a45b15e1e8
and this change can cause out of array accesses.
Signed-off-by: Michael Niedermayer <[email protected]>
| 73db0bf1b06084022db5f42377b3b7960b3d3f5e | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/73db0bf1b06084022db5f42377b3b7960b3d3f5e | 2012-12-20 03:58:13+01:00 |
snowenc: check ff_get_buffer() return value
Fixes CID747722
Signed-off-by: Michael Niedermayer <[email protected]>
| 5cb080fa5e198303a14a537c9388855ccd0a669b | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/5cb080fa5e198303a14a537c9388855ccd0a669b | 2012-12-13 14:26:03+01:00 |
adpcm: fix off by 1 error and out of array access in DK4
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| f18c873ab5ee3c78d00fdcc2582b39c133faecb4 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/f18c873ab5ee3c78d00fdcc2582b39c133faecb4 | 2012-12-12 17:46:05+01:00 |
h264: slice-mt: check master context for valid current_picture_ptr
Fixes errors in slice based multithreading introduced in 0b300daad2f5.
| 3ab5f7dc137438e281af19218871da71a52e21be | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/3ab5f7dc137438e281af19218871da71a52e21be | 2012-12-06 04:45:04+01:00 |
avcodec: add ff_lock/unlock_avcodec functions.
Will be used in future patches, together with the
variable that allows checking whether the lock is held.
Signed-off-by: Reimar Döffinger <[email protected]>
| 25fec8595d3a050d926f8145729288ae6e8d6a1a | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/25fec8595d3a050d926f8145729288ae6e8d6a1a | 2012-12-05 21:01:17+01:00 |
configure: fix automatic processing of _extralibs in check_deps
This fixes the automatic use of $foo_extralibs when feature foo
is enabled indirectly through a _select or _suggest.
Signed-off-by: Mans Rullgard <[email protected]>
| d4f8cecc86ea36021b716c3f8ce76a54d7944fc7 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/d4f8cecc86ea36021b716c3f8ce76a54d7944fc7 | 2012-12-09 21:20:58+00:00 |
configure: check for access()
Signed-off-by: Michael Niedermayer <[email protected]>
| 465becbc4f1fd6dc7973fb69a2d46e8c8580e719 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/465becbc4f1fd6dc7973fb69a2d46e8c8580e719 | 2012-11-27 05:03:23+01:00 |
lavu/opt: allow to set sample and pixel format with av_opt_set_int()
This change requires the user to specify min and max value, and makes
possible to prevent the user to set AV_{SAMPLE,PIX}_FMT_NONE if
forbidden.
Add required ifdeffery in case of mixed libraries, when libavutil is
updated but not the other libraries.
This is a followup of 08d0969c1402ccec4dce44bd430128fb59d7b790.
| c9ff32215b433d505f251c1f212b1fa0a5e17b73 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c9ff32215b433d505f251c1f212b1fa0a5e17b73 | 2012-12-01 19:33:30+01:00 |
tga: check palette size earlier.
Fixes Ticket1895
Signed-off-by: Michael Niedermayer <[email protected]>
| 579d21f777ea1cb51a47f38b4429742837b05404 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/579d21f777ea1cb51a47f38b4429742837b05404 | 2012-11-25 22:33:54+01:00 |
ff_emulated_edge_mc: fix integer anomalies, fix out of array reads
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| 2207ea44fb4fad4d47646a789bc244e3e84c1726 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/2207ea44fb4fad4d47646a789bc244e3e84c1726 | 2012-11-16 21:33:52+01:00 |
cmdutils: Use a configure check for enabling CommandLineToArgvW
This simplifies the condition to avoid hardcoding the systems
where the function exists. This also simplifies support for
newer Windows API subsets where this function doesn't exist,
such as Windows Phone 8 and the "metro" API subset of Windows 8.
Signed-off-by: Martin Storsjö <[email protected]>
| 15caccb9be2a50ffe0dabd3202bcc272d1d7ff1d | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/15caccb9be2a50ffe0dabd3202bcc272d1d7ff1d | 2012-11-29 18:19:36+02:00 |
alac: check channel count more completely, fix out of array read
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| 001af703c6bff7cb8009db3ac882b8d929d67d9e | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/001af703c6bff7cb8009db3ac882b8d929d67d9e | 2012-11-13 22:08:09+01:00 |
iff demuxer: don't bother checking bitmap compression type; iff decoder does this now
Signed-off-by: Peter Ross <[email protected]>
Reviewed-by: Paul B Mahol <[email protected]>
| 76f60788e7964453e11ca9d632b3e4c843cc514c | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/76f60788e7964453e11ca9d632b3e4c843cc514c | 2012-11-26 23:29:02+11:00 |
dwt_yasm/vertical_compose: fix width witdth argument.
Fixes out of array accesses
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| def8588fb588f75df336567918dc512ba04aae67 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/def8588fb588f75df336567918dc512ba04aae67 | 2012-11-11 12:41:35+01:00 |
ffv1dec: more completely check slice count
Signed-off-by: Michael Niedermayer <[email protected]>
| dd11615bbca6ca38e0d9696cc3a4e7ee9c324cdc | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/dd11615bbca6ca38e0d9696cc3a4e7ee9c324cdc | 2012-11-07 13:26:37+01:00 |
sab_diamond_search: add assert to double check the minima_count
Signed-off-by: Michael Niedermayer <[email protected]>
| bbd7b46b94ee8e8d668f950c65ec470fa43ede79 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/bbd7b46b94ee8e8d668f950c65ec470fa43ede79 | 2012-11-04 13:00:20+01:00 |
lswr/swresample.h: use consistent inclusion guard header name
| 7be09a91c2994131385f27c2f7726e04cf3841ce | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/7be09a91c2994131385f27c2f7726e04cf3841ce | 2012-11-03 12:06:43+01:00 |
vf_showinfo: check return code of av_image_get_linesize()
Fixes CID703716
Signed-off-by: Michael Niedermayer <[email protected]>
| 2aecfd4f209688a8365f18b351f0ecf12fe5f873 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/2aecfd4f209688a8365f18b351f0ecf12fe5f873 | 2012-10-28 00:40:28+02:00 |
ffm_write_write_index: check lseek() return code
Fixes CID732185
Signed-off-by: Michael Niedermayer <[email protected]>
| 378a5b9c5f1a8b51dee3b954713d18f330fbb027 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/378a5b9c5f1a8b51dee3b954713d18f330fbb027 | 2012-10-17 20:23:16+02:00 |
flac_parser.c: fix issue with looping output for small files.
see trac 1345
https://ffmpeg.org/trac/ffmpeg/ticket/1345
Signed-off-by: Michael Niedermayer <[email protected]>
| c73b1a1d8010dac29653b41d39af9c18247179c3 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c73b1a1d8010dac29653b41d39af9c18247179c3 | 2012-10-14 20:39:10+02:00 |
wv: do not report invalid stream duration
If total number of samples is -1 it means stream is of unknown length.
Fixes ticket #1777.
Signed-off-by: Paul B Mahol <[email protected]>
| 039341eb43945f02867cfe2fe2514eaec4b81ace | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/039341eb43945f02867cfe2fe2514eaec4b81ace | 2012-10-14 10:41:16+00:00 |
probetest: check command line arguments
Fixes CID733835
Signed-off-by: Michael Niedermayer <[email protected]>
| 80db07adfe8a1ff716af51ca9aaf357280c8b363 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/80db07adfe8a1ff716af51ca9aaf357280c8b363 | 2012-10-13 20:35:56+02:00 |
ff_celp_lp_synthesis_filterf: change loop end check
This makes no difference for supported input but avoids a
out of array read with input that is never passed in currently
Fixes CID717919
Signed-off-by: Michael Niedermayer <[email protected]>
| 3f010421421ff0af916cf16313a111dae71f837d | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/3f010421421ff0af916cf16313a111dae71f837d | 2012-10-13 03:32:38+02:00 |
h264: use designated initializers for AVClass
Signed-off-by: Paul B Mahol <[email protected]>
| 011f3892ff3533c0b1157fdc614362ab31b2fe8f | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/011f3892ff3533c0b1157fdc614362ab31b2fe8f | 2012-10-15 13:43:33+00:00 |
vf_tinterlace: check av_image_get_linesize() return value
Fixes CID703717
Signed-off-by: Michael Niedermayer <[email protected]>
| ac2a3a7a05197844f01ddeea972cfbbc511e1efb | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ac2a3a7a05197844f01ddeea972cfbbc511e1efb | 2012-11-03 02:38:30+01:00 |
lavf: Add support offset timestamps on muxing.
This allows avoiding negative timestamps.
Signed-off-by: Michael Niedermayer <[email protected]>
| 3ba0dab76ac32f0c9f50c916a73bc64e43c1fdf9 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/3ba0dab76ac32f0c9f50c916a73bc64e43c1fdf9 | 2012-09-26 15:55:16+02:00 |
smoothstreamingenc: Check the output UrlContext before accessing it
This code can be called with a NULL UrlContext if writing of the
trailer involves seeking.
Signed-off-by: Martin Storsjö <[email protected]>
| eb2f391018facf1e31e88800f3109b382da3f59c | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/eb2f391018facf1e31e88800f3109b382da3f59c | 2012-10-06 13:05:30+03:00 |
aacenc: fix out of array writes
The value used in allocation is based on a estimate of the
maximum size of the spectral coefficients multiplied with 2
and rounded up. The exact or a tighter limit should be
found and used instead. But this issue shouldnt be left
open until someone works on that.
Signed-off-by: Michael Niedermayer <[email protected]>
| d56834201bf7511ed497e956fb7ff78d49454b10 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/d56834201bf7511ed497e956fb7ff78d49454b10 | 2012-10-05 00:18:01+02:00 |
mem: fix typo in check for __ICC
Signed-off-by: Mans Rullgard <[email protected]>
| 8c5ed7a66a59a2eac4b776a44f8ea841b8e12418 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/8c5ed7a66a59a2eac4b776a44f8ea841b8e12418 | 2012-09-10 00:07:26+01:00 |
mov: detect EOF in mov_read_dref()
Avoid a near infinite loop.
Issue discovered by cosminamironesei.
Signed-off-by: Michael Niedermayer <[email protected]>
Signed-off-by: Luca Barbato <[email protected]>
| 9db67bedf0e517c19dad02db1752a5dfb52eaa69 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/9db67bedf0e517c19dad02db1752a5dfb52eaa69 | 2012-09-16 16:31:03+02:00 |
tiff/doubles2str: check for truncation
Signed-off-by: Michael Niedermayer <[email protected]>
| 17f9626b5dd86085a155922221f41338bc8bba1f | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/17f9626b5dd86085a155922221f41338bc8bba1f | 2012-09-09 14:41:18+02:00 |
configure: use HOSTCC_C/O in check_host_cc
Signed-off-by: Mans Rullgard <[email protected]>
| ae43c4c0c09fee63bc7ec9385b3fd381be7ba1d5 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ae43c4c0c09fee63bc7ec9385b3fd381be7ba1d5 | 2012-08-27 23:14:06+01:00 |
snowdec: check log in get_symbol2()
Fixes Ticket1635
Found-by: Piotr Bandurski <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| 4a596d19ff2524e7d43449265554a526c06f684b | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/4a596d19ff2524e7d43449265554a526c06f684b | 2012-08-16 01:31:19+02:00 |
configure: x86: improve ebp availability check
Some compilers are extra strict about register usage in main(),
disallowing ebp in inline asm there while allowing it elsewhere.
This change makes the test better reflect actual usage.
Signed-off-by: Mans Rullgard <[email protected]>
| 692dd8ed2617f390ff53b1152a21170e886be726 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/692dd8ed2617f390ff53b1152a21170e886be726 | 2012-09-14 15:26:05+01:00 |
vf_fps: add more error checks.
| 043800a96888f1a04732f12316ba477d8f098d3f | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/043800a96888f1a04732f12316ba477d8f098d3f | 2012-07-22 09:14:05+02:00 |
alac: calculate buffer size outside the loop in allocate_buffers()
| f3e5a7844bbf13620ca4b6a5e19aa087c9141b15 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/f3e5a7844bbf13620ca4b6a5e19aa087c9141b15 | 2012-07-19 13:26:48-04:00 |
Cosmetics: Return AVERROR_INVALIDDATA from ffv1 encoder initialisation if invalid data was provided.
| 4c4e125695909caa7ab3ebce5c34463b7a10bfc6 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/4c4e125695909caa7ab3ebce5c34463b7a10bfc6 | 2012-07-10 14:32:55+02:00 |
configure: Remove an unused 'have' item
This is only used for checking for a certain library, but the code
doesn't need to know whether the function was found.
Signed-off-by: Martin Storsjö <[email protected]>
| 03d1b18e9633667ecf315c1ac804b015fb039e37 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/03d1b18e9633667ecf315c1ac804b015fb039e37 | 2012-07-16 01:58:35+03:00 |
ffprobe: rework checking logic in writer_print_time() and writer_print_rational()
Make writer_print_time() and writer_print_rational() always call
writer_print_int() or writer_print_string(). This way the checks for
determining if the value should be printed or not are consistently
performed in the low level functions.
writer_print_rational() is moved downward in order to avoid a forward
reference.
Simplify/amend the overall logic.
| 4b370d6126ab74c6112e2c1edfad3f48ebcf08ad | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/4b370d6126ab74c6112e2c1edfad3f48ebcf08ad | 2012-09-25 09:20:57+02:00 |
blowfish: invert branch and loop precedence
Should slightly improve performance depending on the compiler used.
| 669bbedfa863f8a1491a186fac4238baba407037 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/669bbedfa863f8a1491a186fac4238baba407037 | 2012-07-05 10:40:13+02:00 |
configure: Check for getaddrinfo in ws2tcpip.h, too
This function is only available in the headers if unconditionally
targeting a version >= XP. It is not strictly necessary, since we
try loading these functions dynamically at runtime on windows in
the fallback, but this makes things a bit faster and more
straightforward.
On mingw32, this function isn't visible by default, while it is
on mingw64 (on both 32 and 64 bit).
Signed-off-by: Martin Storsjö <[email protected]>
| 39d18f21a5fd06c79b16a505b19cbdd15c6e093c | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/39d18f21a5fd06c79b16a505b19cbdd15c6e093c | 2012-07-15 02:19:34+03:00 |
sanm: replace conditions in for loops with more common version
Signed-off-by: Paul B Mahol <[email protected]>
| 3b9dd906d18f4cd801ceedd20d800a7e53074be9 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/3b9dd906d18f4cd801ceedd20d800a7e53074be9 | 2012-07-04 23:38:58+00:00 |
lavc/rawdec: add assertion check in raw_decode()
Check on an implicit assumption done on the number of coded bits for
paletted rawvideo with coded bits == 2.
| ab7dbdc92c449d6c26cc164d149395bd753c0e53 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ab7dbdc92c449d6c26cc164d149395bd753c0e53 | 2012-07-03 01:25:02+02:00 |
swscale: use designated initializers for AVClass
Signed-off-by: Paul B Mahol <[email protected]>
| 81416c2f64415cfa47a21c13f8142b73094a2887 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/81416c2f64415cfa47a21c13f8142b73094a2887 | 2012-06-22 02:34:34+00:00 |
rtmp: Don't send every flv packet in a separate HTTP request in RTMPT
Add a new option 'rtmp_flush_interval' that allows specifying the
number of packets to write before sending it off as a HTTP request.
This is mostly relevant for RTMPT - for plain RTMP, it only controls
how often we check the socket for incoming packets, which shouldn't
affect the performance in any noticeable way.
Signed-off-by: Martin Storsjö <[email protected]>
| 46743a859ceb6b6bf4f0b1cbe26e5b311ed9eef4 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/46743a859ceb6b6bf4f0b1cbe26e5b311ed9eef4 | 2012-06-18 22:00:31+03:00 |
ffplay: add configure_filtergraph() helper
Will help factorization with the pending -af patch, and add some checks
missing in the original code.
| 79a7451d069f17c72e566d8e76a75c15cc25c515 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/79a7451d069f17c72e566d8e76a75c15cc25c515 | 2012-06-26 11:42:51+02:00 |
lavfi/super2xsai: fix table used to update color matrix at the end of each y loop
The previous table appears to be wrong (it was copied from the original
MPlayer super2xsai filter in order to keep binary compatibility).
The new table is consistent with the init code and apparently fixes a
combing artifact on the left edge of the generated image.
| 4ebb46eb142ece6a764bfa52cf461845827cc9ec | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/4ebb46eb142ece6a764bfa52cf461845827cc9ec | 2012-06-16 00:30:42+02:00 |
http: Clear the old URLContext pointer when closed
This fixes issues with opening http urls that have authentication
or redirects, introduced in commit e999b641.
Signed-off-by: Martin Storsjö <[email protected]>
| 3cbcfa2decdbe2b223f7f878b03a5f33a41a22f5 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/3cbcfa2decdbe2b223f7f878b03a5f33a41a22f5 | 2012-06-01 18:38:28+03:00 |
rtmp: Check return codes of net IO operations
Signed-off-by: Martin Storsjö <[email protected]>
| bba287fdac98362e94f386159912046b8b1a65fc | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/bba287fdac98362e94f386159912046b8b1a65fc | 2012-05-24 22:16:46+03:00 |
image2: Add "start_number" private option to the demuxer
Currently if a pattern is given we search for up to the fifth file name in
that sequence. This option sets that limit to an arbitrary number.
Signed-off-by: Michael Niedermayer <[email protected]>
| 98b3f17bd7182f4fbf318e09068bc19457a82d69 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/98b3f17bd7182f4fbf318e09068bc19457a82d69 | 2012-06-24 12:40:54+02:00 |
build: add codec_names.h to SKIPHEADERS to fix make checkheaders.
| 1913989f568eab1b001e6c8645fd6f5409d93099 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/1913989f568eab1b001e6c8645fd6f5409d93099 | 2012-05-18 23:34:11+02:00 |
fate: fix md5sum replacement on some systems
On systems where the 'md5' command is used, there is a conflict
with the md5() shell function in fate-run.sh. Using the 'command'
keyword bypasses the shell function for correct behaviour.
Signed-off-by: Mans Rullgard <[email protected]>
| 00c78a0a151ce6a0c277c1d6736517759ae77aae | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/00c78a0a151ce6a0c277c1d6736517759ae77aae | 2012-05-30 07:52:35+01:00 |
assdec: check that the alloc+init of the private data succeeded.
Fixes a part of Ticket1208
Found-by: John Villamil and Piotr Bandurski
Signed-off-by: Michael Niedermayer <[email protected]>
| dd20e7ede5bfdc99c211b80e35d54b6ade028405 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/dd20e7ede5bfdc99c211b80e35d54b6ade028405 | 2012-05-15 02:31:52+02:00 |
x86: vc1: drop MMX loop filter implementation, which uses MMX2 instructions.
| ea60dfe284b82fc74569bbd562e68ec48f69f154 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ea60dfe284b82fc74569bbd562e68ec48f69f154 | 2012-05-12 14:02:45+02:00 |
lavc/libutvideo: protect header.
| 5b70e28c6ec9ddb8d6713460d3d9e7acdc80146a | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/5b70e28c6ec9ddb8d6713460d3d9e7acdc80146a | 2012-05-18 23:34:11+02:00 |
avconv: check output stream recording time before each frame returned from filters
There may be multiple frames returned, so with just one check we can
write more than requested to the output.
| bb7431f4fc44553fc0a52a69b57d220d174177d4 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/bb7431f4fc44553fc0a52a69b57d220d174177d4 | 2012-06-04 14:18:34+02:00 |
audio_frame_que: simplify
Also update libav->ffmpeg as theres pretty much no code left from libav.
The new code is faster, requires fewer mallocs and less memory. Its
also half the number of lines of code.
This code is not 100% identical in behavior to the previous, but the
differences appear to be rather limitations of the previous design
than intended though i could be wrong of course.
Signed-off-by: Michael Niedermayer <[email protected]>
| 36583d23bdbe31e8845d3ca9162bce33fef6e48c | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/36583d23bdbe31e8845d3ca9162bce33fef6e48c | 2012-05-08 00:25:25+02:00 |
lavf: add av_guess_frame_sample_aspect_ratio function
Guesses the sample aspect ratio of a frame, based on both the stream and the
frame aspect ratio.
Since the frame aspect ratio is set by the codec but the stream aspect ratio
is set by the demuxer, these two may not be equal. This function tries to
return the value that you should use if you would like to display the frame.
Basic logic is to use the stream aspect ratio if it is set to something sane
otherwise use the frame aspect ratio. This way a container setting, which is
usually easy to modify can override the coded value in the frames.
Signed-off-by: Marton Balint <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| 94a9ac127703eb6af25dd474b0f6ce5e2b54bdee | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/94a9ac127703eb6af25dd474b0f6ce5e2b54bdee | 2012-05-14 23:40:46+02:00 |
vc1dec: check that coded slice positions and interlacing match.
This fixes out of array writes
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| 5e59a77cec804a9b44c60ea22c17beba6453ef23 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/5e59a77cec804a9b44c60ea22c17beba6453ef23 | 2012-04-19 11:16:56+02:00 |
rv34: Fix check_slice_end() handling of 0 bits left case
Signed-off-by: Michael Niedermayer <[email protected]>
| 2d0b4bc4cf92dd961dbafbff3f1f4a9e08a9565b | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/2d0b4bc4cf92dd961dbafbff3f1f4a9e08a9565b | 2012-04-07 19:59:00+02:00 |
indeo4: check that num_mbs matches
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| d3db8988d5befd8702a748cf1957415677bfe75c | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/d3db8988d5befd8702a748cf1957415677bfe75c | 2012-03-31 21:42:50+02:00 |
indeo5: check motion vectors.
fixes out of frame reading
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| c855ece101cd960ddd20eabd5f295e0b02b71dcc | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c855ece101cd960ddd20eabd5f295e0b02b71dcc | 2012-03-26 03:45:45+02:00 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.