]> git.sesse.net Git - ffmpeg/history - libavfilter/vf_uspp.c
avfilter/vf_uspp: Add grayscale support
[ffmpeg] / libavfilter / vf_uspp.c
2014-12-13 Michael Niedermayeravfilter/vf_uspp: Add grayscale support
2014-12-13 Michael Niedermayeravfilter/vf_uspp: assert that the qp_type is valid
2014-12-12 Michael Niedermayeravfilter/vf_uspp: fix integer overflow in intermediate
2014-12-12 Michael Niedermayeravfilter/vf_uspp: remove YUV 411/422/440
2014-12-12 Michael Niedermayeravfilter/vf_uspp: use the average QP instead of QP[0]
2014-12-12 Michael Niedermayeravfilter/vf_uspp: The qp array width is qp_stride not...
2014-12-12 Michael Niedermayeravfilter/vf_uspp: Allocate qp storage after qp_stride...
2014-12-12 Clément Bœschavfilter/uspp: use AVFILTER_DEFINE_CLASS()
2014-12-12 Clément Bœschavfilter/uspp: make src const in store_slice_c()
2014-12-12 Clément Bœschavfilter/uspp: misc style fixes
2014-12-12 Arwa Ariflavfi: USPP Filter