summaryrefslogtreecommitdiff
path: root/libavcodec/amfenc_h264.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec: Add FF_CODEC_CAP_NOT_INIT_THREADSAFEAndreas Rheinhardt2022-07-181-1/+2
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-1/+1
* avcodec/codec_internal: Rename AVCodecDefault->FFCodecDefaultAndreas Rheinhardt2022-03-211-1/+1
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-9/+9
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec/amfenc: use AVCodecContext.get_encode_buffer()James Almer2021-03-171-1/+2
* lavc/amfenc: Add hardware config metadataOvchinnikovDmitrii2020-11-081-0/+1
* avcodec/encode: restructure the core encoding codeJames Almer2020-06-181-1/+0
* libavcodec/amfenc_h264.c: Changed loop filter flag default value.OvchinnikovDmitrii2019-10-111-0/+1
* Merge commit '34c113335b53d83ed343de49741f0823aa1f8cc6'Mark Thompson2018-01-161-3/+3
|\
| * Add support for H.264 and HEVC hardware encoding for AMD GPUs based on AMF SDKMichael Wootton2018-01-041-0/+400
* amf: fix wrong profile level after auto-correction in H264 and HEVCMironov, Mikhail2017-12-091-5/+5
* Add HW H.264 and HEVC encoding for AMD GPUs based on AMF SDKMikhail Mironov2017-11-281-0/+395