summaryrefslogtreecommitdiff
path: root/libavcodec/libxavs2.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/libxavs2: use av_dict_iterateMarvin Scholz2022-12-011-2/+2
* 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/libxavs2: Improve r redundancy in occuredMichael Niedermayer2022-05-061-1/+1
* 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-1/+1
* avcodec/mpegvideo: Move encoder-only stuff to a new headerAndreas Rheinhardt2022-02-131-0/+2
* avcodec/libxavs2: Allow user-supplied buffersAndreas Rheinhardt2021-05-231-5/+5
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* 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
* lavc/libxavs2.c: mark key-frame packetshwren2020-07-281-0/+6
* avcodec/libxavs2: use AV_OPT_TYPE_DICT for xavs2-paramsMarton Balint2020-01-011-11/+5
* lavc/libxavs2.c: optimize error descriptionshwren2019-12-041-6/+6
* lavc/libxavs2.c: fix code style - spaceshwren2019-12-041-8/+5
* lavc/libxavs2.c: avoid recomputations of pointers in xavs2_copy_frame* functionshwren2019-12-041-9/+23
* lavc/libxavs2.c: use more descriptive variable names in xavs2_copy_frame* fun...hwren2019-12-041-15/+14
* lavc/libxavs2: fix parameter setting result determinationhwren2019-10-151-1/+1
* lavc/libxavs2: use upper layer qp parameters firsthwren2019-02-191-2/+2
* lavc/libxavs2: remove unused context parameterhwren2019-02-191-1/+0
* lavc/libxavs2: Cosmetics: Fix indentation for switch statementJun Zhao2019-01-041-17/+17
* lavc/libxavs2: Remove yuv420p10le from fromat list.Jun Zhao2018-10-281-1/+2
* lavc/libxavs2: enable OpenGophwren2018-10-281-1/+1
* lavc/libxavs2: fix intra period meaning conflicthwren2018-10-281-2/+2
* lavc/libxavs2: unified naming stylehwren2018-10-281-13/+13
* lavc/libxavs2: remove nonexistent parametershwren2018-09-171-4/+0
* lavc, doc, configure: add libxavs2 video encoder wrapperhwren2018-09-111-0/+297