107757 Commits (7c713ab42caf07ef8db9a8725fa4068cb0690ac2)
 

Author SHA1 Message Date
Haihao Xiang 7c713ab42c configure: fix the check for MFX_CODEC_VP9 2 years ago
Haihao Xiang fea5aed279 configure: ensure --enable-libmfx uses libmfx 1.x 2 years ago
Andreas Rheinhardt 3443330b17 avcodec/mpegvideo: Move setting mb_height to ff_mpv_init_context_frame 2 years ago
Andreas Rheinhardt 300e31457a avcodec/mpegvideo_enc: Remove redundant cast 2 years ago
Andreas Rheinhardt dfaf319ac9 avcodec/mpegvideo_enc: Remove redundant check 2 years ago
Andreas Rheinhardt 51d02911f0 avcodec/mpegvideo_enc: Don't copy Picture unnecessarily 2 years ago
Andreas Rheinhardt 73ea6db0ba avcodec/mpegpicture: Move encoding_error and mb_var_sum to MpegEncCtx 2 years ago
Andreas Rheinhardt d576b37fa7 avutil/buffer: Never poison returned buffers 2 years ago
Andreas Rheinhardt 3d5a74cc38 avcodec/mpegpicture: Remove always-true checks 2 years ago
Andreas Rheinhardt 68a90ac3e6 avcodec/mpegutils: Constify ff_print_debug_info2, ff_draw_horiz_band 2 years ago
Andreas Rheinhardt fa5440cbcd avcodec/mpegutils: Combine multiple av_log statements 2 years ago
Andreas Rheinhardt 0a06f5aca5 avcodec/wmv2dec: Zero mb_type array for I pictures 2 years ago
Andreas Rheinhardt 193c40259e avcodec/vp9: Remove redundant reporting of progress on error 2 years ago
Andreas Rheinhardt 8fc7f0fdec avcodec/pthread_frame: Fix compiling with thread-unsafe-callbacks disabled 2 years ago
James Almer 0c3e3fd1b4 avfilter/framesync: add a new option to set how to sync streams based on secondary input timestamps 2 years ago
Vignesh Venkatasubramanian d931554f66 avformat/mov: Rework the AVIF parser to handle multiple items 2 years ago
Michael Niedermayer 05225180be
MAINTAINERS: Add ED25519 key for signing my commits in the future 2 years ago
Andreas Rheinhardt bc109a53c7 avcodec/mpegpicture: Move mb_var, mc_mb_var and mb_mean to MpegEncCtx 2 years ago
Philip Langdale 109515e16d lavc/vaapi_encode: enable 8bit 4:4:4 encoding for HEVC and VP9 2 years ago
Philip Langdale 737298b4f7 lavc/vaapi_decode: add missing flag when picking best pixel format 2 years ago
Gyan Doshi 9e029dc265 doc/filters: clarify behaviour of weights in amix 2 years ago
Fei Wang 26890b6b67 lavfi/overlay_vaapi: set defalut alpha value as 1.0 2 years ago
Fei Wang 4e0686df39 doc/filters: correct description of overlay_vaapi 2 years ago
Gyan Doshi baf1f5dfb2 doc/filters: add examples for amix to subsection 2 years ago
Lynne 98b32ef462
x86/tx_float: save a branch during coefficient deinterleaving 2 years ago
Martin Storsjö 5cdf4c0bed checkasm: Silence warnings about unused return value from read() 2 years ago
Anton Khirnov a5e025e826 fftools/ffmpeg: move handling corrupt packets to the input thread 2 years ago
Anton Khirnov 61d9f34c70 fftools/ffmpeg_demux: do not store demux packet in the context 2 years ago
Anton Khirnov de9fb9fba7 fftools/ffmpeg_demux: factorize signalling end of demuxing 2 years ago
Anton Khirnov aae9de0cb2 fftools/ffmpeg: move -stream_loop handling to the demuxer thread 2 years ago
Anton Khirnov b99462cd27 fftools/ffmpeg: move seek_to_start() to ffmpeg_demux.c 2 years ago
Anton Khirnov 57d75ca031 fftools/ffmpeg: move get_input_packet() to ffmpeg_demux.c 2 years ago
Anton Khirnov 07da07ddb0 fftools/ffmpeg: report new streams from the input thread 2 years ago
Anton Khirnov 9c16310fe5 fftools/ffmpeg: handle dumping input packets in input_thread() 2 years ago
Anton Khirnov b1f24afe7e fftools/ffmpeg: drop the 'h' key handling 2 years ago
Anton Khirnov 7b6622705e fftools/ffmpeg: move the input thread into its own file 2 years ago
Anton Khirnov c3b8d59d2f fftools/ffmpeg: drop a write-only variable 2 years ago
Anton Khirnov d8bf53710f fftools/ffmpeg: always read input in a thread 2 years ago
Anton Khirnov cc2b7f4625 fftools/ffmpeg: store the input file index in InputFile 2 years ago
Anton Khirnov 9139ea4c8d fftools/ffmpeg: drop a superfluous stack variable 2 years ago
Anton Khirnov 889b4b2f60 doc/ffmpeg: update -map documentation 2 years ago
Anton Khirnov fee249b30a fftools/ffmpeg: deprecate specifying a sync stream with -map 2 years ago
Anton Khirnov 49123dd058 fftools/ffmpeg: remove OutputStream.sync_ist 2 years ago
Anton Khirnov 8e092c3eac fftools/ffmpeg: remove OutputStream.encoding_needed 2 years ago
Anton Khirnov 80e7feb48b fftools/ffmpeg: remove OutputStream.stream_copy 2 years ago
Anton Khirnov 4f2b946c19 fftools/ffmpeg_opt: drop redundant decoder selection 2 years ago
Anton Khirnov a1da77bd71 fftools/ffmpeg: stop accessing the decoder context unnecessarily 2 years ago
Anton Khirnov 04b340e6b8 fftools/ffmpeg_hw: stop logging to the decoder context 2 years ago
Anton Khirnov 20ba49c1a4 fftools/ffmpeg_opt: move adding metadata out of open_output_file() 2 years ago
Anton Khirnov 7cafea59bc fftools/ffmpeg_opt: move adding programs out of open_output_file() 2 years ago