summaryrefslogtreecommitdiff
path: root/libavcodec/vp9.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: use the new AVFrame key_frame flag in all decoders and encodersJames Almer2023-05-041-1/+4
* lavc/vp9: Add RGB* formats for VAAPI hwaccelFei Wang2023-03-271-0/+7
* lavc/vaapi: Add support for remaining 10/12bit profilesPhilip Langdale2022-09-031-0/+2
* avcodec/codec_internal: Add macros for update_thread_context(_for_user)Andreas Rheinhardt2022-09-031-1/+1
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec/internal: Move ff_set_dimensions() to decode.hAndreas Rheinhardt2022-08-271-1/+1
* avcodec/vp9: Remove redundant reporting of progress on errorAndreas Rheinhardt2022-08-101-6/+2
* lavc/vaapi: Declare support for decoding 8bit 4:4:4 contentPhilip Langdale2022-08-031-0/+5
* avcodec/vp8, vp9: Avoid using VP56mv and VP56Frame in VP8/9Andreas Rheinhardt2022-07-281-2/+1
* avcodec/vp56: Move VP5-9 range coder functions to a header of their ownAndreas Rheinhardt2022-07-281-36/+37
* avcodec/vp56: Move VP8/9-only rac functions to a header of their ownAndreas Rheinhardt2022-07-281-24/+25
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-1/+1
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-1/+1
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-051-3/+3
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-7/+7
* 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
* avcodec/threadframe: Add ff_thread_(get|release)_ext_buffer()Andreas Rheinhardt2022-02-091-9/+9
* avcodec/thread: Move ff_thread_(await|report)_progress to new headerAndreas Rheinhardt2022-02-091-0/+1
* lavc/videotoolbox: add VP9 hardware accelerationrcombs2021-11-281-1/+8
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-201-1/+1
* avcodec/vp9: Remove vp9_free_entries()Andreas Rheinhardt2021-09-041-11/+1
* avcodec/vp9: Use av_freep() instead of av_free()Andreas Rheinhardt2021-09-041-1/+1
* avcodec/vp9: Don't free buffer known to be NULLAndreas Rheinhardt2021-09-041-4/+1
* avcodec/vp9: Check initializing conditions/mutexesAndreas Rheinhardt2021-09-041-6/+11
* avcodec/vp9: Do not destroy uninitialized mutexes/conditionsAndreas Rheinhardt2021-09-041-5/+13
* avcodec/vp9: Mark decoder as init-threadsafeAndreas Rheinhardt2021-05-101-1/+1
* avcodec/vp9: Inline function with only one caller into itAndreas Rheinhardt2021-05-101-17/+8
* avcodec/vp9: Remove excessive log messagesAndreas Rheinhardt2021-05-101-6/+2
* avcodec/vp9: Cleanup generically on init failureAndreas Rheinhardt2021-05-101-3/+2
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avutil/frame: Remove deprecated AVFrame.pkt_pts fieldAndreas Rheinhardt2021-04-271-5/+0
* Mark some pointers as constAndreas Rheinhardt2021-01-011-1/+1
* avcodec/vp9: Fix stack-buffer overflow with VP9 VDPAU availableAndreas Rheinhardt2020-10-111-3/+0
* VP9 Profile 2 VDPAU supportManojGuptaBonda2020-10-081-0/+6
* vp9dec: support exporting QP tables through the AVVideoEncParams APIAnton Khirnov2020-05-121-0/+72
* vp9dec: factorise freeing per-tile allocated dataAnton Khirnov2020-05-121-20/+16
* lavc/vp9: fix reference frame dimensions check for SINGLE_REFERENCE modeLinjie Fu2020-05-051-2/+18
* lavc: Rename hwaccel.h to hwconfig.hMark Thompson2020-04-261-1/+1
* avcodec/vp9: prevent null pointer use on init_frames() failurePeter Ross2020-04-251-6/+3
* pthread_frame: merge the functionality for normal decoder init and init_threa...Anton Khirnov2020-04-101-6/+0
* lavc: replace AVCodecInternal.allocate_progress with an internal capAnton Khirnov2020-04-101-2/+2
* avcodec/vp9: use a buffer pool to allocate VP9Frame extradataJames Almer2020-03-261-1/+12
* avcodec: Replace get_bits_long() by get_bits() where possibleMichael Niedermayer2019-12-311-2/+2
* Add support for VP9 VDPAU hwaccel decodeManojGuptaBonda2019-10-261-1/+8
* libavcodec: Reduce the size of some arraysAndreas Rheinhardt2019-06-201-1/+1
* avcodec/vp9: Check in decode_tiles() if there is data remainingMichael Niedermayer2018-10-301-0/+3
* avcodec/vp9: add profile 2 10-bit DXVA2/D3D11 decoding supportHendrik Leppkes2018-04-131-1/+1
* avcodec/vp9: mark frame as finished on decode_tiles() failureMichael Niedermayer2017-12-151-1/+3
* vp9: use superframe split BSFwm42017-11-291-0/+1