summaryrefslogtreecommitdiff
path: root/libavcodec/dnxhdenc.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: use the new AVFrame interlace flags in all decoders and encodersJames Almer2023-05-041-1/+2
* lavc: support AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE in all no-delay encodersAnton Khirnov2023-01-291-1/+1
* avcodec/blockdsp: Remove unused AVCodecContext parameterAndreas Rheinhardt2022-09-211-1/+1
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec: Constify frame->data pointers for encoders where possibleAndreas Rheinhardt2022-08-051-3/+3
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-1/+1
* all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt2022-06-151-2/+3
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-1/+1
* avcodec/internal: Move FF_SIGNBIT and ff_log2_run to mathops.hAndreas Rheinhardt2022-03-211-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/dnxhdenc: fill unused bytes from put bits buffer with zerosPaul B Mahol2022-03-051-0/+1
* avcodec/dnxhdenc: retry increasing qscale to not overflow max_bitsPaul B Mahol2022-03-051-3/+5
* avcodec/dnxhdenc: fix possible out of bound writes for big w/hPaul B Mahol2022-03-041-0/+3
* avcodec/mpegvideo: Move encoder-only stuff to a new headerAndreas Rheinhardt2022-02-131-0/+1
* avcodec/dnxhddata: Unavpriv dnxhd_get_(hr_|)_frame_size()Andreas Rheinhardt2021-11-191-1/+1
* avcodec/dnxhdenc: Remove redundant pixel format checkAndreas Rheinhardt2021-10-021-4/+0
* avcodec/encoders: Remove redundant setting of AV_PKT_FLAG_KEYAndreas Rheinhardt2021-09-281-1/+0
* avcodec/dnxhdenc: Mark encoder as init-threadsafeAndreas Rheinhardt2021-05-101-1/+1
* avcodec/dnxhdenc: Use av_memdup() instead of av_malloc()+memcpy()Andreas Rheinhardt2021-05-101-2/+1
* avcodec/dnxhdenc: Fix segfault when using too many slice threadsAndreas Rheinhardt2021-05-101-1/+1
* avcodec/dnxhdenc: Avoid copying packet data, allow user-supplied buffersAndreas Rheinhardt2021-05-051-2/+4
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec: Remove deprecated AVCodecContext.coded_frameAndreas Rheinhardt2021-04-271-17/+0
* avcodec/dnxhd: Make ff_dxnhd_get_cid_table return a pointer, not indexAndreas Rheinhardt2021-01-261-5/+3
* lavu: move LOCAL_ALIGNED from internal.h to mem_internal.hAnton Khirnov2021-01-011-0/+1
* avcodec/dnxhdenc: remove FF_ALLOCZ_ARRAY_OR_GOTO and gotos labelLimin Wang2020-06-131-43/+22
* avcodec/internal: move packet related functions to their own headerJames Almer2020-06-021-0/+1
* avcodec: deprecate Lossless and Intra Only encoder capabilitesJames Almer2020-05-211-1/+1
* libavcodec, libpostproc: Remove outcommented START/STOP_TIMERAndreas Rheinhardt2020-03-141-3/+1
* avcodec/dnxhdenc: Fix undefined left shifts of negative numbersAndreas Rheinhardt2019-09-281-3/+3
* avcodec/dnxhdenc: return error if av_malloc failedLimin Wang2019-09-251-0/+2
* libavcodec/dnxhd: change ff_dnxhd_get_hr_frame_size to avpriv_Jason Stevens2018-09-101-1/+1
* avcodec/dnxhdenc: interlaced is not supported in DNxHRPaul B Mahol2018-09-061-0/+6
* avcodec/dnxhdenc: stop leaking memory when initalization failsPaul B Mahol2018-08-311-9/+9
* avcodec/dnxhdenc: do not free nonexistent slice threads data when frame threa...Paul B Mahol2018-06-011-2/+4
* Merge commit '94eed68ace9f2416af8457fcbf142b175928c06b'James Almer2017-10-231-6/+0
|\
| * lavc: Drop deprecated options moved to private contextsVittorio Giovara2017-03-231-6/+0
| * lavc: Remove deprecated XvMC support hacksDiego Biurrun2017-03-231-1/+1
* | avcodec/dnxhdenc: fix DNxHR 444 encoding crashesFrédéric Devernay2017-09-261-8/+8
* | avcodec/dnxhdenc: call slice thread code only if slice threading is enabledPaul B Mahol2017-08-171-6/+10
* | avcodec/dnxhdenc: enable frame threadingPaul B Mahol2017-07-271-1/+1
* | avcodec/dnxhdenc: Assert that frame size is not assigned an error codeMichael Niedermayer2017-06-151-0/+1
* | avcodec/dnxhdenc: fix recent regressionPaul B Mahol2017-04-151-1/+1
* | avcodec/dnxhd*: add ff_dnxhd_get_hr_frame_size()Paul B Mahol2017-04-141-9/+2
* | avcodec/dnxhdenc: make sure that mb_height > 255 can be storedPaul B Mahol2017-04-141-1/+1
* | avcodec/dnxhdenc: fix indentation issuePaul B Mahol2017-04-011-3/+3
* | avcodec/dnxhdenc: DNxHR 444 and HQX supportPaul B Mahol2017-04-011-68/+212
* | Merge commit '47756f51fe836959ffa5c6e2baeacbd71e150069'Clément Bœsch2017-03-241-9/+0
|\ \ | |/