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/aviobuf: Fix infinite loop in ff_get_line() Fixes ticket4152 Signed-off-by: Michael Niedermayer <[email protected]>
eac5c7b8377f3f0e8262ab44e5ccb2c7ed060cdd
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/eac5c7b8377f3f0e8262ab44e5ccb2c7ed060cdd
2014-12-03 19:05:56+01:00
avfilter/signalstats: integrate height loop into subfilters
56b98dfc4f0933727b9e83ab80f377f2c1836f87
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/56b98dfc4f0933727b9e83ab80f377f2c1836f87
2014-11-26 21:29:08+01:00
swscale: Properly scale YUV Only shift limited range luma, and always only shift chroma for upconversion. Based off a patch by Michael Niedermayer. Signed-off-by: Derek Buitenhuis <[email protected]> Signed-off-by: Luca Barbato <[email protected]>
33c827f632f95ffe3399b695a5a0d47b366b6e20
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/33c827f632f95ffe3399b695a5a0d47b366b6e20
2014-12-05 13:03:49+00:00
configure: use use_pkg_config() instead of check_pkg_config() for libsmbclient This ensures that the CFLAGS and LDFLAGS are actually applied. Fixes an incorrect change introduced with the clean-up in commit cfcaf6b38e39ed6e788abb1a5a44f23660dce2f6. Reviewed-by: Nicolas George <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
754f4957d7a7e5be0df0e9de1d31aebeecdc4476
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/754f4957d7a7e5be0df0e9de1d31aebeecdc4476
2014-12-09 00:57:49+01:00
on2avc: Fix out of array access CC: [email protected] Bug-Id: CID 1206648
2fa6d21124bd2fc0b186290f5313179263bfcfb7
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/2fa6d21124bd2fc0b186290f5313179263bfcfb7
2014-11-15 12:50:05+01:00
atrac3plus: always initialize refwaves CC: [email protected] Bug-Id: CID 1163851
d16ec1b6db25bc348b0d4800c9a0c9b7070e3710
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d16ec1b6db25bc348b0d4800c9a0c9b7070e3710
2014-11-14 20:26:32+01:00
avcodec/ppc/h264qpel_template: protect unistd.h by #if HAVE_UNISTD_H Signed-off-by: Michael Niedermayer <[email protected]>
885a763cacf57d12e08659137942fb327c643272
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/885a763cacf57d12e08659137942fb327c643272
2014-11-28 16:11:02+01:00
mpegvideo: check mpv return value CC: [email protected] Bug-Id: CID 1238786
898e9a24ef13d8c56b4abf4ee0af09cdb0343e2d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/898e9a24ef13d8c56b4abf4ee0af09cdb0343e2d
2014-11-11 11:26:02+01:00
configure: Hack to treat x32 as x86_64. Allows shared compilation on x32 with --disable-asm.
5e8e2f3861dfbc4864490401c5209fbc24df3c29
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/5e8e2f3861dfbc4864490401c5209fbc24df3c29
2014-11-12 09:53:01+01:00
configure: Check only for xcb xcb-utils are not needed anymore.
a9179b5bd6f143b4a7ff48bb0d00c8f0a7cafb4b
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a9179b5bd6f143b4a7ff48bb0d00c8f0a7cafb4b
2014-10-28 13:57:32+00:00
bethsoftvid: check return value and clean memory CC: [email protected] Bug-Id: CID 733777
e6c66f1e4ea19a3aa6ed999c5cb92e1b682c7600
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e6c66f1e4ea19a3aa6ed999c5cb92e1b682c7600
2014-10-27 18:21:40+00:00
avformat/oggparsevorbis: Check that initialization succeeded before declaring the end of headers Signed-off-by: Michael Niedermayer <[email protected]>
c04c43b3e423d0426162828e7b180e4d0014a3f7
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c04c43b3e423d0426162828e7b180e4d0014a3f7
2014-11-06 13:02:08+01:00
movenc: Don't check the custom IO flag when using faststart The custom IO flag actually never is set for muxers, only for demuxers, so the check was pointless (unless a user intentionally would set the flag to signal using custom IO). Signed-off-by: Martin Storsjö <[email protected]>
b2b79eca6fae2466a53c5daa163a37e2474364fc
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b2b79eca6fae2466a53c5daa163a37e2474364fc
2014-10-29 23:02:02+02:00
matroskaenc: check avio_open_dyn_buf return value CC: [email protected] Bug-Id: CID 703629
28c020d4df9b060a58a124a7a5406d4313fbe249
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/28c020d4df9b060a58a124a7a5406d4313fbe249
2014-10-24 23:48:57+01:00
avcodec/h264_parser: rewrite the parse_nal_units() loop logic based on h264.c Fixes Ticket4011 Signed-off-by: Michael Niedermayer <[email protected]>
69a9a90d2ef795162074be24e3ad2182a8676af2
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/69a9a90d2ef795162074be24e3ad2182a8676af2
2014-10-27 04:58:49+01:00
nutdec: check av_new_packet return value CC: [email protected] Bug-Id: CID 733713
af7ca6ea124b82b337a6b96e10963e88eba57ebe
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/af7ca6ea124b82b337a6b96e10963e88eba57ebe
2014-10-21 14:37:48+01:00
wtv: check seek_by_sector return value CC: [email protected] Bug-Id: CID 1198258
9fbc613f0df1628e7e78bca791fa8833846f8210
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/9fbc613f0df1628e7e78bca791fa8833846f8210
2014-10-20 10:38:38+01:00
Fix the timeout option not working when connecting to a HTTP url that requires authentication. In http_open_cnx, the patch restores the AVDictionary if connection needs to be re-tried because of a authentication/redirect status code. Previously, if a 401/407/30x status code was encountered, http_open_cnx would restart at the redo label, but any options used by the underlying protocol would be missing because they were removed by the first attempt. Signed-off-by: Brandon Lees <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
ffaf2074ebbca70bdd02819f383710b34d168e31
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ffaf2074ebbca70bdd02819f383710b34d168e31
2014-11-15 14:30:32+01:00
swresample/swresample: fix sample drop loop end condition Fixes Ticket3985 Signed-off-by: Michael Niedermayer <[email protected]>
f9fefa499f0af48f47ea73c8ce0b25df0976c315
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f9fefa499f0af48f47ea73c8ce0b25df0976c315
2014-10-06 01:29:06+02:00
rtmpproto: Add function to read a number response Packets that contain a number as a result to a rtmp function call are structured the same way (String, Number, Null, Number). This new method also includes more bounds checks to better handle packets that are not structured as expected. Signed-off-by: Martin Storsjö <[email protected]>
324b23dde1bc8638959eb32419c95a93906db272
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/324b23dde1bc8638959eb32419c95a93906db272
2014-10-17 12:07:19+03:00
avcodec/on2avc: Check number of channels Fixes out of array access Fixes: asan_heap-oob_4da4f3_7_asan_heap-oob_4da4f3_173_Xmen_avc_500.vp6 Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
550f3e9df3410b3dd975e590042c0d83e20a8da3
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/550f3e9df3410b3dd975e590042c0d83e20a8da3
2014-10-04 22:15:54+02:00
avcodec/smc: fix off by 1 error Fixes out of array access Fixes: asan_heap-oob_1685bf0_5_asan_heap-oob_1f35116_430_smc.mov Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
c727401aa9d62335e89d118a5b4e202edf39d905
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c727401aa9d62335e89d118a5b4e202edf39d905
2014-10-03 22:51:29+02:00
configure: Check if "-D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600" is needed for localtime_r() Fixes build with musl Signed-off-by: Michael Niedermayer <[email protected]>
170e2fd7c39c430b334ea80a1e4dfb10c6fd1e95
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/170e2fd7c39c430b334ea80a1e4dfb10c6fd1e95
2014-09-24 05:04:24+02:00
avformat/webmdashenc: use av_strlcpy() and allocate enough space Fixes out of array read Signed-off-by: Michael Niedermayer <[email protected]>
72732f2dddabae1d943ce617e0a27e32d13416fb
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/72732f2dddabae1d943ce617e0a27e32d13416fb
2014-08-29 13:02:34+02:00
cosmetics: Write NULL pointer inequality checks more compactly Signed-off-by: Diego Biurrun <[email protected]>
4b1f5e5090abed6c618c8ba380cd7d28d140f867
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/4b1f5e5090abed6c618c8ba380cd7d28d140f867
2014-08-15 05:34:13-07:00
avcodec/idctdsp: Initialize ff_put/add_pixels_clamped correctly so that the optimized functions are also used Signed-off-by: Michael Niedermayer <[email protected]>
928cb84b32b639841ac1ec2957155a6abd53309f
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/928cb84b32b639841ac1ec2957155a6abd53309f
2014-09-03 05:19:06+02:00
movenc: remove pointless loop around BITEXACT test
d9432789bd119f0e37bcf65cebda05d36aafd4ed
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d9432789bd119f0e37bcf65cebda05d36aafd4ed
2014-08-06 13:27:17-07:00
ismindex: handle time discontinuities and nonzero start time The input file may not have consistent start times, stream durations and chunk durations. This patch at least removes negative durations that make chromecast unhappy, and correctly sets starting time on chunks so that the split (or .ismf) outputs match the manifest. Signed-off-by: Martin Storsjö <[email protected]>
00431bf874e1044b01e09a2266ef85d4ff8d44cc
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/00431bf874e1044b01e09a2266ef85d4ff8d44cc
2014-09-15 19:54:36+03:00
hevc: wait proper position for tmvp The position is either rounded or not checked, so delay the wait to check the proper value. Reviewed-by: Mickaël Raulet <[email protected]> Signed-off-by: Anton Khirnov <[email protected]>
14ca0aa69b5d954ce56d0826ab9f1f70e535c92a
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/14ca0aa69b5d954ce56d0826ab9f1f70e535c92a
2014-08-12 10:13:21+00:00
http: Fix authentication, broken since 6a463e7fb The cur_*auth_type variables were set before the http_connect call prior to 6a463e7fb - their sole purpose is to record the authentication type used to do the latest request, since parsing the http response sets the new type in the auth state. CC: [email protected] Signed-off-by: Martin Storsjö <[email protected]>
4e629ef80e62a54636cb46033998177dd08cf3ad
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/4e629ef80e62a54636cb46033998177dd08cf3ad
2014-08-13 20:22:28+03:00
avcodec/roqvideoenc: check dimensions against maximum Signed-off-by: Michael Niedermayer <[email protected]>
7c7441b37de1b2753062251464072cc766fa7904
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/7c7441b37de1b2753062251464072cc766fa7904
2014-07-08 17:33:39+02:00
avfilter/x86/vf_pullup: fix "invalid combination of opcode and operands" with nasm Signed-off-by: Michael Niedermayer <[email protected]>
a348f4befe23ada291a1982de23ed7d828bdaf0c
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a348f4befe23ada291a1982de23ed7d828bdaf0c
2014-06-28 16:06:00+02:00
avcodec/bitstream: fill invalid vlc tables entries as last pass instead of first This avoids writing entries twice Signed-off-by: Michael Niedermayer <[email protected]>
f7f96cf4bcc369730bb945e993bec53881e212f5
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f7f96cf4bcc369730bb945e993bec53881e212f5
2014-06-16 19:10:32+02:00
mpegts: Provide an option to override the pcr period Certain hardware demuxer have specific restrictions for PCR periodicity.
f121dbd9f76031d7f6d56261be2f14937a19d2dd
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f121dbd9f76031d7f6d56261be2f14937a19d2dd
2014-06-10 22:05:44+02:00
hevc/intra_pred: drop unnecessary conditions in loops Signed-off-by: Anton Khirnov <[email protected]>
25bb7eaf9eb14e6e00264bf584aa4d380d3bc29f
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/25bb7eaf9eb14e6e00264bf584aa4d380d3bc29f
2014-05-19 07:12:47+02:00
version.sh: Print versions based on the last git tag for release branches release branches are detected by checking if "git" is not in RELEASE This changes "N-64706-g2f71aeb" to "n2.3-8-g2f71aeb" for git master theres no change This should improve the readability of lists of versions which come from more than 1 release branch or master + release. fate.ffmpeg.org is one possible example Reviewed-by: Timothy Gu <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]> (cherry picked from commit ee606fd0317df202b59946cf9b738c0a01056316) Signed-off-by: Michael Niedermayer <[email protected]>
f3158c3f29cd24cf50a02b58201ec2cf149b51e5
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f3158c3f29cd24cf50a02b58201ec2cf149b51e5
2014-07-28 15:44:59+02:00
avformat/utils/avformat_find_stream_info: Move max_analyze_duration setup out of the packet loop Signed-off-by: Michael Niedermayer <[email protected]>
1a426d5404257b60cd70a952d0767434f8d25db8
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1a426d5404257b60cd70a952d0767434f8d25db8
2014-06-02 21:21:11+02:00
avformat/astenc: avoid using AVCodecContext.frame_number Theres no gurantee that the user application has initialized it Signed-off-by: Michael Niedermayer <[email protected]>
47550e62bf717ed626b652bd3797fcae0ca8c335
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/47550e62bf717ed626b652bd3797fcae0ca8c335
2014-05-05 16:46:47+02:00
swscale/utils: move handling of unscaled case to the end of init function This way all context fields get initialized and can be used without needing to reinit the context Signed-off-by: Michael Niedermayer <[email protected]>
fa98885be4e7316891839172f66b402ca4dace2a
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/fa98885be4e7316891839172f66b402ca4dace2a
2014-04-14 23:32:41+02:00
af_volume: implement replaygain clipping prevention This adds a new "replaygain_noclip" option to the filter, and, if enabled, limits the gain applied for tracks where clipping would occur. Signed-off-by: Anton Khirnov <[email protected]>
aaab192df24a90f4450285cfb73b395cf495b462
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/aaab192df24a90f4450285cfb73b395cf495b462
2014-04-13 11:25:06+02:00
armv6: Accelerate ff_imdct_half for general case (mdct_bits != 6) The previous implementation targeted DTS Coherent Acoustics, which only requires mdct_bits == 6. This relatively small size lent itself to unrolling the loops a small number of times, and encoding offsets calculated at assembly time within the load/store instructions of each iteration. In the more general case (codecs such as AAC and AC3) much larger arrays are used - mdct_bits == [8, 9, 11]. The old method does not scale for these cases, so more integer registers are used with non-unrolled versions of the loops (and with some stack spillage). The postrotation filter loop is still unrolled by a factor of 2 to permit the double-buffering of some VFP registers to facilitate overlap of neighbouring iterations. I benchmarked the result by measuring the number of gperftools samples that hit anywhere in the AAC decoder (starting from aac_decode_frame()) or specifically in ff_imdct_half_c / ff_imdct_half_vfp, for the same example AAC stream: Before After Mean StdDev Mean StdDev Confidence Change aac_decode_frame 2368.1 35.8 2117.2 35.3 100.0% +11.8% ff_imdct_half_* 457.5 22.4 251.2 16.2 100.0% +82.1% Signed-off-by: Michael Niedermayer <[email protected]>
42c1cc35b7623ce76c7b55c6bc100f135e17cd4f
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/42c1cc35b7623ce76c7b55c6bc100f135e17cd4f
2014-07-13 15:17:04+02:00
mov: read hydrogenaudio replaygain information
9a07fac678a8540d076e635061bbaa4ed09a9431
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/9a07fac678a8540d076e635061bbaa4ed09a9431
2014-04-10 13:53:32+02:00
ff_id3v2_read: add option to limit ID3 magic number search Several chunked formats (AIFF, IFF,DSF) store ID3 metadata within an 'ID3 ' chunk tag. If such chunks are stored sequentially, it is possible for the ID3v2 parser to confuse the chunk tag for the ID3 magic number. e.g. [1st chunk tag ('ID3 ') | chunk size] [ID3 magic number | metadata ...] [2nd chunk tag ('ID3 ') | chunk size] [ID3 magic number | metadata ...] Fixes ticket #3530. Signed-off-by: Peter Ross <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
5331773cc33ba26b9e26ace643d926219e46a17b
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/5331773cc33ba26b9e26ace643d926219e46a17b
2014-04-19 04:25:01+02:00
libx265: Only set the SAR if it is valid Signed-off-by: Derek Buitenhuis <[email protected]>
cdd21f1f03c5d59aad8f0244b1be0f864d8416a7
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/cdd21f1f03c5d59aad8f0244b1be0f864d8416a7
2014-04-10 16:49:03+01:00
avconv_opt: fix avio_open2() return code check avio_open2() only return < 0 when error.
9e4e35b4d7c43a908944183a58aa389a23116fd6
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/9e4e35b4d7c43a908944183a58aa389a23116fd6
2014-03-30 14:55:08+02:00
movenc: Allow override of major brand in ftyp atom Signed-off-by: Tim Walker <[email protected]>
1e9db41e2a2166be5671b088ef4ad06a40af459f
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1e9db41e2a2166be5671b088ef4ad06a40af459f
2014-03-23 00:31:54+01:00
avcodec/dirac_arith: Fix build with PIC and stack-check options Fixes Ticket3540 The function dirac_get_arith_bit in libavcodec/dirac_arith.h can't be built with PIC and check-stack because the asm code needs 6 registers and PIC and check-stack options take 1 each and x86 is quite limited in this area. Signed-off-by: Michael Niedermayer <[email protected]>
d8ab7f31dd819f7b3e0d460a2fa4261aaae87b98
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d8ab7f31dd819f7b3e0d460a2fa4261aaae87b98
2014-04-09 19:41:48+02:00
Add decklink_enc.h to SKIPHEADERS. Fixes make checkheaders without decklink headers.
a88dee8eea191d8bd3bf00a0a82c0302ce10a7c5
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a88dee8eea191d8bd3bf00a0a82c0302ce10a7c5
2014-02-19 19:55:14+01:00
lavf/mux: check av_dup_packet() return value. Signed-off-by: Nicolas George <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
916a79227e0dbeb8c1a2b7285b959729fa53e470
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/916a79227e0dbeb8c1a2b7285b959729fa53e470
2014-02-20 02:58:39+01:00
avformat/isom: Simplify mov_rewrite_dvd_sub_extradata() This avoids the 2nd buffer and fixes the palette truncated check Signed-off-by: Michael Niedermayer <[email protected]>
f6f3c85c0eff54cebc3a45caa7a1e0454b5c9ff8
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f6f3c85c0eff54cebc3a45caa7a1e0454b5c9ff8
2014-03-17 17:06:30+01:00
threads: Check w32threads dependencies at the configure stage Also add warning comment about threading implementations without matching atomics implementation to the atomics fallback implementation.
874c751cc5b99cd68932e21c2c3a0d21134207e0
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/874c751cc5b99cd68932e21c2c3a0d21134207e0
2014-02-19 15:12:37+01:00
vp9: split decode_coeff_b loop inside txsz branch. The advantage of this is that the is32x32 division branch in decode_coeffs_b is removed from the inner loop to outside the block coef decoding loop in decode_coeffs. Also, it allows us to merge the txsz branches from the block coef decoding loop, the context merge and the context split.
21a0451167bb40035688859302a10d337e2bae1b
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/21a0451167bb40035688859302a10d337e2bae1b
2014-02-17 13:39:00+01:00
avcodec/h264: more completely check the loop filter parameters Fixes out of array read Fixes: caa65cc01655505705129b677189f036-signal_sigsegv_fdcc43_2681_cov_3043376737_PPH422I5_Panasonic_A.264 Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
91253839e14cce9793ee93f184cef609ca8195d5
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/91253839e14cce9793ee93f184cef609ca8195d5
2014-02-17 01:29:34+01:00
avdevice/v4l2: only use frame period from v4l2 if valid There is evidence that some drivers do not set a valid value See: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=718805 Signed-off-by: Michael Niedermayer <[email protected]>
4aa4533ee8b51a1e6bdc4fbffaf90aa2b14e2c9f
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/4aa4533ee8b51a1e6bdc4fbffaf90aa2b14e2c9f
2014-02-02 00:13:01+01:00
avformat/mpc8: check avio_read() return in mpc8_parse_seektable() no sample / testcase known Signed-off-by: Michael Niedermayer <[email protected]>
26ce266e3df8d50b0e6b3b402f2436903424c30c
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/26ce266e3df8d50b0e6b3b402f2436903424c30c
2013-12-26 00:11:49+01:00
avformat/http: always allow no-op seek This also allows checking stream position as per ffurl_seek() doxy. Signed-off-by: Anssi Hannula <[email protected]>
857841c1b63bf3ffacef03da2bd6275d55ead769
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/857841c1b63bf3ffacef03da2bd6275d55ead769
2014-01-03 15:05:48+02:00
avcodec/vqavideo: check destination size on all exit pathes Fixes part of msan_uninit-mem_7f841fe2ab3b_4608_cow2_1.vqa Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
263105deebbd0a5737dfd1165668c7afb2cc870a
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/263105deebbd0a5737dfd1165668c7afb2cc870a
2013-12-21 13:16:00+01:00
configure: (vp9) ensure bitstream compatibility avoids picking up a library that could produce invalid bitstreams and fixes build issues with the same. Signed-off-by: Michael Niedermayer <[email protected]>
7a994d777a0a538d0998fbb4125bf14c39017c43
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/7a994d777a0a538d0998fbb4125bf14c39017c43
2013-12-16 03:17:39+01:00
configure: Reorder pthreads checks Some pthreads symbols might be present in libc (as shown on various *BSD) but not all of them, leading to false positives. Check for the most common compiler flags before the plain symbol check to avoid known pitfalls.
a5a3b398fd9dce38ca50b20f182b17a256d209f2
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a5a3b398fd9dce38ca50b20f182b17a256d209f2
2013-12-13 23:53:30+01:00
x86/vp9lpf: add ff_vp9_loop_filter_[vh]_88_16_{ssse3,avx}. 9680 decicycles in loop_filter_v_88_16_c, 4193765 runs, 539 skips 9233 decicycles in loop_filter_h_88_16_c, 4193751 runs, 553 skips 1929 decicycles in ff_vp9_loop_filter_v_88_16_ssse3, 4194118 runs, 186 skips 2738 decicycles in ff_vp9_loop_filter_h_88_16_ssse3, 4193861 runs, 443 skips 5.978 → 5.417 overall decode time on ped1080p.webm (-threads 1) Adding SSE2 support should be relatively trivial (just a matter of changing the pshufb [mask_mix] with something else), patch welcome.
222c46c531089dab3009a0e1e7938d51af2b494e
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/222c46c531089dab3009a0e1e7938d51af2b494e
2014-01-28 07:36:38+01:00
vc1dec: move setting repeat_pict after frame_start() has been called. This will allow removing the hacks where each decoder sets current_picture_ptr on its own.
ac1fc92ea410c396594fcd79f5d4491fe6a8cc90
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ac1fc92ea410c396594fcd79f5d4491fe6a8cc90
2013-12-05 13:27:24+01:00
dv_tablegen: Remove CONFIG_SMALL preprocessor check The code does in no way depend on CONFIG_SMALL.
57f13fd7e993ee0b582695c7af7a6bdf1c7d0761
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/57f13fd7e993ee0b582695c7af7a6bdf1c7d0761
2013-11-19 16:04:27+01:00
configure: Detect msvcrt libc with a CPP check instead of a link check Simplifies host/target libc detection splitting.
bd8b6185f6d1fb0433f048c4096b858e6f88ded6
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/bd8b6185f6d1fb0433f048c4096b858e6f88ded6
2013-12-04 11:50:59-05:00
lavf/wavenc: check for a single stream. Fix trac ticket #3110.
eeb975f5cda31aff3deb8cb4925ea0bf3e897236
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/eeb975f5cda31aff3deb8cb4925ea0bf3e897236
2013-11-03 10:29:27+01:00
avcodec/ffv1enc: Check high bpp RGB against coder type too Signed-off-by: Michael Niedermayer <[email protected]>
336a1902d6be08c2f25fe0f15722f7c65f060866
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/336a1902d6be08c2f25fe0f15722f7c65f060866
2013-11-03 22:18:47+01:00
avfilter: replaygain scanner Signed-off-by: Paul B Mahol <[email protected]>
c9660999b9a76541cc0ccee1e572f4ee1540d8c5
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c9660999b9a76541cc0ccee1e572f4ee1540d8c5
2013-10-21 19:56:55+00:00
configure: Split test_cflags function off from check_cflags This is useful to test flags without directly adding them to CFLAGS.
23157d72b565e0228fec97f1eb059d4f8021a260
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/23157d72b565e0228fec97f1eb059d4f8021a260
2013-11-01 22:05:20+01:00
Add pulse_audio_common.h to skipheaders. Fixes an error when running make checkheaders.
f4e85afd99ed1238243988b8473c66cb2721bf1a
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f4e85afd99ed1238243988b8473c66cb2721bf1a
2013-10-09 09:39:57+02:00
x86: fdct: Only build fdct code if encoders have been enabled fdct is only initialized if encoders are enabled.
6cc133ec58b829e5535ebfc5294ebadedcdb3adb
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6cc133ec58b829e5535ebfc5294ebadedcdb3adb
2013-10-04 10:50:44+02:00
avformat/utils: never decrease has_b_frames in compute_pkt_fields() The intent of the original check was to increase has_b_frames when it was incorrectly set to 0. Later codecs allowed larger values Found-by: divVerent Signed-off-by: Michael Niedermayer <[email protected]>
8b73a3f6f6598cb9249034fa020ddead3c943e2f
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/8b73a3f6f6598cb9249034fa020ddead3c943e2f
2013-11-03 21:36:10+01:00
Do not leave positive values undefined when negative are defined as error Define positive return values as non errors and leave further meaning undefined This allows future extensions to use these values Reviewed-by: Paul B Mahol <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
d5ec8ba7f2cb83a166da196c377398b7954c5d6c
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d5ec8ba7f2cb83a166da196c377398b7954c5d6c
2013-10-19 16:42:57+02:00
mov: Make sure the read sample count is nonnegative This avoids setting a negative number of frames, ending up with a negative average frame rate. Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: [email protected] Signed-off-by: Martin Storsjö <[email protected]>
c231987662194d009dd91bfc57c678e0e70ca161
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c231987662194d009dd91bfc57c678e0e70ca161
2013-09-29 20:00:45+03:00
vqf: Make sure the bitrate is in the valid range Even if the sample rate is valid, an invalid bitrate could pass the mode combination test below. CC: [email protected] Signed-off-by: Martin Storsjö <[email protected]>
68ff9981283a56c731f00c2ee7901103665092fc
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/68ff9981283a56c731f00c2ee7901103665092fc
2013-09-29 18:46:39+03:00
r3d: Add more input value validation Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: [email protected] Signed-off-by: Martin Storsjö <[email protected]>
d8798276b65543d921adadf63cc7f5ba2d1604af
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d8798276b65543d921adadf63cc7f5ba2d1604af
2013-09-19 22:47:26+03:00
avcodec/jpeg2000dec: print invalid cdx/y values Signed-off-by: Michael Niedermayer <[email protected]>
e428632c1a46430f0796e3f9f7d72234d18f1f04
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e428632c1a46430f0796e3f9f7d72234d18f1f04
2013-09-15 15:37:16+02:00
avformat/subtitles: check lower bound for duration overlap seeking.
1ca4bf930bab681a79fb591330043675c7cfd798
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1ca4bf930bab681a79fb591330043675c7cfd798
2013-09-08 12:54:49+02:00
avcodec/ffv1dec: check global header version Signed-off-by: Michael Niedermayer <[email protected]>
20b965a1a43ae88b7ae95635d5a3570e7dc2bbd4
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/20b965a1a43ae88b7ae95635d5a3570e7dc2bbd4
2013-08-30 03:43:49+02:00
h261: check the mtype index Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: [email protected]
c59967fa7cc5bc2fa06b36c17d2c207240c06b3e
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c59967fa7cc5bc2fa06b36c17d2c207240c06b3e
2013-08-16 14:56:49+02:00
mkv: Add options for specifying cluster limits Signed-off-by: Luca Barbato <[email protected]>
98308bd44face14ea3142b501d16226eec23b75a
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/98308bd44face14ea3142b501d16226eec23b75a
2013-08-19 22:46:31+02:00
avcodec/tiff: remove redundant check Signed-off-by: Michael Niedermayer <[email protected]>
200170e8c0b7affea87847ca1f5b0c9a9cf19533
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/200170e8c0b7affea87847ca1f5b0c9a9cf19533
2013-08-09 14:58:07+02:00
lavf/movenc: improve psp check Signed-off-by: Michael Niedermayer <[email protected]>
8a09195545029672470e44a0f5c6bc6c86fb2ed5
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/8a09195545029672470e44a0f5c6bc6c86fb2ed5
2013-07-28 17:05:05+02:00
rtpproto: Simplify the rtp_read function by looping over the fds This avoids having duplicate code where only the fd parameter differs. Signed-off-by: Martin Storsjö <[email protected]>
892b0be1dfbdeaf71235fb6c593286e4f5c7e4ec
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/892b0be1dfbdeaf71235fb6c593286e4f5c7e4ec
2013-07-31 21:12:34+03:00
indeo: check for reference when inheriting mvs The same is done already for qdelta. Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: [email protected]
b36e1893ef3430f039c1eaddeedcbb378f9c4444
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b36e1893ef3430f039c1eaddeedcbb378f9c4444
2013-07-01 04:20:58+02:00
avutil/ripemd: adjust loop condition to silence CID1035716 Signed-off-by: Michael Niedermayer <[email protected]>
b6ce50a2d4ba4d4ff56a305358f16e9658e9c528
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b6ce50a2d4ba4d4ff56a305358f16e9658e9c528
2013-06-22 14:52:29+02:00
h264/ff_h264_check_intra_pred_mode: fix input value check Signed-off-by: Michael Niedermayer <[email protected]>
2005fddcbb4e18e8f7c34326e40609e4a2d83c31
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/2005fddcbb4e18e8f7c34326e40609e4a2d83c31
2013-06-21 20:48:07+02:00
mlpdec: Do not set invalid context in read_restart_header The faulty values rippled further down the codepath causing a hard-to-track segfault in the assembly code. Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: [email protected]
e9d394f3fad7e8fd8fc80e3b33cb045bbaceb446
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e9d394f3fad7e8fd8fc80e3b33cb045bbaceb446
2013-07-12 04:34:49+02:00
jpeg2000dec: check that we have enough components for MCT Fixes out of array accesses Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
21d0f75f29ca97b2ca31bd4451f488163a27e24f
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/21d0f75f29ca97b2ca31bd4451f488163a27e24f
2013-06-06 16:06:48+02:00
Check more completely for invalid pix_fmts in planarRgb16ToRgb16Wrapper() This makes the conversion function more robust.
7800b09ece52490dda4c46fbd8e93f92e8438428
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/7800b09ece52490dda4c46fbd8e93f92e8438428
2013-06-11 01:14:38+02:00
jpeg2000: check that nreslevels2decode has been initialized before use Fixes out of array accesses Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
6e9bfc19bd7be2b28258ca93d706cb67ed482c65
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6e9bfc19bd7be2b28258ca93d706cb67ed482c65
2013-06-05 18:34:07+02:00
wavpack: return an error on 0-sized blocks Such blocks are not valid.
d1bec4be2207738669874e02605e879ea9620974
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d1bec4be2207738669874e02605e879ea9620974
2013-05-28 08:03:37+02:00
swr: dont treat 32 and 24 as equal in simple copy check Fixes dithering from 32 to 24 bit Signed-off-by: Michael Niedermayer <[email protected]>
3289670142954e143b69f0a87583130140e16410
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/3289670142954e143b69f0a87583130140e16410
2013-06-05 03:06:34+02:00
vmd: refactor the inner decode loop Simplify a little, assume empty frames are acceptable and do not pointlessly reinit the bytestream2 contexts using possibly wrong size values. Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: [email protected]
676da248cad49debc40720baa13214f0b94dcc71
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/676da248cad49debc40720baa13214f0b94dcc71
2013-05-29 12:11:47+02:00
vda_h264_dec: remove check_format Since this function cannot work anymore, this patch simply removes it.
4a023d5b53132ced3643d0e8397baa80cf75f656
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/4a023d5b53132ced3643d0e8397baa80cf75f656
2013-06-01 12:02:11+00:00
avcodec/aic: Fix vlc value checks Fixes out of array accesses Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
657875b145c788d29b8e3bf38f79264e657932ae
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/657875b145c788d29b8e3bf38f79264e657932ae
2013-05-22 21:30:28+02:00
wavpack: validate samples size parsed in wavpack_decode_block Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: [email protected]
ed50673066956d6f2201a57c3254569f2ab08d9d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ed50673066956d6f2201a57c3254569f2ab08d9d
2013-05-18 20:39:32+02:00
ffmpeg: move non monotone prevention code down This moves the code to after the bitstream filters Signed-off-by: Michael Niedermayer <[email protected]>
9fe2a62cc4bc40797d1ff6954d9599989aee49a2
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/9fe2a62cc4bc40797d1ff6954d9599989aee49a2
2013-05-03 14:52:37+02:00
lavfi/af_asetnsamples: simplify request_frame loop.
b570f24d7600ef4c8f05018c46bea6356927ba4d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b570f24d7600ef4c8f05018c46bea6356927ba4d
2013-04-03 17:44:10+02:00
ffplay: check av_samples_get_buffer_size() return Fixes CID1005310 Reviewed-by: Marton Balint <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
047716bbd8f5ffad3fed160edeb8ad1e9d24a936
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/047716bbd8f5ffad3fed160edeb8ad1e9d24a936
2013-04-21 18:56:18+02:00
lavf/mxfdec: validate month/day before date formatting Some implementations of strftime do not like invalid values for month/day, so ensure it doesn't happen. Reviewed-by: Matthieu Bouron <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
423089e964410adbf13af3de42e3c9dd5a1babd6
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/423089e964410adbf13af3de42e3c9dd5a1babd6
2013-04-13 18:07:08+02:00
lavc: make compilation of frame_thread_encoder.o optional. Only compile if CONFIG_ENCODERS is enabled, i.e. if at least one encoder is to be compiled. This prevents it from being includes in a decoder-only build. Signed-off-by: Michael Niedermayer <[email protected]>
b76d853697a8b558e597ed4a6fc5a088b6c602c7
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b76d853697a8b558e597ed4a6fc5a088b6c602c7
2013-03-14 15:04:17+01:00