| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/vf_fftfilt: support >8 bit depth formats | Paul B Mahol | 2017-12-23 | 1 | -4/+61 |
* | avfilter/vf_fftfilt: make it possible to evaluate expressions per frame | Paul B Mahol | 2017-09-04 | 1 | -17/+38 |
* | avfilter/vf_fftfilt: add generic timeline support | Paul B Mahol | 2017-09-04 | 1 | -0/+1 |
* | avfilter/vf_fftfilt: add support for more pixel formats | Paul B Mahol | 2017-09-04 | 1 | -17/+25 |
* | avfilter/vf_fftfilt: cache rdft contexts | Paul B Mahol | 2017-09-04 | 1 | -17/+24 |
* | avfilter: do not leak AVFrame on failed buffer allocation | Paul B Mahol | 2017-06-24 | 1 | -1/+3 |
* | avfilter: don't anonymously typedef structs | Paul B Mahol | 2017-05-13 | 1 | -1/+1 |
* | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT | Derek Buitenhuis | 2016-01-27 | 1 | -2/+2 |
* | avfilter/vf_fftfilt: this is video filter so use pixels instead of samples | Paul B Mahol | 2016-01-14 | 1 | -1/+1 |
* | avfilter/vf_fftfilt: use the name 's' for the pointer to the private context | Paul B Mahol | 2016-01-14 | 1 | -72/+72 |
* | avfilter: add '.' at and of long filter description where it is missing | Paul B Mahol | 2015-11-25 | 1 | -1/+1 |
* | avfilter/vf_fftfilt: Add MAX_PLANES and change it to 4 | Michael Niedermayer | 2015-05-12 | 1 | -12/+14 |
* | avfilter: handle error in query_formats() in bunch of filters | Paul B Mahol | 2015-04-08 | 1 | -3/+4 |
* | avfilter/vf_fftfilt: increase RDFT length by 10% | Michael Niedermayer | 2015-03-10 | 1 | -2/+2 |
* | avfilter: Add FFT domain filter. | Arwa Arif | 2015-03-07 | 1 | -0/+343 |