ffmpeg | branch: master | Michael Niedermayer | Tue
Dec 15 02:06:04 2015 +0100| [80bfce35ccd11458e97f68f417fc094c5347070c] |
committer: Michael Niedermayer
swscale/x86/rgb2rgb_template: Do not crash on misaligend stride
Fixes Ticket5013
Signed-off-by: Michael Niedermayer
> http://git.videol
ffmpeg | branch: master | Michael Niedermayer | Mon
Dec 14 22:59:38 2015 +0100| [06987dab972e275a70ea961be27bc12ff531da75] |
committer: Michael Niedermayer
avfilter/vf_decimate: fix typo in fraction
Signed-off-by: Michael Niedermayer
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;
ffmpeg | branch: master | Paul B Mahol | Mon Dec 14 22:41:52
2015 +0100| [e8586ecb86f461aa7194e6882e699a336d92d2a1] | committer: Paul B Mahol
configure: add conditional library dependency for sofalizer and showfreqs
Signed-off-by: Paul B Mahol
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?
ffmpeg | branch: master | Paul B Mahol | Sun Dec 13 23:05:09
2015 +0100| [2f12172d670996ff8f18b80ebdee7d0a8c230ac3] | committer: Paul B Mahol
avfilter/af_sofalizer: add frequency domain processing and use it by default
Code ported from SOFAlizer patch for VLC.
Signed-off-by: Paul B Mahol
> h
ffmpeg | branch: master | Michael Niedermayer | Mon
Dec 14 21:18:39 2015 +0100| [30fe3fd52721c8c6566001192cd16be423ffc92b] |
committer: Michael Niedermayer
avfilter/vf_decimate: Check that input parameters match
Fixes Ticket4964
Signed-off-by: Michael Niedermayer
> http://git.videolan.org/g
ffmpeg | branch: master | Andreas Cadhalpun
| Sun Dec 13 21:02:16 2015 +0100| [22e960ad478e568f4094971a58c6ad8f549c0180] |
committer: Andreas Cadhalpun
golomb: always check for invalid UE golomb codes in get_ue_golomb
Also correct the check to reject log < 7, because UPDATE_CACHE only
guarante
ffmpeg | branch: master | Michael Niedermayer | Mon
Dec 14 20:24:21 2015 +0100| [1925eaeaa6f2582660571701d4f20d102b960e4a] |
committer: Michael Niedermayer
avfilter/vf_decimate: change ts_unit to AVRational
This might help with rounding differences between platforms
Signed-off-by: Michael Nie
ffmpeg | branch: master | Michael Niedermayer | Mon
Dec 14 18:56:13 2015 +0100| [997de2e8107cc4256e50611463d609b18fe9619f] |
committer: Michael Niedermayer
avfilter/vf_mpdecimate: Add missing emms_c()
Signed-off-by: Michael Niedermayer
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi
ffmpeg | branch: master | Rostislav Pehlivanov | Mon Dec
14 18:53:09 2015 +| [ade31b9424f6bb8f70f277b1acb4575d312ed955] | committer:
Rostislav Pehlivanov
aacenc: switch to using the RNG from libavutil
PSNR doesn't change as expected. The AAC spec doesn't really say
anything about how exact
ffmpeg | branch: release/2.7 | Michael Niedermayer |
Tue Dec 1 12:44:23 2015 +0100| [88ccca204ab67d8eda5745a94eed69882af6a3dc] |
committer: Michael Niedermayer
avutil/mathematics: Do not treat INT64_MIN as positive in av_rescale_rnd
The code expects actual positive numbers and gives completel
ffmpeg | branch: release/2.7 | Michael Niedermayer |
Wed Dec 2 21:16:27 2015 +0100| [d259a0534ee2f89b103cfc52b988b452c6411662] |
committer: Michael Niedermayer
avcodec/apedec: Check length in long_filter_high_3800()
Fixes out of array read
Fixes:
0a7ff0c1d93da9cef28a315ec91b692a/asan_heap-oo
ffmpeg | branch: release/2.7 | Michael Niedermayer |
Tue Dec 1 12:40:32 2015 +0100| [cf1f615b67a4a486176b9aeaedeceef0337023e9] |
committer: Michael Niedermayer
avformat/dump: Fix integer overflow in av_dump_format()
Fixes part of mozilla bug 1229167
Found-by: Tyson Smith
Signed-off-by: Micha
ffmpeg | branch: release/2.7 | Michael Niedermayer |
Tue Dec 1 13:32:31 2015 +0100| [86a52988bd50b16d7f4c52e610de00d5354c5174] |
committer: Michael Niedermayer
avutil/mathematics: return INT64_MIN (=AV_NOPTS_VALUE) from av_rescale_rnd()
for overflows
Fixes integer overflow
Fixes: mozilla bug
ffmpeg | branch: release/2.7 | Timo Teräs | Sat Nov 28
08:27:39 2015 +0200| [76cb34f7f5b8608670d1998b587ef9e12856ab99] | committer:
Michael Niedermayer
mpegencts: Fix overflow in cbr mode period calculations
ts->mux_rate is int (signed 32-bit) type. The period calculations
will start to overfl
ffmpeg | branch: release/2.7 | Michael Niedermayer |
Sun Nov 29 23:44:40 2015 +0100| [fc69fa8474ae2a3b3420074c17c908e0204c82af] |
committer: Michael Niedermayer
avcodec/mpeg4videodec: Check available data before reading custom matrix
Fixes: out of array read
Fixes:
76c515fc3779d1b838667c61ea1
ffmpeg | branch: release/2.7 | Michael Niedermayer |
Sat Dec 5 13:06:16 2015 +0100| [4e80d4bf25589f3beecc5e0633b148cc113fe708] |
committer: Michael Niedermayer
avformat/smacker: fix integer overflow with pts_inc
Fixes:
ce19e41f0ef1e52a23edc488faecdb58/asan_heap-oob_2504e97_4202_ffa0df1baed14
ffmpeg | branch: release/2.7 | Michael Niedermayer |
Sat Nov 28 20:08:46 2015 +0100| [fad0748b9221fbc7ca806e2ca9aac84927cd7234] |
committer: Michael Niedermayer
avcodec/utils: Clear dimensions in ff_get_buffer() on failure
Fixes out of array access
Fixes:
482d8f2fd17c9f532b586458a33f267c/asan
ffmpeg | branch: release/2.7 | Michael Niedermayer |
Mon Nov 30 03:32:36 2015 +0100| [710dccf0360baa7375130b31c7ccae17a5aaa601] |
committer: Michael Niedermayer
avcodec/vp3: always set pix_fmt in theora_decode_header()
Fixes assertion failure
Fixes:
d0bb0662da342ec65f8f2a081222e6b9/signal_sig
ffmpeg | branch: release/2.7 | Michael Niedermayer |
Sat Nov 28 00:23:54 2015 +0100| [c1d29678f1ca993e201b32b8e4af3f9846c5db32] |
committer: Michael Niedermayer
avcodec/vp3: Clear context on reinitialization failure
Fixes null pointer dereference
Fixes:
1536b9b096a8f95b742bae9d3d761cc6/signal
ffmpeg | branch: release/2.7 | Michael Niedermayer |
Fri Nov 27 23:33:03 2015 +0100| [4fe6f9f6271c3e33ec9fddc3dbac17c0436c0f9a] |
committer: Michael Niedermayer
avcodec/hevc: allocate entries unconditionally
Fixes out of array access
Fixes:
08664a2a7921ef48172f26495c7455be/asan_heap-oob_23036
ffmpeg | branch: release/2.7 | Andreas Cadhalpun
| Wed Dec 2 21:52:23 2015 +0100|
[9a8d2f51cf0548aa3724e2a46e58416b333c755f] | committer: Michael Niedermayer
mjpegdec: consider chroma subsampling in size check
If the chroma components are subsampled, smaller buffers are allocated
for them. In
ffmpeg | branch: release/2.7 | Michael Niedermayer |
Sun Nov 29 03:25:41 2015 +0100| [900039e7dc321ca33db696f7ae11b4058d6494ba] |
committer: Michael Niedermayer
avcodec/h264_refs: Check that long references match before use
Fixes out of array read
Fixes:
59bb925e90201fa0f87f0a31945d43b5/asan_
ffmpeg | branch: release/2.7 | Michael Niedermayer |
Fri Nov 27 21:02:13 2015 +0100| [c1db1a5ff47fd3b99cb074c761d76fd0bf05dd82] |
committer: Michael Niedermayer
avcodec/jpeg2000dwt: Check ndeclevels before calling dwt_encode*()
Signed-off-by: Michael Niedermayer
(cherry picked from commit feb
ffmpeg | branch: release/2.7 | Michael Niedermayer |
Thu Dec 3 03:14:11 2015 +0100| [da87a699ea9c1ba0b330413528dbca29bcc54ef8] |
committer: Michael Niedermayer
avutil/timecode: Fix fps check
The fps variable is explicitly set to -1 in case of some errors, the check must
thus be signed or the
ffmpeg | branch: release/2.7 | Michael Niedermayer |
Fri Nov 27 20:52:39 2015 +0100| [8ef86669ca25b71a61e4b69d428b69b5d71ec7b7] |
committer: Michael Niedermayer
avcodec/jpeg2000dwt: Check ndeclevels before calling dwt_decode*()
Fixes out of array access
Fixes:
01859c9a9ac6cd60a008274123275574
ffmpeg | branch: release/2.7 | Michael Niedermayer |
Sat Dec 5 17:11:54 2015 +0100| [d092b7f04ca8dfb977343aa12289b6b6123260ea] |
committer: Michael Niedermayer
avcodec/dirac_parser: Fix potential overflows in pointer checks
Signed-off-by: Michael Niedermayer
(cherry picked from commit 79798f
ffmpeg | branch: release/2.7 | Michael Niedermayer |
Tue Nov 24 22:12:37 2015 +0100| [54e94522b899111dd4b9f93386d582d26859ead5] |
committer: Michael Niedermayer
avcodec/h264_slice: Limit max_contexts when slice_context_count is initialized
Fixes out of array access
Fixes:
1430e9c43fae47a24c17
ffmpeg | branch: release/2.7 | Michael Niedermayer |
Wed Sep 30 13:10:48 2015 +0200| [8405b6329463af8ac2e5dac4fcdda03888388f78] |
committer: Michael Niedermayer
avcodec/vp8: Do not use num_coeff_partitions in thread/buffer setup
The variable is not a constant and can lead to race conditions
F
ffmpeg | branch: release/2.7 | Michael Niedermayer |
Fri Dec 4 12:47:20 2015 +0100| [e3ffc7ab4a07cfaa25b6a36e78e91cf47a47c942] |
committer: Michael Niedermayer
avcodec/vp3: Fix "runtime error: left shift of negative value"
Fixes:
5c6129154b356b80bcab86f9e3ee5d29/signal_sigabrt_76ae7cc9_7
ffmpeg | branch: release/2.7 | Michael Niedermayer |
Sat Nov 28 17:26:05 2015 +0100| [6c25411c06a9867eb993ad2c0ee477b4573516c1] |
committer: Michael Niedermayer
avcodec/utils: Use 64bit for aspect ratio calculation in avcodec_string()
Fixes integer overflow
Fixes:
3a45b2ae02f2cf12b7bd99543cdc
ffmpeg | branch: release/2.7 | Michael Niedermayer |
Fri Nov 27 18:30:05 2015 +0100| [0cd23e0d1e89c0f7faecea997ade67b56abbc83d] |
committer: Michael Niedermayer
avcodec/hevc: Check entry_point_offsets
Fixes out of array read
Fixes:
007c4a36608ebdf27ee260ad60a81184/asan_heap-oob_32076b4_2243_1
ffmpeg | branch: release/2.7 | Michael Niedermayer |
Fri Dec 4 16:23:24 2015 +0100| [0f331f94c0db42647bb950c8ae529e43215c32df] |
committer: Michael Niedermayer
avcodec/jpeg2000dec: Check bpno in decode_cblk()
Fixes: undefined shift
Fixes:
c409ef86f892335a0a164b5871174d5a/asan_heap-oob_1dff56
ffmpeg | branch: release/2.7 | Michael Niedermayer |
Sat Dec 5 22:08:59 2015 +0100| [5af5396970b7cbaf22bd8754257f9bf9ffb36297] |
committer: Michael Niedermayer
avcodec/hevc: Fix integer overflow of entry_point_offset
Fixes out of array read
Fixes:
d41d8cd98f00b204e9800998ecf8427e/signal_sigs
ffmpeg | branch: release/2.7 | Michael Niedermayer |
Fri Dec 4 21:44:05 2015 +0100| [dc0bc71471bff6dedd371d97c0b1a45d0ea59042] |
committer: Michael Niedermayer
swscale/utils: Fix for runtime error: left shift of negative value -1
Fixes:
c106b36fa36db8ff8f3ed0c82be7bea2/asan_heap-oob_32699f0_
ffmpeg | branch: release/2.7 | zjh8890 <243186...@qq.com> | Sun Nov 22 00:07:35
2015 +0800| [a9ce4583dfbb65dc2d0d7483f11c6e71b413bac8] | committer: Michael
Niedermayer
avcodec/aarch64/neon.S: Update neon.s for transpose_4x4H
The transpose_4x4H is wrong which cost me much time to find this bug.
ffmpeg | branch: release/2.7 | Michael Niedermayer |
Fri Nov 27 12:11:29 2015 +0100| [1258bdf7f0985ec489e2767a1a633bb47ceecc92] |
committer: Michael Niedermayer
avcodec/cabac_functions: Fix "left shift of negative value -31767"
Fixes:
1430e9c43fae47a24c179c7c54f94918/signal_sigsegv_421427_234
ffmpeg | branch: release/2.7 | Michael Niedermayer |
Fri Dec 4 21:38:12 2015 +0100| [0a06e2824a675fb778cd98ccab35a8936db569b9] |
committer: Michael Niedermayer
avcodec/pgssubdec: Fix left shift of 255 by 24 places cannot be represented in
type int
Fixes:
b293a6479bb4b5286cff24d356bfd955/asa
ffmpeg | branch: release/2.7 | Michael Niedermayer |
Sat Nov 28 13:42:05 2015 +0100| [d013f51303de27126f92dfa4357c14243019037a] |
committer: Michael Niedermayer
avcodec/hevc: Check max ctb addresses for WPP
Fixes out of array read
Fixes:
2f95ddd996db8a6281d2e18c184595a7/asan_heap-oob_192fe91_
ffmpeg | branch: release/2.7 | Michael Niedermayer |
Tue Dec 1 12:41:43 2015 +0100| [07a30246315b568fc2155e17a4e78529082657ed] |
committer: Michael Niedermayer
avutil/integer: Fix av_mod_i() with negative dividend
Signed-off-by: Michael Niedermayer
(cherry picked from commit 3a9cb18855d29c96
ffmpeg | branch: release/2.7 | Michael Niedermayer |
Sat Dec 5 13:48:06 2015 +0100| [1601420be4b505d4b9f8f2d92d37e19a44cc42bd] |
committer: Michael Niedermayer
avcodec/wmaprodec: Check bits per sample to be within the range not causing
integer overflows
Fixes:
549d5aab1480d10f2a775ed90b0342
ffmpeg | branch: release/2.7 | Michael Niedermayer |
Sat Dec 5 13:11:23 2015 +0100| [bdf79f29db6ff5ebd7d09082734c6e39f5afc39f] |
committer: Michael Niedermayer
avcodec/wmaprodec: Fix overflow of cutoff
Fixes:
129ca3e28d73af7b1e24a9d4118e7a2d/signal_sigabrt_76ae7cc9_836_762b310fc3ef6087bd
ffmpeg | branch: release/2.7 | Michael Niedermayer |
Fri Nov 27 22:45:46 2015 +0100| [694416e327c2fb6495cbc62f63acec65d8c5446c] |
committer: Michael Niedermayer
avcodec/hevc_cabac: Fix multiple integer overflows
Fixes:
04ec80eefa77aecd7a49a442cc02baea/asan_heap-oob_19544fa_3303_1905796cd9d8e1
ffmpeg | branch: release/2.7 | Michael Niedermayer |
Sun Dec 13 16:13:22 2015 +0100| [4aa876f2880c0252b547e0de9c2ca1034d6120d9] |
committer: Michael Niedermayer
avformat/mxfenc: Do not crash if there is no packet in the first stream
Fixes: Ticket4914
Signed-off-by: Michael Niedermayer
(cherr
ffmpeg | branch: release/2.7 | Michael Niedermayer |
Wed Dec 9 17:39:38 2015 +0100| [8be41ad2bb3201aac6ec608e860ecb3e4ff02c26] |
committer: Michael Niedermayer
avutil/mathematics: Fix division by 0
Fixes: CID1341571
Signed-off-by: Michael Niedermayer
(cherry picked from commit bc8b1e694cc39
ffmpeg | branch: release/2.7 | Michael Niedermayer |
Fri Nov 27 13:37:50 2015 +0100| [ed3d4336769425912b925dc46c8d647fbfb4a400] |
committer: Michael Niedermayer
avcodec/cabac: Check initial cabac decoder state
Fixes integer overflows
Fixes:
1430e9c43fae47a24c179c7c54f94918/signal_sigsegv_4214
ffmpeg | branch: release/2.7 | Michael Niedermayer |
Wed Dec 9 16:16:46 2015 +0100| [5c7ffbbda3e7addc63702ff51cee95c33457f194] |
committer: Michael Niedermayer
avformat/matroskaenc: Check codecdelay before use
Fixes CID1238790
Signed-off-by: Michael Niedermayer
(cherry picked from commit e6
ffmpeg | branch: release/2.7 | Rainer Hochecker | Sun
Nov 15 13:58:50 2015 +0100| [93fa19addf6dcf503989709de083b33443dc65c5] |
committer: Michael Niedermayer
avformat/utils: estimate_timings_from_pts - increase retry counter, fixes
invalid duration for ts files with hevc codec
Fixes a mpegts
ffmpeg | branch: release/2.7 | Michael Niedermayer |
Wed Dec 2 22:59:56 2015 +0100| [548a07cdc439def22a24d64a9092830af9ea7e2c] |
committer: Michael Niedermayer
avcodec/vp3: ensure header is parsed successfully before tables
Fixes assertion failure
Fixes:
266ee543812e934f7b4a72923a2701d4/sign
ffmpeg | branch: release/2.7 | Michael Niedermayer |
Sat Dec 5 17:14:36 2015 +0100| [ece3912daf656651b092f2362f62203594418a3a] |
committer: Michael Niedermayer
avcodec/dirac_parser: Add basic validity checks for next_pu_offset and
prev_pu_offset
Signed-off-by: Michael Niedermayer
(cherry pi
ffmpeg | branch: release/2.7 | Michael Niedermayer |
Sat Dec 5 17:15:38 2015 +0100| [d17298b666bcbaba2931d98a292c866c29cc94da] |
committer: Michael Niedermayer
avcodec/dirac_parser: Check that there is a previous PU before accessing it
Fixes out of array read
Fixes:
99d142c47e6ba3510a74b872a
ffmpeg | branch: master | Jean Delvare | Mon Dec 14 11:23:05
2015 +0100| [932cbc846f5574ed6b775a0fd586e70b5c8f84a2] | committer: Michael
Niedermayer
avfilter/vf_delogo: fix show option when clipping
The show option did not take clipping into account, so the borders on
the clipped side wouldn't
ffmpeg | branch: master | Agatha Hu | Mon Dec 14 10:34:59
2015 +0100| [758be457564983b879122f6e08701aa236a7f3bf] | committer: Timo
Rothenpieler
avcodec/nvenc: clamp initial qp value to [1, 51]
Signed-off-by: Timo Rothenpieler
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=758be4
ffmpeg | branch: master | Agatha Hu | Mon Dec 14 10:27:36
2015 +0100| [f1a889737532ad8696574cdb95b844371f74c864] | committer: Timo
Rothenpieler
avcodec/nvenc: set slice number to 1 to improve encoding quality
Signed-off-by: Timo Rothenpieler
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a
53 matches
Mail list logo