49703a39f3
avcodec/hevcdsp_template: Fix undefined shift in put_hevc_qpel_bi_w_hv() by
2017-12-15 13:06:30 +0100
3d23f7a096
avcodec/flacdec: Fix overflow in multiplication in decode_subframe_fixed() by
2017-12-26 23:24:44 +0100
d135f3c514
avcodec/hevcdsp_template: Fix Invalid shifts in put_hevc_qpel_bi_w_h() and put_hevc_qpel_bi_w_w() by
2017-12-26 23:24:45 +0100
560daf8891
avcodec/flacdec: avoid undefined shift by
2017-12-26 23:24:43 +0100
be4dfbf7b7
avformat/avio: check input URLContext value NULL by
2017-12-28 12:07:22 +0800
658bdc6771
lavc/jpeg2000dec: Support reading 64-bit atom size. by
2017-12-27 23:18:58 +0100
ad73b32d29
lavfi/minterpolate: Split struct Pixel to allow higher resolutions. by
2017-12-03 05:26:25 +0100
2f96190732
Merge commit 'c6558e8840fbb2386bf8742e4d68dd6e067d262e' by
2017-12-27 21:09:45 -0300
aa6f43c2e9
Merge commit '2beba58e0e4bda688bf96e12413231607ceafdd4' by
2017-12-27 21:05:11 -0300
fa2d28567e
Merge commit 'ddea22a684611c1fec9d8b5c70d835e983a9252e' by
2017-12-27 20:56:13 -0300
efb63e4316
configure: add missing avcodec dep to avfilter for de/convolve filters by
2017-12-27 15:38:13 -0300
c6558e8840
x264: Support version 153 by
2017-12-26 12:32:42 +0100
aff1678477
configure: note (de)convolve filter dependency by
2017-12-27 12:31:43 +0100
8c9a91ac82
avfilter: add deconvolve filter by
2017-12-25 15:59:44 +0100
87f148d526
avfilter/vf_convolve: remove padding, its unused and not needed by
2017-12-27 11:10:12 +0100
caacbfa773
avfilter/vf_convolve: cosmetics by
2017-12-27 11:08:57 +0100
8f9024f2ca
lavc: remove uneffective attribute_deprecated on enum by
2017-12-27 03:47:28 +0100
1dd82edea5
avformat/hls: enable http_multiple only for http/1.1 servers by
2017-12-25 20:37:55 -0800
039007c928
avformat/http: export http_version from response by
2017-12-25 20:21:15 -0800
ac19e63b18
avformat/hls: respect http_persistent only for http playlist urls by
2017-12-25 18:25:13 -0800
11f989945e
avformat/http: avoid ff_http_do_new_request after http/1.0 response by
2017-12-25 11:35:26 -0800
a232a72d77
avformat/hls: return AVERROR_PROTOCOL_NOT_FOUND when http protocol is not available by
2017-12-25 11:33:06 -0800
2f9ca64556
avformat/hls: remove repeated http proto_name checks in open_url() by
2017-12-26 14:29:03 -0800
d8104977bb
avcodec/libx264: set supported pix_fmts at runtime rather than build time by
2017-12-26 19:40:27 -0300
7e60c74329
avcodec/libx264: set supported pix_fmts at runtime rather than build time by
2017-12-26 19:40:27 -0300
e6a1dfc9ce
mpeg4videodec: Fix unused variable warning by
2017-12-21 19:54:56 +0000
0c9ab5ef9c
avcodec/hevcdsp_template.c: Fix undefined shift in FUNC(dequant) by
2017-12-22 03:12:03 +0100
4d70fbeec8
avcodec/dirac_dwt: Fix integer overflow in COMPOSE_DD97iH0() and COMPOSE_DD137iL0() by
2017-12-22 03:06:14 +0100
650cb712ef
avcodec/libx264: fix compilation with x264 builds >= 153 by
2017-12-25 19:41:09 -0300
31d6f3df25
avcodec/libx264: use the pixfmt descriptor to check for high bit depths by
2017-12-25 19:40:42 -0300
2a111c99a6
avcodec/libx264: fix compilation with x264 builds >= 153 by
2017-12-25 19:41:09 -0300
89f704caba
avcodec/libx264: use the pixfmt descriptor to check for high bit depths by
2017-12-25 19:40:42 -0300
613f789c19
w32pthreads: remove some remaining superfluous checks by
2017-12-25 23:17:23 -0300
cf57cb3ae4
h264: add AVOption to set x264_build default by
2017-12-23 03:13:00 +0100
4ed66517c6
lavc: remove complex debug code around avcodec init locking by
2017-12-21 23:03:24 +0100
86a13bf2ff
lavc, lavf: move avformat static mutex from avcodec to avformat by
2017-12-21 22:54:06 +0100
e24f192a9f
ffplay: drop lock manager use by
2017-12-21 22:43:43 +0100
a04c2c707d
lavc: replace and deprecate the lock manager by
2017-12-21 22:39:24 +0100
9b121dfc32
w32pthreads: always use Vista+ API, drop XP support by
2017-12-21 20:23:14 +0100
2aee5a8723
avformat/hlsenc: fix resource leak by
2017-12-25 23:51:25 +0800
e712d30173
avfilter/vf_convolve: add threading for complex multiplication by
2017-12-25 15:46:04 +0100
c59e49f9b2
avfilter/vf_convolve: implement slice threading by
2017-12-25 11:53:54 +0100
f9f1b2a927
avfilter/vf_convolve: split input/output operations from fft by
2017-12-25 11:05:26 +0100
86e3eebfb7
avfilter/vf_convolve: use shorter variants for pointers by
2017-12-25 10:19:47 +0100
ec6608f51b
avfilter/vf_convolve: clear coefficients only when needed by
2017-12-25 10:04:59 +0100
be2da4c522
avformat/hlsenc: Signal http end of chunk(http_shutdown) during hlsenc_io_close() by
2017-12-25 12:08:06 +0800
6848201f70
avformat/http: Avoid calling http_shutdown() if end of chunk is signalled already by
2017-12-25 12:07:43 +0800
90d216cb90
x86inc: set the correct amount of simd regs in x86_64 when avx512 is enabled but not used by
2017-12-24 21:34:19 -0300
40d4b13228
checkasm: support for AVX-512 functions by
2017-10-30 13:04:59 +0100
f7197f68dc
x86inc: AVX-512 support by
2017-03-25 10:16:09 +0100
8f86e66238
avcodec: add stride alignment needed for AVX-512 by
2017-11-06 15:43:39 +0100
e2218ed8ce
avutil: add alignment needed for AVX-512 by
2017-10-26 19:51:37 +0200
4783a01c11
avutil: detect when AVX-512 is available by
2017-10-26 19:51:02 +0200
8b81eabe57
avutil: add AVX-512 flags by
2017-10-26 19:48:26 +0200
b7a3d1f249
configure: test whether x86 assembler supports AVX-512 by
2017-10-26 19:45:50 +0200
207e98b4e5
avformat/hls: fix SEGV in previous commit by
2017-12-24 12:31:27 -0800
b33cf73507
avformat/hls: fix memory leak with non-http segments by
2017-12-24 11:59:32 -0800
3d95868d1b
avformat/hls: fix CID 1426930 by
2017-12-24 11:58:30 -0800
5533cbfc84
avfilter/vf_convolve: fix various issues by
2017-12-24 16:09:23 +0100
175122fcd5
avfilter/vf_convolve: fix convolution of borders by
2017-12-24 10:15:26 +0100
9e5e3236f4
avformat/internal: fix compile error with some versions of g++ by
2017-12-23 12:34:50 -0800
b5958ff82e
avfilter/vf_convolve: unbreak non-power of 2 width&height filtering by
2017-12-23 16:27:39 +0100
b943bc343d
avfilter/vf_fftfilt: support >8 bit depth formats by
2017-12-23 11:33:18 +0100
f6608f4725
avfilter/vf_aspect: change outlink sample aspect ratio instead of inlink by
2017-12-10 21:48:41 +0100
4754d70a23
avfilter/video: pick sar from link by
2017-12-07 10:22:32 +0100
d02289c386
avformat/hlsenc:addition of #EXT-X-MEDIA tag and AUDIO attribute by
2017-12-23 13:42:00 +0800
4c78bbd313
avformat/internal: log underlying error with ff_rename failure by
2017-12-22 15:17:15 -0800
5f4a32a6e3
avformat/hls: hide misleading warning when http reconnect is required by
2017-12-22 16:30:42 -0800
54d0ef1738
avformat/http: return EOF from ff_http_do_new_request if previous response said Connection:close by
2017-12-22 16:29:41 -0800
1f0eaa02aa
avformat/hls: add http_multiple option by
2017-12-12 15:25:46 -0800
03765aa6fa
avformat/hls: allow open_input to be re-used by
2017-12-12 15:21:29 -0800
b7d6c0cd48
avformat/hls: add http_persistent option by
2017-10-04 14:52:52 -0700
9395e44b8d
avformat/http: add "Opening" info logging to ff_http_do_new_request by
2017-12-12 16:02:09 -0800
28358e466d
avformat/http: return EINVAL from ff_http_do_new_request() if re-used with different hostname by
2017-12-12 15:50:44 -0800
d2a2bc9a9f
avfilter/vf_lut: add support for gray formats by
2017-12-22 10:51:48 +0100
e3b2c8502b
avformat/dashenc: avformat/dashenc: Fix the EXT-X-TARGETDURATION as per the hls specification by
2017-12-22 07:44:51 +0800
93a0e47876
avformat/hlsenc: set EXT-X-TARGETDURATION use lrint(EXTINF) by
2017-12-22 07:43:54 +0800
e403e4bdbe
avfilter/vf_framerate: fix scene score with negative linesize by
2017-12-10 19:01:03 +0100
c6a65ed670
avfilter/vf_framerate: do not calculate scene change score multiple times for the same frame by
2017-12-10 03:18:49 +0100
e1113a83cc
avfilter/vf_framerate: fix scene change detection score by
2017-12-10 00:29:12 +0100
be15304ee6
avfilter/vf_framerate: factorize get_scene_score by
2017-12-10 00:00:52 +0100
090b740680
avfilter/vf_framerate: factorize blend_frames by
2017-12-09 23:00:57 +0100
1eb926dc02
avfilter/vf_framerate: add threaded blending operations by
2017-12-09 22:46:27 +0100
d6a8e46f97
fate: add 12 bit framerate filter tests by
2017-12-10 00:07:17 +0100
80344959f0
avcodec/jpeg2000dec: Free lengthinc earlier by
2017-12-17 23:35:26 +0100
4b2a186ef0
avcodec/mpeg4videodec: Add support for parsing and exporting video_range by
2017-12-10 15:01:43 +0100
42274db1c6
avcodec/jpeg2000dec: Allocate lengthinc and data_start arrays as needed by
2017-12-17 18:29:45 +0100
1083859cb8
rkmppdec: move AV_CODEC_CAP_AVOID_PROBING to the correct field by
2017-12-14 19:47:18 +0100
55eebf2a11
v4l_m2m: add missing AV_CODEC_CAP_DELAY flags by
2017-12-14 19:46:52 +0100
5a6e753bc6
avfilter/af_biquads: change defaults for biquad filter by
2017-12-21 12:06:21 +0100
7fc89f226f
avfilter/af_biquads: increase width range by
2017-12-21 11:44:22 +0100
c99ed89f89
avfilter/af_biquads: add kHz width_type by
2017-12-21 11:40:38 +0100
bc10260f49
avformat/mov: simplify parsing of mdcv atom using av_make_q() by
2017-12-21 01:23:17 -0300
22ae33fb40
configure: fix minimum required version of libzimg by
2017-12-21 00:47:51 -0300
3ac76d890d
avformat/hlsenc: Fix a memory leak when http_persistent is 1 by
2017-12-21 11:39:24 +0800
7feae7be5b
avformat/hlsenc: reindent after previous commits by
2017-12-21 11:17:08 +0800
8318f60845
avformat/hlsenc: fix first fragment mp4 do not split bug by
2017-12-21 11:14:32 +0800
58a25aeb8e
lavf/mov.c: Guess video codec delay based on PTS while parsing MOV header. by
2017-12-18 15:31:16 -0800
05c1c79d37
libavcodec/hevcdec: implement skip_frame by
2017-12-07 20:40:35 +0100
cfd52094c0
avfilter/vf_psnr: add more gbrap formats by
2017-12-20 12:45:21 +0100