Paul B Mahol
3e8f211d86
avfilter/vf_chromashift: remove invalid offset
7 years ago
Paul B Mahol
ea3a980a61
avfilter/af_afir: do not over allocate fft buffer
7 years ago
Marton Balint
f9e947845f
avfilter/af_asetnsamples: fix last frame props
Frame properties were not copied, so e.g. PTS was not set for the last frame.
Regression since ef3babb2c7 .
Signed-off-by: Marton Balint <cus@passwd.hu>
7 years ago
Zachary Zhou
b6b3159b04
lavfi/vaapi: Add constant VAAPI_VPP_BACKGROUND_BLACK
Signed-off-by: Zachary Zhou <zachary.zhou@intel.com>
Signed-off-by: Mark Thompson <sw@jkqxz.net>
7 years ago
Paul B Mahol
ba3d983c95
avfilter/af_afir: stop using as much threads as stream have it
7 years ago
Paul B Mahol
72270d5bd0
avfilter/af_afir: optimize code a little more
Avoid memset.
7 years ago
Paul B Mahol
a53a9f1c8d
avfilter/af_afir: implement non-uniform partitioned convolution
Using multiple frequency delay lines.
7 years ago
Paul B Mahol
300dc45fdc
avfilter/af_afir: properly split IR into multiple segments
7 years ago
Paul B Mahol
3c3eb4930e
avfilter/af_afir: make part_index values per channel
7 years ago
Paul B Mahol
31c9d693aa
avfilter/af_afir: make number of segments extendable
7 years ago
Paul B Mahol
6095356d5b
avfilter/af_afir: use AVFrame for coeff too
7 years ago
Paul B Mahol
1ba909fabe
avfilter/af_afir: use segment pointer
7 years ago
Paul B Mahol
30bf54b9f3
avfilter/af_afir: introduce uninit_segment() and use it
7 years ago
Paul B Mahol
8007e8fc67
avfilter/af_afir: fix minp/maxp range and change default value for maxp
7 years ago
Paul B Mahol
c343e81ffd
avfilter/af_afir: introduce init_segment() and use it
7 years ago
Paul B Mahol
e57053417a
avfilter/af_afir: move allocation stuff where it belongs
7 years ago
Paul B Mahol
7312e027d6
avfilter/af_afir: introduce AudioFIRSegment structure and use it
7 years ago
Paul B Mahol
dbf43ace21
afilter/af_afir: remove invalid delay
7 years ago
Paul B Mahol
f266d2ac90
avfilter/af_afir: remove not needed nb_samples from filter context
7 years ago
Paul B Mahol
ff0b4d5af7
avfilter/af_afir: remove not needed operations
7 years ago
Paul B Mahol
b5e0a0fe3a
avfilter/af_sofalizer: use av_log2()
7 years ago
Paul B Mahol
aece1eb1e9
avfilter/af_headphone: use av_log2()
7 years ago
Paul B Mahol
d702600350
avfilter/af_afir: remove dead store variable
7 years ago
Paul B Mahol
8443462e4a
avfilter/af_afir: remove unused variable
7 years ago
Paul B Mahol
9ce96a744d
avfilter/af_headphone: fix regression after 7c201e420
7 years ago
Paul B Mahol
92ed9316bb
avfilter/af_sofalizer: fix regression after 7ea4b928a2
7 years ago
Paul B Mahol
60e9007be2
avfilter/af_sofalizer: fix typo in comments
7 years ago
Paul B Mahol
8e4e2c9e40
avfilter/af_sofalizer: use float constants
7 years ago
Paul B Mahol
530fc345ec
avfilter/af_sofalizer: add fltp sample format support
7 years ago
Paul B Mahol
6c7eb0708e
avfilter/af_headphone: speed up fast convolution
Do IFFT only once per output channel.
7 years ago
Paul B Mahol
8d0b8c50bd
avfilter/af_sofalizer: speed up fast convolution
Do inverse FFT only once per output channel.
7 years ago
Paul B Mahol
d6fc20a3ba
avfilter/af_surround: fix code indentation
7 years ago
Paul B Mahol
3bc711a267
avfilter/af_headphone: do not reduce LFE gain too much
7 years ago
Paul B Mahol
84d1adb118
avfilter/af_sofalizer: do not reduce LFE by 6dB
It is already reduced enough.
7 years ago
Paul B Mahol
7d5bb3a4d3
avfilter/af_sofalizer: fix memory leaks
7 years ago
Paul B Mahol
ee64b64c02
avfilter/af_sofalizer: set delays when interpolation is disabled
7 years ago
Paul B Mahol
4096c670ab
avfilter/af_sofalizer: stop using easy API
Easy API is not flexible enough for our needs.
7 years ago
Paul B Mahol
d360a79c0a
avfilter/af_sofalizer: reset FFT pointers back to NULL
7 years ago
Paul B Mahol
0c3481b43a
avfilter/af_sofalizer: pick IR length after loading sofa
Instead of picking it in preloading stage.
7 years ago
Paul B Mahol
b13fe6477d
avfilter/af_sofalizer: increase range for lfegain
Fixes #7634 .
7 years ago
Paul B Mahol
7c201e420a
avfilter/af_headphone: fix filtering of non-power of 2 length IRs in time domain
7 years ago
Paul B Mahol
7ea4b928a2
avfilter/af_sofalizer: fix non-power of 2 IR length filtering in time domain
7 years ago
Paul B Mahol
47ba085472
avfilter/af_headphone: use fabsf() instead of fabs()
7 years ago
Paul B Mahol
c49307e784
avfilter/af_sofalizer: use fabsf() instead of fabs()
7 years ago
Paul B Mahol
d6951e595a
avfilter/af_sofalizer: add framesize option
7 years ago
Paul B Mahol
1ead98ffd9
avfilter/af_sofalizer: increase max radius
7 years ago
Paul B Mahol
4b5977fc50
avfilter/af_sofalizer: add printing of license back
7 years ago
Michael Niedermayer
568e1b229b
avfilter/scene_sad: Fix funtions typos
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
7 years ago
Paul B Mahol
d54276f9de
avfilter/af_apad: add pad_dur and whole_dur options
7 years ago
Carl Eugen Hoyos
826655d8d1
lavfi/program_opencl: Do not use format specifier "z" on Windows.
7 years ago