114536 Commits (c8549d480f752308540f7060e2c050d6824e6793)
 

Author SHA1 Message Date
Stefano Sabatini 5c60be3ab6 lavf/gxfenc: return proper error codes in case of failure 8 months ago
Stefano Sabatini 3733aa7b17 lavf/gxfenc: consistently use snake_case in function names 8 months ago
Matthieu Bouron ad227a41d4 avcodec/mediacodec_wrapper: remove unnecessary NULL checks before calling Delete{Global,Local}Ref() 8 months ago
Matthieu Bouron b1a683a2fd avcodec/mediacodec_wrapper: use an OFFSET() macro where relevant 8 months ago
Matthieu Bouron dab4124350 avcodec/jni: remove unnecessary NULL checks before calling DeleteLocalRef() 8 months ago
Matthieu Bouron 70ba15d2cf avcodec/jni: use size_t to store structure offsets 8 months ago
Matthieu Bouron 6567516a5e avformat: add Android content resolver protocol support 8 months ago
Matthieu Bouron f17e18d292 avcodec: add av_jni_{get,set}_android_app_ctx() helpers 8 months ago
Andreas Rheinhardt 073251316e avformat: Make init function out of write_header functions if possible 8 months ago
Andreas Rheinhardt 37f0dbbc39 avformat: Enforce codec_id where appropriate 8 months ago
Andreas Rheinhardt 2ccb45511f avformat/ttmlenc: Avoid unnecessary block 8 months ago
Andreas Rheinhardt a24bccc238 avformat/mux: Add flag for "only default codecs allowed" 8 months ago
Andreas Rheinhardt 03b04eef72 avformat: Enforce one-stream limit where appropriate 8 months ago
Andreas Rheinhardt f4167842c1 avformat/mux: Add flag for "not more than one stream of each type" 8 months ago
Andreas Rheinhardt c6bc2d4fea fate/filter-audio: Don't use pcm output for channelsplit test 8 months ago
Andreas Rheinhardt a48e839a22 avformat/mux_utils: Don't report that AV_CODEC_ID_NONE can be muxed 8 months ago
Andreas Rheinhardt 789c5b03db avformat/amr: Move write_header closer to muxer definition 8 months ago
Andreas Rheinhardt 233e13f285 avformat/mux: Rename FF_FMT_ALLOW_FLUSH->FF_OFMT_FLAG_ALLOW_FLUSH 8 months ago
Andreas Rheinhardt b8124fe35e libavformat/westwood_audenc: Use proper logcontext 8 months ago
Andreas Rheinhardt eb3ee7f141 avformat/mp3enc: Improve query_codec 8 months ago
Andreas Rheinhardt d11b5e6096 avutil/frame: Use av_realloc_array(), improve overflow check 8 months ago
Andreas Rheinhardt b7bec5d3c9 avutil/frame: Rename av_frame_side_data_get and add wrapper for it 8 months ago
Andreas Rheinhardt 26398da8f3 avutil/frame: Constify av_frame_side_data_get() 8 months ago
Andreas Rheinhardt b9fcc135c5 avcodec/libx265: Pass logctx as void*, not AVClass** 8 months ago
Andreas Rheinhardt 244db71037 avcodec/libx265: Don't use AVBPrint unnecessarily 8 months ago
Andreas Rheinhardt c77164390b fftools/ffmpeg_enc: Don't call frame_data twice 8 months ago
Andreas Rheinhardt 6ecc2f0f6f avcodec/libx264: Remove unused variable 8 months ago
Andreas Rheinhardt 3fd047ee30 avcodec/librav1e: Don't unnecessarily create new references 8 months ago
Andreas Rheinhardt c89f6ae689 avcodec/libdav1d: Stop mangling AVPacket.opaque 8 months ago
Niklas Haas f04a2ba302 avcodec/dovi_rpu: fix off-by-one in loop 8 months ago
Niklas Haas d5648a806f avcodec/dovi_rpu: use OR instead of addition 8 months ago
Zhao Zhili 4869171aa9 Changelog: mention ffplay with hwaccel decoding support 8 months ago
Zhao Zhili 5229778440 avcodec/libx264: fix extradata when config annexb=0 8 months ago
Zhao Zhili c775163a8c avcodec/decode: log hwaccel name 8 months ago
Andreas Rheinhardt ee736ff80e avformat/flvenc: Avoid avio_write(pb, "", 0) 8 months ago
James Almer 535b1a93f5 avcodec/hevc_ps: fix setting HEVCHdrParams fields 8 months ago
James Almer 456c8ebe7c avcodec/hevc_ps: allocate only the required HEVCHdrParams within a VPS 8 months ago
James Almer 97d2990ea6 avformat/iamf_reader: propagate avio_skip() error values 8 months ago
James Almer e04c638f5f avformat/movenc: only compile avif_write_trailer() when the avif muxer is enabled 8 months ago
James Almer 5ff0eb34d2 configure: check for C17 by default 8 months ago
James Almer 6c2ff982dc configure: make the C and C++ standard settable 8 months ago
Jan Ekström d7d2213a6b avcodec/libx265: add support for writing out CLL and MDCV 8 months ago
Jan Ekström 471c0a34c1 avcodec/libx264: add support for writing out CLL and MDCV 8 months ago
Jan Ekström f4b89b6e54 avcodec/libsvtav1: add support for writing out CLL and MDCV 8 months ago
Jan Ekström 8f4b173029 ffmpeg: pass first video AVFrame's side data to encoder 8 months ago
Jan Ekström 0d36844ddf avcodec: add frame side data array to AVCodecContext 8 months ago
Jan Ekström d9ade14c5c {avutil/version,APIchanges}: bump, document new AVFrameSideData functions 8 months ago
Jan Ekström f287a285d9 avutil/frame: add helper for getting side data from array 8 months ago
Jan Ekström 3c52f73e25 avutil/frame: add helper for adding existing side data to array 8 months ago
Jan Ekström 53335f6cf4 avutil/frame: add helper for adding side data to array 8 months ago