Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-14libavcodec, libpostproc: Remove outcommented START/STOP_TIMERAndreas Rheinhardt
2019-09-28avcodec/dnxhdenc: Fix undefined left shifts of negative numbersAndreas Rheinhardt
2019-09-25avcodec/dnxhdenc: return error if av_malloc failedLimin Wang
2018-09-11libavcodec/dnxhd: change ff_dnxhd_get_hr_frame_size to avpriv_Jason Stevens
2018-09-06avcodec/dnxhdenc: interlaced is not supported in DNxHRPaul B Mahol
2018-08-31avcodec/dnxhdenc: stop leaking memory when initalization failsPaul B Mahol
2018-06-01avcodec/dnxhdenc: do not free nonexistent slice threads data when frame threa...Paul B Mahol
2017-10-23Merge commit '94eed68ace9f2416af8457fcbf142b175928c06b'James Almer
2017-09-26avcodec/dnxhdenc: fix DNxHR 444 encoding crashesFrédéric Devernay
2017-08-17avcodec/dnxhdenc: call slice thread code only if slice threading is enabledPaul B Mahol
2017-07-27avcodec/dnxhdenc: enable frame threadingPaul B Mahol
2017-06-15avcodec/dnxhdenc: Assert that frame size is not assigned an error codeMichael Niedermayer
2017-04-15avcodec/dnxhdenc: fix recent regressionPaul B Mahol
2017-04-14avcodec/dnxhd*: add ff_dnxhd_get_hr_frame_size()Paul B Mahol
2017-04-14avcodec/dnxhdenc: make sure that mb_height > 255 can be storedPaul B Mahol
2017-04-01avcodec/dnxhdenc: fix indentation issuePaul B Mahol
2017-04-01avcodec/dnxhdenc: DNxHR 444 and HQX supportPaul B Mahol
2017-03-24Merge commit '47756f51fe836959ffa5c6e2baeacbd71e150069'Clément Bœsch
2017-03-23lavc: Drop deprecated options moved to private contextsVittorio Giovara
2017-03-23lavc: Remove deprecated XvMC support hacksDiego Biurrun
2016-10-27dnxhdenc: Drop pointless, commented-out debug outputDiego Biurrun
2016-10-21avcodec/dnxhdenc: Move allocation out of radix_sort()Michael Niedermayer
2016-08-22libavcodec/dnxhdenc: fix typo, check if profile is dnxhr 444 or hqxMark Reid
2016-08-13libavcodec/dnxhdenc: add edge emulate for dnxhrMark Reid
2016-07-23libavcodec/dnxhdenc: add support for dnxhr encodingMark Reid
2016-07-23libavcodec/dnxhdenc: add support for variable mircoblock countsMark Reid
2016-07-20libavcodec/dnxhd: add dnxhr profilesMark Reid
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-05-05Mark read-only tables as staticDiego Biurrun
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-04-17Merge commit '8dead2aaca4aa8b84b77b05745755afb56b7d37a'Derek Buitenhuis
2016-03-23Move const qualifier before type nameDiego Biurrun
2016-02-09dnxhd: Make the encoder message friendlierLuca Barbato
2015-12-04avcodec: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch
2015-10-20dnxhdenc: Optimize get_pixels_8x4_sym for 10-bitTimothy Gu
2015-10-15dnxhd: interleave AC levels and flagsChristophe Gisquet
2015-10-14dnxhdenc: fix access outside of imageChristophe Gisquet
2015-10-13mpegvideo: dnxhdenc: permute 10bits contentChristophe Gisquet
2015-09-29Merge commit 'cf7d2f2d2134c0854edf2db91e7436ac2bc9874f'Hendrik Leppkes
2015-09-29lavc: Simplify checking quant bias optionVittorio Giovara
2015-08-27lavc/dnxhdenc: Fix ibias default.Carl Eugen Hoyos
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-07-27lavc: AV-prefix all codec flagsVittorio Giovara
2015-07-27avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer
2015-07-22avcodec: remove unused sd variablesMichael Niedermayer
2015-07-22avcodec/dnxhdenc: Set pict type for AV_PKT_DATA_QUALITY_STATS correctlyMichael Niedermayer
2015-07-22Replace AV_PKT_DATA_QUALITY_FACTOR by AV_PKT_DATA_QUALITY_STATSMichael Niedermayer
2015-07-21Merge commit '40cf1bbacc6220a0aa6bed5c331871d43f9ce370'Michael Niedermayer