summaryrefslogtreecommitdiffstats
path: root/libavcodec/blockdsp.h
Commit message (Collapse)AuthorAgeFilesLines
* lavc: Remove deprecated XvMC support hacksDiego Biurrun2017-03-231-9/+1
| | | | Deprecated in 11/2013.
* blockdsp: Change type of array stride parameters to ptrdiff_tDiego Biurrun2016-09-291-1/+2
| | | | ptrdiff_t is the correct type for array strides and similar.
* blockdsp: drop the high_bit_depth parameterAnton Khirnov2016-09-221-4/+4
| | | | | It has no effect, since the code is supposed to operate the same way for any bit depth.
* dsputil: Split clear_block*/fill_block* off into a separate contextDiego Biurrun2014-06-181-0/+52
OpenPOWER on IntegriCloud