summaryrefslogtreecommitdiff
path: root/libavfilter/vf_fspp.c
Commit message (Collapse)AuthorAge
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-27
| | | | | | | | | | Libav, for some reason, merged this as a public API function. This will aid in future merges. A define is left for backwards compat, just in case some person used it, since it is in a public header. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* avfilter/fspp: use AV_OPT_TYPE_BOOL for use_bframe_qp optionClément Bœsch2015-09-09
|
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-08
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* Replace PixelFormats which sneaked in over time or where forgotten by ↵Michael Niedermayer2015-03-18
| | | | | | AVPixelFormats Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avfilter/vf_fspp: check count before calling row_idct()Michael Niedermayer2015-01-28
| | | | | | Fixes crash with odd widths Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avfilter/vf_fspp: Fix frame-alignment in FSPPArwa Arif2015-01-28
| | | | | Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavfi: use ff_norm_qscale(), factorizeStefano Sabatini2015-01-13
|
* avfilter/vf_fspp: Add GBRP and gray8 supportMichael Niedermayer2014-12-26
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* x86/vf_fspp: port inline asm to yasmJames Almer2014-12-26
| | | | | Reviewed-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: James Almer <jamrial@gmail.com>
* avfilter/vf_fspp: clarify commentMichael Niedermayer2014-12-26
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavfi: port mp=fspp to a native libavfilter filterArwa Arif2014-12-24
Signed-off-by: Stefano Sabatini <stefasab@gmail.com>