summaryrefslogtreecommitdiff
path: root/libavcodec/dnxhdenc.c
Commit message (Expand)AuthorAge
* avcodec/dnxhdenc: remove FF_ALLOCZ_ARRAY_OR_GOTO and gotos labelLimin Wang2020-06-13
* avcodec/internal: move packet related functions to their own headerJames Almer2020-06-02
* avcodec: deprecate Lossless and Intra Only encoder capabilitesJames Almer2020-05-21
* libavcodec, libpostproc: Remove outcommented START/STOP_TIMERAndreas Rheinhardt2020-03-14
* avcodec/dnxhdenc: Fix undefined left shifts of negative numbersAndreas Rheinhardt2019-09-28
* avcodec/dnxhdenc: return error if av_malloc failedLimin Wang2019-09-25
* libavcodec/dnxhd: change ff_dnxhd_get_hr_frame_size to avpriv_Jason Stevens2018-09-10
* avcodec/dnxhdenc: interlaced is not supported in DNxHRPaul B Mahol2018-09-06
* avcodec/dnxhdenc: stop leaking memory when initalization failsPaul B Mahol2018-08-31
* avcodec/dnxhdenc: do not free nonexistent slice threads data when frame threa...Paul B Mahol2018-06-01
* Merge commit '94eed68ace9f2416af8457fcbf142b175928c06b'James Almer2017-10-23
|\
| * lavc: Drop deprecated options moved to private contextsVittorio Giovara2017-03-23
| * lavc: Remove deprecated XvMC support hacksDiego Biurrun2017-03-23
* | avcodec/dnxhdenc: fix DNxHR 444 encoding crashesFrédéric Devernay2017-09-26
* | avcodec/dnxhdenc: call slice thread code only if slice threading is enabledPaul B Mahol2017-08-17
* | avcodec/dnxhdenc: enable frame threadingPaul B Mahol2017-07-27
* | avcodec/dnxhdenc: Assert that frame size is not assigned an error codeMichael Niedermayer2017-06-15
* | avcodec/dnxhdenc: fix recent regressionPaul B Mahol2017-04-15
* | avcodec/dnxhd*: add ff_dnxhd_get_hr_frame_size()Paul B Mahol2017-04-14
* | avcodec/dnxhdenc: make sure that mb_height > 255 can be storedPaul B Mahol2017-04-14
* | avcodec/dnxhdenc: fix indentation issuePaul B Mahol2017-04-01
* | avcodec/dnxhdenc: DNxHR 444 and HQX supportPaul B Mahol2017-04-01
* | Merge commit '47756f51fe836959ffa5c6e2baeacbd71e150069'Clément Bœsch2017-03-24
|\|
| * dnxhdenc: Drop pointless, commented-out debug outputDiego Biurrun2016-10-27
| * Mark read-only tables as staticDiego Biurrun2016-05-05
* | avcodec/dnxhdenc: Move allocation out of radix_sort()Michael Niedermayer2016-10-21
* | libavcodec/dnxhdenc: fix typo, check if profile is dnxhr 444 or hqxMark Reid2016-08-22
* | libavcodec/dnxhdenc: add edge emulate for dnxhrMark Reid2016-08-12
* | libavcodec/dnxhdenc: add support for dnxhr encodingMark Reid2016-07-23
* | libavcodec/dnxhdenc: add support for variable mircoblock countsMark Reid2016-07-23
* | libavcodec/dnxhd: add dnxhr profilesMark Reid2016-07-20
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-21
|\|
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* | Merge commit '8dead2aaca4aa8b84b77b05745755afb56b7d37a'Derek Buitenhuis2016-04-17
|\|
| * Move const qualifier before type nameDiego Biurrun2016-03-23
| * dnxhd: Make the encoder message friendlierLuca Barbato2016-02-09
* | avcodec: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch2015-12-04
* | dnxhdenc: Optimize get_pixels_8x4_sym for 10-bitTimothy Gu2015-10-20
* | dnxhd: interleave AC levels and flagsChristophe Gisquet2015-10-15
* | dnxhdenc: fix access outside of imageChristophe Gisquet2015-10-13
* | mpegvideo: dnxhdenc: permute 10bits contentChristophe Gisquet2015-10-13
* | Merge commit 'cf7d2f2d2134c0854edf2db91e7436ac2bc9874f'Hendrik Leppkes2015-09-29
|\|
| * lavc: Simplify checking quant bias optionVittorio Giovara2015-09-29
* | lavc/dnxhdenc: Fix ibias default.Carl Eugen Hoyos2015-08-27
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-27
|\|
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-27
|\|
| * lavc: AV-prefix all codec flagsVittorio Giovara2015-07-27
* | avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer2015-07-27
* | avcodec: remove unused sd variablesMichael Niedermayer2015-07-22