Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | avfilter/x86/f_ebur128: implement AVX peak calculation | Niklas Haas | 2025-06-21 | 1 | -1/+1 |
* | avfilter/f_ebur128: move peak detection to reusable DSP function | Niklas Haas | 2025-06-21 | 1 | -0/+6 |
* | avfilter/x86/f_ebur128: add x86 AVX implementation | Niklas Haas | 2025-06-21 | 1 | -0/+16 |
* | avfilter/f_ebur128: split off C implementation to separate function | Niklas Haas | 2025-06-21 | 1 | -0/+3 |
* | avfilter/f_ebur128: move weights and cache to EBUR128DSPContext | Niklas Haas | 2025-06-21 | 1 | -0/+40 |