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
avformat/mp3dec: check the number of frames per buffer size Fixes misdetection of issue3327-libc-2.17.so Signed-off-by: Michael Niedermayer <[email protected]>
a8bc175dd9cec09c1cbdc6e5e3bf8f59170162da
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a8bc175dd9cec09c1cbdc6e5e3bf8f59170162da
2014-05-12 21:05:47+02:00
x86/cavdsp: prevent named constraints appearing twice.
3c3e02b8d1973c1e864b3042d93534c7aa5f16bf
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/3c3e02b8d1973c1e864b3042d93534c7aa5f16bf
2014-05-03 17:47:55+02:00
avcodec/dcadec: remove fishy FFMAX() These where intended to maintain the previous behavior before dca_dmix_code() but it is unclear (to me) which way is correct and no sample seem to trigger the case, also they are incomplete for the purprose of error checking Found-by: Niels Möller <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
47313bbb5f52815e7e9bc20c0ddc747facf81845
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/47313bbb5f52815e7e9bc20c0ddc747facf81845
2014-06-04 22:11:03+02:00
Revert "x86/videodsp: add emulated_edge_mc_mmxext" The commit causes minor out of array reads and was mainly intended for future optimizations which turned out not to be meassurably faster. Itself it was just 1 cpu cycle faster Approved-by: jamrial This reverts commit 057d2704e78b52fec357b4fc646c9de37a085413.
5bca5f87d1a32669e0357790e0d0ad8a5c9c998b
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/5bca5f87d1a32669e0357790e0d0ad8a5c9c998b
2014-06-28 05:39:07+02:00
lavd/pulse_audio_enc: add pointer checks Signed-off-by: Lukasz Marek <[email protected]>
a1e5be5c1a0c98206a1ae034d278702f5c8ef2a3
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a1e5be5c1a0c98206a1ae034d278702f5c8ef2a3
2014-04-30 00:35:42+02:00
lavf/pcm: remove redundant check Signed-off-by: Lukasz Marek <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
4d09bc98974d4602d71e71520535457a53d44222
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/4d09bc98974d4602d71e71520535457a53d44222
2014-04-20 20:56:02+02:00
avformat/oggparsevorbis: remove non functional null check Fixes CID1197055 Signed-off-by: Michael Niedermayer <[email protected]>
b978391ed5fdbf361a03010db1a9f31a8b802985
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b978391ed5fdbf361a03010db1a9f31a8b802985
2014-04-06 01:34:48+02:00
avcodec/mpegvideo_enc: override bitrate tolerance when its value is too small Fixes Ticket3257 Signed-off-by: Michael Niedermayer <[email protected]>
66e959682c49e0686667cd3cbde87d725bb3c7e3
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/66e959682c49e0686667cd3cbde87d725bb3c7e3
2014-04-12 01:29:20+02:00
lavc/kbdwin: add missing stdint.h include Fixes make checkheaders Signed-off-by: James Almer <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
23d1c75efa208bd0ca843e3ed26b6234bf9c5761
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/23d1c75efa208bd0ca843e3ed26b6234bf9c5761
2014-04-02 20:01:37+02:00
configure: check and use -Wempty-body Would have shown the trailing semi-colon in lavu/log.c that broke detection of 256 colour capable terminals. Signed-off-by: Michael Niedermayer <[email protected]>
7307a7fd936e9d228d331b67613d5c9454ad4476
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/7307a7fd936e9d228d331b67613d5c9454ad4476
2014-04-04 01:37:17+02:00
doc/examples/remuxing: dont use the input codec_tag, it may be invalid tor the output Signed-off-by: Michael Niedermayer <[email protected]>
8fb4dba89d7b52280e2c1f7d2ddbfc7ccffb91fd
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/8fb4dba89d7b52280e2c1f7d2ddbfc7ccffb91fd
2014-03-05 16:10:06+01:00
avcodec/frame_thread_encoder: restructure huffyuv checks This makes them similar to the other checks Signed-off-by: Michael Niedermayer <[email protected]>
f7459bcfc5b54554f95616214696b2a9d189d7fa
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f7459bcfc5b54554f95616214696b2a9d189d7fa
2014-02-15 15:14:46+01:00
configure: Remove dcbzl check for e500v1 and e500v2 architectures The DCBZL instruction is not available for the e500v1 and e500v2 architectures, but may still be recognized by the toolchain, so we need to explicitly disable it for these architectures. References: PowerPC™ e500 Core Family Reference Manual (Freescale) Found-by: Ståle Kristoffersen <[email protected]> Signed-off-by: Vittorio Giovara <[email protected]>
54f7881615a5ce2f89283e7ac2015b8ef141537c
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/54f7881615a5ce2f89283e7ac2015b8ef141537c
2014-03-24 02:22:16+01:00
avcodec/aacdec: Fix pulse position checks in decode_pulses() Fixes out of array read Fixes: asan_static-oob_1efed25_1887_cov_2013541199_HeyYa_RA10_AAC_192K_30s.rm Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
6e42ccb9dbc13836cd52cda594f819d17af9afa2
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6e42ccb9dbc13836cd52cda594f819d17af9afa2
2014-02-03 05:15:41+01:00
lavfi/ebur128: add sample and true peak metering. Metadata injection and logging. Not yet present visually. Signed-off-by: Jean First <[email protected]>
7f42bfad5d763f06d6fb6e91a8cef78f7fad9bf2
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/7f42bfad5d763f06d6fb6e91a8cef78f7fad9bf2
2014-02-02 20:44:56+01:00
libavformat/mtv: Check for min header size first Abort immediately if we are not getting enough data to extract the required fields. Signed-off-by: Reynaldo H. Verdejo Pinochet <[email protected]>
30f4c58f6f92765b3d06b0950392e5264630bce0
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/30f4c58f6f92765b3d06b0950392e5264630bce0
2014-01-23 17:40:58-03:00
lossless_videodsp.asm: fix compilation. Fixes these errors with nasm: libavcodec/x86/lossless_videodsp.asm:86: error: invalid combination of opcode and operands libavcodec/x86/lossless_videodsp.asm:88: error: invalid combination of opcode and operands I don't know whether movd or movq was meant, but either way maskq vs. maskd must match the mov size. Signed-off-by: Reimar Döffinger <[email protected]>
76421982d0427aeef403b7842a233c881ae1600a
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/76421982d0427aeef403b7842a233c881ae1600a
2014-01-21 19:46:02+01:00
avcodec/mpeg12dec: Redesign index checks for mpeg2_fast_decode_block_intra This fixes the speed regression from 20626f53e9f41cb3db82329ed3db7d773cfa3a8f and still checks sufficiently to prevent out of allocated memory accesses due to the index Before: 1681 decicycles in mpeg2_fast_decode_block_intra, 4194238 runs, 66 skips After: 1658 decicycles in mpeg2_fast_decode_block_intra, 4194248 runs, 56 skips Signed-off-by: Michael Niedermayer <[email protected]>
6a92598e149bcc2b5ec0a6c0cd940ef19b9ae86f
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6a92598e149bcc2b5ec0a6c0cd940ef19b9ae86f
2014-01-26 02:57:29+01:00
adx: check that the offset is not negative Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC:[email protected]
5569146d48f06564e8fa393424782cceed510916
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/5569146d48f06564e8fa393424782cceed510916
2014-01-03 16:38:36+01:00
hevc: clip pixels when transquant bypass is used Fixes: asan_stack-oob_eae8e3_7333_WPP_B_ericsson_MAIN10_2.bit Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind This is a more proper fix than 5856bca360c5bc3e340a357d91b1f993c80a7bea The reconstructed picture should always be clipped (see section 8.6.5), previously we did not clip coding units where cu_transquant_bypass_flag == 1 Signed-off-by: Michael Niedermayer <[email protected]>
c9fe0caf7a1abde7ca0b1a359f551103064867b1
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c9fe0caf7a1abde7ca0b1a359f551103064867b1
2014-01-12 00:49:11+01:00
configure: Move the bz2 and zlib checks below phtreads There are alternate implementations of those libraries that use pthreads.
7cbe1ea9df83ec66403fbf6400353bcb2242bf06
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/7cbe1ea9df83ec66403fbf6400353bcb2242bf06
2013-12-13 23:53:30+01:00
avformat/hdsenc: fix off by 1 error in array size check Fixes CID1135763, CID1135764 Signed-off-by: Michael Niedermayer <[email protected]>
6722e564a82bac471d92b02550b5017c09b539ba
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6722e564a82bac471d92b02550b5017c09b539ba
2013-12-11 20:23:31+01:00
avcodec/snowdec: check av_frame_ref() return value Fixes CID1135742 Signed-off-by: Michael Niedermayer <[email protected]>
42874666a6cb53fac4eec99eff27f8975b799f92
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/42874666a6cb53fac4eec99eff27f8975b799f92
2013-12-11 01:13:24+01:00
alsa-audio-dec: explicitly cast the delay to a signed int64 Otherwise the expression will be evaluated as unsigned, which will break when the result should be negative. CC:[email protected]
089fac77a6bf9199a5ec161e9c27850f0a680541
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/089fac77a6bf9199a5ec161e9c27850f0a680541
2013-12-03 12:04:26+01:00
doc/ffserver: remove "What can this do?" section The section shows only a limited use case, contains only redundant information, and various mysterious mentions about things which don't work correctly.
6dc90334e3ce8080a6496fb6956fcfa54ffb5a35
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6dc90334e3ce8080a6496fb6956fcfa54ffb5a35
2013-11-28 17:03:09+01:00
avcodec/vp9dsp: remove unused stride parameter in loop_filter(). The stride argument is passed either as stridea or strideb.
bea93944653f5f9270b5d200b11b2c64fe472914
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/bea93944653f5f9270b5d200b11b2c64fe472914
2013-11-23 22:19:38+01:00
pthread_slice: rename ThreadContext -> SliceThreadContext This should prevent confusion with frame threading.
daa7a1d4431b6acf1f93c4a98b3de123abf4ca18
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/daa7a1d4431b6acf1f93c4a98b3de123abf4ca18
2013-11-04 08:51:26+01:00
x86: vp8dsp: Split loopfilter code into a separate file
1700b4e678ed329611a16b20d11e64b7abda4839
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1700b4e678ed329611a16b20d11e64b7abda4839
2013-11-01 22:05:20+01:00
dcadec: treat all 2-channel modes as Stereo in dca_downmix. The check for (prim_channels > 2) before calling dca_downmix made these cases unreachable, but now 2.1 layouts will go through the downmix code. Having dual mono, Lt/Rt and sum-difference layouts print errors when regular Stereo doesn't seems pointless. Signed-off-by: Anton Khirnov <[email protected]>
220494ad0b2e9e980ef703b46b69308236f29be5
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/220494ad0b2e9e980ef703b46b69308236f29be5
2013-11-28 22:02:53+01:00
libvpxenc: allow qmax of 0 this is valid for both vp8 & vp9 and necessary for lossless in the latter Signed-off-by: Michael Niedermayer <[email protected]>
23c03ac91eaea5978f761ca7d16bc6c9bdcb3834
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/23c03ac91eaea5978f761ca7d16bc6c9bdcb3834
2013-11-03 01:00:16+01:00
Revert "avcodec/options_table: disable CRC checking by default" This reverts commit c7027ce9eac04fb20bd85fa37dbf24856c080c45. It appears there is no complete consensus on this currently.
69d39cb90c24264e23ac05e7a42cd7657e7c6785
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/69d39cb90c24264e23ac05e7a42cd7657e7c6785
2013-10-27 22:30:31+01:00
avcodec/dpx: check packing Signed-off-by: Michael Niedermayer <[email protected]>
a927276fcc20c99f6e311fb9aa679d4ba1ba7e99
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a927276fcc20c99f6e311fb9aa679d4ba1ba7e99
2013-10-05 01:41:44+02:00
lavd/fbdev_enc: more stream validation restrictive So far fbdev_enc device picked up first video stream and ignored others. It is required to provide exactly one video stream now. Signed-off-by: Lukasz Marek <[email protected]>
b04af34600d01502ac844551d157d83f7ae5db26
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b04af34600d01502ac844551d157d83f7ae5db26
2013-10-27 21:45:32+01:00
hevc: Initialize sample aspect to valid value. Without this, it is 0/0 by default, which is not allowed. This sets it to 0/1, which means "undefined". Signed-off-by: Reimar Döffinger <[email protected]>
c9a22d69afc74f31462c321a64f493587e9f28cd
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c9a22d69afc74f31462c321a64f493587e9f28cd
2013-10-20 12:17:09+02:00
avformat/mpegts: check avio_tell() return code before using it Fixes Ticket2962 Signed-off-by: Michael Niedermayer <[email protected]>
5dc6c0ea9ee7836df039c71259c7e538d7058243
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/5dc6c0ea9ee7836df039c71259c7e538d7058243
2013-09-26 16:43:55+02:00
doc/t2h.init: remove resource-type and distribution meta elements The W3C validator complains about these. Signed-off-by: Timothy Gu <[email protected]> Signed-off-by: Stefano Sabatini <[email protected]>
8fd8ead23cdc21500ccb03b2dd8a9369dfd55bc9
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/8fd8ead23cdc21500ccb03b2dd8a9369dfd55bc9
2013-09-30 11:56:16+02:00
dcadec: Validate the lfe parameter Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: [email protected] Signed-off-by: Martin Storsjö <[email protected]>
a9d50bb578ec04c085a25f1e023f75e0e4499d5e
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a9d50bb578ec04c085a25f1e023f75e0e4499d5e
2013-09-20 14:14:45+03:00
avcodec/eatgv: use av_reallocp_array() and check return value Fixes #2949. Signed-off-by: Paul B Mahol <[email protected]>
a5615b82eb116e9fd0f71f2b03c333cc31ab706a
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a5615b82eb116e9fd0f71f2b03c333cc31ab706a
2013-09-09 12:26:05+00:00
ffmpeg: check for unsupported "queing of command on first filter supporting the specific commend" Signed-off-by: Michael Niedermayer <[email protected]>
7883827cb7f3f8c1f08d4d71611f99a3025f4a96
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/7883827cb7f3f8c1f08d4d71611f99a3025f4a96
2013-09-10 14:13:44+02:00
pcm-dvd: Support channel configuration changes The sample buffering logic does not take into account that the blocksize could change. Reset the buffer if the channel configuration changes, since if there are leftover samples, it is most likely a broken or misconcatenated stream. This could lead to negative numbers for missing_samples during decoding. Thanks to Michael Niedermeyer for pointing these out.
d9cdb7d8d6d828bb5497ea3f0fd7edd2f3f6cc30
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d9cdb7d8d6d828bb5497ea3f0fd7edd2f3f6cc30
2013-09-13 12:14:05+02:00
swscale: improve dither checks Bssed on patch by Øyvind Kolås <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
23b3141261b7ffed5f512eebbd8d82001ebf8523
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/23b3141261b7ffed5f512eebbd8d82001ebf8523
2013-08-19 18:33:50+02:00
h264: check one context_init() allocation Signed-off-by: Anton Khirnov <[email protected]>
c1076d8479a6c0ee2e0c4b0e2151df5b0228438e
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c1076d8479a6c0ee2e0c4b0e2151df5b0228438e
2013-08-10 13:36:38+02:00
lavd: Fix make checkheaders Signed-off-by: James Almer <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
214293b1433d4575103100a67aecd2ed164e3ac1
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/214293b1433d4575103100a67aecd2ed164e3ac1
2013-08-11 00:40:30+02:00
avserver: do not use a static string as a default for a string option Fixes an invalid free. Bug-id: 448
612a5049d9b4ac1c2a293daf75fe814b7a94fdc7
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/612a5049d9b4ac1c2a293daf75fe814b7a94fdc7
2013-08-04 18:47:22+02:00
ffplay: assume 0 stream start time if start time is unset in duration check Fixes ticket #2103 and #2743. Signed-off-by: Marton Balint <[email protected]>
f07cb53ab95172f7c15e14b004c4ebcb04aad44c
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f07cb53ab95172f7c15e14b004c4ebcb04aad44c
2013-07-09 20:19:54+02:00
Employ consistent LIBAV_COMPAT_ multiple inclusion guards in compat/ Also fix a comment and an #endif comment.
439902e0d68a0f0d800c21b5e6b598d5fa0c51da
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/439902e0d68a0f0d800c21b5e6b598d5fa0c51da
2013-07-18 18:12:38+02:00
hls: Don't check discard flags until the parent demuxer's streams actually exist If passing the end of one segment while initializing the chained demuxer, the parent demuxer's streams aren't set up yet, so we can't recheck the discard flags. Signed-off-by: Martin Storsjö <[email protected]>
cdd2d73d315ecaf19ff49e64c91923275f1bda68
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/cdd2d73d315ecaf19ff49e64c91923275f1bda68
2013-07-29 09:50:05+03:00
avformat/movenc: allow negative TS for the ipod muxer Fixes Ticket2708 Signed-off-by: Michael Niedermayer <[email protected]>
65abce67b52c920d1f6f691a883ec787773916fd
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/65abce67b52c920d1f6f691a883ec787773916fd
2013-07-04 23:14:31+02:00
ogg: relax demuxer conformance checks Some samples in the wild are missing headers that are expected by the specification but in practice do not affect decoding.
f963f701d90bd7bb03e39aab4e59bd137084e082
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f963f701d90bd7bb03e39aab4e59bd137084e082
2013-06-22 20:54:59+02:00
vorbis: simplify the inner loop in setup_classifs
ddf1b4a2f8a680126eb611428e4f47e6e5b8c6c0
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ddf1b4a2f8a680126eb611428e4f47e6e5b8c6c0
2013-05-19 22:56:37+02:00
tta: stop checking header checksum in extradata It's redundant now as check in done in demuxer instead. Signed-off-by: Paul B Mahol <[email protected]>
710940bec16869ff7e07562f1e103e28a84ca316
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/710940bec16869ff7e07562f1e103e28a84ca316
2013-05-31 21:11:55+00:00
network: uniform ff_listen_bind and ff_listen_connect Document the functions and have both use a millisecond timeout and check for interrupt.
9835abb6d63fb07613994ae90e72fef758149408
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/9835abb6d63fb07613994ae90e72fef758149408
2013-06-04 14:56:52+02:00
jpeg2000dec: check TPsot Fixes out of array accesses Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
73ffab41959a17650d552dceefbb11e524a430d4
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/73ffab41959a17650d552dceefbb11e524a430d4
2013-05-22 02:53:21+02:00
lavfi: add comments to explain the negotiation loop.
4582e4c086bc36e20e3c0b85c8108cfa352e0d88
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/4582e4c086bc36e20e3c0b85c8108cfa352e0d88
2013-05-07 18:40:51+02:00
mjpeg_decode_com: remove redundant len checks Signed-off-by: Michael Niedermayer <[email protected]>
73b9f31c74ccec359a917a9efc314a0cba1c29c7
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/73b9f31c74ccec359a917a9efc314a0cba1c29c7
2013-05-19 18:09:57+02:00
id3v2: check for end of file while unescaping tags Prevent a serious out of buffer bound write. Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC:[email protected]
af4cc2605c7a56ecfd84c264aa2b325020418472
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/af4cc2605c7a56ecfd84c264aa2b325020418472
2013-05-03 10:21:27+02:00
lavc/gif: merge two allocation checks.
71411b69a22526832e2c8d92cd1faf60e05528a3
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/71411b69a22526832e2c8d92cd1faf60e05528a3
2013-04-18 00:24:25+02:00
avcodec/ansi: Check x/y This prevents out of array accesses Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
e91fd754c63de7fd3cb7fdea8974166db362e387
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e91fd754c63de7fd3cb7fdea8974166db362e387
2013-05-02 02:15:40+02:00
mmvideo/mm_decode_intra: check horizontal coordinate too Signed-off-by: Michael Niedermayer <[email protected]>
ae2132ac90f02330b0988e6e26ee0d53e41cd196
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ae2132ac90f02330b0988e6e26ee0d53e41cd196
2013-05-02 22:12:19+02:00
avfilter/asrc_aevalsrc: check correct variable Signed-off-by: Michael Niedermayer <[email protected]>
491d261adecec619a3c7b92249133fb3ef0f5044
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/491d261adecec619a3c7b92249133fb3ef0f5044
2013-04-12 11:54:39+02:00
lavfi/mp: remove mp=tinterlace wrapper From various tests, there is no evidence that the filter is faster than the native tinterlace, and it has several more limitations and a few bugs. See thread: Subject: [FFmpeg-devel] [NOPATCH] lavfi/mp: drop tinterlace wrapper Date: Wed, 5 Sep 2012 00:26:01 +0200
04001767728fd4ed8b4f9d2ebbb9f9a8c9a7be0d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/04001767728fd4ed8b4f9d2ebbb9f9a8c9a7be0d
2013-04-28 13:16:40+02:00
lavfi: change the filter registering system to match the other libraries Removes an arbitrary hardcoded limit on the number of filters.
fa2a34cd40d124161c748bb0f430dc63c94dd0da
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/fa2a34cd40d124161c748bb0f430dc63c94dd0da
2013-04-11 20:44:03+02:00
Add required headers to fix 'make checkheaders'. Originally committed as revision 16746 to svn://svn.ffmpeg.org/ffmpeg/trunk
175da7dab700e9db3edd90aaf83f9ee3ec6bcbbf
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/175da7dab700e9db3edd90aaf83f9ee3ec6bcbbf
2009-01-24 14:46:00+00:00
ismindex: Check the return value of allocations Signed-off-by: Martin Storsjö <[email protected]>
4abf6fa095f8082499d5a24cdfb18eb4c1fec60e
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/4abf6fa095f8082499d5a24cdfb18eb4c1fec60e
2013-03-13 20:41:25+02:00
lavfi: loop on request_frame if necessary. Some filters need several input frames before producing output. For these filter, it becomes simpler to return 0 in request_frame() and let the framework call it again until output has been produced.
79d8cfacf07863500d4fedec669c49e2552c3876
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/79d8cfacf07863500d4fedec669c49e2552c3876
2013-04-03 17:33:27+02:00
lavc: Move ff_cropTbl and ff_zigzag_direct from dsputil to mathtables These are widely used throughout libavcodec, nothing dsputil-specific. Change ff_cropTbl to a statically initialized table, to avoid initializing it with a function call. Signed-off-by: Martin Storsjö <[email protected]>
d2ec6ea6c6c0276aaf0063c5a7290f8e11fcdb06
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d2ec6ea6c6c0276aaf0063c5a7290f8e11fcdb06
2013-04-08 12:38:33+03:00
ra144: check buffer size before requesting a buffer Return an error on incomplete frames.
684e3d2e1ce96625eeef63f2564aab66f6715d05
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/684e3d2e1ce96625eeef63f2564aab66f6715d05
2013-03-10 22:34:43+01:00
configure: Fix silly typo in logging command of check_struct()
813b82b927b19532e3bc3397b972c8a27b9f6326
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/813b82b927b19532e3bc3397b972c8a27b9f6326
2013-03-05 11:04:37+01:00
loco: check that there is data left after decoding a plane. CC:[email protected]
067432c1c95882c7221e694f33d9f3bdbe46de7f
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/067432c1c95882c7221e694f33d9f3bdbe46de7f
2013-02-23 09:20:42+01:00
mpeg12: Fix non-hwaccel VDPAU decode. Previously avctx->hwaccel would have been set to a dummy value, now an explicit check is necessary instead. Signed-off-by: Reimar Döffinger <[email protected]>
c65eb7907c49cb20ac46ba8d05d9894a7d6671d3
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c65eb7907c49cb20ac46ba8d05d9894a7d6671d3
2013-02-24 19:49:06+01:00
lavfi/unsharp: add check on matrix x/y size values oddity
ef4c71e8f83a46fb31a11f0a066efb90821c579f
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ef4c71e8f83a46fb31a11f0a066efb90821c579f
2013-02-17 11:47:39+01:00
exr: check if line offset table is complete only once per frame Signed-off-by: Paul B Mahol <[email protected]>
9c75c24de40d54948a3d39b11181c575875bdc7a
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/9c75c24de40d54948a3d39b11181c575875bdc7a
2013-02-22 18:59:54+00:00
bmp: check available space when reading palette Fixes out of array read Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
633f9974790e2c0cff6ffafddc1ce0224fb08329
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/633f9974790e2c0cff6ffafddc1ce0224fb08329
2013-02-19 17:00:04+01:00
lavu: Fix checkheaders for x86/emms.h internal.h doesn't need to include cpu.h anymore since the relevant code was moved to x86/emms.h Signed-off-by: James Almer <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
a56fd9edab5748a86dc4207b9ddecbe47d04b770
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a56fd9edab5748a86dc4207b9ddecbe47d04b770
2013-02-17 00:18:16+01:00
h264: skip error concealment when SPS and slices are mismatching Fixes out of array accesses Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
695af8eed642ff0104834495652d1ee784a4c14d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/695af8eed642ff0104834495652d1ee784a4c14d
2013-02-02 21:13:25+01:00
flac: don't check the number of channels before setting the channel layout This is unnecessary, as ff_flac_set_channel_layout can handle any number of channels.
08797c599df5371909f6924d732b654f8892cc91
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/08797c599df5371909f6924d732b654f8892cc91
2013-02-07 09:36:21+00:00
build: disable iconv by default. It seems to break a lot on MacOS because of a mixup between multiple iconv libraries. The issue is that the configure check link with no particular library path (so it uses /usr/lib/libiconv.dylib where all the symbols are defined). OTOH, the final build might link with extra library paths, such as the ports lib directory (typically you get -L/opt/local/lib because of an extra library such as SDL). Whatever this option position (before or after -liconv), it will try to link with /opt/local/lib/libiconv.dylib, and the issue is that this version has the same symbols as the ones in /usr/lib/libiconv.dylib except that they all start with 'lib' (libiconv_open, libiconv_close, ...). I don't plan to try to workaround this mess, so any better solution is welcome.
9ad3cd5b5f848eb3cd033be515d34296f099148b
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/9ad3cd5b5f848eb3cd033be515d34296f099148b
2013-03-03 23:50:31+01:00
movenc: check that fps for tmcd is within encodable range. The fps is stored as a 8 bit value thus 255 is the maximum encodable. Signed-off-by: Michael Niedermayer <[email protected]>
55d66b27902d3f566cd6cf6f08d4233dcdc338f5
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/55d66b27902d3f566cd6cf6f08d4233dcdc338f5
2013-01-24 18:59:49+01:00
lavfi: fix null checking in avfilter_config_links() Move the first use of `link' after the null pointer check. Signed-off-by: Xi Wang <[email protected]> Reviewed-by: Stefano Sabatini <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
eb553096e59898328ba4ac406ff5a25c29d59f0d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/eb553096e59898328ba4ac406ff5a25c29d59f0d
2013-01-21 00:07:00+01:00
rtpdec: Split handling of mpeg12 audio/video to a separate depacketizer This also adds checking of mallocs. Signed-off-by: Martin Storsjö <[email protected]>
a9c847c1baff09f954b12c1dcc832b4f601f6f6e
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a9c847c1baff09f954b12c1dcc832b4f601f6f6e
2013-01-20 18:20:22+02:00
golomb: check log validity before shifting Fixes invalid right shift in fate-cavs Signed-off-by: Michael Niedermayer <[email protected]>
fd165ace7b2791af75c74652364d47957d4ea932
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/fd165ace7b2791af75c74652364d47957d4ea932
2013-01-18 15:41:32+01:00
au: validate bits-per-sample separately from codec tag
3f98848d6e04a11f28e776b665fb14e58d56e015
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/3f98848d6e04a11f28e776b665fb14e58d56e015
2013-01-09 11:52:56-05:00
mpegvideo: fix loop condition in draw_line() The loop condition `x = ex' is incorrect. It should be `x <= ex'. This bug was introduced in commit c65dfac4 "mpegvideo.c: K&R formatting and cosmetics." CC:[email protected] Signed-off-by: Luca Barbato <[email protected]>
992b03183819553a73b4f870a710ef500b4eb6d0
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/992b03183819553a73b4f870a710ef500b4eb6d0
2013-01-19 22:20:43+01:00
mpegvideo: dont leave stale pointers in next/last picture Fixes out of array reads Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
d9226b3717fda04c5cde8f51c4dc85fa735b1909
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d9226b3717fda04c5cde8f51c4dc85fa735b1909
2013-01-12 04:46:08+01:00
hlsenc: check append_entry return value
6dd93ee6f1b050ad7c4b247899e83efa293ee405
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6dd93ee6f1b050ad7c4b247899e83efa293ee405
2012-12-29 17:26:29+01:00
libspeexdec: fix terminator check Fixes Ticket2096 Signed-off-by: Michael Niedermayer <[email protected]>
f3c9d66bafde9b8586bd63dd3307daa87352af75
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f3c9d66bafde9b8586bd63dd3307daa87352af75
2013-01-05 18:36:13+01:00
cosmetics: Use consistent names for multiple inclusion guards.
81c7c817a43c5d8fc9a09910ecd159cf8dcdb8be
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/81c7c817a43c5d8fc9a09910ecd159cf8dcdb8be
2012-12-17 17:02:22+01:00
dirac: fix inverted check Regression since: ea6da80 Fixes Ticket2123 I cannot reproduce any regressions by flipping the wrong condition to how it should have been. Thanks-to: ubitux Signed-off-by: Michael Niedermayer <[email protected]>
57bdd67646cfffa2921a8b28bb5f88cfe5c0989e
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/57bdd67646cfffa2921a8b28bb5f88cfe5c0989e
2013-01-09 01:08:39+01:00
alsdec: improve warning message when invalid channel position is found Signed-off-by: Paul B Mahol <[email protected]>
98fed176cf28fac2a86b715c9d522e1cbecb45ff
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/98fed176cf28fac2a86b715c9d522e1cbecb45ff
2012-12-23 21:17:44+00:00
svq1enc: check ff_get_buffer() return value Fixes CID747723 Signed-off-by: Michael Niedermayer <[email protected]>
7effc26ba74717bb9c808d96791c7cf98911d1a1
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/7effc26ba74717bb9c808d96791c7cf98911d1a1
2012-12-13 14:20:24+01:00
lavf: remove unneeded pb check Fixes CID747727 Signed-off-by: Michael Niedermayer <[email protected]>
67c1b5b0269d3d5a505dba0db6f985ca2990f2aa
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/67c1b5b0269d3d5a505dba0db6f985ca2990f2aa
2012-12-11 09:34:47+01:00
mpegts: check av_new_stream() return value. Fixes CID703728 Signed-off-by: Michael Niedermayer <[email protected]>
7726916c14e3385148b92dbd23a89948c2c29c09
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/7726916c14e3385148b92dbd23a89948c2c29c09
2012-12-13 17:46:17+01:00
SBR DSP x86: implement SSE sbr_hf_gen Start and end index are multiple of 2, therefore guaranteeing aligned access. Also, this allows to generate 4 floats per loop, keeping the alignment all along. Timing: - 32 bits: 326c -> 172c - 64 bits: 323c -> 156c Signed-off-by: Diego Biurrun <[email protected]>
2aef3d66c9cdf9d9ad3ecec2fb0c6b3020e9d3b0
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/2aef3d66c9cdf9d9ad3ecec2fb0c6b3020e9d3b0
2012-12-07 11:04:26+01:00
xxan: more complete ybuf checks, fix out of array accesses. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
77693c541a541661357a0edd5bbaae69c64b2039
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/77693c541a541661357a0edd5bbaae69c64b2039
2012-12-02 00:48:07+01:00
mjpegdec: check SE. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
1f41cffe1e3e79620f587545bdfcbd7e6e68ed29
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1f41cffe1e3e79620f587545bdfcbd7e6e68ed29
2012-11-11 01:19:44+01:00
dsicinav: update bitmap_frame_size, avoid out of array reads. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
7faa17764ad8aa9919125834b97e7fb574af90d4
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/7faa17764ad8aa9919125834b97e7fb574af90d4
2012-11-11 19:47:01+01:00
gsm_parser: fix infinite loop Fixes Ticket1894 Signed-off-by: Michael Niedermayer <[email protected]>
4d2f83f8acb6c6444c3b276e15c5369d28b7c037
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/4d2f83f8acb6c6444c3b276e15c5369d28b7c037
2012-11-07 18:08:23+01:00
qdm2: check that coding_method is valid before using it. Fixes out of array reads. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
5ee008e01d5a50d976b5f2a4abd6932185672d91
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/5ee008e01d5a50d976b5f2a4abd6932185672d91
2012-11-09 13:13:50+01:00
smoothstreamingenc: check return value of mkdir() Fixes CID732188 Signed-off-by: Michael Niedermayer <[email protected]>
a3886ea3c5947ca05bfe01b053d9ce2f9725d9eb
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a3886ea3c5947ca05bfe01b053d9ce2f9725d9eb
2012-10-29 03:34:17+01:00
diracdec: check wavelet depth, prevent out of array read. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
3ba58433e17cb6019e512e7fa5cf4e38415217d3
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/3ba58433e17cb6019e512e7fa5cf4e38415217d3
2012-11-11 17:20:36+01:00