summaryrefslogtreecommitdiffstats
path: root/libavcodec/avdct.h
Commit message (Collapse)AuthorAgeFilesLines
* avcodec/avdct: support >8bit per sample dctsMichael Niedermayer2014-12-151-0/+2
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec: Change get_pixels() to ptrdiff_t linesizeMichael Niedermayer2014-08-061-1/+1
| | | | | Found-by: ubitux Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec/avdct: Add get_pixels()Michael Niedermayer2014-08-031-0/+4
| | | | | Suggested-by: ubitux Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec/avdct: Add avcodec_dct_get_class()Michael Niedermayer2014-07-281-0/+2
| | | | | | This should have been in the initial commit of AVDCT Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec: add avdctMichael Niedermayer2014-07-271-0/+76
This provides a public sustainable API/ABI for DCT functions. Only externally used dct functions are included. The structure is extensible without ABI issues compared to the existing dct contexts. See Mailing list and IRC log of 2014-07-26/27 Reviewed-by: ubitux Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
OpenPOWER on IntegriCloud