| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |