| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/dnxhdenc: Remove redundant pixel format check | Andreas Rheinhardt | 2021-10-02 | 1 | -4/+0 |
* | avcodec/encoders: Remove redundant setting of AV_PKT_FLAG_KEY | Andreas Rheinhardt | 2021-09-28 | 1 | -1/+0 |
* | avcodec/dnxhdenc: Mark encoder as init-threadsafe | Andreas Rheinhardt | 2021-05-10 | 1 | -1/+1 |
* | avcodec/dnxhdenc: Use av_memdup() instead of av_malloc()+memcpy() | Andreas Rheinhardt | 2021-05-10 | 1 | -2/+1 |
* | avcodec/dnxhdenc: Fix segfault when using too many slice threads | Andreas Rheinhardt | 2021-05-10 | 1 | -1/+1 |
* | avcodec/dnxhdenc: Avoid copying packet data, allow user-supplied buffers | Andreas Rheinhardt | 2021-05-05 | 1 | -2/+4 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avcodec: Remove deprecated AVCodecContext.coded_frame | Andreas Rheinhardt | 2021-04-27 | 1 | -17/+0 |
* | avcodec/dnxhd: Make ff_dxnhd_get_cid_table return a pointer, not index | Andreas Rheinhardt | 2021-01-26 | 1 | -5/+3 |
* | lavu: move LOCAL_ALIGNED from internal.h to mem_internal.h | Anton Khirnov | 2021-01-01 | 1 | -0/+1 |
* | avcodec/dnxhdenc: remove FF_ALLOCZ_ARRAY_OR_GOTO and gotos label | Limin Wang | 2020-06-13 | 1 | -43/+22 |
* | avcodec/internal: move packet related functions to their own header | James Almer | 2020-06-02 | 1 | -0/+1 |
* | avcodec: deprecate Lossless and Intra Only encoder capabilites | James Almer | 2020-05-21 | 1 | -1/+1 |
* | libavcodec, libpostproc: Remove outcommented START/STOP_TIMER | Andreas Rheinhardt | 2020-03-14 | 1 | -3/+1 |
* | avcodec/dnxhdenc: Fix undefined left shifts of negative numbers | Andreas Rheinhardt | 2019-09-28 | 1 | -3/+3 |
* | avcodec/dnxhdenc: return error if av_malloc failed | Limin Wang | 2019-09-25 | 1 | -0/+2 |
* | libavcodec/dnxhd: change ff_dnxhd_get_hr_frame_size to avpriv_ | Jason Stevens | 2018-09-10 | 1 | -1/+1 |
* | avcodec/dnxhdenc: interlaced is not supported in DNxHR | Paul B Mahol | 2018-09-06 | 1 | -0/+6 |
* | avcodec/dnxhdenc: stop leaking memory when initalization fails | Paul B Mahol | 2018-08-31 | 1 | -9/+9 |
* | avcodec/dnxhdenc: do not free nonexistent slice threads data when frame threa... | Paul B Mahol | 2018-06-01 | 1 | -2/+4 |
* | Merge commit '94eed68ace9f2416af8457fcbf142b175928c06b' | James Almer | 2017-10-23 | 1 | -6/+0 |
|\ |
|
| * | lavc: Drop deprecated options moved to private contexts | Vittorio Giovara | 2017-03-23 | 1 | -6/+0 |
| * | lavc: Remove deprecated XvMC support hacks | Diego Biurrun | 2017-03-23 | 1 | -1/+1 |
* | | avcodec/dnxhdenc: fix DNxHR 444 encoding crashes | Frédéric Devernay | 2017-09-26 | 1 | -8/+8 |
* | | avcodec/dnxhdenc: call slice thread code only if slice threading is enabled | Paul B Mahol | 2017-08-17 | 1 | -6/+10 |
* | | avcodec/dnxhdenc: enable frame threading | Paul B Mahol | 2017-07-27 | 1 | -1/+1 |
* | | avcodec/dnxhdenc: Assert that frame size is not assigned an error code | Michael Niedermayer | 2017-06-15 | 1 | -0/+1 |
* | | avcodec/dnxhdenc: fix recent regression | Paul B Mahol | 2017-04-15 | 1 | -1/+1 |
* | | avcodec/dnxhd*: add ff_dnxhd_get_hr_frame_size() | Paul B Mahol | 2017-04-14 | 1 | -9/+2 |
* | | avcodec/dnxhdenc: make sure that mb_height > 255 can be stored | Paul B Mahol | 2017-04-14 | 1 | -1/+1 |
* | | avcodec/dnxhdenc: fix indentation issue | Paul B Mahol | 2017-04-01 | 1 | -3/+3 |
* | | avcodec/dnxhdenc: DNxHR 444 and HQX support | Paul B Mahol | 2017-04-01 | 1 | -68/+212 |
* | | Merge commit '47756f51fe836959ffa5c6e2baeacbd71e150069' | Clément Bœsch | 2017-03-24 | 1 | -9/+0 |
|\| |
|
| * | dnxhdenc: Drop pointless, commented-out debug output | Diego Biurrun | 2016-10-27 | 1 | -9/+0 |
| * | Mark read-only tables as static | Diego Biurrun | 2016-05-05 | 1 | -1/+1 |
* | | avcodec/dnxhdenc: Move allocation out of radix_sort() | Michael Niedermayer | 2016-10-21 | 1 | -5/+7 |
* | | libavcodec/dnxhdenc: fix typo, check if profile is dnxhr 444 or hqx | Mark Reid | 2016-08-22 | 1 | -1/+1 |
* | | libavcodec/dnxhdenc: add edge emulate for dnxhr | Mark Reid | 2016-08-12 | 1 | -17/+54 |
* | | libavcodec/dnxhdenc: add support for dnxhr encoding | Mark Reid | 2016-07-23 | 1 | -14/+71 |
* | | libavcodec/dnxhdenc: add support for variable mircoblock counts | Mark Reid | 2016-07-23 | 1 | -18/+23 |
* | | libavcodec/dnxhd: add dnxhr profiles | Mark Reid | 2016-07-20 | 1 | -0/+2 |
* | | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' | Clément Bœsch | 2016-06-21 | 1 | -2/+1 |
|\| |
|
| * | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -1/+1 |
* | | Merge commit '8dead2aaca4aa8b84b77b05745755afb56b7d37a' | Derek Buitenhuis | 2016-04-17 | 1 | -2/+2 |
|\| |
|
| * | Move const qualifier before type name | Diego Biurrun | 2016-03-23 | 1 | -2/+2 |
| * | dnxhd: Make the encoder message friendlier | Luca Barbato | 2016-02-09 | 1 | -2/+3 |
* | | avcodec: use AV_OPT_TYPE_BOOL in a bunch of places | Clément Bœsch | 2015-12-04 | 1 | -1/+1 |
* | | dnxhdenc: Optimize get_pixels_8x4_sym for 10-bit | Timothy Gu | 2015-10-20 | 1 | -16/+8 |
* | | dnxhd: interleave AC levels and flags | Christophe Gisquet | 2015-10-15 | 1 | -3/+3 |
* | | dnxhdenc: fix access outside of image | Christophe Gisquet | 2015-10-13 | 1 | -2/+4 |