aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/av1dec.c
Commit message (Expand)AuthorAgeFilesLines
* av1dec: Add force_integer_mv derived field for decoder useMark Thompson2024-05-061-0/+7
* avcodec/av1dec: Change bit_depth to intMichael Niedermayer2024-05-031-1/+1
* avcodec/av1dec: bit_depth cannot be another values than 8,10,12Michael Niedermayer2024-05-031-4/+4
* avcodec/av1dec: Always set ret before goto endAndreas Rheinhardt2024-05-021-9/+15
* av1dec: Fix RefFrameSignBias calculationMark Thompson2024-04-221-2/+7
* avcodec/dovi_rpu: store entire config recordNiklas Haas2024-04-221-3/+3
* avcodec/av1dec: Make av1_frame_replace() out of av1_frame_ref()Andreas Rheinhardt2024-04-211-13/+8
* avcodec/av1dec: Use ProgressFramesAndreas Rheinhardt2024-04-211-67/+25
* lavc/av1: Record reference ordering information for each frameMark Thompson2024-04-141-0/+26
* avcodec/dovi_rpu: verify RPU data CRC32Niklas Haas2024-04-031-1/+2
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-311-0/+1
* avcodec/av1dec: signal new AVFilmGrainParams membersNiklas Haas2024-03-231-0/+10
* avcodec/av1dec: use named constants for ITU-T T.35 metadataJames Almer2024-03-191-5/+7
* avcodec/av1dec: parse DV profile 10 T.35 OBUNiklas Haas2024-03-111-0/+25
* lavc/*dec: use side data preference for mastering display/content light metadataAnton Khirnov2024-03-081-18/+26
* avcodec/av1dec: respect side data preferenceNiklas Haas2024-03-081-2/+3
* avcodec/av1dec: implement FF_CODEC_CAP_SKIP_FRAME_FILL_PARAMJames Almer2024-02-291-21/+37
* avcodec/av1dec: Return error for unsupported tile list OBUFei Wang2024-02-291-0/+6
* avcodec/av1dec: Move message of OBU info back to the beginningFei Wang2024-02-291-1/+2
* avcodec/av1dec: fix matrix coefficients exposed by codec contextJan Ekström2024-02-201-1/+1
* Revert "all: Don't set AVClass.item_name to its default value"Anton Khirnov2024-01-201-0/+1
* all: Don't set AVClass.item_name to its default valueAndreas Rheinhardt2023-12-221-1/+0
* avcodec: add D3D12VA hardware accelerated AV1 decodingWu Jianhua2023-12-211-0/+10
* avcodec/av1dec: Fix resolving zero divisorMichael Niedermayer2023-12-051-1/+1
* avcodec/av1dec, vaapi_av1: Remove excessive logmessagesAndreas Rheinhardt2023-10-221-8/+2
* avcodec/pthread_frame: Remove ff_thread_release_buffer()Andreas Rheinhardt2023-10-221-14/+17
* avcodec/decode: Use RefStruct API for hwaccel_picture_privateAndreas Rheinhardt2023-10-071-11/+4
* avcodec/cbs: Use RefStruct-API for unit contentAndreas Rheinhardt2023-10-071-37/+12
* avcodec/thread: Remove ff_thread_get_format defineAndreas Rheinhardt2023-09-131-1/+1
* avcodec/av1dec: Don't rely on AV_PIX_FMT_NONE == -1Andreas Rheinhardt2023-09-131-1/+1
* avcodec/av1dec: Pass AVCodecContext* as logctx in get_sw_pixel_format()Andreas Rheinhardt2023-09-131-6/+6
* avcodec/av1dec: export pixel format even if no hardware decoder is presentJames Almer2023-09-081-16/+25
* avcodec/av1dec: don't set aspect ratio when it's not yet knownJames Almer2023-09-061-1/+0
* avcodec/avcodec: Add FFHWAccel, hide internals of AVHWAccelAndreas Rheinhardt2023-08-071-11/+10
* avcodec/decode: Extend ff_hwaccel_frame_priv_alloc()'s taskAndreas Rheinhardt2023-08-071-11/+5
* avcodec/av1dec: remove FF_CODEC_CAP_SETS_PKT_DTS flagJames Almer2023-07-111-2/+1
* avcodec/av1dec: reset the fragment on extradata reading failureJames Almer2023-06-021-1/+1
* avcodec/av1dec: reset the fragment on reading failureJames Almer2023-06-021-0/+1
* av1dec: add Vulkan hwaccelLynne2023-05-291-1/+46
* av1: set skip mode frames properlyDave Airlie2023-05-291-1/+3
* avcodec: add AVHWAccel.flush callbackLynne2023-05-291-0/+3
* avcodec: add AVHWAccel.free_frame_priv callbackLynne2023-05-291-2/+2
* avcodec/av1dec: convert to receive_frame()James Almer2023-05-251-22/+61
* lavc/av1*: fix exporting framerateAnton Khirnov2023-05-151-9/+5
* avcodec: use the new AVFrame key_frame flag in all decoders and encodersJames Almer2023-05-041-1/+4
* avcodec/avutil: move dynamic HDR10+ metadata parsing to libavutilRaphaël Zumer2023-03-211-3/+3
* lavu/frame: deprecate AVFrame.pkt_{pos,size}Anton Khirnov2023-03-201-0/+4
* avcodec/av1dec: Fix unintended fallthroughAndreas Rheinhardt2023-03-151-0/+1
* avcodec/av1dec: make CBS parse only the OBU types we care aboutJames Almer2023-03-101-0/+13
* avcodec/av1dec: parse and export Metadata OBUsJames Almer2023-03-101-0/+167