| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc/libx264: do not leave an invalid array size on alloc error | Anton Khirnov | 2023-01-04 | 1 | -1/+3 |
* | lavc/libx264: zero reordered opaque on alloc | Anton Khirnov | 2023-01-04 | 1 | -2/+2 |
* | lavc/libx264: print an error on invalid opaque pointer | Anton Khirnov | 2023-01-04 | 1 | -0/+2 |
* | lavc/libx264: use a local variable to shorten code | Anton Khirnov | 2023-01-04 | 1 | -4/+7 |
* | lavc/libx264: reindent after previous commit | Anton Khirnov | 2023-01-04 | 1 | -47/+47 |
* | lavc/libx264: reorder control flow in setup_roi() to reduce nesting depth | Anton Khirnov | 2023-01-04 | 1 | -14/+14 |
* | lavc/libx264: reindent after previous commit | Anton Khirnov | 2023-01-04 | 1 | -5/+5 |
* | lavc/libx264: do not ignore memory allocation errors | Anton Khirnov | 2023-01-04 | 1 | -7/+8 |
* | lavc/libx264: unify cleanup in setup_frame() | Anton Khirnov | 2023-01-04 | 1 | -8/+11 |
* | lavc/libx264: reindent after previous commit | Anton Khirnov | 2023-01-04 | 1 | -52/+52 |
* | lavc/libx264: factor out setting up ROI | Anton Khirnov | 2023-01-04 | 1 | -66/+77 |
* | lavc/libx264: use a local variable for input frame in setup_frame() | Anton Khirnov | 2023-01-04 | 1 | -25/+25 |
* | lavc/libx264: reindent after previous commit | Anton Khirnov | 2023-01-04 | 1 | -130/+130 |
* | lavc/libx264: factor out setting up the input frame | Anton Khirnov | 2023-01-04 | 1 | -15/+30 |
* | avcodec/codec_internal: Add macro to set AVCodec.long_name | Andreas Rheinhardt | 2022-09-03 | 1 | -3/+3 |
* | lavc/libx264: support AV_CODEC_CAP_ENCODER_RECON_FRAME | Anton Khirnov | 2022-08-02 | 1 | -1/+54 |
* | avcodec: Make init-threadsafety the default | Andreas Rheinhardt | 2022-07-18 | 1 | -6/+2 |
* | avcodec: Add FF_CODEC_CAP_NOT_INIT_THREADSAFE | Andreas Rheinhardt | 2022-07-18 | 1 | -1/+6 |
* | avcodec/libx264: Avoid duplicating strings | Andreas Rheinhardt | 2022-07-01 | 1 | -8/+10 |
* | lavc/libx264.c: Fix possible UB by NULL pointer LHS | Michael Goulet | 2022-06-20 | 1 | -1/+3 |
* | avcodec/libx264: Set min build version to 158 for msvc | Matt Oliver | 2022-06-11 | 1 | -4/+0 |
* | avcodec/codec_internal: Use union for FFCodec decode/encode callbacks | Andreas Rheinhardt | 2022-04-05 | 1 | -3/+3 |
* | avcodec/codec_internal: Rename AVCodecDefault->FFCodecDefault | Andreas Rheinhardt | 2022-03-21 | 1 | -1/+1 |
* | avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec | Andreas Rheinhardt | 2022-03-21 | 1 | -31/+31 |
* | avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h | Andreas Rheinhardt | 2022-03-21 | 1 | -0/+1 |
* | configure: Use a separate config_components.h header for $ALL_COMPONENTS | Martin Storsjö | 2022-03-16 | 1 | -0/+2 |
* | 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 |