summaryrefslogtreecommitdiff
path: root/libavcodec/avdct.c
Commit message (Collapse)AuthorAge
* avcodec/avdct: remove redundant "default" information in optionsClément Bœsch2015-10-26
|
* Prepare for removal of obsolete FF_IDCT_* members.Ronald S. Bultje2015-08-18
|
* avcodec/avdct: support >8bit per sample dctsMichael Niedermayer2014-12-15
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec/avdct: add "xvid" alias AVOption and use FF_IDCT_XVIDMichael Niedermayer2014-08-09
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec/avdct: Add get_pixels()Michael Niedermayer2014-08-03
| | | | | Suggested-by: ubitux Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec/avdct: Add avcodec_dct_get_class()Michael Niedermayer2014-07-28
| | | | | | This should have been in the initial commit of AVDCT Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec: add avdctMichael Niedermayer2014-07-27
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>