4f484edaa7
avfilter/vf_convolution: make rdiv set to 0 more useful by
2018-04-28 11:25:43 +0200
44cb647477
hwcontext_vaapi: Fix compilation with libva versions < 1.4.0 by
2018-04-27 13:41:56 +0100
92a0a6bea9
hwcontext_vaapi: Fix compilation with libva versions < 1.4.0 by
2018-04-27 13:41:56 +0100
b473e76876
avfilter/vf_mix: use correct linesizes by
2018-04-27 19:15:55 +0200
309fce63d8
avfilter/vf_shuffleplanes: add support for timeline by
2018-04-27 17:18:22 +0200
2d7ba3a96f
avfilter/vf_premultiply: add slice threading by
2018-04-27 12:25:32 +0200
e0e75f93b9
avfilter/vf_maskedclamp: silence warning by
2018-04-27 11:35:18 +0200
9faec78b14
avfilter/vf_mix: add slice threading by
2018-04-27 11:32:50 +0200
48330500ef
avformat/mpegts: set AV_DISPOSITION_DESCRIPTIONS for OIPF cases by
2018-04-13 14:57:57 +0200
05c0f620bf
avcodec/cbs_mpeg2: use existing buffer reference when splitting fragments by
2018-04-25 19:35:46 -0300
dff1fb27aa
avcodec/cbs: create reference counted fragments in ff_cbs_read_extradata() by
2018-04-25 19:27:04 -0300
6a955750d6
avfilter/vf_maskedclamp: add slice threading by
2018-04-26 23:35:42 +0200
356a33b20a
avfilter/vf_atadenoise: do not abort if user specified invalid size by
2018-04-26 17:57:20 +0200
2e341eb15b
lavf/http: use AV_OPT_FLAG_DEPRECATED for user-agent option by
2018-04-22 16:31:04 +0200
5be0410cb3
lavu/opt: add AV_OPT_FLAG_DEPRECATED by
2018-04-22 16:30:19 +0200
71fa82bed6
lavu/threadmessage: add av_thread_message_queue_nb_elems() by
2018-04-21 21:42:19 +0200
02e4970bc9
avcodec/vc1: fix out of bounds access of overlap filter by
2018-04-26 16:49:04 +0200
330215830e
avfilter/vf_mix: clip output pixel values by
2018-04-25 13:07:34 +0200
a5172dcab6
avfilter/vf_mix: add scale option by
2018-04-24 14:45:19 +0200
161e006cc0
avfilter: add tmix filter by
2018-04-24 13:45:13 +0200
28503c5aea
mov: Properly abide by the track's media duration by
2018-04-23 16:46:55 +0100
3914a76db6
lavf/rtmpcrypt: Add a cast to silence an unavoidable warning. by
2018-04-16 00:14:24 +0200
e368b0cbfa
tls_mbedtls: Use non-deprecated header file by
2018-04-25 10:51:14 +0000
4c27a6fbfd
avformat/dashenc: Set mp4 as the default format for VP9 by
2018-04-23 11:40:33 +0530
060e74e2a9
avformat/dashenc: Set VP9 codec string with profile, level and bitdepth by
2018-04-23 11:40:32 +0530
5b6cc3a73a
avformat/vpcc: Calculate VP9 level from Luma's Sample rate and Picture size by
2018-04-23 11:40:31 +0530
798ae8794e
avformat/dashdec: fix compling warning "filename is deprecated" by
2018-04-26 16:17:15 +0800
8ea8be5951
fix memory leak of parsing dash MPD by
2018-04-26 12:40:52 +0800
1c97035e3b
avcodec/error_resilience: Fix integer overflow in filter181() by
2018-04-22 21:46:05 +0200
de841fbea7
avcodec/h263dec: Check slice_ret in mspeg4 slice loop by
2018-04-22 21:07:45 +0200
7562567f41
avcodec/h2645_parse: Replace RNXYA by RNXY in ff_h2645_extract_rbsp() by
2018-03-10 21:32:51 +0100
0bd0401336
avcodec/elsdec: Fix memleaks by
2018-04-25 01:54:17 +0200
144ce364cd
avcodec/vc1: more corrections for AC inverse quantization scaling by
2018-04-25 20:07:53 +0200
9ae2845b1c
avcodec/vc1: correct forgotten v->blocks_off by
2018-04-23 21:00:33 +0200
797c1536a4
avcodec/vc1: correct AC inverse quantization scaling by
2018-04-23 21:00:15 +0200
a1dc0bdaf4
avcodec/vc1: correct mspel for field-interlace B frames by
2018-04-23 21:00:08 +0200
7a70879624
avcodec/vc1: remove unused overlap smooting and loop filter by
2018-04-23 21:00:02 +0200
cc5deeb74a
avcodec/vc1: add overlap smooting and loop filter for frame/field-interlace by
2018-04-23 20:59:55 +0200
e60e14ef92
avcodec/vc1: re-implement vc1_put_signed_blocks_clamped by
2018-04-23 20:59:49 +0200
362ce2db4b
avcodec/vc1: implement interlaced out-of-bounds reference pixel replication by
2018-04-23 20:59:41 +0200
b43f1c5225
avcodec/vc1: correct ff_vc1_dqscale by
2018-04-23 20:59:28 +0200
dd1e717f5b
avcodec/vc1: correct ff_vc1_mbmode_intfrp by
2018-04-23 20:59:20 +0200
79f8074cc4
avcodec/vc1: store color-difference reference field type by
2018-04-23 20:59:13 +0200
c5f74b1e23
avcodec/vc1: store additional bitstream elements during MB decoding by
2018-04-23 20:58:59 +0200
ded52f6e36
avcodec/vc1: re-implement and expand VC-1 loop filtering by
2018-04-23 20:58:52 +0200
20de893b3b
avcodec/vc1: change to using v->block instead of s->block for P frames by
2018-04-23 20:58:41 +0200
5e5c9f1804
avcodec/vc1: re-implement and expand VC-1 overlap smoothing by
2018-04-23 20:58:31 +0200
0161d91db0
avcodec/cbs_mpeg2: use memcpy when assembling fragments by
2018-04-23 23:39:54 -0300
bd90a2ec04
avcodec/mpeg4_unpack_bframes: cache input packets directly by
2018-03-20 21:59:10 -0300
d8e92a89ed
avcodec/mediacodecdec: refactor pts handling by
2018-04-24 13:51:15 -0700
7a4639b1eb
avcodec/mediacodecdec: use AV_TIME_BASE_Q by
2018-04-24 13:45:30 -0700
6a7a84b2d1
avcodec/mediacodecdec: clarify delay_flush specific code by
2018-04-23 19:21:19 -0700
b2570afde3
avformat/yuv4mpegdec: fix seeking backwards by
2018-04-25 18:30:46 +0200
a12899ad9b
avfiler/vf_mix: fix crash with >8 bit depth by
2018-04-25 14:08:21 +0200
0b360cae1c
make swresample optional for ffmpeg by
2018-04-12 22:15:05 +0200
ad5bbc4086
configure: Rename require_header() --> require_headers() by
2018-04-01 22:13:55 +0200
4130e05ff4
libavformat: add mbedTLS based TLS by
2018-04-21 15:53:31 +0200
d06b01fc2d
avcodec/vc1_block: simplify ac_val computation by
2018-04-23 02:08:10 +0200
f09fdf2d9c
avcodec/clearvideo: display warning if decoder overreads input by
2018-04-24 17:20:26 +0200
e34751cb8a
avcodec/clearvideo: do not try to return frame when it is same as previous one by
2018-04-24 17:10:26 +0200
d9706f79c1
avcodec/ffv1enc: Check that the crc + version combination is supported by
2018-04-21 22:19:31 +0200
8132d362fa
avcodec/vaapi: do not parse MVMODE for VC-1 interlaced frame pictures by
2018-03-29 13:43:34 +0200
a768c0a3e1
lavf/qsv: clone the frame which may be managed by framework by
2018-04-03 09:50:20 +0800
58569162c2
lavf: make overlay_qsv work based on framesync by
2018-04-03 09:50:19 +0800
daba369471
avcodec/vc1: check return value of bitplane_decoding() by
2018-04-23 00:05:20 +0200
9c01cdb94e
avfilter/vf_interlace: remove duplicate code with same funcionality by
2018-04-17 13:48:28 +0300
4ac0ff8ec2
Revert "libavformat: add mbedTLS based TLS" by
2018-04-23 20:28:50 +0100
62f5c9d68b
libavformat: add mbedTLS based TLS by
2018-04-21 15:53:31 +0200
2442cf3615
lavf/os_support: Only compile inet_aton() if getaddrinfo() is needed. by
2018-04-16 01:28:47 +0200
6b2fee19a7
avformat/segafilm - revert keyframe detection by
2018-04-21 12:44:12 +0530
153e920892
avformat/vpcc: add ff_isom_get_vpcc_features() by
2018-01-13 16:04:55 -0300
07a566e7d6
swscale/swscale_unscaled : add X86_64 (SSE2 and AVX) for uyvyto422 by
2018-04-22 19:14:23 +0200
e6e4625862
avcodec/prores_ks : use official quant_matrix (for proxy and xq codec luma and chroma quant matrix is not the same) by
2018-04-13 20:50:18 +0200
00099ef0d0
avformat/dsfdec: fix calculation of size of data chunk by
2018-04-22 13:14:26 +0200
5d3efe9e1f
avformat/dsfdec: properly handle padded last packet by
2018-04-22 11:52:32 +0200
f97fa89925
doc/examples/filtering_audio: Remove setting deprecated refcounted_frames by
2018-04-21 15:36:59 +0800
0c28a5cf0f
doc/examples/filtering_video: Remove setting deprecated refcounted_frames by
2018-04-21 15:34:23 +0800
c6d8492cff
doc/examples/hw_decode: Remove setting deprecated refcounted_frames by
2018-04-21 15:28:27 +0800
9f9f56e679
avformat/segafilm - revert keyframe detection by
2018-04-21 12:44:12 +0530
c0f154bba5
avcodec/vc1_pred: set ref_field_type earlier by
2018-04-21 21:05:28 +0200
8592ae1a1e
lavf/dashdec: Do not use memcpy() to copy a struct. by
2018-04-18 19:42:57 +0200
d865783b6c
lavf/qsv: clone the frame which may be managed by framework by
2018-04-03 09:50:20 +0800
f3341a0452
lavf: make overlay_qsv work based on framesync by
2018-04-03 09:50:19 +0800
21da248b5f
avfilter: add deblock filter by
2018-04-17 17:33:00 +0200
e5ba5fab49
avformat/mov: Fix parsing of saio/siaz atoms in encrypted content. by
2017-12-06 16:17:54 -0800
8cd79c2e73
avformat/utils: refactor upstream_stream_timings by
2018-04-19 16:50:43 -0700
0502602d37
avformat/utils: ignore outlier durations on subtitle/data streams as well by
2018-04-19 13:29:24 -0700
7b8daa771c
avformat/utils: refactor upstream_stream_timings by
2018-04-19 16:50:43 -0700
fd6e89586c
avformat/utils: ignore outlier durations on subtitle/data streams as well by
2018-04-19 13:29:24 -0700
39f3b6f3fc
configure: Move add_fooflags() helper functions into canonical order by
2017-10-21 00:43:15 +0200
5691c746cf
configure: Group toolchain parameter mangling functions together by
2017-10-20 21:18:51 +0200
5cb62f9d95
configure: Rename check_header() --> check_headers() by
2018-02-13 09:31:57 +0100
25c2a27c9e
configure: Make require_cc() and require_cpp_condition() functions consistent by
2018-03-28 09:11:17 +0200
23be4eebf8
build: Group external library protocols separately by
2018-03-22 14:57:53 +0100
30940be359
avformat/http: flushing tcp receive buffer when it is write only mode by
2018-04-04 16:38:18 +0530
002e45b407
avformat/dashenc: change the hls version from 6 to 7 by
2018-04-20 11:29:35 +0800
ace829cb45
(tag: n4.0)
Changelog: replace <next> by 4.0 by
2018-04-20 01:54:19 +0200
b9b3ef4f5a
lavf/http.c: Free allocated client URLContext in case of error. by
2018-01-12 19:16:29 +0100
b2b7cb0f60
avdevice/android_camera: Fix AVClass.version by
2018-04-19 23:44:33 +0200
5cc6370a15
avcodec: Fix AVClass .version by
2018-04-19 23:44:13 +0200