summaryrefslogtreecommitdiffstats
path: root/libavcodec/libvpxdec.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/libvpxdec.c,cosmetics: bpp -> bpcJames Zern2019-11-081-1/+1
* avcodec/libvpxdec: reject video and alpha dimension mismatchesMarton Balint2019-11-051-0/+11
* avcodec/libvpxdec: decode to custom framebuffers for vp9Marton Balint2019-11-051-5/+68
* avcodec/libvpxdec: pass decoder instances to vpx_init directlyMarton Balint2019-11-051-13/+13
* avcodec/libvpxdec: make sure BlockAdditional side data size >= 8Marton Balint2019-11-051-1/+1
* avcodec/libvpxdec: fix setting auto threadsJames Zern2018-10-291-2/+1
* avcodec: add metadata to identify wrappers and hardware decoderswm42017-12-141-0/+2
* libvpxdec: remove pre-1.4.0 checksJames Zern2017-11-201-25/+0
* avcodec/libvpxdec: Check that display dimensions fit in the storage dimensionsMichael Niedermayer2017-06-111-0/+7
* libvpxdec,cosmetics: rename common fns vp8 -> vpxJames Zern2016-07-211-14/+14
* libavcodec/libvpx: Add VPx alpha decode supportVignesh Venkatasubramanian2016-07-191-20/+87
* lavc/libvpx: Fix high-bitdepth pix_fmts on big endian.Carl Eugen Hoyos2016-02-191-10/+10
* libvpxdec: fix 'ISO C90 forbids mixed declarations and code' warningJames Zern2016-01-121-1/+1
* libvpx: Support setting color range for vp9.Sasi Inguva2016-01-091-0/+6
* lavc: add vp9 profiles to AVCodecDescriptorHendrik Leppkes2016-01-011-9/+2
* libvpxdec: apply RGB to 444P16 instead of 422P16.Ronald S. Bultje2015-09-111-10/+10
* libvpxdec: explicitly signal RGB.Ronald S. Bultje2015-09-041-0/+15
* Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-2/+2
|\
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-2/+2
| * libvpx: Support the vp9 extended profilesLuca Barbato2015-06-211-5/+2
* | libvpxdec: report colorspaceJames Zern2015-06-241-0/+7
* | libvpxdec: report profile for vp9James Zern2015-06-241-0/+18
* | libvpxdec: add 440 pixfmts.Ronald S. Bultje2015-05-071-0/+17
* | libvpxdec: cosmetics: reindentJames Zern2015-04-241-41/+42
* | Show correct pix_fmt for vp9 videos != AV_PIX_FMT_YUV420P.Carl Eugen Hoyos2014-09-261-1/+0
* | avcodec/libvpxdec: don't check for formats other than i420 when vp9 decoding ...James Almer2014-09-231-0/+2
* | avcodec/libvpxdec: Adds decode support for formats other than 420Deb Mukherjee2014-09-141-4/+60
* | avcodec/libvpx: set CODEC_CAP_EXPERIMENTAL correctly instead of testing at co...Michael Niedermayer2013-12-101-3/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-12-081-1/+5
|\ \ | |/
| * libvpx: do not mark VP9 as experimental when using libvpx >= 1.3.0Guillaume Martres2013-12-081-1/+5
* | libvpxdec: set CODEC_CAP_DR1 for vp9James Zern2013-11-231-1/+1
* | Merge commit '13207484bba8a8b78b40d5a22da8c9c555429089'Michael Niedermayer2013-11-011-3/+3
|\ \ | |/
| * libvpxdec: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-311-3/+3
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-041-2/+2
|\ \ | |/
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-2/+2
* | libvpxenc: Fix "passing argument 3 of av_image_copy from incompatible pointer...Michael Niedermayer2013-05-161-1/+1
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-121-9/+7
|\ \ | |/
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-9/+7
* | Merge commit '3f111804eb5c603a344706b84b7164cbf7b4e0df'Michael Niedermayer2013-01-151-3/+29
|\ \ | |/
| * libvpx: make vp8 and vp9 selectableLuca Barbato2013-01-141-6/+10
| * libvpx: support vp9Luca Barbato2013-01-141-2/+24
* | Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408'Michael Niedermayer2012-12-051-2/+2
|\ \ | |/
| * lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-041-2/+2
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-1/+1
|\ \ | |/
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-161-0/+1
|\ \ | |/
| * Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-121-1/+2
|\ \ | |/
OpenPOWER on IntegriCloud