summaryrefslogtreecommitdiff
path: root/libavcodec/libdavs2.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/decoders: Use const uint8_t* to access input packet dataAndreas Rheinhardt2022-07-041-1/+1
* avcodec/libdavs2: workaround memory leakZhao Zhili2022-07-041-0/+1
* avcodec/libdavs2: use frame rate code tableZhao Zhili2022-06-241-1/+3
* avcodec/libdavs2: export has_b_frames infoZhao Zhili2022-05-241-0/+6
* 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-2/+1
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-8/+8
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-1/+1
* avcodec/avcodec: Don't include cpu.hAndreas Rheinhardt2021-07-221-0/+1
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec/libdavs2: unbreak compilation failureGyan Doshi2021-03-171-0/+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/libdavs2: fix frame dumping error descriptionhwrenx2019-03-231-1/+1
* lavc/libdavs2: add davs2_flushhwrenx2019-03-231-0/+16
* lavc/libdavs2: fix parameter setting errorhwren2019-02-191-1/+1
* lavc/libdavs2: Cosmetics: Fix indentation for switch statementJun Zhao2019-01-041-17/+17
* lavc/libdavs2: enable multithreadhwrenx2018-12-261-1/+1
* lavc/libdavs2: fix function return value errorhwrenx2018-12-031-6/+10
* lavc/libdavs2: output delayed frameshwrenx2018-12-031-1/+19
* libdavs2: update api version and enable avx optionhwrenx2018-12-031-0/+3
* libavcodec/libdavs2.c: Fix for the wrong line size is usedLimin Wang2018-11-251-1/+1
* lavc/libdavs2: correct frame type settinghwren2018-11-181-1/+20
* lavc/libdavs2: remove unused frame counterhwren2018-11-181-3/+0
* lavc/libdavs2: Remove yuv420p10le from fromat list.Jun Zhao2018-10-281-1/+1
* lavc/libdavs2: fix error return codeshwren2018-09-171-3/+3
* lavc/libdavs2: remove unused header fileshwren2018-09-171-6/+0
* avs2: correct avs2 descriptionhwren2018-08-081-1/+1
* avcodec: add missing files missed in previous commitsJames Almer2018-07-271-0/+177