| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/libx26[45]: reindent after last commit | Limin Wang | 2021-12-28 | 1 | -22/+22 |
* | avcodec/libx26[45]: add udu_sei option to import user data unregistered SEIs | Limin Wang | 2021-12-28 | 1 | -1/+4 |
* | avcodec/libx264: Don't unnecessarily add in-band extradata | Andreas Rheinhardt | 2021-12-21 | 1 | -1/+1 |
* | avcodec/libx264: Simplify copying packet data | Andreas Rheinhardt | 2021-11-09 | 1 | -5/+4 |
* | avcodec/libx264: Remove always-false checks | Andreas Rheinhardt | 2021-11-09 | 1 | -5/+1 |
* | avcodec/libx264: Check for overflow if necessary | Andreas Rheinhardt | 2021-11-09 | 1 | -2/+12 |
* | avcodec/libx264: fix sei payload leaks on error | James Almer | 2021-11-04 | 1 | -4/+19 |
* | avcodec/libx264: move sei_data_size out of the for loop | James Almer | 2021-10-20 | 1 | -1/+1 |
* | avcodec/libx264: copy unregistered data SEI messages to the input x264 picture | James Almer | 2021-10-18 | 1 | -11/+9 |
* | libavcodec/libx264: add user data unregistered SEI encoding | Brad Hards | 2021-10-18 | 1 | -0/+30 |
* | Replace all occurences of av_mallocz_array() by av_calloc() | Andreas Rheinhardt | 2021-09-20 | 1 | -1/+1 |
* | avcodec/libx264: add support for setting chroma sample location | Jan Ekström | 2021-08-29 | 1 | -0/+2 |
* | avcodec/libx264: leave full range flag unchanged if unknown | Jan Ekström | 2021-08-18 | 1 | -4/+6 |
* | {configure,avcodec/libx264}: remove separate x264_csp_bgr check | Jan Ekström | 2021-07-12 | 1 | -2/+0 |
* | avcodec/libx264: Separate headers not supported in AVC-Intra mode | Limin Wang | 2021-06-25 | 1 | -0/+5 |
* | avcodec/libx264: Add support for Sony XAVC Class 300 and 480 | Limin Wang | 2021-06-25 | 1 | -1/+13 |
* | avcodec/libx264: Avoid copying data, allow user-supplied buffers | Andreas Rheinhardt | 2021-05-23 | 1 | -7/+11 |
* | avcodec/libx264: Fix redundant setting of caps_internal | Andreas Rheinhardt | 2021-05-14 | 1 | -1/+0 |
* | avcodec: Remove redundant freeing of extradata of encoders | Andreas Rheinhardt | 2021-04-28 | 1 | -1/+0 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -2/+5 |
* | avcodec: Remove deprecated AVCodecContext.coded_frame | Andreas Rheinhardt | 2021-04-27 | 1 | -11/+0 |
* | avcodec: Remove private options from AVCodecContext | Andreas Rheinhardt | 2021-04-27 | 1 | -33/+0 |
* | avcodec: Remove deprecated coder type options | Andreas Rheinhardt | 2021-04-27 | 1 | -9/+0 |
* | lavc: rename AV_CODEC_CAP_AUTO_THREADS->AV_CODEC_CAP_OTHER_THREADS | Anton Khirnov | 2021-03-16 | 1 | -3/+3 |
* | lavc: replace internal use of AV_CODEC_CAP_AUTO_THREADS with an internal cap | Anton Khirnov | 2021-03-16 | 1 | -7/+8 |
* | avcodec/libx264: Don't use init_static_data for newer versions | Andreas Rheinhardt | 2021-02-28 | 1 | -4/+6 |
* | avcodec: move ff_alloc_a53_sei() to atsc_53 | James Almer | 2020-08-15 | 1 | -0/+1 |
* | avcodec/libx264: fix chroma quantizer offset usage | Takio Yamaoka | 2020-08-06 | 1 | -3/+3 |
* | avcodec/libx264: call x264_param_cleanup() if available | James Almer | 2020-07-17 | 1 | -0/+4 |
* | avcodec/libx264: check for param allocation failure error code | James Almer | 2020-07-17 | 1 | -1/+12 |
* | avcodec/libx264: use a function to parse x264opts | James Almer | 2020-07-17 | 1 | -16/+28 |
* | avcodec/internal: move packet related functions to their own header | James Almer | 2020-06-02 | 1 | -0/+1 |
* | lavc/libx264: misc style fixes | Jun Zhao | 2020-05-28 | 1 | -38/+38 |
* | avcodec/libx264: return error if unknown picture type encountered | Limin Wang | 2020-05-08 | 1 | -1/+2 |
* | avcodec/libx264: return immediately if encode_nals return 0 | Limin Wang | 2020-05-08 | 1 | -0/+3 |
* | libavcodec/libx264: fix reference frame computation based on level | Josh Brewster | 2020-04-29 | 1 | -14/+2 |
* | avcodec/libx264: add a check for the prft AVCodecContext export_side_data flag | James Almer | 2020-02-22 | 1 | -1/+3 |
* | avcodec/libx264: export Producer Reference Time as packet side data | James Almer | 2020-01-15 | 1 | -4/+15 |
* | avcodec/libx264: use AV_OPT_TYPE_DICT for x264-params | Marton Balint | 2020-01-01 | 1 | -14/+9 |
* | lavc/x264: Use FF_CODEC_CAP_INIT_THREADSAFE if x264 is new. | Carl Eugen Hoyos | 2019-10-01 | 1 | -0/+8 |
* | libavcodec/libx264: add a flag to output ROI warnings only once. | Guo, Yejun | 2019-09-24 | 1 | -2/+14 |
* | lavc/x264: Also clean-up libx264rgb after init errors. | Carl Eugen Hoyos | 2019-08-25 | 1 | -0/+1 |
* | lavc/libx264: Cast cpb bit_rates to int64_t to avoid an integer overflow. | Carl Eugen Hoyos | 2019-08-10 | 1 | -2/+2 |
* | lavc/libx264: Cast bit_rate to int64_t to avoid an integer overflow. | Carl Eugen Hoyos | 2019-08-10 | 1 | -1/+1 |
* | lavc/libx264: bit_rates > INT_MAX are not supported. | Carl Eugen Hoyos | 2019-08-10 | 1 | -0/+4 |
* | libx264: Update ROI behaviour to match documentation | Mark Thompson | 2019-07-07 | 1 | -23/+30 |
* | lavc/libx264: Use avctx->framerate first for frame rate setting | Jun Zhao | 2019-05-11 | 1 | -2/+7 |
* | avcodec/libx264: add support for ROI-based encoding | Guo, Yejun | 2019-01-17 | 1 | -0/+62 |
* | libx264: Pass the reordered_opaque field through the encoder | Martin Storsjö | 2018-11-05 | 1 | -3/+32 |
* | avcodec/libx264: remove FF_CODEC_CAP_INIT_THREADSAFE flag | Marton Balint | 2018-10-24 | 1 | -4/+2 |