summaryrefslogtreecommitdiff
path: root/libavfilter/af_headphone.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/af_headphone: properly initialize scalePaul B Mahol2022-12-191-1/+1
* avfilter: fix av_tx_fn stride usage for complex inputsPaul B Mahol2022-11-191-6/+6
* avfilter: convert to new channel layout APIJames Almer2022-03-151-25/+25
* avfilter/af_headphone: improve stereo hrir supportPaul B Mahol2022-02-191-6/+13
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* avfilter/af_headphone: Free inpads' names genericallyAndreas Rheinhardt2021-08-221-6/+1
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-2/+1
* avfilter/avfilter: Remove unused feature to add pads in the middleAndreas Rheinhardt2021-08-171-2/+2
* avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt2021-08-151-2/+2
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-4/+1
* avfilter/af_headphone: switch to TX FFT from avutilPaul B Mahol2021-07-241-52/+73
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* avfilter/af_headphone: Don't check for clipping in separate loopAndreas Rheinhardt2020-09-091-8/+2
* avfilter/af_headphone: Remove pointless additionsAndreas Rheinhardt2020-09-091-1/+1
* avfilter/af_headphone: Use more appropriate variable nameAndreas Rheinhardt2020-09-091-5/+3
* avfilter/af_headphone: Avoid indirection for function pointerAndreas Rheinhardt2020-09-091-6/+9
* avfilter/af_headphone: Avoid allocating arrayAndreas Rheinhardt2020-09-091-6/+1
* avfilter/af_headphone: Don't allocate unused element in arrayAndreas Rheinhardt2020-09-091-25/+25
* avfilter/af_headphone: Only keep one AVFrame at a timeAndreas Rheinhardt2020-09-091-10/+4
* avfilter/af_headphone: Avoid intermediate buffer IIIAndreas Rheinhardt2020-09-091-23/+5
* avfilter/af_headphone: Simplify finding channel indexAndreas Rheinhardt2020-09-091-24/+8
* avfilter/af_headphone: Fix channel assignmentAndreas Rheinhardt2020-09-091-10/+11
* avfilter/af_headphone: Avoid intermediate buffers IIAndreas Rheinhardt2020-09-091-26/+7
* avfilter/af_headphone: Avoid intermediate buffers IAndreas Rheinhardt2020-09-091-23/+15
* avfilter/af_headphone: Remove delay fieldsAndreas Rheinhardt2020-09-091-8/+4
* avfilter/af_headphone: Remove unused arraysAndreas Rheinhardt2020-09-091-9/+2
* avfilter/af_headphone: Avoid duplicating string needlesslyAndreas Rheinhardt2020-09-091-7/+2
* avfilter/af_headphone: Simplify parsing channel mapping stringAndreas Rheinhardt2020-09-091-22/+9
* avfilter/af_headphone: Use uint64_t for channel mappingAndreas Rheinhardt2020-09-091-27/+13
* avfilter/af_headphone: Only attempt once to init coeffsAndreas Rheinhardt2020-09-091-7/+2
* avfilter/af_headphone: Combine several loops when checking for EOFAndreas Rheinhardt2020-09-091-17/+7
* avfilter/af_headphone: Fix stack buffer overflowAndreas Rheinhardt2020-09-091-1/+1
* avfilter/af_headphone: Don't overrun arrayAndreas Rheinhardt2020-09-091-4/+10
* avfilter/af_headphone: Fix segfault when using very short streamsAndreas Rheinhardt2020-09-091-0/+3
* avfilter/af_headphone: Check for the existence of samplesAndreas Rheinhardt2020-09-091-1/+7
* avfilter/af_headphone: Remove always true checkAndreas Rheinhardt2020-09-091-2/+0
* avfilter/af_headphone: Don't use uninitialized buffer in log messageAndreas Rheinhardt2020-09-091-1/+1
* lavfi: regroup formats lists in a single structure.Nicolas George2020-09-081-4/+4
* avfilter/af_headphone: Fix leak of channel layouts list on errorAndreas Rheinhardt2020-08-261-4/+3
* avfilter/af_headphone: Fix segfault upon allocation failureAndreas Rheinhardt2020-08-261-5/+2
* avfilter/af_headphone: return on error immediatelyPaul B Mahol2019-09-161-1/+1
* avfilter/af_headphone: use av_log2()Paul B Mahol2018-12-271-4/+4
* avfilter/af_headphone: fix regression after 7c201e420Paul B Mahol2018-12-261-4/+4
* avfilter/af_headphone: speed up fast convolutionPaul B Mahol2018-12-251-12/+23
* avfilter/af_headphone: do not reduce LFE gain too muchPaul B Mahol2018-12-241-1/+1
* avfilter/af_headphone: fix filtering of non-power of 2 length IRs in time domainPaul B Mahol2018-12-221-21/+24
* avfilter/af_headphone: use fabsf() instead of fabs()Paul B Mahol2018-12-211-3/+3
* avfilter/af_headphone: do not leak input frames on errorPaul B Mahol2018-11-121-0/+3
* avfilter/af_headphone : fix mem leakMartin Vignali2018-11-091-1/+1
* avfilter/af_headphone: use lavfi internal queue insteadPaul B Mahol2018-10-041-44/+12