summaryrefslogtreecommitdiff
path: root/libavcodec/dnxhddec.c
Commit message (Expand)AuthorAge
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-20
* avcodec/dnxhddec: ignore second flag for encoded fieldPaul B Mahol2021-08-25
* avcodec/dnxhddec: check and propagate function return valuemaryam ebr2021-08-03
* avcodec/dnxhddec: Mark decoder as init-threadsafeAndreas Rheinhardt2021-05-10
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec/dnxhd: Make ff_dxnhd_get_cid_table return a pointer, not indexAndreas Rheinhardt2021-01-26
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-01
* pthread_frame: merge the functionality for normal decoder init and init_threa...Anton Khirnov2020-04-10
* libavcodec, libpostproc: Remove outcommented START/STOP_TIMERAndreas Rheinhardt2020-03-14
* avcodec/dnxhddec: properly set colorspacePaul B Mahol2020-01-29
* avcodec/dnxhddec: fix block alignmentRamiro Polla2018-12-26
* avcodec/dnxhddec: use init_get_bits8()Paul B Mahol2018-12-03
* avcodec/dnxhddec: ask for samples with alphaPaul B Mahol2018-09-06
* avcodec/dnxhddec: Check dc vlcMichael Niedermayer2018-01-05
* avcodec/dnxhddec: Do not overwrite colorspace if the container has set it.Steven Robertson2017-11-30
* avcodec/dnxhddec: Move mb height check out of non hr branchMichael Niedermayer2017-07-27
* avcodec/dnxhddec: fix -Wformat warning raised by DJGPPJames Almer2017-04-11
* avcodec/dnxhddec: add support for very big resolutionsPaul B Mahol2017-04-11
* dnxhd: initialize DNXHDContext::avctx to each thread's respective one.Ronald S. Bultje2017-03-31
* Fix all -Wformat warnings raised by DJGPPClément Bœsch2017-03-29
* Merge commit '1263b2039eb5aaf1522e9de9f07c787ab30a5f50'Clément Bœsch2017-03-24
|\
| * Adjust printf conversion specifiers to match variable signednessDiego Biurrun2016-10-28
| * dnxhddec: Enable frame threadingVittorio Giovara2015-09-29
* | avcodec/dnxhddec: fix decoding of DNxHR HQX 10-bitPaul B Mahol2017-02-22
* | lavc: Remove CR/LF from avpriv_request_sample() calls.Carl Eugen Hoyos2016-12-03
* | libavcodec/dnxhd: Enable 12-bit DNxHR support.Steven Robertson2016-08-03
* | avcodec/dnxhddata: move avpriv_dnxhd_parse_header_prefix to a headerJames Almer2016-07-25
* | libavcodec/dnxhd: add dnxhr profilesMark Reid2016-07-20
* | libavcodec/dnxhd: add support more dnxhr header prefixesMark Reid2016-07-16
* | libavcodec/dnxhd_parser: add parser and probe support raw 444 and dnxhr formatsMark Reid2016-02-14
* | avcodec/dnxhddec: Fix runtime error: left shift of negative valueMichael Niedermayer2015-12-04
* | avcodec/dnxhddec: Disable 12bit by defaultMichael Niedermayer2015-11-29
* | avcodec/dnxhddec: Make mb_scan_index a fixed length arrayMichael Niedermayer2015-11-06
* | dnxhd: interleave AC levels and flagsChristophe Gisquet2015-10-15
* | dnxhddec: better support for 4:4:4Christophe Gisquet2015-10-07
* | dnxhd: add better support for CIDs 1270 to 1274Jeremy James2015-10-05
* | dnxhd: add CID 1270Christophe Gisquet2015-10-05
* | dnxhd: add decoder support for DNxHRJeremy James2015-10-05
* | dnxhddec: Introduce DNXHD_VARIABLEChristophe Gisquet2015-10-05
* | dnxhddec: cleanup frame header parsingChristophe Gisquet2015-10-05
* | dnxhddec: init scantable once permutation is setChristophe Gisquet2015-10-02
* | dnxhddec: use dequantization formula from specsChristophe Gisquet2015-10-02
* | dnxhddec: initialize with mb-aligned dimensionsChristophe Gisquet2015-10-02
* | Merge commit 'c49cbecbae5a42f4ca004197b0118cc50aaaca2e'Hendrik Leppkes2015-09-29
|\|
| * dnxhddec: Decode and use interlace mb flagChristophe Gisquet2015-09-29
* | dnxhddec: add my contributionsChristophe Gisquet2015-09-28
* | dnxhddec: reindent/cosmeticsChristophe Gisquet2015-09-28
* | dnxhddec: use unsafe bitstream readerChristophe Gisquet2015-09-28
* | dnxhddec: check and report bitstream errorsChristophe Gisquet2015-09-27
* | dnxhddec: simplify block parsing callsChristophe Gisquet2015-09-27