| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | mpegvideo: dnxhdenc: permute 10bits content | Christophe Gisquet | 2015-10-13 | 1 | -1/+6 |
* | | Merge commit 'cf7d2f2d2134c0854edf2db91e7436ac2bc9874f' | Hendrik Leppkes | 2015-09-29 | 1 | -2/+1 |
|\| |
|
| * | lavc: Simplify checking quant bias option | Vittorio Giovara | 2015-09-29 | 1 | -2/+1 |
* | | lavc/dnxhdenc: Fix ibias default. | Carl Eugen Hoyos | 2015-08-27 | 1 | -1/+1 |
* | | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\| |
|
| * | lavc: AV-prefix all codec capabilities | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\| |
|
| * | lavc: AV-prefix all codec flags | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | | avcodec: Add a min size parameter to ff_alloc_packet2() | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
* | | avcodec: remove unused sd variables | Michael Niedermayer | 2015-07-22 | 1 | -1/+1 |
* | | avcodec/dnxhdenc: Set pict type for AV_PKT_DATA_QUALITY_STATS correctly | Michael Niedermayer | 2015-07-22 | 1 | -1/+1 |
* | | Replace AV_PKT_DATA_QUALITY_FACTOR by AV_PKT_DATA_QUALITY_STATS | Michael Niedermayer | 2015-07-22 | 1 | -4/+1 |
* | | Merge commit '40cf1bbacc6220a0aa6bed5c331871d43f9ce370' | Michael Niedermayer | 2015-07-21 | 1 | -0/+12 |
|\| |
|
| * | Deprecate avctx.coded_frame | Vittorio Giovara | 2015-07-20 | 1 | -0/+12 |
* | | Merge commit '5d3addb937946eca5391e40b5e6308e74ac6f77b' | Michael Niedermayer | 2015-07-21 | 1 | -1/+6 |
|\| |
|
| * | Add a quality factor packet side data | Vittorio Giovara | 2015-07-20 | 1 | -1/+6 |
* | | Merge commit 'd6604b29ef544793479d7fb4e05ef6622bb3e534' | Michael Niedermayer | 2015-07-20 | 1 | -6/+0 |
|\| |
|
| * | Gather all coded_frame allocations and free functions to a single place | Vittorio Giovara | 2015-07-20 | 1 | -6/+0 |
* | | Merge commit '910247f1720c6aae422723c05dac6d0b19f20bec' | Michael Niedermayer | 2015-07-03 | 1 | -5/+13 |
|\| |
|
| * | lavc: Deprecate avctx.{inter,intra}_quant_bias | Vittorio Giovara | 2015-07-02 | 1 | -5/+13 |
* | | avcodec: use av_mod_uintp2() where useful | James Almer | 2015-04-21 | 1 | -1/+1 |
* | | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' | Michael Niedermayer | 2015-04-20 | 1 | -4/+4 |
|\| |
|
| * | lavc: Replace av_dlog and tprintf with internal macros | Vittorio Giovara | 2015-04-19 | 1 | -4/+4 |
* | | Merge commit '85dc006b1a829726dd5e3a9b0fcc6a1dbfe6dffa' | Michael Niedermayer | 2014-11-18 | 1 | -1/+1 |
|\| |
|