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
⌀ |
---|---|---|---|---|---|---|---|
swresample/resample_template: Add () to protect the arguments of the OUT() macro
Signed-off-by: Michael Niedermayer <[email protected]>
| 0cb95f908298bf31058fc0d08d13178bebfa3170 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/0cb95f908298bf31058fc0d08d13178bebfa3170 | 2015-02-17 00:36:35+01:00 |
avcodec/vc1dsp: add () to protect the arguments of the op* macros
Signed-off-by: Michael Niedermayer <[email protected]>
| e3f71423068b9b8ffa9ebc69ae566e018f48cadf | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e3f71423068b9b8ffa9ebc69ae566e018f48cadf | 2015-02-17 00:02:40+01:00 |
doc/muxers/image2: remove the non-negative number requirement for start_number
Update after b37858eae186ff84afd38cf3e845ba6e037e6397.
| d2330e5844113e6317fe34c2f89fb2870417ccea | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/d2330e5844113e6317fe34c2f89fb2870417ccea | 2015-02-04 13:17:30+01:00 |
aacsbr: silence message for SBR extension "padding".
Some files contain a few additional, all-0 bits.
Check for that case and don't print incorrect "not supported"
message.
Signed-off-by: Reimar Döffinger <[email protected]>
Signed-off-by: Alex Converse <[email protected]>
| 8c1ce7787ad7af8fc321b4a145e9dc965f6d0e86 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/8c1ce7787ad7af8fc321b4a145e9dc965f6d0e86 | 2015-02-03 20:32:16-08:00 |
x86/swr: add missing alignment check to pack_6ch functions
Reviewed-by: Michael Niedermayer <[email protected]>
Signed-off-by: James Almer <[email protected]>
| 5f14f9e9849579b3418aebfde8a162d9c172d0ea | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/5f14f9e9849579b3418aebfde8a162d9c172d0ea | 2014-12-31 13:35:11-03:00 |
cmdutils: check file access functions return values
CC: [email protected]
Bug-Id: CID 703706
| 38129c26c51b933d7db423f904ba0cd6a88ca1ed | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/38129c26c51b933d7db423f904ba0cd6a88ca1ed | 2014-12-18 23:23:00+01:00 |
tiff: Check the check_size() return value and forward it
Also use the same type for add_entry and check_size.
Bug-Id: CID 700699
CC: [email protected]
Signed-off-by: Luca Barbato <[email protected]>
Signed-off-by: Vittorio Giovara <[email protected]>
| 3c27275c1309190f2d6ed69140b67d014215b6c9 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/3c27275c1309190f2d6ed69140b67d014215b6c9 | 2014-12-15 15:46:34+01:00 |
avformat/aviobuf: Check that avio_seek() target is non negative
Fixes out of array access
Suggested-by: Andrew Scherkus <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| ed86dbd05d61363dc1c0d33f3267e2177c985fdd | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ed86dbd05d61363dc1c0d33f3267e2177c985fdd | 2014-12-14 17:39:53+01:00 |
doc/examples/transcoding: check encoder before using it
Fixes null pointer exception
Found-by: stoupeace
Signed-off-by: Michael Niedermayer <[email protected]>
| bde27e1e617dfeb3c026f530f48a77f5ed8aa2ea | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/bde27e1e617dfeb3c026f530f48a77f5ed8aa2ea | 2014-12-04 18:58:38+01:00 |
avcodec/aacpsy: Fix AAC Psy PE reduction calculation when multiple iterations are required
This is a small change, but it does have a big impact on bit allocation.
all the regressions marked in the report have no audible
difference (I didn't check them all though), but the improvements can
be heard.
This affects mostly high bit rates. It's related to issue #2686.
In the report, A is the patched version, B is unpatched, all
comparisons show deltas in the form (A-B), so a positive pSNR delta
means a better quality in the patched version, and negative a
regression. Regressions are only considered for pSNR deltas below
-1db, they're considered serious below -6db.
All measurements were done with tiny_psnr.
The summary of the report inline for quick reading:
Files: 58
Bitrates: 6
Tests: 347
Serious Regressions: 0 (0%)
Regressions: 10 (2%)
Improvements: 54 (15%)
Big improvements: 26 (7%)
Worst regression - sine_tester.flac - 384k
- StdDev: 1.68 pSNR: -3.05 maxdiff: -178.00
Best improvement - 07 - Bound.flac - 384k
- StdDev: -1700.05 pSNR: 20.64 maxdiff: -29595.00
Average - StdDev: -55.67 pSNR: 1.20 maxdiff: -1593.00
Signed-off-by: Michael Niedermayer <[email protected]>
| 84f4be424d52b05fabe0fe8cfb569c77fc0c1f7b | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/84f4be424d52b05fabe0fe8cfb569c77fc0c1f7b | 2015-03-02 13:31:31+01:00 |
avformat/rmdec: Check codec_data_size
Fixes infinite loop
Fixes Ticket4154
Signed-off-by: Michael Niedermayer <[email protected]>
| a6f730730b82645a9d31aad0968487cb77d6946c | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/a6f730730b82645a9d31aad0968487cb77d6946c | 2014-12-03 20:01:18+01:00 |
mov: allocate the tag value dynamically
This allows to load metadata entries longer than 1024 bytes.
Displaying them is still limited to 1024 characters, but applications
can load them fully now.
Signed-off-by: Vittorio Giovara <[email protected]>
| 3cec81f4d4f26b62bc2d22bb450bbf51ec3a7f09 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/3cec81f4d4f26b62bc2d22bb450bbf51ec3a7f09 | 2014-12-02 15:28:22+00:00 |
avcodec/hevc_ps: Check num_long_term_ref_pics_sps
Fixes out of array access
Fixes: signal_sigsegv_35bd0f0_1182_cov_791726764_STRUCT_B_Samsung_4.bit
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| ea38e5a6b75706477898eb1e6582d667dbb9946c | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ea38e5a6b75706477898eb1e6582d667dbb9946c | 2014-11-28 03:57:13+01:00 |
utvideoenc: Add support for the new BT.709 FourCCs for YCbCr
With cli usage the decoder might have not set the colorspace during
encoder init, manual colorspace override might be needed in such
cases.
Signed-off-by: Anton Khirnov <[email protected]>
| 5de64bb34d68d6c224dca90003172d7a27958825 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/5de64bb34d68d6c224dca90003172d7a27958825 | 2014-02-04 10:59:28+01:00 |
avcodec/huffyuvdec: apply vertical filter in steps of 1 line for interlaced BGRA
Fixes out of array read
Fixes: signal_sigsegv_3287332_2301_cov_2994954934_huffyuv.avi
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| 2f1de5ca139f185b7103caa6e5843b4fa7a78d57 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/2f1de5ca139f185b7103caa6e5843b4fa7a78d57 | 2014-11-25 17:53:27+01:00 |
avcodec/mjpegdec: Fix context fields becoming inconsistent
Fixes out of array access
Fixes: asan_heap-oob_1ca4f85_2760_cov_144449187_miss_congeniality_pegasus_ljpg.avi
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| 0eecf40935b22644e6cd74c586057237ecfd6844 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/0eecf40935b22644e6cd74c586057237ecfd6844 | 2014-11-25 13:54:20+01:00 |
avcodec/lagarith: fix chroma plane width & height
Fixes out of array read
Fixes: asan_heap-oob_1bf48fa_2513_lag-yuy2.avi
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| e981de81fea7b2c07ae178b917305184f6596430 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e981de81fea7b2c07ae178b917305184f6596430 | 2014-11-10 17:54:50+01:00 |
img2dec: check av_new_packet return value
CC: [email protected]
Bug-Id: CID 1087077
| f1ed83e23add1c26c50b146727e4c2399dfc0b3a | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/f1ed83e23add1c26c50b146727e4c2399dfc0b3a | 2014-10-24 23:42:53+01:00 |
ffmpeg: init sub2video.last_pts.
Get the heartbeat working when the video has negative timestamps.
Fix trac ticket #4062.
Signed-off-by: Nicolas George <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| 90cdec5e2698973fdb6643c1d66c7254478929f3 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/90cdec5e2698973fdb6643c1d66c7254478929f3 | 2014-11-05 21:04:36+01:00 |
tiffenc: initialize return value
'ret' can only be used without initialization if s->height <= 0, which can
only happen if avctx->height <= 0, which is validated elsewhere. Doesn't hurt
to still initialize it though.
CC: [email protected]
Bug-Id: CID 732296
| 0562887a984388fdc7a9b71c9374ff9c756fb4f1 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/0562887a984388fdc7a9b71c9374ff9c756fb4f1 | 2014-11-24 01:30:15+00:00 |
Add metadata injection to blackdetect
Signed-off-by: Michael Niedermayer <[email protected]>
| 308188be3412d743b1ea4c1da65eb832774ced38 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/308188be3412d743b1ea4c1da65eb832774ced38 | 2014-05-24 03:56:42+02:00 |
flvdec: make sure to check create_stream and report the same error
CC: [email protected]
Bug-Id: CID 732242
| 629b2ed0ac77d7c4bf1aeac5e70cafee5fa0fcae | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/629b2ed0ac77d7c4bf1aeac5e70cafee5fa0fcae | 2014-10-21 14:37:48+01:00 |
configure: Simplify VDA header and extralibs check
| 9840130edf3a969ec06dd0faa61dcf8d90c5f67a | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/9840130edf3a969ec06dd0faa61dcf8d90c5f67a | 2013-02-23 20:13:48+01:00 |
avformat/mpegts: Check desc_len / get8() return code
Fixes out of array read
Fixes: signal_sigsegv_844d59_10_signal_sigsegv_a17bb7_366_mpegts_mpeg2video_mp2_dvbsub_topfield.rec
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| c3d7f00ee3e09801f56f25db8b5961f25e842bd2 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c3d7f00ee3e09801f56f25db8b5961f25e842bd2 | 2014-10-04 04:30:59+02:00 |
avcodec/webvttdec: add some memory checks
| ce8dc93aefb4bb76507c0b6107f513c773ad25f8 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ce8dc93aefb4bb76507c0b6107f513c773ad25f8 | 2014-09-21 18:41:45+02:00 |
avcodec/realtextdec: add some memory checks
| 8e7808b524d1e2a0063b1a0476a1fee2ac5742b5 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/8e7808b524d1e2a0063b1a0476a1fee2ac5742b5 | 2014-09-21 18:41:45+02:00 |
avcodec/jpeglsdec: Check run value more completely in ls_decode_line()
previously it could have been by 1 too large
Fixes out of array access
Fixes: asan_heap-oob_12240f5_1_asan_heap-oob_12240f5_448_t8c1e3.jls
Fixes: asan_heap-oob_12240f5_1_asan_heap-oob_12240f5_448_t8nde0.jls
Fixes: asan_heap-oob_12240fa_1_asan_heap-oob_12240fa_448_t16e3.jls
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| 06e7d58410a17dc72c30ee7f3145fcacc425f4f2 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/06e7d58410a17dc72c30ee7f3145fcacc425f4f2 | 2014-10-03 02:18:08+02:00 |
lavf/segment: abort in case of invalid segment format options
| f51de9cac2fd71a8eb04a6ce6e8ed0dfc7038a68 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/f51de9cac2fd71a8eb04a6ce6e8ed0dfc7038a68 | 2014-09-08 15:22:55+02:00 |
lavfi/avf_showspectrum: check RDFT context init.
Fix a segfault with large window size.
| 638eec2ac34b7f65a8e84203ea4292440bc8fe50 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/638eec2ac34b7f65a8e84203ea4292440bc8fe50 | 2014-08-14 15:11:39+02:00 |
avcodec/error_resilience: avoid pointer arithmetic with NULL
move the code after the existing NULL check
Fixes: signal_sigsegv_844d59_10_signal_sigsegv_a17bb7_366_mpegts_mpeg2video_mp2_dvbsub_topfield.rec
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| 20df02680c94df1dd74f2e69068cbf02cb98d290 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/20df02680c94df1dd74f2e69068cbf02cb98d290 | 2014-10-12 04:49:08+02:00 |
avfilter/vf_yadif: fix extra leading dup frame when deint=1
Logic for handling single frame in yadif (0f9f24c9), caused deint=1 (e.g., yadif=0:-1:1) to output extra duplicate leading frame:
ffmpeg -i fate-suite/ffmpeg-synthetic/vsynth1/%02d.pgm -vf yadif=0:-1:1,showinfo -f null -y /dev/null
[Parsed_showinfo_1 @ 0x1d967d0] n:0 pts:0 pts_time:0 pos:-1 fmt:gray sar:0/1 s:352x432 i:P iskey:1 type:I checksum:E457EEA0 plane_checksum:[E457EEA0] mean:[126] stdev:[46.6]
[Parsed_showinfo_1 @ 0x1d967d0] n:1 pts:0 pts_time:0 pos:-1 fmt:gray sar:0/1 s:352x432 i:P iskey:1 type:I checksum:E457EEA0 plane_checksum:[E457EEA0] mean:[126] stdev:[46.6]
(Outputs 51 frames)
After patch, vf "yadif=0:-1:1" behaves correctly (like "yadif=0:-1:0") and outputs 50 frames, first two:
[Parsed_showinfo_1 @ 0x1e307d0] n:0 pts:0 pts_time:0 pos:-1 fmt:gray sar:0/1 s:352x432 i:P iskey:1 type:I checksum:68E8D1EB plane_checksum:[68E8D1EB] mean:[126] stdev:[46.0]
[Parsed_showinfo_1 @ 0x1e307d0] n:1 pts:2 pts_time:0.04 pos:-1 fmt:gray sar:0/1 s:352x432 i:P iskey:1 type:I checksum:4E674BC7 plane_checksum:[4E674BC7] mean:[125] stdev:[46.0]
(Outputs 50 frames)
Signed-off-by: Neil Birkbeck <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| e4788e9cd9878a51b7780fa3e2d070288a2918b9 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e4788e9cd9878a51b7780fa3e2d070288a2918b9 | 2014-11-29 21:59:47+01:00 |
avfilter/af_pan: check if the number of channels where sucessfully set
Signed-off-by: Michael Niedermayer <[email protected]>
| ced765ceb32361af413f1510c074722fb6c9242d | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ced765ceb32361af413f1510c074722fb6c9242d | 2014-08-10 01:08:45+02:00 |
avcodec/hevc: move HEVCLocalContext declaration into loop
Found-by: CSA
Signed-off-by: Michael Niedermayer <[email protected]>
| 3fa9692ae2324b8fcc1a8aa47b9a75826740b32e | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/3fa9692ae2324b8fcc1a8aa47b9a75826740b32e | 2014-08-02 05:15:57+02:00 |
avdevice/lavfi: Simplify non-AV stream check
Fixes a clang warning
Signed-off-by: Michael Niedermayer <[email protected]>
| 75bd83d448fec8108cdbb6a4f78cd0f7b1fc411e | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/75bd83d448fec8108cdbb6a4f78cd0f7b1fc411e | 2014-08-07 15:41:17+02:00 |
movdec: remove nonsensical snprintf.
Signed-off-by: Reimar Döffinger <[email protected]>
| 1c84aad718f0b2a6c8bd318ebc08240dcbe5ae8b | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/1c84aad718f0b2a6c8bd318ebc08240dcbe5ae8b | 2014-07-30 20:25:29+02:00 |
h264: Fix direct temporal mvs for bottom-field-first poc order
Such files can be created using the --bff x264 option.
Sample-Id: h264_direct_temporal_mvs_bff.mkv
Signed-off-by: Luca Barbato <[email protected]>
Signed-off-by: Vittorio Giovara <[email protected]>
| c39059bea3adebcd888571d1181db215eee54495 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c39059bea3adebcd888571d1181db215eee54495 | 2014-07-20 23:32:13+01:00 |
avcodec/mpegvideo: check that linesize is not too small
Note linesize is rounded up to at least a multiple of 8
Signed-off-by: Michael Niedermayer <[email protected]>
| dffb85a98271826f6b38835b3c38399704bca3c0 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/dffb85a98271826f6b38835b3c38399704bca3c0 | 2014-06-13 18:40:21+02:00 |
build: check if AS supports the '.func' directive
Not supported by Clang's integrated assembler. Since it just adds
debug information it can safely omitted.
| d5a55981986ac5d1a31aef3a8d16eaff8534a412 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/d5a55981986ac5d1a31aef3a8d16eaff8534a412 | 2014-06-03 14:23:03+02:00 |
avfilter/avf_showcqt: avoid using fminf()
The loop with fminf() changes from 18093856 to 17403218 dezicycles (gcc 4.6.3, sandybridge i7)
Reviewed-by: Clément Bœsch <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| 867c02acd24126797753458a552336dc8f5a9088 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/867c02acd24126797753458a552336dc8f5a9088 | 2014-06-06 17:20:05+02:00 |
avformat/nutenc: limit index table size if no index is going to be written
Signed-off-by: Michael Niedermayer <[email protected]>
| 6d1aba6a29b477ae69ca527812f10db5c025cf91 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/6d1aba6a29b477ae69ca527812f10db5c025cf91 | 2014-05-29 03:49:16+02:00 |
avformat/replaygain: remove unused variable
Signed-off-by: Michael Niedermayer <[email protected]>
| c01ddf845dcb655e6d6a3382e24bf3af63bad83c | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c01ddf845dcb655e6d6a3382e24bf3af63bad83c | 2014-03-30 03:23:13+02:00 |
x86: synth filter float: implement SSE2 version
Timings for Arrandale:
C SSE
win32: 2108 334
win64: 1152 322
Factorizing the inner loop with a call/jmp is a >15 cycles cost, even with
the jmp destination being aligned.
Unrolling for ARCH_X86_64 is a 20 cycles gain.
Signed-off-by: Michael Niedermayer <[email protected]>
| 2cdbcc004837ce092a14f326f24d97a29512a2c3 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/2cdbcc004837ce092a14f326f24d97a29512a2c3 | 2014-02-28 20:34:40+01:00 |
lavf/http: return error on seeking to negative postion
Signed-off-by: Lukasz Marek <[email protected]>
| 4ba6a534dc94bd4ff44503de9c7985a456cfe503 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/4ba6a534dc94bd4ff44503de9c7985a456cfe503 | 2014-03-06 00:32:20+01:00 |
isom: lpcm in mov default to big endian
It is my understanding that "Unless otherwise stated, all data in a
QuickTime movie is stored in big-endian byte ordering" [1] in MOV files.
I have a couple of thousand files, which technically are invalid because
their sound sample description element 4CC is 'lpcm' but its version is
0 - and "Version 0 supports only uncompressed audio in raw ('raw ') or
twos-complement ('twos') format" [2]
Because isom.c only contains a mapping for 4CC 'lpcm' to
AV_CODEC_ID_PCM_S16LE, these files have their audio decoded as LE when
it is actually BE.
This commit adds AV_CODEC_ID_PCM_S16BE as the first match for 4CC 'lpcm'.
[1]
https://developer.apple.com/library/mac/documentation/quicktime/QTFF/qtff.pdf
page 21
[2]
https://developer.apple.com/library/mac/documentation/quicktime/QTFF/qtff.pdf
page 178
Reviewed-by: Yusuke Nakamura <[email protected]>
| 360022bd3b894cc01ea112b275fa4c8f53881808 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/360022bd3b894cc01ea112b275fa4c8f53881808 | 2014-03-09 18:09:39+01:00 |
lavf/avio: fix ffurl_alloc error checks
ffurl_alloc doc says it returns >= 0 in case of success.
avio treats non-zero as errors.
Signed-off-by: Lukasz Marek <[email protected]>
| f495fbe76a2665cdea092999ca2dbb603d13280c | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/f495fbe76a2665cdea092999ca2dbb603d13280c | 2014-03-06 00:30:27+01:00 |
Work around broken floating point limits on some systems.
The values of {FLT,DBL}_{MAX,MIN} macros on some systems (older musl
libc, some BSD flavours) are not exactly representable, i.e.
(double)DBL_MAX == DBL_MAX is false
This violates (at least some interpretations of) the C99 standard and
breaks code (e.g. in vf_fps) like
double f = DBL_MAX;
[...]
if (f == DBL_MAX) { // f has not been changed yet
[....]
}
| e854b8f9f4097a3c560b746895e9da6721aa4cdb | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e854b8f9f4097a3c560b746895e9da6721aa4cdb | 2014-03-10 10:27:17+01:00 |
avutil/frame_copy_audio: also check that channels match
Signed-off-by: Michael Niedermayer <[email protected]>
| 74bb1ca82c3bf604e460f581d9ac9dbe2af19448 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/74bb1ca82c3bf604e460f581d9ac9dbe2af19448 | 2014-02-24 10:12:33+01:00 |
oggdec: validate VP8 keyframes
Fixes seeking with broken files
Signed-off-by: James Almer <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| 313a6c65b749d87a8735e4bd0f232488797827cb | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/313a6c65b749d87a8735e4bd0f232488797827cb | 2014-02-24 02:24:21+01:00 |
avformat/avidec: Use a buffer with sufficient padding in read_gab2_sub()
Fixes out of array read
Fixes: 0ff9841c2a102f06e0d582bfc3376cbd-asan_heap-oob_495589_6836_cov_1763916974_mewmew_ssa.avi
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| 52a213865670ae69c1852d4d04cf41f8929abbd0 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/52a213865670ae69c1852d4d04cf41f8929abbd0 | 2014-03-02 04:38:30+01:00 |
http: Stop reading after receiving the whole file for non-chunked transfers
Previously this logic was only used if the server didn't
respond with Connection: close, but use it even for that case,
if the server response is non-chunked.
Originally the http code has relied on Connection: close to close
the socket when the file/stream is received - the http protocol
code just kept reading from the socket until the socket was closed.
In f240ed18 we added a check for the file size, because some
http servers didn't respond with Connection: close (and wouldn't
close the socket) even though we requested it, which meant that the
http protocol blocked for a long time at the end of files, waiting
for a socket level timeout.
When reading over tls, trying to read at the end of the connection,
when the peer has closed the connection, can produce spurious (but
harmless) warnings. Therefore always voluntarily stop reading when
the specified file size has been received, if not using a chunked
transfer encoding. (For chunked transfers, we already return 0
as soon as we get the chunk header indicating end of stream.)
Signed-off-by: Martin Storsjö <[email protected]>
| 8bf3bf69ad7333bf0c45f4d2797fc2c61bc8922f | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/8bf3bf69ad7333bf0c45f4d2797fc2c61bc8922f | 2014-08-13 14:34:25+03:00 |
configure: Move inet_aton check into network function check block
| 6adf4290ebcf65ac8243d74f34ba0a508f561633 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/6adf4290ebcf65ac8243d74f34ba0a508f561633 | 2014-02-20 18:20:07+01:00 |
bit_depth_template: Use file name as multiple inclusion guard
| ba42c852477e87f6e47a5587e8f7829c46c52032 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ba42c852477e87f6e47a5587e8f7829c46c52032 | 2014-02-20 04:16:15-08:00 |
avformat/mov: make invalid sampledelta error more verbose
Signed-off-by: Michael Niedermayer <[email protected]>
| 0c803eba2f56ce000ba2546124c246a71cb27266 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/0c803eba2f56ce000ba2546124c246a71cb27266 | 2014-02-20 18:04:44+01:00 |
lavr: add a function for checking whether AVAudioResampleContext is open
| 7e86c27b4ee9e5a3fbe6cf5249b9d918b2a5e731 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/7e86c27b4ee9e5a3fbe6cf5249b9d918b2a5e731 | 2014-02-22 20:52:36+01:00 |
dcadec: simplify decoding of VQ high frequencies
The vector dequantization has a test in a loop preventing effective SIMD
implementation. By moving it out of the loop, this loop can be DSPized.
Therefore, modify the current DSP implementation. In particular, the
DSP implementation no longer has to handle null loop sizes.
The decode_hf implementations have following timings:
For x86 Arrandale:
C SSE SSE2 SSE4
win32: 260 162 119 104
win64: 242 N/A 89 72
The arm NEON optimizations follow in a later patch as external asm. The
now unused check for the y modifier in arm inline asm is removed from
configure.
| 4cb6964244fd6c099383d8b7e99731e72cc844b9 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/4cb6964244fd6c099383d8b7e99731e72cc844b9 | 2014-02-28 13:03:22+01:00 |
avfilter/lut3d: inline whole loop in interpolation function.
84 → 92 fps here.
| b6c0f07d5a11eea3df291eff4e0deae903b094bd | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/b6c0f07d5a11eea3df291eff4e0deae903b094bd | 2014-02-12 10:12:48+01:00 |
hevc: Conceal zero td
It was done only in check_mvset(), while mv_scale() is called also by
dist_scale().
Sample-Id: 00001579-google
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
| 246d3bf0ec93dd21069f9352ed4909aec334cd4d | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/246d3bf0ec93dd21069f9352ed4909aec334cd4d | 2014-02-09 19:53:43+01:00 |
avcodec/mpeg12dec: Make mpeg2_fast_decode_block_intra() more robust by breaking out on invalid vlcs
Signed-off-by: Michael Niedermayer <[email protected]>
| 746350ea0f7bde1e9fd23270e104af8897197293 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/746350ea0f7bde1e9fd23270e104af8897197293 | 2014-01-24 18:09:16+01:00 |
h264: check that an IDR NAL only contains I slices
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC:[email protected]
| 8b2e5e42bb9d6a59ede5af2e6df4aaf7750d1195 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/8b2e5e42bb9d6a59ede5af2e6df4aaf7750d1195 | 2014-01-18 20:53:31+01:00 |
aviocat: Check the argv array length before reading element i+1
Signed-off-by: Martin Storsjö <[email protected]>
| 03f2de5856ec8571fcf5f4cf6dccc713294af545 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/03f2de5856ec8571fcf5f4cf6dccc713294af545 | 2014-01-17 09:31:53+02:00 |
mxf: Drop unnecessary checks
av_reallocp_array does the check already.
| f5fbbbc022f723d3ccf99afd5d658a977b51c08a | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/f5fbbbc022f723d3ccf99afd5d658a977b51c08a | 2014-01-14 18:13:29+01:00 |
vp9: fix mt-related hang a parser infinite loop.
Fixes trac ticket 3274.
Looked-at-by: ubitux
Signed-off-by: Michael Niedermayer <[email protected]>
| 0065d2d520caab2321b35a7bec5d62564913238b | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/0065d2d520caab2321b35a7bec5d62564913238b | 2014-01-11 22:35:14+01:00 |
avcodec/msmpeg4dec: initialize dir_ptr in error cases
Fixes use of uinitialized memory
Fixes: msan_uninit-mem_7f01b8799186_7278_msnaudio.asf
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| 61edda9a4a34573cd7335d17099a7b8d1553549a | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/61edda9a4a34573cd7335d17099a7b8d1553549a | 2013-12-15 13:24:05+01:00 |
avcodec/h264_cabac: Fix use with the checked bitstream-reader
Found-by: Dale Curtis <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| 78530240715c3b127fcb0e5ead823816389f0cbf | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/78530240715c3b127fcb0e5ead823816389f0cbf | 2014-01-24 00:05:17+01:00 |
lavc: do not force the emu edge flag
The default get_buffer2() implementation (and possibly some
user ones) does not allocate edges when this flag is set, which may
expose bugs in some decoders. Until the 10 release is out, it is safer
to remove this part.
| e0ab5078a7d865f8f6fd6a6d3cbe0f380ead4a3d | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e0ab5078a7d865f8f6fd6a6d3cbe0f380ead4a3d | 2014-01-21 17:54:09+01:00 |
avformat/oggparseopus: Check opus_duration() return value
Regression since 39d11d599cd292485fe991cd22e10d7a1738b3bc
os->pduration would be wrongly assigned a negative value on invalid packets
instead of aborting.
Signed-off-by: James Almer <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| c619e14c314b44d86a8d552259afb957c0b6775d | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c619e14c314b44d86a8d552259afb957c0b6775d | 2013-12-12 17:26:19+01:00 |
hevc: Correctly set time_base
- Try reading the time_base information from the VPS too, not just the VUI
- Only set time_base when an SPS is activated, not when it's decoded.
- Reduce the fraction before setting it.
- Don't set anything if the fraction is invalid (because the VUI is not
present or because the encoded value is invalid).
Conflicts:
libavcodec/hevc_ps.c
Signed-off-by: Michael Niedermayer <[email protected]>
| f90281ca97d45a87e3671f5e6e64794f2632fef2 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/f90281ca97d45a87e3671f5e6e64794f2632fef2 | 2013-12-10 16:20:53+01:00 |
vda_h264_dec: backup context before overriding
Some of context fields which must be overrided by this wrapper decoder
may be set and used by user, so we have to save and restore them before
and after invoking the inner decoder to secure user.
| 973b1a6b9070e2bf17d17568cbaf4043ce931f51 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/973b1a6b9070e2bf17d17568cbaf4043ce931f51 | 2013-11-20 22:40:54+08:00 |
avcodec/intelh263dec: make while get_bits loop more robust by checking bits left
Signed-off-by: Michael Niedermayer <[email protected]>
| 94a80e36d307a5fbd8f2df1fa0cf8699bfad0ac9 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/94a80e36d307a5fbd8f2df1fa0cf8699bfad0ac9 | 2013-10-30 15:01:00+01:00 |
avcodec/vcr1: Fix bitstream input size check
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| 77ef538818678fd8bcdf37b77923d52543b750f0 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/77ef538818678fd8bcdf37b77923d52543b750f0 | 2013-10-22 18:09:20+02:00 |
avcodec/hevc: fix EOB/EOS check
Fixes: CID1108575
Signed-off-by: Michael Niedermayer <[email protected]>
| 4c67ed87050317e21466d115c118fae61df04c25 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/4c67ed87050317e21466d115c118fae61df04c25 | 2013-10-20 00:23:48+02:00 |
avformat/matroskadec: only set r_frame_rate if the value is within reasonable limits
Fixes Ticket2451
Signed-off-by: Michael Niedermayer <[email protected]>
| 6853e40106cac769f0641183ea0bdd530ae9a0a1 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/6853e40106cac769f0641183ea0bdd530ae9a0a1 | 2013-10-06 00:22:08+02:00 |
http: Check the auth string contents and not only the pointer
This makes sure we don't send the Except: 100-continue header
if no authentication credentials have been provided.
Signed-off-by: Martin Storsjö <[email protected]>
| 708b32b6f72c58ec1bf5fed6a227b3e48b971a05 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/708b32b6f72c58ec1bf5fed6a227b3e48b971a05 | 2013-10-14 21:57:15+03:00 |
indeo4: Check the block size if reusing the band configuration
Sample-Id: 00000287-google
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
| 0cb83c563848bf8f8365e7bd30e7e6b57ef360f0 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/0cb83c563848bf8f8365e7bd30e7e6b57ef360f0 | 2013-10-13 01:38:20+02:00 |
avformat/mpegenc: check, warn and clip muxrate to syntactical possible values
Signed-off-by: Michael Niedermayer <[email protected]>
| f2eb474a5a3d0ff1f1c5fbdfb8e9a1abe5661bce | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/f2eb474a5a3d0ff1f1c5fbdfb8e9a1abe5661bce | 2013-09-29 17:02:57+02:00 |
rtmpproto: Readjust the end of the flv buffer if handle_metadata exited early
If the embedded flv packets were incomplete and we aborted the
copying loop early, make sure the flv buffer is trimmed to
only contain full packets.
Signed-off-by: Martin Storsjö <[email protected]>
| 8921e32f730c191543b84e61338bc9d549aa05a3 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/8921e32f730c191543b84e61338bc9d549aa05a3 | 2013-10-04 09:25:08+03:00 |
pcx: Consume the whole packet if giving up due to missing palette
Previously, we returned 0, meaning successful decoding but 0
bytes consumed, leading to an infinite loop.
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
Signed-off-by: Martin Storsjö <[email protected]>
| 9fb0de86b49e9fb0709a8ad1e1875e35da841887 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/9fb0de86b49e9fb0709a8ad1e1875e35da841887 | 2013-09-29 20:01:29+03:00 |
Check AVCodec.pix_fmts in avcodec_open2()
Signed-off-by: Paul B Mahol <[email protected]>
Signed-off-by: Justin Ruggles <[email protected]>
| dcd2b55e1a7d1f88dc893c04cc86181fc7f11cc4 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/dcd2b55e1a7d1f88dc893c04cc86181fc7f11cc4 | 2012-02-10 13:24:37-05:00 |
jpeg2000dec: Add more checks when parsing headers
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
Signed-off-by: Martin Storsjö <[email protected]>
| 18a245a2aea31b92bc435f2962a71e060d83b5f7 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/18a245a2aea31b92bc435f2962a71e060d83b5f7 | 2013-09-17 15:57:27+03:00 |
avcodec/wmaprodec: check that there are input bits left in decode_subframe_length()
Fixes infinite loop
Fixes Ticket2987
Signed-off-by: Michael Niedermayer <[email protected]>
| c99d27287d9bcf3cd17b27c81d4171accae5991b | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c99d27287d9bcf3cd17b27c81d4171accae5991b | 2013-09-25 20:10:24+02:00 |
mathops/x86: work around inline asm miscompilation with GCC 4.8.1
The volatile is not required here, and prevents a miscompilation with GCC
4.8.1 when building on x86 with --cpu=i686
Signed-off-by: Michael Niedermayer <[email protected]>
Signed-off-by: Derek Buitenhuis <[email protected]>
| a06a5b78e2c3bd2e12aff0627a3b65c6fee555a5 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/a06a5b78e2c3bd2e12aff0627a3b65c6fee555a5 | 2013-09-15 11:15:07-04:00 |
svq3: Check for any negative return value from ff_h264_check_intra_pred_mode
Also pass on any returned error code.
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
Signed-off-by: Martin Storsjö <[email protected]>
| 1115689d54ea95a084421f5a182b8dc56cbff978 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/1115689d54ea95a084421f5a182b8dc56cbff978 | 2013-09-17 11:21:16+03:00 |
ffprobe: fix format section XML validation
It was broken since 2186a7e547fdda716138444c8345ce8b823f2d4a.
| 51b01573e536aedc5fae237b0bea608e195baf91 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/51b01573e536aedc5fae237b0bea608e195baf91 | 2013-09-01 11:34:12+02:00 |
truemotion2: check return value of av_malloc(z)
Signed-off-by: Paul B Mahol <[email protected]>
| d49f2603bedb780a6cedff4ac790605679cf4029 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/d49f2603bedb780a6cedff4ac790605679cf4029 | 2013-08-29 10:46:42+00:00 |
avformat/libnut: check avformat_new_stream() return value
Signed-off-by: Paul B Mahol <[email protected]>
| 848ad8db2208cccfd671f1362a0b2c7a91ee1541 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/848ad8db2208cccfd671f1362a0b2c7a91ee1541 | 2013-09-11 11:06:45+00:00 |
avcodec/pictordec: remove y checks, which have become redundant
Signed-off-by: Michael Niedermayer <[email protected]>
| 560612344edf8f44c4528b2c13801f8c25c5a059 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/560612344edf8f44c4528b2c13801f8c25c5a059 | 2013-09-04 01:02:06+02:00 |
truemotion1: check av_fast_malloc() return value
Signed-off-by: Paul B Mahol <[email protected]>
| b8ff4f5ea3d321b7922e6862aab521ec18830d88 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/b8ff4f5ea3d321b7922e6862aab521ec18830d88 | 2013-08-23 23:22:39+00:00 |
lavfi/trim: check for right default value
Signed-off-by: Paul B Mahol <[email protected]>
| 9087dcbe5b7e9c4e8a93024013dbc8524d30e997 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/9087dcbe5b7e9c4e8a93024013dbc8524d30e997 | 2013-08-12 10:56:52+00:00 |
ffserver: allocate rc_eq, prevent freeing invalid pointer
Signed-off-by: Michael Niedermayer <[email protected]>
| e85771f26814ae192f511a1b01b17ae0d62d62ab | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e85771f26814ae192f511a1b01b17ae0d62d62ab | 2013-08-13 15:24:30+02:00 |
swresample: fix negative rematrix volumns
Signed-off-by: Michael Niedermayer <[email protected]>
| 7ac12599fe3a26176eb06a844e1255fcc6e4989b | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/7ac12599fe3a26176eb06a844e1255fcc6e4989b | 2013-07-22 03:24:22+02:00 |
avcodec/ff_h264_decode_sei: Check SEI size
Signed-off-by: Michael Niedermayer <[email protected]>
| 45da7a0e8f271b32202424358393aa249a939028 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/45da7a0e8f271b32202424358393aa249a939028 | 2013-07-21 17:57:15+02:00 |
doc/ffprobe.xsd: specify tag elements in stream after disposition element
Fix XML schema validation, since elements must appear in the same order
as specified in the schema.
| 18df69d238fb024022e9e6231b86e21350b3f4a1 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/18df69d238fb024022e9e6231b86e21350b3f4a1 | 2013-07-28 16:38:49+02:00 |
avfilter: Dont partially merge lists
This prevents the unneeded insertion of multiple aresample filters in some cases
The format merging is moved to avoid having to call the channel layout
merge twice. The channel layout merge code uses different structures and
is not compatible with the added dry run wrappers.
Signed-off-by: Michael Niedermayer <[email protected]>
| fe328f0807687ab5d418ff164b389f953102912f | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/fe328f0807687ab5d418ff164b389f953102912f | 2013-07-23 19:14:04+02:00 |
riff: remove invalid fourcc 'exr '
Signed-off-by: Paul B Mahol <[email protected]>
| d2ce3b3857b2a95e293fe6ed8094cf91b5f96769 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/d2ce3b3857b2a95e293fe6ed8094cf91b5f96769 | 2013-07-04 11:39:58+00:00 |
lavc/utils: improve feedback in case of invalid packet size
| 47c9887ecaa764006cf661a6446b3533472f6a6e | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/47c9887ecaa764006cf661a6446b3533472f6a6e | 2013-06-26 23:22:13+02:00 |
indeo: reject negative array indexes
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: [email protected]
| 6a10142faa1cca8ba2bfe51b970754f62d60f320 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/6a10142faa1cca8ba2bfe51b970754f62d60f320 | 2013-07-04 16:06:11+02:00 |
bytestream2_init: assert that buf_size is valid
Signed-off-by: Michael Niedermayer <[email protected]>
| c17dd513e7f15ef074e435119db7895837e6283a | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c17dd513e7f15ef074e435119db7895837e6283a | 2013-06-21 00:58:41+02:00 |
avcodec/g2meet: Check monochrome cursor width
Fixes out of array write
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| 3c4c5ca1c194464f51de87534d15602f99bf9759 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/3c4c5ca1c194464f51de87534d15602f99bf9759 | 2013-06-14 21:14:31+02:00 |
id2v2: check the return value of decode_str()
Fixes CID1030348
Signed-off-by: Michael Niedermayer <[email protected]>
| 6241e8a3821d971755217652dff01f3a45580820 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/6241e8a3821d971755217652dff01f3a45580820 | 2013-06-09 17:25:39+02:00 |
flacdec: Fix used AVCodecContext
Fixes out of array writes with multiple threads
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <[email protected]>
| c112e36d41da5eb25af3230e2365737759e75375 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c112e36d41da5eb25af3230e2365737759e75375 | 2013-06-13 22:31:54+02:00 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.