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-03-29vp9: split out generic decoding skeleton interface API from VP9 types.Ronald S. Bultje
This allows vp9dsp.h to only include the VP9 types header, and not the decoder skeleton interface which is for hardware decoders (dxva2/vaapi).
2017-03-29vp9: re-split the decoder/format/dsp interface header files.Ronald S. Bultje
The advantage here is that the internal software decoder interface is not exposed to the DSP functions or the hardware accelerations.
2017-03-27lavc/vp9: shuffle header declarationClément Bœsch
This reduces diff with Libav.
2017-03-27lavc/vp9: consistent use of typedef instead of structClément Bœsch
2017-03-27lavc/vp9: split into vp9{block,data,mvs}Clément Bœsch
This is following Libav layout to ease merges.
2016-12-06avcodec/vp9: move bpp to the shared context for use in hwaccelMathieu Velten
Signed-off-by: Mark Thompson <sw@jkqxz.net>
2015-12-07vp9: add hwaccel hooksHendrik Leppkes
2015-10-15vp9: expose reference frames in VP9SharedContextHendrik Leppkes
2015-10-15vp9: split header into separate struct and expose in vp9.hRonald S. Bultje
This allows hwaccels to access the bitstream header information.
2013-10-03Native VP9 decoder.Ronald S. Bultje
Authors: Ronald S. Bultje <rsbultje gmail com>, Clement Boesch <u pkh me>