| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/libx26[45]: reindent after last commit | Limin Wang | 2021-12-28 | 1 | -24/+24 |
* | avcodec/libx26[45]: add udu_sei option to import user data unregistered SEIs | Limin Wang | 2021-12-28 | 1 | -0/+4 |
* | Replace all occurences of av_mallocz_array() by av_calloc() | Andreas Rheinhardt | 2021-09-20 | 1 | -1/+1 |
* | avcodec/libx265: add support for setting chroma sample location | Jan Ekström | 2021-09-01 | 1 | -0/+13 |
* | avcodec/libx265: only call av_pix_fmt_desc_get once in init | Jan Ekström | 2021-08-29 | 1 | -2/+3 |
* | avcodec/libx265: improve full range flag setting logic | Jan Ekström | 2021-08-18 | 1 | -4/+9 |
* | libavcodec/libx265: add user data unregistered SEI encoding | Brad Hards | 2021-08-01 | 1 | -0/+33 |
* | avcodec/libx265: Allow user-supplied buffers | Andreas Rheinhardt | 2021-05-23 | 1 | -3/+5 |
* | avcodec: Remove deprecated AVCodecContext.coded_frame | Andreas Rheinhardt | 2021-04-27 | 1 | -6/+0 |
* | lavc: rename AV_CODEC_CAP_AUTO_THREADS->AV_CODEC_CAP_OTHER_THREADS | Anton Khirnov | 2021-03-16 | 1 | -1/+1 |
* | lavc: replace internal use of AV_CODEC_CAP_AUTO_THREADS with an internal cap | Anton Khirnov | 2021-03-16 | 1 | -0/+1 |
* | avcodec/libx265: Fix integer overflow in computation of max and avg bitrate | Limin Wang | 2020-06-19 | 1 | -2/+2 |
* | avcodec/internal: move packet related functions to their own header | James Almer | 2020-06-02 | 1 | -0/+1 |
* | avcodec/libx265: add support for reordered_opaque | James Almer | 2020-05-19 | 1 | -1/+18 |
* | avcodec/libx265: Fix Uninitialized scalar variable | Limin Wang | 2020-05-08 | 1 | -0/+3 |
* | avcodec/libx265: zero the padding bytes in extradata | James Almer | 2020-01-18 | 1 | -0/+1 |
* | avcodec/libx265: use AV_OPT_TYPE_DICT for x265-params | Marton Balint | 2020-01-01 | 1 | -22/+17 |
* | avcodec/libx265: export encoded frame stats | James Almer | 2020-01-01 | 1 | -5/+11 |
* | avcodec/libx265: add a qp option and apply the relevant global AVCodecContext... | James Almer | 2020-01-01 | 1 | -0/+66 |
* | avcodec/libx265: apply some global AVCodecContext settings to the encoder con... | James Almer | 2020-01-01 | 1 | -0/+41 |
* | lavc/x265: set preferred_transfer_characteristics for HLG | Zhong Li | 2019-12-12 | 1 | -0/+4 |
* | libavcodec/libx265: add a flag to output ROI warnings only once. | Guo, Yejun | 2019-09-24 | 1 | -1/+10 |
* | libx265: Update ROI behaviour to match documentation | Mark Thompson | 2019-07-07 | 1 | -21/+23 |
* | avcodec/libx265: Support full range videos | Derek Buitenhuis | 2019-05-26 | 1 | -1/+17 |
* | lavc/libx265: Use avctx->framerate first for frame rate setting | Jun Zhao | 2019-05-11 | 1 | -2/+7 |
* | lavc/libx265: signal CPB properties through side data | Jan Ekström | 2019-03-03 | 1 | -0/+8 |
* | avcodec/libx265: add support for ROI-based encoding | Guo, Yejun | 2019-01-24 | 1 | -0/+66 |
* | avcodec/libx265: apply lavc maxrate, bufsize & rc_init_occupancy | Gyan Doshi | 2018-06-19 | 1 | -0/+8 |
* | lavc/libx265: allow users to set closed GOP via generic lavc flag | Gyan Doshi | 2018-06-02 | 1 | -0/+1 |
* | Merge commit 'cc06f7bd10c236539b4f6f87b795c459dd873770' | James Almer | 2018-04-13 | 1 | -0/+11 |
|\ |
|
| * | libx265: Support tiny video sizes | Vittorio Giovara | 2018-04-09 | 1 | -0/+11 |
| * | avcodec: add metadata to identify wrappers and hardware decoders | wm4 | 2017-12-14 | 1 | -0/+1 |
| * | libx265: Add option to force IDR frames | Derek Buitenhuis | 2016-11-07 | 1 | -1/+4 |
* | | lavc/libx265: support all color parameters that x265 does | Rodger Combs | 2018-01-12 | 1 | -3/+3 |
* | | avcodec: add metadata to identify wrappers and hardware decoders | wm4 | 2017-12-14 | 1 | -0/+1 |
* | | lavc/libx265: mark disposable frames | John Stebbins | 2017-12-07 | 1 | -0/+7 |
* | | avcodec/libx265 - Add named option to set profile | Gyan Doshi | 2017-12-06 | 1 | -0/+14 |
* | | lavc/libx265: switch to ff_alloc_packet2 | Jun Zhao | 2017-11-10 | 1 | -1/+1 |
* | | lavc/libx265: Add gray10 and gray12 encoding support. | Carl Eugen Hoyos | 2017-03-08 | 1 | -0/+5 |
* | | libx265: Add option to force IDR frames | Derek Buitenhuis | 2016-11-04 | 1 | -1/+4 |
* | | lavc/libx265: Support gray encoding. | Carl Eugen Hoyos | 2016-07-06 | 1 | -0/+12 |
* | | lavc/libx265: Support GBR encoding. | Carl Eugen Hoyos | 2016-03-13 | 1 | -0/+12 |
* | | libx265: Enable 12-bit encoding | Stephen Hutchinson | 2016-02-01 | 1 | -1/+19 |
* | | libx265: Remove experimental flag when encoding 4:2:2 and 4:4:4 | Stephen Hutchinson | 2016-01-30 | 1 | -8/+0 |
* | | Merge commit '2268db2cd052674fde55c7d48b7a5098ce89b4ba' | Hendrik Leppkes | 2015-09-08 | 1 | -2/+2 |
|\| |
|
| * | lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fields | Vittorio Giovara | 2015-09-07 | 1 | -2/+2 |
* | | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\| |
|
| * | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-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 |