]> git.sesse.net Git - ffmpeg/history - libavfilter/vf_uspp.c
Merge commit 'fd665f7f48fa7db89eb9a93ac33919f6adc40f9d'
[ffmpeg] / libavfilter / vf_uspp.c
2014-12-14 Michael NiedermayerMerge commit 'fd665f7f48fa7db89eb9a93ac33919f6adc40f9d'
2014-12-14 Michael NiedermayerMerge commit '559fa0d41b5cf8f7e1ba89d1ac70e74712eb2816'
2014-12-14 Michael NiedermayerMerge commit '8502c1e9ff9c1dbb6e467630c048d098f4064021'
2014-12-14 Michael NiedermayerMerge commit '8b51bcfed75721e0d20832e5a90e1d585318c9d9'
2014-12-14 Michael NiedermayerMerge commit 'e10e6651b50b4087f08813f3e503620db7413d3a'
2014-12-13 Michael Niedermayeravfilter/vf_uspp: fix gray pixfmt handling
2014-12-13 Michael Niedermayeravfilter/vf_uspp: fix used chroma subsampling factors
2014-12-13 Michael Niedermayeravfilter/vf_uspp: fix used pix_fmt
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