367 Commits (fbe6a51b11e20c5dfe076877f02d2bbb2300005d)

Author SHA1 Message Date
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 2 years ago
Michael Goulet 0aa5dd084b lavc/libx264.c: Fix possible UB by NULL pointer LHS 2 years ago
Matt Oliver dd5a0302d5 avcodec/libx264: Set min build version to 158 for msvc 2 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 3 years ago
Limin Wang 81bad080cd avcodec/libx264: Separate headers not supported in AVC-Intra mode 3 years ago
Limin Wang 93da0869e6 avcodec/libx264: Add support for Sony XAVC Class 300 and 480 3 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
Andreas Rheinhardt d85c41b572 avcodec: Remove private options from AVCodecContext 4 years ago
Andreas Rheinhardt 78ce00428f avcodec: Remove deprecated coder type options 4 years ago
Anton Khirnov 7d09579190 lavc: rename AV_CODEC_CAP_AUTO_THREADS->AV_CODEC_CAP_OTHER_THREADS 4 years ago
Anton Khirnov 8a129077cc lavc: replace internal use of AV_CODEC_CAP_AUTO_THREADS with an internal cap 4 years ago
Andreas Rheinhardt f9b5cef1d3 avcodec/libx264: Don't use init_static_data for newer versions 4 years ago
James Almer 0de01da1d2 avcodec: move ff_alloc_a53_sei() to atsc_53 4 years ago
Takio Yamaoka cc6c56f5d9 avcodec/libx264: fix chroma quantizer offset usage 4 years ago
James Almer 890f2e960a avcodec/libx264: call x264_param_cleanup() if available 4 years ago
James Almer 03ad76794e avcodec/libx264: check for param allocation failure error code 4 years ago
James Almer d1bd079d11 avcodec/libx264: use a function to parse x264opts 4 years ago
James Almer 6e1903938b avcodec/internal: move packet related functions to their own header 5 years ago
Jun Zhao b63f502911 lavc/libx264: misc style fixes 5 years ago
Limin Wang 8b07751123 avcodec/libx264: return error if unknown picture type encountered 5 years ago
Limin Wang f5e33514e7 avcodec/libx264: return immediately if encode_nals return 0 5 years ago
Josh Brewster 79f001675a libavcodec/libx264: fix reference frame computation based on level 5 years ago
James Almer 3d4510384d avcodec/libx264: add a check for the prft AVCodecContext export_side_data flag 5 years ago
James Almer 56c8856966 avcodec/libx264: export Producer Reference Time as packet side data 5 years ago