| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/tx: Use proper deallocator | Andreas Rheinhardt | 2022-11-25 | 1 | -1/+1 |
* | lavu/tx: add length decomposition function | Lynne | 2022-11-24 | 1 | -0/+143 |
* | lavu/tx: refactor to explicitly track and convert lookup table order | Lynne | 2022-11-24 | 1 | -24/+85 |
* | lavu/tx: refactor and separate codelet list and prio code | Lynne | 2022-11-24 | 1 | -59/+66 |
* | lavu/tx: improve transform tree logging | Lynne | 2022-11-24 | 1 | -21/+35 |
* | lavu/tx: allow codelets to specify a minimum number of matching factors | Lynne | 2022-11-24 | 1 | -17/+13 |
* | lavu/tx: add ff_tx_clear_ctx() | Lynne | 2022-11-24 | 1 | -8/+19 |
* | lavu/tx: generalize single-factor transforms | Lynne | 2022-11-24 | 1 | -2/+2 |
* | avutil/tx: use a lower log level for the debug messages | James Almer | 2022-11-08 | 1 | -5/+5 |
* | lavu/tx: remove special -1 inverted lookup mode | Lynne | 2022-09-23 | 1 | -4/+1 |
* | lavu/tx: propagate the codelet flags into the context | Lynne | 2022-09-10 | 1 | -1/+1 |
* | x86/tx_float: implement inverse MDCT AVX2 assembly | Lynne | 2022-09-06 | 1 | -9/+10 |
* | x86/tx_float: add support for calling assembly functions from assembly | Lynne | 2022-09-06 | 1 | -1/+3 |
* | lavu/tx: implement aarch64 NEON SIMD FFT | Lynne | 2022-08-25 | 1 | -0/+3 |
* | avutil/mem_internal: Fix headers | Andreas Rheinhardt | 2022-08-24 | 1 | -0/+1 |
* | lavu/tx: optimize and simplify inverse MDCTs | Lynne | 2022-08-16 | 1 | -3/+1 |
* | lavu/tx: make slow ISA extension penalties smarter | Lynne | 2022-05-21 | 1 | -2/+13 |
* | lavu/tx: wrap missed string in NULL_IF_CONFIG_SMALL | Lynne | 2022-02-07 | 1 | -1/+1 |
* | lavu/tx: disable debugging information when CONFIG_SMALL | Lynne | 2022-02-07 | 1 | -13/+23 |
* | lavu/tx: do not unconditionally free subcontexts if initialization fails | Lynne | 2022-01-29 | 1 | -1/+2 |
* | lavu/tx: reset subcontext pointer if initialization fails | Lynne | 2022-01-29 | 1 | -1/+1 |
* | lavu/tx: print debug info even if no transforms are found | Lynne | 2022-01-28 | 1 | -8/+10 |
* | avutil/tx: add null pointer check after av_mallocz | Steven Liu | 2022-01-28 | 1 | -1/+6 |
* | avutil/tx: remove deadcode of the control flow | Steven Liu | 2022-01-28 | 1 | -3/+0 |
* | lavu/tx: clean up CPU flags check | Lynne | 2022-01-27 | 1 | -1/+2 |
* | x86/tx_float: do not build tx_float_init.c if x86 assembly is disabled | Lynne | 2022-01-27 | 1 | -1/+1 |
* | lavu/tx: do not mix declarations and code | Lynne | 2022-01-26 | 1 | -3/+3 |
* | lavu/tx: add an RDFT implementation | Lynne | 2022-01-26 | 1 | -1/+4 |
* | lavu/tx: rewrite internal code as a tree-based codelet constructor | Lynne | 2022-01-26 | 1 | -105/+491 |
* | avutil/tx: add a return at the end of non-void functions | James Almer | 2021-08-06 | 1 | -0/+1 |
* | avutil/tx: avoid negative left shifts | Michael Niedermayer | 2021-06-18 | 1 | -2/+2 |
* | lavu/x86: add FFT assembly | Lynne | 2021-04-24 | 1 | -0/+2 |
* | checkasm: add av_tx FFT SIMD testing code | Lynne | 2021-04-24 | 1 | -6/+9 |
* | lavu/tx: add parity revtab generator version | Lynne | 2021-04-24 | 1 | -0/+49 |
* | lavu/tx: minor code style improvements and additional comments | Lynne | 2021-04-24 | 1 | -1/+16 |
* | lavu/tx: invert permutation lookups | Lynne | 2021-02-27 | 1 | -2/+5 |
* | lavu/tx: simplify in-place permute search function | Lynne | 2021-02-27 | 1 | -5/+3 |
* | avutil/tx: Fix declaration after statement | Andreas Rheinhardt | 2021-02-22 | 1 | -3/+2 |
* | lavu/tx: support in-place FFT transforms | Lynne | 2021-02-21 | 1 | -0/+37 |
* | lavu/tx: implement 32 bit fixed point FFT and MDCT | Lynne | 2020-02-13 | 1 | -2/+18 |
* | lavu/tx: add support for double precision FFT and MDCT | Lynne | 2019-08-02 | 1 | -676/+17 |
* | avutil/tx: should check against (*ctx) | Ruiling Song | 2019-05-16 | 1 | -1/+1 |
* | avutil/tx: fix forward compound non-mod-15 based MDCTs | Lynne | 2019-05-16 | 1 | -1/+1 |
* | libavutil: add an FFT & MDCT implementation | Lynne | 2019-05-15 | 1 | -0/+803 |