110959 Commits (3d35b73b2a40b9e99724401d6390750e2bc65318)
 

Author SHA1 Message Date
Niklas Haas ee13414444 lavfi/vf_libplacebo: update settings after adding hooks 2 years ago
Anton Khirnov 4e521e6102 fate/tests/ffmpeg: use -idct simple for fate-ffmpeg-input-r 2 years ago
James Almer f209614290 avcodec/libdav1d: only return EAGAIN when there are no buffered packets 2 years ago
Paul B Mahol 557686ac63 avdevice/opengl_enc: check sscanf return value 2 years ago
Marvin Scholz 86b252ea9d avfilter/vf_tpad: accept hardware frames in clone-only mode 2 years ago
Marvin Scholz fa7180b827 avfilter/vf_tpad: use enum for start/stop_mode 2 years ago
Anton Khirnov c894f85f72 fftools/ffmpeg_dec: rename decode_video() to video_frame_process() 2 years ago
Anton Khirnov 909f5dfae1 fftools/ffmpeg_dec: inline decode_audio() into dec_packet() 2 years ago
Anton Khirnov 959a5decf2 fftools/ffmpeg_dec: deduplicate code in decode_audio/video() 2 years ago
Anton Khirnov ab3493006f fftools/ffmpeg_dec: merge check_decode_result() into its callers 2 years ago
Anton Khirnov c08717adae fftools/ffmpeg: reindent after previous commit 2 years ago
Anton Khirnov 748f2999ee fftools/ffmpeg_dec: restructure audio/video decoding loop 2 years ago
Anton Khirnov 172f901e35 fftools/ffmpeg_dec: deobfuscate subtitle decoding 2 years ago
Anton Khirnov dbf1c6f5f1 fftools/ffmpeg: move decoding code to ffmpeg_dec 2 years ago
Anton Khirnov 79c1dde5c3 fftools/ffmpeg: split decoding loop out of process_input_packet() 2 years ago
Anton Khirnov b5beff3f15 fftools/ffmpeg: move a block to a more appropriate place 2 years ago
Anton Khirnov 4cec5ffc45 fftools/ffmpeg: rework handling -max_error_rate 2 years ago
Anton Khirnov d064c9ded5 fftools/ffmpeg: deobfuscate check_decode_result() call 2 years ago
Anton Khirnov 4fbc699ac3 fftools/ffmpeg: replace an unreachable return with av_assert0(0) 2 years ago
Anton Khirnov 4a59dde0c7 fftools/ffmpeg: eliminate InputStream.got_output 2 years ago
Anton Khirnov 5fa00b38e6 fftools/ffmpeg: drop an obsolete hack 2 years ago
Anton Khirnov 37fcbe121d fftools/cmdutils: constify the argument of get_rotation() 2 years ago
Anton Khirnov 9effea016c fftools/ffmpeg_filter: embed displaymatrix into private context 2 years ago
Anton Khirnov dcfbfb417c fftools/ffmpeg_filter: keep track of the real filter input type 2 years ago
Anton Khirnov f980df2c04 fftools/ffmpeg_filter: move InputFilter.type to private data 2 years ago
Anton Khirnov c4a3f7edb8 fftools/ffmpeg_filter: move InputFilter.ist to private data 2 years ago
Anton Khirnov 0f501b2ad9 fftools/ffmpeg_filter: drop a redundant error message 2 years ago
Anton Khirnov 89b37ae70a fftools/ffmpeg_filter: make input filter configured parameters private 2 years ago
Anton Khirnov 82c75ddfad fftools/ffmpeg: move ifilter_has_all_input_formats() to ffmpeg_filter 2 years ago
Anton Khirnov 2628c7049e fftools/ffmpeg_filter: try configuring graphs from input EOF 2 years ago
Anton Khirnov a16d7171d1 fftools/ffmpeg_filter: only use fallback parameters when necessary 2 years ago
Anton Khirnov 65f3d042a6 fftools/ffmpeg_demux: disallow using disabled input streams 2 years ago
Anton Khirnov dfa29ba955 fftools/ffmpeg: return error codes from ist_*_add() 2 years ago
Anton Khirnov ede6794d6a fftools/ffmpeg_filter: split finding an unused stream into a function 2 years ago
Anton Khirnov 8c0f516133 tests/fate/ffmpeg: add a test for input -r option 2 years ago
Anton Khirnov 900bb3f8e2 tests/fate/ffmpeg: move a misplaced line 2 years ago
Anton Khirnov 30a3fee24f fftools/ffmpeg: rework applying input -r 2 years ago
Anton Khirnov 1132507327 fftools/ffmpeg_filter: make sure pkt_duration matches duration 2 years ago
Anton Khirnov 14b9946967 fftools/ffmpeg_filter: convert input frame timestamps 2 years ago
Anton Khirnov 7b41785eb6 fftools/ffmpeg: replace stream timebase with decoded frame one 2 years ago
Anton Khirnov 1372e81aaa fftools/ffmpeg: drop a useless local variable 2 years ago
Anton Khirnov 94a9647195 fftools/ffmpeg: shorten a variable name 2 years ago
Paul B Mahol c37cf59c5b avfilter/vf_xfade: send EOF to first input early 2 years ago
Niklas Haas 877ccaf776 lavfi/vf_libplacebo: don't intrude on pl_ namespace 2 years ago
Niklas Haas 21715ecff1 lavfi/vf_libplacebo: update peak detection options 2 years ago
Niklas Haas 643cf2ec46 lavfi/vf_libplacebo: update for new tone mapping API 2 years ago
Niklas Haas d637f20f05 lavfi/vf_libplacebo: switch to new gamut mapping API 2 years ago
Niklas Haas f66280182a lavfi/vf_libplacebo: add RGB colorspace sanity 2 years ago
Niklas Haas c00fd02558 lavfi/libplacebo: properly handle EOF 2 years ago
Paul B Mahol 7428f1e8f2 avfilter/vf_xfade: fix fadegrays for gbrp* formats 2 years ago