summaryrefslogtreecommitdiff
path: root/libavcodec/libvpxdec.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/libvpxdec: Constify VP9-decoderAndreas Rheinhardt2023-03-131-1/+1
* avcodec/libvpxdec: remove unnecessary init_static_data functionJames Almer2023-03-011-1/+0
* lavc/libvpx: increase thread limit to 64OvchinnikovDmitrii2023-01-171-1/+1
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-2/+2
* avcodec/internal: Move ff_set_dimensions() to decode.hAndreas Rheinhardt2022-08-271-1/+0
* avcodec: Add FF_CODEC_CAP_NOT_INIT_THREADSAFEAndreas Rheinhardt2022-07-181-2/+4
* avcodec: Add const to decoder packet data pointersAndreas Rheinhardt2022-07-091-1/+1
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-2/+2
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-051-3/+2
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-15/+15
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-161-0/+2
* libvpxdec: Correct linking against variables.Matt Oliver2021-11-251-5/+5
* avcodec/avcodec: Don't include cpu.hAndreas Rheinhardt2021-07-221-0/+1
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt2021-04-271-1/+1
* lavc: rename AV_CODEC_CAP_AUTO_THREADS->AV_CODEC_CAP_OTHER_THREADSAnton Khirnov2021-03-161-2/+2
* lavc: replace internal use of AV_CODEC_CAP_AUTO_THREADS with an internal capAnton Khirnov2021-03-161-0/+2
* avcodec: use the buffer_size_t typedef where requiredJames Almer2021-03-101-1/+1
* avcodec/decode: move the ff_decode_frame_props() prototype to the proper headerJames Almer2020-08-201-0/+1
* avcodec, avformat: Remove unnecessary initializations of side data sizeAndreas Rheinhardt2020-06-221-1/+1
* 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
|\ \ | |/