summaryrefslogtreecommitdiff
path: root/libavcodec/dnxhddec.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: use the new AVFrame key_frame flag in all decoders and encodersJames Almer2023-05-041-1/+1
* avcodec: use the new AVFrame interlace flags in all decoders and encodersJames Almer2023-05-041-7/+8
* avcodec/dnxhddec: Only keep what is used from ScanTableAndreas Rheinhardt2022-10-241-4/+4
* 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/internal: Move ff_set_dimensions() to decode.hAndreas Rheinhardt2022-08-271-2/+2
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-1/+0
* 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-7/+7
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* avcodec/thread: Don't use ThreadFrame when unnecessaryAndreas Rheinhardt2022-02-091-2/+1
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-201-1/+1
* avcodec/dnxhddec: ignore second flag for encoded fieldPaul B Mahol2021-08-251-1/+1
* avcodec/dnxhddec: check and propagate function return valuemaryam ebr2021-08-031-7/+15
* avcodec/dnxhddec: Mark decoder as init-threadsafeAndreas Rheinhardt2021-05-101-0/+1
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec/dnxhd: Make ff_dxnhd_get_cid_table return a pointer, not indexAndreas Rheinhardt2021-01-261-6/+7
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-011-0/+2
* pthread_frame: merge the functionality for normal decoder init and init_threa...Anton Khirnov2020-04-101-16/+0
* libavcodec, libpostproc: Remove outcommented START/STOP_TIMERAndreas Rheinhardt2020-03-141-3/+0
* avcodec/dnxhddec: properly set colorspacePaul B Mahol2020-01-291-1/+8
* avcodec/dnxhddec: fix block alignmentRamiro Polla2018-12-261-1/+1
* avcodec/dnxhddec: use init_get_bits8()Paul B Mahol2018-12-031-2/+6
* avcodec/dnxhddec: ask for samples with alphaPaul B Mahol2018-09-061-0/+6
* avcodec/dnxhddec: Check dc vlcMichael Niedermayer2018-01-051-1/+5
* avcodec/dnxhddec: Do not overwrite colorspace if the container has set it.Steven Robertson2017-11-301-1/+3
* avcodec/dnxhddec: Move mb height check out of non hr branchMichael Niedermayer2017-07-271-2/+6
* avcodec/dnxhddec: fix -Wformat warning raised by DJGPPJames Almer2017-04-111-1/+1
* avcodec/dnxhddec: add support for very big resolutionsPaul B Mahol2017-04-111-3/+7
* dnxhd: initialize DNXHDContext::avctx to each thread's respective one.Ronald S. Bultje2017-03-311-0/+1
* Fix all -Wformat warnings raised by DJGPPClément Bœsch2017-03-291-4/+5
* Merge commit '1263b2039eb5aaf1522e9de9f07c787ab30a5f50'Clément Bœsch2017-03-241-2/+2
|\
| * Adjust printf conversion specifiers to match variable signednessDiego Biurrun2016-10-281-5/+5
| * dnxhddec: Enable frame threadingVittorio Giovara2015-09-291-8/+11
* | avcodec/dnxhddec: fix decoding of DNxHR HQX 10-bitPaul B Mahol2017-02-221-1/+4
* | lavc: Remove CR/LF from avpriv_request_sample() calls.Carl Eugen Hoyos2016-12-031-1/+1
* | libavcodec/dnxhd: Enable 12-bit DNxHR support.Steven Robertson2016-08-031-6/+1
* | avcodec/dnxhddata: move avpriv_dnxhd_parse_header_prefix to a headerJames Almer2016-07-251-1/+1
* | libavcodec/dnxhd: add dnxhr profilesMark Reid2016-07-201-0/+22
* | libavcodec/dnxhd: add support more dnxhr header prefixesMark Reid2016-07-161-1/+1
* | libavcodec/dnxhd_parser: add parser and probe support raw 444 and dnxhr formatsMark Reid2016-02-141-8/+4
* | avcodec/dnxhddec: Fix runtime error: left shift of negative valueMichael Niedermayer2015-12-041-1/+1
* | avcodec/dnxhddec: Disable 12bit by defaultMichael Niedermayer2015-11-291-0/+5
* | avcodec/dnxhddec: Make mb_scan_index a fixed length arrayMichael Niedermayer2015-11-061-10/+2
* | dnxhd: interleave AC levels and flagsChristophe Gisquet2015-10-151-4/+3
* | dnxhddec: better support for 4:4:4Christophe Gisquet2015-10-071-33/+76
* | dnxhd: add better support for CIDs 1270 to 1274Jeremy James2015-10-051-21/+71
* | dnxhd: add CID 1270Christophe Gisquet2015-10-051-1/+1
* | dnxhd: add decoder support for DNxHRJeremy James2015-10-051-1/+2