summaryrefslogtreecommitdiff
path: root/libswscale/hscale.c
Commit message (Collapse)AuthorAgeFilesLines
* swscale: add opaque parameter to input functionsTimo Rothenpieler2022-08-191-6/+6
|
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-271-3/+3
| | | | | | | | | | Libav, for some reason, merged this as a public API function. This will aid in future merges. A define is left for backwards compat, just in case some person used it, since it is in a public header. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* swscale: Move Contexts used only in hscale.c into itMichael Niedermayer2016-01-141-0/+15
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* swscale: add license headers and copyrightsPedro Arthur2015-08-181-0/+20
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* swscale: refactor horizontal scalingPedro Arthur2015-08-181-0/+254
+ split color conversion from scaling - disabled gamma correction, until it's refactored too Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>