384 Commits (04cff3287214095ecf78a6b1e2a251f71ad7aab5)

Author SHA1 Message Date
Anton Khirnov bdc76f467f lavu/frame: deprecate reordered_opaque 2 years ago
Anton Khirnov a172b33ebf lavc/libx264: pass through frame durations to encoded packets 2 years ago
Anton Khirnov 5c0348f3d6 lavc: add a codec flag for propagating opaque from frames to packets 2 years ago
Anton Khirnov 7399e5305c lavc/libx264: do not leave an invalid array size on alloc error 2 years ago
Anton Khirnov a4a81be1a8 lavc/libx264: zero reordered opaque on alloc 2 years ago
Anton Khirnov 141303f323 lavc/libx264: print an error on invalid opaque pointer 2 years ago
Anton Khirnov 89761c2122 lavc/libx264: use a local variable to shorten code 2 years ago
Anton Khirnov 4469ce10a6 lavc/libx264: reindent after previous commit 2 years ago
Anton Khirnov 9ed5b0ac3b lavc/libx264: reorder control flow in setup_roi() to reduce nesting depth 2 years ago
Anton Khirnov ce5b2d34b4 lavc/libx264: reindent after previous commit 2 years ago
Anton Khirnov e17b609fc6 lavc/libx264: do not ignore memory allocation errors 2 years ago
Anton Khirnov cccd2c2179 lavc/libx264: unify cleanup in setup_frame() 2 years ago
Anton Khirnov 87eb362693 lavc/libx264: reindent after previous commit 2 years ago
Anton Khirnov b1a184283b lavc/libx264: factor out setting up ROI 2 years ago
Anton Khirnov c7a8a6939b lavc/libx264: use a local variable for input frame in setup_frame() 2 years ago
Anton Khirnov 9f8f980165 lavc/libx264: reindent after previous commit 2 years ago
Anton Khirnov 33cbba165c lavc/libx264: factor out setting up the input frame 2 years ago
Andreas Rheinhardt 48286d4d98 avcodec/codec_internal: Add macro to set AVCodec.long_name 2 years ago
Anton Khirnov c6f22940e4 lavc/libx264: support AV_CODEC_CAP_ENCODER_RECON_FRAME 2 years ago
Andreas Rheinhardt 21b23ceab3 avcodec: Make init-threadsafety the default 2 years ago
Andreas Rheinhardt 6aad1204cc avcodec: Add FF_CODEC_CAP_NOT_INIT_THREADSAFE 2 years ago
Andreas Rheinhardt bf13a177d2 avcodec/libx264: Avoid duplicating strings 3 years ago
Michael Goulet 0aa5dd084b lavc/libx264.c: Fix possible UB by NULL pointer LHS 3 years ago
Matt Oliver dd5a0302d5 avcodec/libx264: Set min build version to 158 for msvc 3 years ago
Andreas Rheinhardt 4243da4ff4 avcodec/codec_internal: Use union for FFCodec decode/encode callbacks 3 years ago
Andreas Rheinhardt 5aabb2596f avcodec/codec_internal: Rename AVCodecDefault->FFCodecDefault 3 years ago
Andreas Rheinhardt 20f9727018 avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec 3 years ago
Andreas Rheinhardt a688f3c13c avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h 3 years ago
Martin Storsjö a78f136f3f configure: Use a separate config_components.h header for $ALL_COMPONENTS 3 years ago
Limin Wang 63d5b6f935 avcodec/libx26[45]: reindent after last commit 3 years ago
Limin Wang 7dfc3cc713 avcodec/libx26[45]: add udu_sei option to import user data unregistered SEIs 3 years ago
Andreas Rheinhardt 155dcfe2e2 avcodec/libx264: Don't unnecessarily add in-band extradata 3 years ago
Andreas Rheinhardt b59138b681 avcodec/libx264: Simplify copying packet data 3 years ago
Andreas Rheinhardt 19ed9236db avcodec/libx264: Remove always-false checks 3 years ago
Andreas Rheinhardt 6f1130be78 avcodec/libx264: Check for overflow if necessary 3 years ago
James Almer f6ab103bb5 avcodec/libx264: fix sei payload leaks on error 3 years ago
James Almer 1e22ad2ada avcodec/libx264: move sei_data_size out of the for loop 3 years ago
James Almer 66f8055c89 avcodec/libx264: copy unregistered data SEI messages to the input x264 picture 3 years ago
Brad Hards 7c08cad280 libavcodec/libx264: add user data unregistered SEI encoding 3 years ago
Andreas Rheinhardt 1ea3650823 Replace all occurences of av_mallocz_array() by av_calloc() 3 years ago
Jan Ekström 2f0113be3f avcodec/libx264: add support for setting chroma sample location 3 years ago
Jan Ekström 7ca71b79f2 avcodec/libx264: leave full range flag unchanged if unknown 3 years ago
Jan Ekström f32f56468c {configure,avcodec/libx264}: remove separate x264_csp_bgr check 4 years ago
Limin Wang 81bad080cd avcodec/libx264: Separate headers not supported in AVC-Intra mode 4 years ago
Limin Wang 93da0869e6 avcodec/libx264: Add support for Sony XAVC Class 300 and 480 4 years ago
Andreas Rheinhardt 9c4f2bc3bf avcodec/libx264: Avoid copying data, allow user-supplied buffers 4 years ago
Andreas Rheinhardt c9a79532e5 avcodec/libx264: Fix redundant setting of caps_internal 4 years ago
Andreas Rheinhardt 1c7f252783 avcodec: Remove redundant freeing of extradata of encoders 4 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Andreas Rheinhardt 11bc790893 avcodec: Remove deprecated AVCodecContext.coded_frame 4 years ago