Paul B Mahol
|
17f6bd6e58
|
avfilter/vf_xfade: add hblur transition
|
2020-07-21 23:29:55 +02:00 |
|
Paul B Mahol
|
c4c989c7ca
|
avfilter/vf_yaepblur: fix naming of filter class
|
2020-07-20 16:12:56 +02:00 |
|
Paul B Mahol
|
fa8345cf05
|
avfilter/vf_bilateral: simplify code a little
Make alpha_ calculation faster.
|
2020-07-18 10:22:12 +02:00 |
|
Paul B Mahol
|
3a37aa597f
|
avfilter/avf_showwavespic: add filter mode
|
2020-07-17 14:26:48 +02:00 |
|
Paul B Mahol
|
d363afb30e
|
avfilter/vf_tinterlace: fix mergex2, first frame is always considered odd
|
2020-07-17 13:53:55 +02:00 |
|
Paul B Mahol
|
24fea4d09b
|
avfilter/vf_tinterlace: use frame counter from lavfi
Remove internal counter.
|
2020-07-17 13:53:55 +02:00 |
|
Paul B Mahol
|
241cdded0f
|
avfilter/vf_bilateral: stop using sigmaS as percent of width/height
|
2020-07-17 13:53:22 +02:00 |
|
Paul B Mahol
|
6f84e92172
|
avfilter/vf_chromanr: move thres calculation to filter_frame()
|
2020-07-10 23:09:19 +02:00 |
|
Paul B Mahol
|
6cdddb773f
|
avfilter: add chromanr video filter
|
2020-07-08 15:23:43 +02:00 |
|
Paul B Mahol
|
cca982ee01
|
avfilter/vf_colorbalance: remove wrong addition
|
2020-06-29 14:52:37 +02:00 |
|
Paul B Mahol
|
ce297b44d3
|
avfilter/vf_v360: do not ignore return value of allocate_plane()
|
2020-06-23 21:55:40 +02:00 |
|
Paul B Mahol
|
001748b326
|
avcodec/ccaption_dec: add support for background colors
|
2020-06-23 21:55:40 +02:00 |
|
Paul B Mahol
|
f719cacbd9
|
doc/general: mention BT20 decoder
|
2020-06-23 16:04:31 +02:00 |
|
Paul B Mahol
|
c949de2449
|
doc/general: merge dupe ProRes entries
While here add missing fourcc.
|
2020-06-23 16:00:02 +02:00 |
|
Paul B Mahol
|
eef0765236
|
doc/general: mention NotchLC
|
2020-06-23 16:00:02 +02:00 |
|
Paul B Mahol
|
00a5df71ad
|
avfilter/vf_v360: add orthographic projection support
|
2020-06-23 16:00:02 +02:00 |
|
Paul B Mahol
|
44ce333f03
|
avfilters/vf_v360: add equisolid projection support
|
2020-06-22 14:41:36 +02:00 |
|
Paul B Mahol
|
fdac3c80ac
|
avfilter/af_ladspa: check return value of getenv()
|
2020-06-21 21:35:40 +02:00 |
|
Paul B Mahol
|
683a1599d4
|
avfilter/af_ladspa: add latency compensation
|
2020-06-21 21:35:40 +02:00 |
|
Paul B Mahol
|
842bc312ad
|
avfilter/af_ladspa: check another directory for plugins
|
2020-06-21 14:48:27 +02:00 |
|
Paul B Mahol
|
29ea4e1b3c
|
avcodec/mpeg12dec: do not discard older a53 captions
Fixes #6105.
|
2020-06-20 15:09:30 +02:00 |
|
Paul B Mahol
|
00842b3a0d
|
avcodec/ccaption_dec: use uint8_t type for prev_cmd array
Commands are unsigned so be consistent.
|
2020-06-20 15:07:26 +02:00 |
|
Paul B Mahol
|
bd1b78e91a
|
avcodec/ccaption_dec: do not modify packet data in case of parity error
To dissallow similar errors in future, make pointers const.
|
2020-06-20 15:07:26 +02:00 |
|
Paul B Mahol
|
bbd0be04d0
|
avcodec/ccaption_dec: allow selection of second field captions
|
2020-06-20 15:07:26 +02:00 |
|
Paul B Mahol
|
c6791a32b4
|
avcodec/ccaption_dec: rework non-real-time mode with pop-on captions by delaying
So it give similar output as visual output of real-time mode.
|
2020-06-20 15:07:26 +02:00 |
|
Paul B Mahol
|
71f19bf5e3
|
avformat: add MCC demuxer
Fixes #7680
|
2020-06-18 21:31:13 +02:00 |
|
Paul B Mahol
|
b52ca2cec2
|
avformat/sccdec: make splitting more robust
|
2020-06-18 21:28:09 +02:00 |
|
Paul B Mahol
|
c0974355c7
|
avcodec/ccaption_dec: do not modify pkt data and stop removing parity bit twice
|
2020-06-17 00:38:08 +02:00 |
|
Paul B Mahol
|
5422a4a7c5
|
avformat/sccdec: simplify demuxer a little
|
2020-06-17 00:38:08 +02:00 |
|
Paul B Mahol
|
9887bcc6c6
|
avcodec/ccaption_dec: remove usage of extra buffer
|
2020-06-16 17:11:38 +02:00 |
|
Paul B Mahol
|
d5b1760665
|
avcodec/ccaption_dec: fix some small style issues
|
2020-06-16 17:11:38 +02:00 |
|
Paul B Mahol
|
3615b58693
|
avcodec/ccaption_dec: remove pts parameter from handle_char()
|
2020-06-16 17:11:38 +02:00 |
|
Paul B Mahol
|
6c84f8afae
|
avformat/sccdec: unbreak previous commits to this file
|
2020-06-15 19:27:20 +02:00 |
|
Paul B Mahol
|
76ad8a568f
|
avformat/movenc: fix remuxing eia-608 into mov from other containers
|
2020-06-15 19:27:20 +02:00 |
|
Paul B Mahol
|
f91906973c
|
avformat/mov: fix demuxing of eia-608
Fixes #4616.
|
2020-06-15 19:27:20 +02:00 |
|
Paul B Mahol
|
cb98483ea0
|
avcodec/ccaption_dec: add support for colors
|
2020-06-15 19:27:20 +02:00 |
|
Paul B Mahol
|
416dc133b9
|
avformat/sccdec: move pos variables outside of loop
Ensures that sub->pos is always correct.
|
2020-06-13 12:26:00 +02:00 |
|
Paul B Mahol
|
0c2623d3aa
|
avcodec/ccaption_dec: switch active screen in end of caption early
Fixes dropping of last caption.
|
2020-06-13 12:02:44 +02:00 |
|
Paul B Mahol
|
847d0b99de
|
avcodec/ccaption_dec: remove unused arguments from function
|
2020-06-13 12:02:44 +02:00 |
|
Paul B Mahol
|
6995ea3506
|
avcodec/ccaption_dec: check for error codes
|
2020-06-13 12:02:44 +02:00 |
|
Paul B Mahol
|
c0e7164ba6
|
avfilter/vf_vaguedenoiser: fix small typo in option explanation
|
2020-06-13 00:41:16 +02:00 |
|
Paul B Mahol
|
e65d76fb94
|
avfilter/af_rubberband: adjust nb_samples after every command
|
2020-06-13 00:21:07 +02:00 |
|
Paul B Mahol
|
49d07642f3
|
avformat/sccdec: split line with multiple subs
|
2020-06-13 00:20:55 +02:00 |
|
Paul B Mahol
|
bd6336b970
|
avfilter/vf_vaguedenoiser: add new type of threshold
|
2020-06-07 15:20:25 +02:00 |
|
Paul B Mahol
|
6c57b0d63a
|
avfilter/vf_vaguedenoiser: remove excessive code from soft thresholding
|
2020-06-07 15:20:11 +02:00 |
|
Paul B Mahol
|
7826fbfeaa
|
avfilter/avf_showspectrum: properly handle EOF case
|
2020-06-06 19:49:14 +02:00 |
|
Paul B Mahol
|
1c32d7dfcf
|
avfilter/asrc_anoisesrc: switch to activate
Allows to set EOF timestamp.
|
2020-06-06 15:53:07 +02:00 |
|
Paul B Mahol
|
1329db8cfb
|
avfilter/af_aiir: simplify polynomial evaluation
|
2020-05-30 18:04:14 +02:00 |
|
Paul B Mahol
|
aac16abd92
|
avfilter/af_aiir: use correct size when allocating in zp2tf
|
2020-05-30 18:04:14 +02:00 |
|
Paul B Mahol
|
726dbc57f8
|
avfilter: add dblur video filter
|
2020-05-30 18:04:14 +02:00 |
|
Paul B Mahol
|
d49db99ce2
|
avcodec: add PFM image decoder
|
2020-05-30 18:02:55 +02:00 |
|
Paul B Mahol
|
6485b54477
|
Revert "avfilter/af_aiir: move response drawing as last step"
This reverts commit ca7095a907.
|
2020-05-30 10:05:19 +02:00 |
|
Paul B Mahol
|
3fc7b01c52
|
avfilter/af_aiir: improve response calculation with zp coefficients
|
2020-05-30 10:05:19 +02:00 |
|
Paul B Mahol
|
e2e8121eaa
|
avfilter/af_aiir: add S-plane support
|
2020-05-30 10:05:19 +02:00 |
|
Paul B Mahol
|
327b52412d
|
avfilter/af_aiir: make it clear that transfer function is digital one
|
2020-05-30 10:05:19 +02:00 |
|
Paul B Mahol
|
1206a10d9c
|
avfilter/af_biquads: implement 1st order allpass
|
2020-05-30 09:57:04 +02:00 |
|
Paul B Mahol
|
4305239315
|
configure: NotchLC depends on lzf
|
2020-05-27 15:22:35 +02:00 |
|
Paul B Mahol
|
d5f87f8567
|
avfilter/vf_blend: add support for float formats
|
2020-05-26 23:27:02 +02:00 |
|
Paul B Mahol
|
ca7095a907
|
avfilter/af_aiir: move response drawing as last step
|
2020-05-22 14:14:15 +02:00 |
|
Paul B Mahol
|
8c825e43f8
|
avfilter/af_aiir: fix first denominator calculation
|
2020-05-22 14:12:06 +02:00 |
|
Paul B Mahol
|
07a9e5ec5e
|
avfilter/af_aiir: add more descriptive options aliases
|
2020-05-22 12:37:17 +02:00 |
|
Paul B Mahol
|
ffda57b800
|
avfilter/af_aiir: export normalize option
And enable it in all modes by default.
|
2020-05-22 12:30:59 +02:00 |
|
Paul B Mahol
|
1fc5ddf774
|
avfilter/af_aiir: fix first delay value
|
2020-05-22 11:02:45 +02:00 |
|
Paul B Mahol
|
86822cfcd9
|
avfilter/af_aiir: fix phase and group delay calculation
Properly unwrap phase.
|
2020-05-20 12:08:32 +02:00 |
|
Paul B Mahol
|
b559a5882f
|
avfilter/af_aiir: fix invalid memory access with tf filtering
|
2020-05-19 20:10:34 +02:00 |
|
Paul B Mahol
|
5646d02cb3
|
avfilter/vf_chromakey: fix formula for calculation of difference
|
2020-05-19 20:10:34 +02:00 |
|
Paul B Mahol
|
8b0575d763
|
avfilter/vf_colorkey: fix formula for calculation of difference
Also fixes colorhold filtering.
|
2020-05-19 20:10:34 +02:00 |
|
Paul B Mahol
|
f63939dedb
|
avfilter: add gradients source video filter
|
2020-05-19 20:10:34 +02:00 |
|
Paul B Mahol
|
cdd06db56f
|
avcodec: add NotchLC decoder
|
2020-05-19 20:09:25 +02:00 |
|
Paul B Mahol
|
1ead7ed5bf
|
avfilter/vsrc_sierpinski: unbreak configuring rate value
|
2020-05-16 11:13:46 +02:00 |
|
Paul B Mahol
|
d99ed7367b
|
avfilter/vsrc_mandelbrot: unbreak configuring rate value
|
2020-05-16 11:10:32 +02:00 |
|
Paul B Mahol
|
0a181c2cb1
|
avfilter/af_crossfeed: make options runtime configurable
|
2020-04-30 12:18:36 +02:00 |
|
Paul B Mahol
|
35d6001815
|
avfilter/af_crossfeed: make slope configurable
|
2020-04-30 12:18:36 +02:00 |
|
Paul B Mahol
|
0ec61fcff7
|
avfilter/af_crossfeed: fix calculation of alpha parameter
Use A in calculation.
|
2020-04-30 12:18:36 +02:00 |
|
Paul B Mahol
|
c7d8082357
|
avfilter: add asubboost filter
|
2020-04-30 12:18:36 +02:00 |
|
Paul B Mahol
|
2970846fc1
|
avfilter/vf_v360: make FOV adjusted for dual fisheye too
Remove any usage of padding for this format.
|
2020-04-29 19:18:25 +02:00 |
|
Paul B Mahol
|
d8147c4e2d
|
avfilter/af_amix: make weights option runtime configured
|
2020-04-29 19:18:25 +02:00 |
|
Paul B Mahol
|
f53fc935b8
|
avfilter/vf_pixscope: also show standard deviation of zoomed area
|
2020-04-26 12:27:36 +02:00 |
|
Paul B Mahol
|
35bcbfd6da
|
avfilter/f_interleave: no need to check for inlink eof if non-empty queue
Also set state to ready if there is any inlink with queued frame.
|
2020-04-25 13:35:22 +02:00 |
|
Paul B Mahol
|
ec3b5deab4
|
avfilter/f_interleave: make sure that all frames in inlink queue are used
|
2020-04-25 13:07:13 +02:00 |
|
Paul B Mahol
|
b29b934e4f
|
avfilter/f_interleave: add duration option
|
2020-04-25 12:35:22 +02:00 |
|
Paul B Mahol
|
4457f75c65
|
avfilter: add maskedthreshold filter
|
2020-04-18 12:34:49 +02:00 |
|
Paul B Mahol
|
9987f6d01e
|
avfilter: add tmedian filter
|
2020-04-18 12:34:49 +02:00 |
|
Paul B Mahol
|
24db9372eb
|
avfilter/af_astats: add noise floor count stat
|
2020-04-17 13:28:01 +02:00 |
|
Paul B Mahol
|
715da29501
|
avfilter/af_astats: add slice threading support
|
2020-04-17 13:26:44 +02:00 |
|
Paul B Mahol
|
87b4fb65a8
|
avfilter/af_astats: measure noise floor
|
2020-04-17 13:26:30 +02:00 |
|
Paul B Mahol
|
0607f1bcb0
|
avfilter/af_amix: unbreak FATE, increase iterator when breaking from loop
|
2020-04-14 19:21:23 +02:00 |
|
Paul B Mahol
|
10a68ccd58
|
avfilter/af_amix: use av_strtod() for weights
|
2020-04-14 12:38:47 +02:00 |
|
Paul B Mahol
|
ce24b1def0
|
avfilter/vf_telecine: avoid possible null-pointer dereference
|
2020-04-14 12:12:42 +02:00 |
|
Paul B Mahol
|
70f866ad1b
|
avfilter/vf_mix: check if array is available
|
2020-04-13 16:44:01 +02:00 |
|
Paul B Mahol
|
932493f9c2
|
avcodec/zerocodec: use init cleanup internal cap
|
2020-04-10 12:22:09 +02:00 |
|
Paul B Mahol
|
05e04e821d
|
avcodec/zerocodec: implement flushing
|
2020-04-10 12:22:09 +02:00 |
|
Paul B Mahol
|
481ebb1c8b
|
avcodec: add MV30 decoder
|
2020-04-10 12:22:09 +02:00 |
|
Paul B Mahol
|
3f9fd9dcfd
|
avfilter/vf_xfade: add slice transitions
|
2020-04-07 13:51:25 +02:00 |
|
Paul B Mahol
|
ec7fb45240
|
avfilter/vf_v360: add pannini input support
|
2020-04-04 14:16:28 +02:00 |
|
Paul B Mahol
|
dc67c0f180
|
avfilter/vf_v360: improve description of output fov options
|
2020-04-03 17:14:58 +02:00 |
|
Paul B Mahol
|
8e1354c95d
|
avfilter/x86/vf_v360_init: add missing cases
|
2020-04-02 12:25:37 +02:00 |
|
Paul B Mahol
|
e4809e12ea
|
avfilter/vf_v360: add SIMD for lagrange9 interpolation
|
2020-04-02 12:25:37 +02:00 |
|
Paul B Mahol
|
b00b935d99
|
avfilter/vf_v360: add lagrange9 interpolation
|
2020-04-02 12:25:37 +02:00 |
|
Paul B Mahol
|
72be5d4661
|
avfilter/vf_v360: fix swapped variables
|
2020-03-29 13:27:49 +02:00 |
|