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
⌀ |
---|---|---|---|---|---|---|---|
checkasm: Add a test for HEVC add_residual
| ed48a9d8143d2575a4458589cebde69ec326afd8 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ed48a9d8143d2575a4458589cebde69ec326afd8 | 2016-10-22 17:33:35+02:00 |
avformat/matroskadec: check for more reserved values on some Colour elements
Signed-off-by: James Almer <[email protected]>
| a4044498f77771be855e3d262ccbfc36f5ebdeb4 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/a4044498f77771be855e3d262ccbfc36f5ebdeb4 | 2016-10-06 13:49:29-03:00 |
avcodec/nvenc: add test for Temporal AQ support
Adds a check to see if the hardware supports temporal aq.
Signed-off-by: Timo Rothenpieler <[email protected]>
| da4d0fa86b48d79398b0ccf7ecadc6ff69e3c947 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/da4d0fa86b48d79398b0ccf7ecadc6ff69e3c947 | 2016-10-19 12:41:41+02:00 |
pngdec: check if previous frame exists instead of trusting sequence_number
This fixes a segmentation fault caused by calling memcpy with NULL as
second argument in handle_p_frame_apng.
Reviewed-by: Michael Niedermayer <[email protected]>
Signed-off-by: Andreas Cadhalpun <[email protected]>
| 801b5c18c7beefbb894ad4de20d1b591ddb22198 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/801b5c18c7beefbb894ad4de20d1b591ddb22198 | 2016-11-27 23:46:30+01:00 |
cuvid: Use bundled headers
We need to remove the dynlink fanciness and replace it with normal
function prototypes and update the include paths and configure logic.
We don't need to explicitly check for PICPARMS now - they're going
to be there.
| 843aff3cf7ad1d1f1549b9c1d3892589ba1cfdda | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/843aff3cf7ad1d1f1549b9c1d3892589ba1cfdda | 2016-09-22 18:38:51-07:00 |
checkasm: aarch64: Add filler args to make sure all parameters are passed on the stack
This, combined with clobbering the stack space prior to the call,
increases the chances of finding cases where 32 bit parameters
are erroneously treated as 64 bit.
Signed-off-by: Martin Storsjö <[email protected]>
| c91d6a33f872574c95c8784277cf60ffcf6bff4f | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c91d6a33f872574c95c8784277cf60ffcf6bff4f | 2016-10-16 23:26:33+03:00 |
avfilter/vaf_spectrumsynth: check return code
| a2c40931c80d8a6081b17df5968715d41b10b057 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/a2c40931c80d8a6081b17df5968715d41b10b057 | 2016-08-16 16:01:35+02:00 |
avcodec/adpcm: Fix adpcm_ima_wav padding
Fixes out of array read
Fixes: f29f134ea5f5590df554a7733294a587/asan_stack-oob_309d14e_9188_ea01743d6355aff20530f3d4cdaa841a.wav
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| f2a9a30fd6a2914197ae42ee67703a1471fac2eb | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/f2a9a30fd6a2914197ae42ee67703a1471fac2eb | 2016-08-21 02:44:15+02:00 |
checkasm: h264dsp: Move the x and y variables into the randomize_buffer macro
This avoids the risk of accidentally clobbering such variables outside
of the macro if the same variables are used there.
Signed-off-by: Martin Storsjö <[email protected]>
| e48746deec48e9ff195841bc3266b4e153a878cd | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e48746deec48e9ff195841bc3266b4e153a878cd | 2016-06-28 14:24:04+03:00 |
avformat/mov: Check STSD atom more completely
Fixes out of array read
Fixes: 13262c363a28da8d6bdcc472aed6e9dc/asan_heap-oob_cfb5e2_3733_31cf3fcc783295c34222eb070a784f84.3gp
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| 8b43ee4054af799e388d380b379a13a60849c1b5 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/8b43ee4054af799e388d380b379a13a60849c1b5 | 2016-08-20 20:16:52+02:00 |
avfiltergraph.c: restore disabling of auto conversions
Restore a check added in 440af105f2306d3c7b3b3f4d7530bab910d49cb9
but lost sometime after. avfilter_graph_set_auto_convert() will
have an effect once again.
Signed-off-by: Burt P <[email protected]>
| 16ea0bca14730d71dd319b7dc148598275928cfe | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/16ea0bca14730d71dd319b7dc148598275928cfe | 2016-08-10 11:37:28-05:00 |
checkasm: arm: report the first clobbered register in checkasm_checked_call
| 71a0472114574993df7035f4de9aa007e03817b8 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/71a0472114574993df7035f4de9aa007e03817b8 | 2016-07-16 12:57:18+02:00 |
diractab: expose the maximum quantization index as a macro
Prevents having to have random magic values in the decoder and a
separate macro in the encoder.
Signed-off-by: Rostislav Pehlivanov <[email protected]>
| 09d89d940635e34b0f61266d66fbb9802b18564c | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/09d89d940635e34b0f61266d66fbb9802b18564c | 2016-07-11 23:38:01+01:00 |
avcodec/iff: Check that there are enough bytes in dgb before reading
Fixes CID1361959
Signed-off-by: Michael Niedermayer <[email protected]>
| a2550e7d2e4c1e2f1fd262985a1d789240f7e839 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/a2550e7d2e4c1e2f1fd262985a1d789240f7e839 | 2016-07-11 14:48:57+02:00 |
avformat/flvdec: Do not check last size if it could not be read due to EOF
Fixes part of Ticket5648
Signed-off-by: Michael Niedermayer <[email protected]>
| e0faad837cd5047a1310cefa0cf163d8caa865e7 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e0faad837cd5047a1310cefa0cf163d8caa865e7 | 2016-06-22 03:02:47+02:00 |
af_hdcd: Process stereo channels together, fix #5727
Issue #5727: gain adjustment should only be applied if matching
gain value from a valid packet in both channels. The existing functions process
each channel separately, so it was not possible.
* New versions of hdcd_process(), hdcd_scan(), hdcd_integrate() named
hdcd_*_stereo() that process both channels together.
* target_gain applied will be the last matching target_gain.
* The old single channel functions remain as an option. They can be
used by: -af hdcd=process_stereo=0.
Signed-off-by: Burt P <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| d574e22659bd51cdf16723a204fef65a9e783f1d | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/d574e22659bd51cdf16723a204fef65a9e783f1d | 2016-08-01 23:57:55+02:00 |
avpacket: Error out when creating 0-sized side data
This mimics the behaviour of other av_*_new_side_data().
This is not caught by the malloc check, since padding
is always added to the allocated size.
Signed-off-by: Vittorio Giovara <[email protected]>
| 05a4bacbf7ece618553d339afe1d0b57bc87aea8 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/05a4bacbf7ece618553d339afe1d0b57bc87aea8 | 2016-06-13 13:31:21-04:00 |
Add some more deprecation guards
Avoids unused function/label/variable warnings after the next version bump.
| 763d69bfb2f0094e99f43e657cfd2b0471361f6b | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/763d69bfb2f0094e99f43e657cfd2b0471361f6b | 2016-05-11 12:22:49+02:00 |
avcodec/dca: don't set initial sample_fmt
Valid sample_fmt will be set by dcadec_decode_frame() based on stream type.
Signed-off-by: James Almer <[email protected]>
| 39f7620d76c7a133535ed7a535f7a74fefa6e435 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/39f7620d76c7a133535ed7a535f7a74fefa6e435 | 2016-05-20 15:11:34-03:00 |
pgssub: Fix subpicture colorspace and range
Widen the values from limited to full range and use BT.709 where it
should be used according to the video resolution:
SD is BT.601, HD is BT.709
Default to BT.709 due to most observed HDMV content being HD.
| 885a9d6087315a85d98f7e89656ef01dc7104c4c | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/885a9d6087315a85d98f7e89656ef01dc7104c4c | 2016-05-10 11:30:25+02:00 |
configure: check for SEC_I_CONTEXT_EXPIRED before enabling SChannel
Fixes build on mingw32, which lacks this constant.
| 7d9e064cc13cb1b9db854c60bfff3ed3dc60ab7b | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/7d9e064cc13cb1b9db854c60bfff3ed3dc60ab7b | 2016-03-16 15:31:21+01:00 |
takdec: ensure chan2 is a valid channel index
If chan2 is not smaller than the number of channels, it can cause
segmentation faults due to dereferencing a NULL pointer.
Signed-off-by: Andreas Cadhalpun <[email protected]>
Signed-off-by: Luca Barbato <[email protected]>
| a2d1922bde8db2cdac95051918fe81ae18c0376b | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/a2d1922bde8db2cdac95051918fe81ae18c0376b | 2016-03-20 01:04:12+01:00 |
fate: Remove vsync drop from some h264 tests
Note some tests need vsync drop to produce exact timestamps, these seem not to
need it. quite likely many more dont need it either, ive not checked beyond finding
one that needs it and the ones which have it removed
Signed-off-by: Michael Niedermayer <[email protected]>
| 5a19506088c3f52e1cc156883274ff61d45137b5 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/5a19506088c3f52e1cc156883274ff61d45137b5 | 2016-03-26 16:39:20+01:00 |
lavu/rational: add more info regarding floor(x+0.5) usage
Add some more verbose info regarding why the imprecise and slow floor(x+0.5) hack
is used; helpful for future maintenance.
Reviewed-by: Michael Niedermayer <[email protected]>
Signed-off-by: Ganesh Ajjanagadde <[email protected]>
| 7dabc78ce13e3baa37292f42df2364b4ccd2aa78 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/7dabc78ce13e3baa37292f42df2364b4ccd2aa78 | 2016-02-29 19:26:55-05:00 |
avcodec/flashsv: Check size before updating it
Fixes out of array read
Fixes: 3c857d4d90365731524716e6d051e43a/signal_sigsegv_7f4f59bcc29e_1386_20abd2c8e655cb9c75b24368e65fe3b1.flv
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| 17705f5d4f57c15f9b9bb9cfcbbb4621fed2fc70 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/17705f5d4f57c15f9b9bb9cfcbbb4621fed2fc70 | 2015-11-14 13:34:52+01:00 |
lavf/mp3: Properly check return values of seeks and reads while reading the header
Fixes large amounts of seeking past EOF, which could be extremely
slow over a network.
Signed-off-by: Derek Buitenhuis <[email protected]>
| 1c9215e580b6436d1aff3c0118ef01269712ebd9 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/1c9215e580b6436d1aff3c0118ef01269712ebd9 | 2016-02-28 13:57:35+00:00 |
asfdec: check avio_skip in asf_read_simple_index
The loop can be very long, even though the file is very short.
Signed-off-by: Andreas Cadhalpun <[email protected]>
Signed-off-by: Alexandra Hájková <[email protected]>
Signed-off-by: Luca Barbato <[email protected]>
| e4d1621c6e51c623061676439a55dfab89d330f6 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e4d1621c6e51c623061676439a55dfab89d330f6 | 2016-02-07 03:12:33+01:00 |
lavc/ccaption_dec: check for bprint completeness only at the end
| 5ae07914d047dd406b4953cfb7a1e091f7188381 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/5ae07914d047dd406b4953cfb7a1e091f7188381 | 2016-01-09 12:37:11+01:00 |
avcodec/dxv: Check idx in dxv_decompress_dxt5()
Fixes potential out of array read
No testcase available
Signed-off-by: Michael Niedermayer <[email protected]>
| 68eb20801d6929974feb41219290cb4c207cdf59 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/68eb20801d6929974feb41219290cb4c207cdf59 | 2016-01-05 03:08:09+01:00 |
asfdec_o: break if EOF is reached after asf_read_packet_header
asf_read_payload can unset eof_reached, so check it also before calling
that function.
This fixes infinite loops.
Reviewed-by: Alexandra Hájková <[email protected]>
Signed-off-by: Andreas Cadhalpun <[email protected]>
| 0e32153e9c296366e004352ecb3f9fcea74dc17d | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/0e32153e9c296366e004352ecb3f9fcea74dc17d | 2016-01-15 00:39:46+01:00 |
rtpdec_jpeg: Coalesce redundant error checks
| 5049f6b772891cdf4030a9d572362efc8f7ae97f | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/5049f6b772891cdf4030a9d572362efc8f7ae97f | 2015-12-26 10:26:29+01:00 |
AAC encoder: fix assertion error with prediction
Fixes an assertion error reported in #2686 that happens when
using prediction (either explicitly or implicitly by setting
the AAC main profile), since prediction code would allow
creating new zeroes or removing existing ones, without
properly checking for SF delta violations.
This patch forbids creating/removing zeroes, perhaps an
overly conservative approach, but a safe one. More permissive
and sophisticated approaches may be attempted in the future.
| 2a31b076b444d0c096efd4ab0eb4e19cf0ffd2ac | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/2a31b076b444d0c096efd4ab0eb4e19cf0ffd2ac | 2016-01-13 05:28:34-03:00 |
lavd/pulse_audio_enc: replace lround by lrint
Here it is mostly a cosmetic change, but there might be benefits in that
there are no compat hacks for lround, while there are for lrint.
Signed-off-by: Ganesh Ajjanagadde <[email protected]>
| 879b4a9d3ec89f587f9442fd4c7f1f36d5bd39c3 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/879b4a9d3ec89f587f9442fd4c7f1f36d5bd39c3 | 2015-12-21 08:25:30-08:00 |
avcodec/jpeg2000dec: Check bpno in decode_cblk()
Fixes: undefined shift
Fixes: c409ef86f892335a0a164b5871174d5a/asan_heap-oob_1dff564_2159_162b7234616deab02b544410455eb07b.mov
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| a85b02dcf70f62a6a433a607143f1f78fa5648bb | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/a85b02dcf70f62a6a433a607143f1f78fa5648bb | 2015-12-04 18:54:39+01:00 |
avcodec/dnxhddec: Fix runtime error: left shift of negative value
Fixes: 2abd25478c62a675f335fac00b467023/asan_static-oob_10aff98_1227_8811480c6ef1e970a7977ceb7e5a9958.mxf
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| 2ff61c3c1a0a7d8de741ba37c7662dedb6ad4b60 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/2ff61c3c1a0a7d8de741ba37c7662dedb6ad4b60 | 2015-12-04 13:44:22+01:00 |
avcodec: Use get_ue_golomb_long() when needed
get_ue_golomb() cannot decode values larger than 8190 (the maximum
value that can be golomb encoded in 25 bits) and produces the error
"Invalid UE golomb code" if a larger value is encountered. Use
get_ue_golomb_long() instead (which supports 63 bits, up to 4294967294)
when valid h264/hevc values can exceed 8190.
This updates decoding of the following values: (maximum)
first_mb_in_slice 36863* for level 5.2
abs_diff_pic_num_minus1 131071
difference_of_pic_nums_minus1 131071
idr_pic_id 65535
recovery_frame_cnt 65535
frame_packing_arrangement_id 4294967294
frame_packing_arrangement_repetition_period 16384
display_orientation_repetition_period 16384
An alternative would be to modify get_ue_golomb() to handle encoded
values of up to 49 bits as was done for get_se_golomb() in a92816c.
In that case get_ue_golomb() could continue to be used for all of
these except frame_packing_arrangement_id.
Signed-off-by: Michael Niedermayer <[email protected]>
| c51c08e0e70c186971385bdbb225f69edd4e3375 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c51c08e0e70c186971385bdbb225f69edd4e3375 | 2015-12-29 13:11:51+01:00 |
ffm: reject invalid codec_id and codec_type
A negative codec_id cannot be handled by the found_decoder API of
AVStream->info: if the codec_id is not recognized, found_decoder is set
to -codec_id, which has to be '<0' according to the API documentation.
This can cause NULL pointer dereferencing in try_decode_frame.
Also make sure the codec_type matches the expected one for codec_id.
Reviewed-by: Michael Niedermayer <[email protected]>
Signed-off-by: Andreas Cadhalpun <[email protected]>
| ecf63b7cc24b9fd3e6d604313325dd1ada4db662 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ecf63b7cc24b9fd3e6d604313325dd1ada4db662 | 2015-12-15 22:43:25+01:00 |
avfilter/vsrc_mptestsrc: use lrint instead of floor hack
lrint is faster, and is more consistent across the codebase.
Reviewed-by: Michael Niedermayer <[email protected]>
Signed-off-by: Ganesh Ajjanagadde <[email protected]>
| fa5d299496c15e992240914ae05b92d9b74eb3c4 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/fa5d299496c15e992240914ae05b92d9b74eb3c4 | 2015-12-02 18:31:56-05:00 |
lavf/rtpenc_jpeg: Less strict check for standard Huffman tables.
There can be one or more Huffman table segments DHT.
Reported-by: Andrey Utkin
| d208acf2c82b260e90be6215c93809f3343760f0 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/d208acf2c82b260e90be6215c93809f3343760f0 | 2015-12-02 15:03:56+01:00 |
avi: Validate the stream-id for DV as well
Avoid false positives while syncing.
Bug-Id: ffmpeg/4086
Bug-Id: 879
Signed-off-by: Michael Niedermayer <[email protected]>
Signed-off-by: Luca Barbato <[email protected]>
| 0fc61c6ab6912a2f0c40fdd3f3c591bc2a33efd4 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/0fc61c6ab6912a2f0c40fdd3f3c591bc2a33efd4 | 2015-12-02 23:49:10+01:00 |
avformat/vpk: check samples_per_block size
Signed-off-by: Paul B Mahol <[email protected]>
| 16195aad75d7350c192628d7c72c17fd44d138bd | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/16195aad75d7350c192628d7c72c17fd44d138bd | 2015-11-21 21:58:24+01:00 |
lavfi/af_asyncts: remove looping on request_frame().
| 785ac437be6b8e12bf58bc2c53547a891cd7d5f1 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/785ac437be6b8e12bf58bc2c53547a891cd7d5f1 | 2015-11-07 16:43:36+01:00 |
avcodec/aacsbr_fixed: Try to initialize sum[0..1] differently to fix build with VS2012
Found-by: Hendrik Leppkes <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| 8a024f6a43444a73a3cd8d70abedde426b4e1986 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/8a024f6a43444a73a3cd8d70abedde426b4e1986 | 2015-11-10 13:34:27+01:00 |
avcodec/mpegvideo: use predefined M_PI
M_PI is defined in math.h, or in avutil/mathematics.h for compatibility
hacks. This uses this value instead of an ad-hoc floating literal.
Reviewed-by: Michael Niedermayer <[email protected]>
Signed-off-by: Ganesh Ajjanagadde <[email protected]>
| c5fa42c69aeccd644fb5a42b4995602d206f168b | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c5fa42c69aeccd644fb5a42b4995602d206f168b | 2015-11-14 10:58:39-05:00 |
flashsv: Initialize the block array
Otherwise flashsv2_prime could be fed random data.
Bug-Id: 908
CC: [email protected]
Signed-off-by: Luca Barbato <[email protected]>
| 50d2a3b5f34e6f99e5ffe17f2be5eb1815555960 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/50d2a3b5f34e6f99e5ffe17f2be5eb1815555960 | 2015-11-02 16:29:46+01:00 |
screenpresso: Drop parameter change check
Size can never change, allowing us to use ff_reget_buffer, and to
simplify the code a little.
| 3c5cf2a31b4b29a8e4282cbe6a3f0617c14698b8 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/3c5cf2a31b4b29a8e4282cbe6a3f0617c14698b8 | 2015-10-25 22:44:21+01:00 |
avutil/mem: add av_warn_unused_result
This adds av_warn_unused_result to functions whose return codes need to
be checked.
Reviewed-by: Michael Niedermayer <[email protected]>
Signed-off-by: Ganesh Ajjanagadde <[email protected]>
| cf52ae003b427fbecdf82b7e99b829ccb299a0f4 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/cf52ae003b427fbecdf82b7e99b829ccb299a0f4 | 2015-10-16 19:53:55-04:00 |
lavfi/af_aresample: remove looping on request_frame().
| 4982130d5a7babcb4b2e208fca2c745de7e10658 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/4982130d5a7babcb4b2e208fca2c745de7e10658 | 2015-10-07 19:00:22+02:00 |
rtsp: Allow $ as interleaved packet indicator before a complete response header
Some RTSP servers ("HiIpcam/V100R003 VodServer/1.0.0") respond to
our keepalive GET_PARAMETER request by a truncated RTSP header
(lacking the final empty line to indicate a complete response
header). Prior to 764ec70149, this worked just fine since we
reacted to the $ as interleaved packet indicator anywhere.
Since $ is a valid character within the response header lines,
764ec70149 changed it to be ignored there. But to keep
compatibility with such broken servers, we need to at least
allow reacting to it at the start of lines.
Signed-off-by: Martin Storsjö <[email protected]>
| e02dcdf6bb6835ef4b49986b85a67efcb3495a7f | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e02dcdf6bb6835ef4b49986b85a67efcb3495a7f | 2015-10-23 10:31:55+03:00 |
tests/checkasm/vp9dsp: Add () to protect macro arguments
Signed-off-by: Michael Niedermayer <[email protected]>
| bddcf758d3a68ac0bcc3bc4fc4aa7156e05245d4 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/bddcf758d3a68ac0bcc3bc4fc4aa7156e05245d4 | 2015-09-20 11:37:57+02:00 |
tests/checkasm: fix stack smash in check_loopfilter
Signed-off-by: Michael Niedermayer <[email protected]>
| df2a2643fef47e807d347f880a4eb41b7faf1d14 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/df2a2643fef47e807d347f880a4eb41b7faf1d14 | 2015-09-20 20:26:09+02:00 |
x86/vp9dsp: add missing preprocessor guards
Signed-off-by: James Almer <[email protected]>
| 6f9ba0cb82a6515c4571312c05934bdc7bb11a58 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/6f9ba0cb82a6515c4571312c05934bdc7bb11a58 | 2015-09-19 13:33:53-03:00 |
vf_scale: conditionally override chroma position
For yuv420p, the chroma position is unilaterally overriden, even
if ffmpeg's command-line explicitly set it. To fix this, override
only if the value is the default one.
Regression since 1515bfb3.
Signed-off-by: Michael Niedermayer <[email protected]>
| 552faecf4b1c60ac7fe805653fa3189a15bc21f0 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/552faecf4b1c60ac7fe805653fa3189a15bc21f0 | 2015-09-23 23:30:53+02:00 |
avformat/wavdec: add extra sample count check for G.729 files
Can be used to fix Ticket4577
Signed-off-by: Ganesh Ajjanagadde <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| c1bfb99ff2445c7f3ba319ea342dd8004345d67a | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c1bfb99ff2445c7f3ba319ea342dd8004345d67a | 2015-07-31 03:17:55+02:00 |
avformat: implement query_codec for the image2 muxer.
Allows avformat_query_codec to be used to check for valid image2 encoders.
Reuses the existing ff_guess_image2_codec ID table.
Signed-off-by: Michael Niedermayer <[email protected]>
| fb135139fd3992eb1f0eacc9cfd878e05b95ec46 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/fb135139fd3992eb1f0eacc9cfd878e05b95ec46 | 2015-09-07 02:48:58+02:00 |
rawdec: fix mjpeg probing
There can be other headers than "Content-Type:" (in this case, a
"Content-Length:" header was following), so checking for a trailing
newline is wrong.
Signed-off-by: Michael Niedermayer <[email protected]>
| bf51fcd304d5594a4d8eed2bedf0ef0f68fa65f8 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/bf51fcd304d5594a4d8eed2bedf0ef0f68fa65f8 | 2015-07-29 23:50:46+02:00 |
configure: Check MSVC defines for identifying hardfloat
This macro identifies whether VFPv3 is available; MSVC defaults
to hardfloat (except for older MSVC versions for CE, targeting
ARMv4).
Signed-off-by: Martin Storsjö <[email protected]>
| 616b409c8f1e4fa568908212c01f6530da8d2e71 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/616b409c8f1e4fa568908212c01f6530da8d2e71 | 2015-07-27 10:45:15+03:00 |
hevc: improve a comment
That loop does the actual full decoding, so 'parse' can be misleading.
| 7f78155dc6b65be55efb5309b6dd2bb33925a8c4 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/7f78155dc6b65be55efb5309b6dd2bb33925a8c4 | 2015-07-12 18:15:40+02:00 |
riffdec: prevent negative bit rate
Signed-off-by: Andreas Cadhalpun <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| 189420cb561929e05f5cc4224cdca83740a24a32 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/189420cb561929e05f5cc4224cdca83740a24a32 | 2015-07-12 16:12:36+02:00 |
avcodec/h264dsp_template: Fix undefined shifts
Fixes: asan_heap-oob_17212bc_2243_cov_594210248_h264_TTA.mkv
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| 06a0d5ef5ce3fd9236a9fa0ff0f37ea4107b747d | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/06a0d5ef5ce3fd9236a9fa0ff0f37ea4107b747d | 2015-07-01 20:39:25+02:00 |
wmavoice: limit wmavoice_decode_packet return value to packet size
Claiming to have decoded more bytes than the packet size is wrong.
Reviewed-by: Michael Niedermayer <[email protected]>
Signed-off-by: Andreas Cadhalpun <[email protected]>
| 2a4700a4f03280fa8ba4fc0f8a9987bb550f0d1e | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/2a4700a4f03280fa8ba4fc0f8a9987bb550f0d1e | 2015-06-28 17:00:21+02:00 |
webp: fix infinite loop in webp_decode_frame
The loop always needs at least 8 bytes for chunk_type and chunk_size.
If fewer are left, bytestream2_get_le32 just returns 0 without
reading any bytes, leading to an infinite loop.
Signed-off-by: Andreas Cadhalpun <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| 0762152f7af6cd93bc8f504d5503723500c3f369 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/0762152f7af6cd93bc8f504d5503723500c3f369 | 2015-07-03 04:06:19+02:00 |
lavf/brstm: expose the loop point when present
Signed-off-by: Michael Niedermayer <[email protected]>
| 0643b4bf74a44c9e24cd75a2b99f9d1fd128e4f6 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/0643b4bf74a44c9e24cd75a2b99f9d1fd128e4f6 | 2015-06-25 19:17:01+02:00 |
huffyuv: Check memory allocation
| 7d2a6826912b629f17f3b0c5268e334fa123c4c9 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/7d2a6826912b629f17f3b0c5268e334fa123c4c9 | 2015-05-31 15:03:31+02:00 |
libwebpenc_common: add header guards
Signed-off-by: James Almer <[email protected]>
| 44ca8a6adbc3157771b9388876c29d260a165ba7 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/44ca8a6adbc3157771b9388876c29d260a165ba7 | 2015-05-23 01:44:54-03:00 |
mov: abort on EOF in ff_mov_read_chan
Otherwise the loop can take a lot of time if num_descr is very large.
Signed-off-by: Andreas Cadhalpun <[email protected]>
Signed-off-by: Luca Barbato <[email protected]>
| 8e9c39e81fe5ba34010a7ba05cbe4ae31f177d89 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/8e9c39e81fe5ba34010a7ba05cbe4ae31f177d89 | 2015-05-31 13:05:12+02:00 |
avcodec/smvjpegdec: check avcodec_decode_video2() return code
Fixes CID1271810
Signed-off-by: Michael Niedermayer <[email protected]>
| cdd25f9a3df3905543a5546cf6076d2eaf895736 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/cdd25f9a3df3905543a5546cf6076d2eaf895736 | 2015-05-15 17:21:48+02:00 |
configure: Check if ID3D11VideoDecoder exists, not just the header to enable d3d11va
Fixes build with "mingw-w64-x86-64-dev 3.2.0-2"
Tested-by: jamrial
Signed-off-by: Michael Niedermayer <[email protected]>
| a838b22bd9f75028cdfb55bf9b322b3f3544421b | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/a838b22bd9f75028cdfb55bf9b322b3f3544421b | 2015-05-26 01:51:33+02:00 |
avcodec/mpegvideo: Merge thread context initialization loops
Signed-off-by: Michael Niedermayer <[email protected]>
| f30a7d9861af884f352ec2484820a75d79a4e0e2 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/f30a7d9861af884f352ec2484820a75d79a4e0e2 | 2015-06-06 22:47:50+02:00 |
configure: Check for x265_api_get
Any other x265 symbol may not exported, e.g. if the build is a
multilib (10-bit and 8-bit in one) build.
This is the only symbol we directly call, and is available in the
build number we check for.
Fixes the configure check on multilib x265 builds.
Signed-off-by: Derek Buitenhuis <[email protected]>
| f4be604f1c4d5cb6480c81c671d646cc16b02017 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/f4be604f1c4d5cb6480c81c671d646cc16b02017 | 2015-06-27 11:45:33+01:00 |
ffmpeg: remove unneeded ost->filter check
Fixes CID1241508
Signed-off-by: Michael Niedermayer <[email protected]>
| da2f1568439ff1786413899dbb4fe30d87ab2721 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/da2f1568439ff1786413899dbb4fe30d87ab2721 | 2015-05-15 12:34:20+02:00 |
nut: Check chapter creation in decode_info_header
This fixes a segmentation fault when accessing the metadata.
Signed-off-by: Luca Barbato <[email protected]>
CC: [email protected]
| b34257eefd98cb768ea2f53a390b8684d51e689a | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/b34257eefd98cb768ea2f53a390b8684d51e689a | 2015-05-08 11:10:51+02:00 |
matroskadec: check s->streams[k] before using it
This fixes a segmentation fault.
Signed-off-by: Andreas Cadhalpun <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| e54540655f229d06667dc7fa7005f2a20e101e80 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e54540655f229d06667dc7fa7005f2a20e101e80 | 2015-05-04 15:48:55+02:00 |
avformat/rtpdec_xiph: Check upper bound on len in xiph_handle_packet()
Larger packets are not supported and would cause problems later
Signed-off-by: Michael Niedermayer <[email protected]>
| aa5169935e160551fb1c290d1397da2f04325817 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/aa5169935e160551fb1c290d1397da2f04325817 | 2015-05-12 18:03:55+02:00 |
mms: Check memory allocation
Bug-Id: CID 1258462
Signed-off-by: Luca Barbato <[email protected]>
| 93c1b04abfc0dd31211a18bf2c0041d69cd16919 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/93c1b04abfc0dd31211a18bf2c0041d69cd16919 | 2015-03-21 23:18:15+01:00 |
avcodec/libdcadec: remove av_assert and check bits_per_sample more completely
Signed-off-by: Michael Niedermayer <[email protected]>
| fda8b7ec7de6a6a1188a922a8878752798a4ee8d | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/fda8b7ec7de6a6a1188a922a8878752798a4ee8d | 2015-03-30 22:32:47+02:00 |
avformat/avienc: Expand master ODML index when its end is reached
Fixes 256Gb limit
Fixes Ticket4225
Signed-off-by: Michael Niedermayer <[email protected]>
| bbcc09518e0d1efc189a43ff0120c1a31f51c802 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/bbcc09518e0d1efc189a43ff0120c1a31f51c802 | 2015-03-19 18:17:16+01:00 |
avformat/mov: Check for string truncation in mov_open_dref()
Signed-off-by: Michael Niedermayer <[email protected]>
| 8003816e1619e77d8de051883264aa090e0d78cc | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/8003816e1619e77d8de051883264aa090e0d78cc | 2015-03-14 21:57:04+01:00 |
h264: reset the private data in init_thread_copy()
The generic code copies the main context's private data to all the
others. However that is quite dangerous, as it might end up copying some
pointers that are or will become invalid.
Since everything we actually need will be copied later in
update_thread_context(), it's safest to zero the private data in
init_thread_copy(), so it works the same way as init for the main
context.
| bd737b5178f361a9b592691848f29a7a79603a7e | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/bd737b5178f361a9b592691848f29a7a79603a7e | 2015-04-05 12:03:07+02:00 |
colormatrix: Accept bt601 aliases as input
As far as matrix coefficients are concerned, BT470BG and SMPTE170M
match BT601. This is similar to the check performed in vf_scale.
Signed-off-by: Vittorio Giovara <[email protected]>
| 43e5e3c077bcc41b54a3d306ea149f2895cabb32 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/43e5e3c077bcc41b54a3d306ea149f2895cabb32 | 2015-02-26 19:26:05+01:00 |
xcbgrab: Check for xcb-shape
It is required.
| c23ccaf98827cffa651cec3bfa5e57457dfc9dff | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c23ccaf98827cffa651cec3bfa5e57457dfc9dff | 2015-02-15 18:20:54+01:00 |
avcodec/dss_sp: Protect DSS_SP_FORMULA() with a set of outside brackets
Signed-off-by: Michael Niedermayer <[email protected]>
| 4f1c1b26f23441f99690e01acea81d26c3d02590 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/4f1c1b26f23441f99690e01acea81d26c3d02590 | 2015-02-19 22:29:02+01:00 |
avfilter/vf_subtitles: Add () to protect the argument of the AA() macro
Signed-off-by: Michael Niedermayer <[email protected]>
| 9d88be68733be940651d0ee16df257f73d43023d | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/9d88be68733be940651d0ee16df257f73d43023d | 2015-02-19 01:51:54+01:00 |
avcodec/dss_sp: Avoid a slow division and modulo in the pitch_lag calculation
Also check the combined_pitch for validity (which is needed to keep the behavior
identical in the error case)
Signed-off-by: Michael Niedermayer <[email protected]>
| b11edbd289e454a173914049ae4643a5498520d9 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/b11edbd289e454a173914049ae4643a5498520d9 | 2015-02-19 22:53:35+01:00 |
dvbsubdec: check memory allocations and propagate errors
| 607ad990d31e6be52980970e5ce8cd25ab3de812 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/607ad990d31e6be52980970e5ce8cd25ab3de812 | 2015-01-27 15:26:37+00:00 |
swscale/utils: Limit filter shifting so as not to read from prior the array
Fixes out of array read
Fixes: asan_heap-oob_1fb2f9b_3780_cov_3984375136_usf.mkv
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| 692b22626ec9a9585f667c124a186b1a9796e432 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/692b22626ec9a9585f667c124a186b1a9796e432 | 2015-02-05 00:33:50+01:00 |
libopencv: Check kernel_str life cycle
The string might or might not be set depending if there
are args and in case of error it must be freed nonetheless.
CC: [email protected]
Bug-Id: CID 739878 / CID 739882
| a6653787a4b1e89170ff7962312dd110769c83a3 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/a6653787a4b1e89170ff7962312dd110769c83a3 | 2015-02-03 15:23:21+00:00 |
roqvideo: check memory allocations and propagate errors
| 3beb9cbad35218ed1fb3473eeb3cfc97a931bff4 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/3beb9cbad35218ed1fb3473eeb3cfc97a931bff4 | 2014-12-18 23:22:59+01:00 |
rtsp: check ffurl_get_file_handle() return value
CC: [email protected]
Bug-Id: CID 717844
| 76ccf114a6c107218e2a1948afc1d0fb3ac7ba0b | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/76ccf114a6c107218e2a1948afc1d0fb3ac7ba0b | 2014-12-18 23:27:14+01:00 |
qpeg: avoid pointless invalid memcpy()
If refdata was NULL, the memcpy() ended up copying the same memory
block onto itself, which is not only pointless, but also undefined
behavior.
Signed-off-by: Michael Niedermayer <[email protected]>
| 921706691a87c3ea5f5b92afd9b423e5f8c6e9d9 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/921706691a87c3ea5f5b92afd9b423e5f8c6e9d9 | 2015-01-13 17:27:45+01:00 |
avutil/opt: Check av_parse_color() return value
Fixes: CID1257007
Signed-off-by: Michael Niedermayer <[email protected]>
| eb74839caa2c50018b1d5a88a43c3da9f4345a8d | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/eb74839caa2c50018b1d5a88a43c3da9f4345a8d | 2014-12-07 02:46:25+01:00 |
exr: check return value
CC: [email protected]
Bug-Id: CID 1198259
| 3a6ddfb8745e4b306a5637927fb057f630345e2f | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/3a6ddfb8745e4b306a5637927fb057f630345e2f | 2014-11-14 20:25:21+01:00 |
vorbis_parser: Include stdint.h in the header, to make it work standalone
This fixes "make checkheaders".
Signed-off-by: Martin Storsjö <[email protected]>
| f20141d73f08ed0c8e875bd993a7143e19b266e3 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/f20141d73f08ed0c8e875bd993a7143e19b266e3 | 2014-11-25 14:01:46+02:00 |
avcodec/wmalosslessdec: support 24bit lossless
Not checked if its actually lossless
Fixes Ticket1847
Signed-off-by: Michael Niedermayer <[email protected]>
| ce6141259bb910aa7f580f55cf71e3c503f9a4fb | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ce6141259bb910aa7f580f55cf71e3c503f9a4fb | 2014-11-22 20:51:15+01:00 |
vc1dec: refactor check with missing parenthesis
FATE tests updated accordingly, no visual difference.
CC: [email protected]
Bug-Id: CID 1087087
| 28d82b7675bea76a1349070a3cdd737d964d4775 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/28d82b7675bea76a1349070a3cdd737d964d4775 | 2014-11-13 01:41:25+01:00 |
avutil/time_internal: do not attempt to override *time_r() macros
Fixes build on somewhat odd setups with mingw
Fixes Ticket4075
Signed-off-by: Michael Niedermayer <[email protected]>
| a604de4fd89e8fe37d2f8163282060fcaa64ee3e | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/a604de4fd89e8fe37d2f8163282060fcaa64ee3e | 2014-11-05 18:44:15+01:00 |
avformat/mvdec: Check size for validity in var_read_string()
Fixes out of array read
Fixes: asan_heap-oob_49b1e5_12_011.movie
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| 86e574928536ee5249d9cf4da9f5d8714611d706 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/86e574928536ee5249d9cf4da9f5d8714611d706 | 2014-10-28 17:06:16+01:00 |
configure: Simplify VDPAU header check
| 2aac411fd4c74e22b978525206f3b8257de1842b | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/2aac411fd4c74e22b978525206f3b8257de1842b | 2013-02-23 20:13:48+01:00 |
cmdutils: Use the correct guard
The OptionDef arrays are terminated with a { NULL } element not NULL.
CC: [email protected]
Bug-Id: CID 703769
| 47e3e1097e09da7f973908e09df15e3bb7c5e1f4 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/47e3e1097e09da7f973908e09df15e3bb7c5e1f4 | 2014-10-17 09:55:46+01:00 |
lavd/v4l2: don't use avpriv_ prefix for internal functions
No need to keep the old symbols around until a major bump since lavd functions
with the avpriv_ prefix were never exposed.
Signed-off-by: James Almer <[email protected]>
Reviewed-by: Derek Buitenhuis <[email protected]>
Reviewed-by: Stefano Sabatini <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| 931da6a5e9dd54563fe5d4d30b7bd4d0a0218c87 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/931da6a5e9dd54563fe5d4d30b7bd4d0a0218c87 | 2014-10-29 16:12:14+01:00 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.