summaryrefslogtreecommitdiff
path: root/libavcodec/dnxhddec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | dnxhddec: Introduce DNXHD_VARIABLEChristophe Gisquet2015-10-051-2/+4
* | dnxhddec: cleanup frame header parsingChristophe Gisquet2015-10-051-27/+27
* | dnxhddec: init scantable once permutation is setChristophe Gisquet2015-10-021-2/+2
* | dnxhddec: use dequantization formula from specsChristophe Gisquet2015-10-021-1/+2
* | dnxhddec: initialize with mb-aligned dimensionsChristophe Gisquet2015-10-021-0/+3
* | Merge commit 'c49cbecbae5a42f4ca004197b0118cc50aaaca2e'Hendrik Leppkes2015-09-291-1/+2
|\ \ | |/
| * dnxhddec: Decode and use interlace mb flagChristophe Gisquet2015-09-291-4/+19
* | dnxhddec: add my contributionsChristophe Gisquet2015-09-281-0/+2
* | dnxhddec: reindent/cosmeticsChristophe Gisquet2015-09-281-16/+16
* | dnxhddec: use unsafe bitstream readerChristophe Gisquet2015-09-281-0/+1
* | dnxhddec: check and report bitstream errorsChristophe Gisquet2015-09-271-14/+34
* | dnxhddec: simplify block parsing callsChristophe Gisquet2015-09-271-27/+16