summaryrefslogtreecommitdiffstats
path: root/libavcodec/blockdsp.c
Commit message (Collapse)AuthorAgeFilesLines
* lavc: Remove deprecated XvMC support hacksDiego Biurrun2017-03-231-7/+3
| | | | Deprecated in 11/2013.
* blockdsp: Change type of array stride parameters to ptrdiff_tDiego Biurrun2016-09-291-2/+4
| | | | ptrdiff_t is the correct type for array strides and similar.
* blockdsp: drop the high_bit_depth parameterAnton Khirnov2016-09-221-6/+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/+78
OpenPOWER on IntegriCloud