summaryrefslogtreecommitdiff
path: root/libavcodec/copy_block.h
Commit message (Collapse)AuthorAge
* lavc/copy_block: style fixClément Bœsch2017-03-20
|
* Merge commit '73f5e17a203713c4ac4e5a821809823b383b195f'Clément Bœsch2017-03-20
|\ | | | | | | | | | | | | * commit '73f5e17a203713c4ac4e5a821809823b383b195f': copy_block: Change type of array stride parameters to ptrdiff_t Merged-by: Clément Bœsch <u@pkh.me>
| * copy_block: Change type of array stride parameters to ptrdiff_tDiego Biurrun2016-09-04
| | | | | | | | ptrdiff_t is the correct type for array strides and similar.
* | Merge commit 'd37c96213a2a9e1fd8669122d5405f4ce6a99ed8'Michael Niedermayer2014-03-28
|\| | | | | | | | | | | | | | | | | | | * commit 'd37c96213a2a9e1fd8669122d5405f4ce6a99ed8': lavc: restore copy_block{4,16} functions Conflicts: libavcodec/copy_block.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavc: restore copy_block{4,16} functionsVittorio Giovara2014-03-27
| | | | | | | | They were removed in 9e31729d692f1e721b7ed1a3a0f51b68c064d68f.
* | Merge commit 'b4e355c89e23664b8dac26936bf3fa7e7bc2110f'Michael Niedermayer2014-03-12
|\| | | | | | | | | | | | | * commit 'b4e355c89e23664b8dac26936bf3fa7e7bc2110f': copy_block: K&R formatting cosmetics Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * copy_block: K&R formatting cosmeticsVittorio Giovara2014-03-12
| |
* | Merge commit 'b9ba5253dd1232be4b48cfe61c31ff4b3de3d10a'Michael Niedermayer2013-02-09
|/ | | | | | | | | | * commit 'b9ba5253dd1232be4b48cfe61c31ff4b3de3d10a': dsputil: Move copy_block functions to a separate header dsputil: Drop unused functions copy_block{2|4|16} No functions are droped because they are used in several places. Merged-by: Michael Niedermayer <michaelni@gmx.at>
* dsputil: Move copy_block functions to a separate headerDiego Biurrun2013-02-07