aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/libx265.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/lib*, avformat/tee: Simplify iterating over AVDictionaryAndreas Rheinhardt2024-05-201-2/+2
* avcodec/libx265: implement dolby vision codingNiklas Haas2024-04-221-0/+40
* avcodec/libx265: do not arbitrarily limit color valuesJan Ekström2024-04-031-6/+3
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-311-0/+1
* avutil/frame: Rename av_frame_side_data_get and add wrapper for itAndreas Rheinhardt2024-03-221-4/+2
* avcodec/libx265: Pass logctx as void*, not AVClass**Andreas Rheinhardt2024-03-221-3/+3
* avcodec/libx265: Don't use AVBPrint unnecessarilyAndreas Rheinhardt2024-03-221-25/+6
* avcodec/libx265: add support for writing out CLL and MDCVJan Ekström2024-03-201-0/+89
* avutil: remove deprecated FF_API_REORDERED_OPAQUEJames Almer2024-03-071-20/+0
* 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/utils: move ff_add_cpb_side_data() to encoder codeJames Almer2023-09-061-1/+1
* lavc: deprecate AVCodecContext.ticks_per_frameAnton Khirnov2023-05-151-1/+7
* avcodec/libx265: fix else clause when zeroing reordered_opaqueMarton Balint2023-02-161-1/+2
* lavu/frame: deprecate reordered_opaqueAnton Khirnov2023-02-041-1/+16
* lavc/libx265: pass through frame durations to encoded packetsAnton Khirnov2023-01-291-0/+3
* lavc: add a codec flag for propagating opaque from frames to packetsAnton Khirnov2023-01-291-11/+31
* lavc/libx265: restructure handling reordered_opaqueAnton Khirnov2023-01-041-12/+73
* avcodec/libx265: fix build errorZhao Zhili2022-11-181-2/+0
* libx265: support ATSC A/53 captionserankor2022-11-101-7/+56
* 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/libx265: make X265 CSP selection pixel format independentJan Ekström2022-06-271-30/+31
* 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-12/+12
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* avcodec/libx26[45]: reindent after last commitLimin Wang2021-12-281-24/+24
* avcodec/libx26[45]: add udu_sei option to import user data unregistered SEIsLimin Wang2021-12-281-0/+4
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-201-1/+1
* avcodec/libx265: add support for setting chroma sample locationJan Ekström2021-09-011-0/+13
* avcodec/libx265: only call av_pix_fmt_desc_get once in initJan Ekström2021-08-291-2/+3
* avcodec/libx265: improve full range flag setting logicJan Ekström2021-08-181-4/+9
* libavcodec/libx265: add user data unregistered SEI encodingBrad Hards2021-08-011-0/+33
* avcodec/libx265: Allow user-supplied buffersAndreas Rheinhardt2021-05-231-3/+5
* avcodec: Remove deprecated AVCodecContext.coded_frameAndreas Rheinhardt2021-04-271-6/+0
* lavc: rename AV_CODEC_CAP_AUTO_THREADS->AV_CODEC_CAP_OTHER_THREADSAnton Khirnov2021-03-161-1/+1
* lavc: replace internal use of AV_CODEC_CAP_AUTO_THREADS with an internal capAnton Khirnov2021-03-161-0/+1
* avcodec/libx265: Fix integer overflow in computation of max and avg bitrateLimin Wang2020-06-191-2/+2
* avcodec/internal: move packet related functions to their own headerJames Almer2020-06-021-0/+1
* avcodec/libx265: add support for reordered_opaqueJames Almer2020-05-191-1/+18
* avcodec/libx265: Fix Uninitialized scalar variableLimin Wang2020-05-081-0/+3
* avcodec/libx265: zero the padding bytes in extradataJames Almer2020-01-181-0/+1
* avcodec/libx265: use AV_OPT_TYPE_DICT for x265-paramsMarton Balint2020-01-011-22/+17
* avcodec/libx265: export encoded frame statsJames Almer2020-01-011-5/+11
* avcodec/libx265: add a qp option and apply the relevant global AVCodecContext...James Almer2020-01-011-0/+66
* avcodec/libx265: apply some global AVCodecContext settings to the encoder con...James Almer2020-01-011-0/+41
* lavc/x265: set preferred_transfer_characteristics for HLGZhong Li2019-12-121-0/+4
* libavcodec/libx265: add a flag to output ROI warnings only once.Guo, Yejun2019-09-241-1/+10
* libx265: Update ROI behaviour to match documentationMark Thompson2019-07-071-21/+23