Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-10-23Merge commit '302554835e39b79b977ed60c9afe81b44590dfef'James Almer
* commit '302554835e39b79b977ed60c9afe81b44590dfef': lavc: Drop deprecated unused public members Merged-by: James Almer <jamrial@gmail.com>
2017-10-23Merge commit '0871e2337777d9161e7f3554bcad19dabc9e15e1'James Almer
* commit '0871e2337777d9161e7f3554bcad19dabc9e15e1': lavc: Drop deprecated architectures symbols Merged-by: James Almer <jamrial@gmail.com>
2015-10-26avcodec/avdct: remove redundant "default" information in optionsClément Bœsch
2015-08-18Prepare for removal of obsolete FF_IDCT_* members.Ronald S. Bultje
2014-12-15avcodec/avdct: support >8bit per sample dctsMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-08-09avcodec/avdct: add "xvid" alias AVOption and use FF_IDCT_XVIDMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-08-04avcodec/avdct: Add get_pixels()Michael Niedermayer
Suggested-by: ubitux Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-07-28avcodec/avdct: Add avcodec_dct_get_class()Michael Niedermayer
This should have been in the initial commit of AVDCT Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-07-27avcodec: add avdctMichael Niedermayer
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>