summaryrefslogtreecommitdiff
path: root/libavfilter/asrc_anoisesrc.c
Commit message (Collapse)AuthorAge
* avfilter: Add blue and violet noise generation filtersGeorge Boyle2017-07-19
| | | | | | | | | For the blue and violet noise, I took the pink and brown noise respectively and subtracted the offsets instead of adding them. When I eyeball the frequency spectrum of the resulting outputs it looks correct to me, i.e. the blue graph appears to be a mirror image of the pink, and the same can be said of the violet and the brown. I did not do anything else to confirm the correctness.
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-13
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavfi: remove stray semicolons.Nicolas George2017-01-12
| | | | Hopefully fix compilation with suncc.
* avfilter: add anoisesrcKyle Swanson2015-11-08
Signed-off-by: Kyle Swanson <k@ylo.ph> Signed-off-by: Paul B Mahol <onemda@gmail.com>