110750 Commits (ab3493006f04fbd87a2672986003f5eab354b630)
 

Author SHA1 Message Date
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
Paul B Mahol 6284afec07 avfilter/vf_xfade: avoid some not needed dereferencing in inner loops 2 years ago
Paul B Mahol 0709680fc4 avfilter/vf_xfade: add horizontal and vertical wind transforms 2 years ago
Michael Niedermayer 43e5e2e423
avcodec/bonk: Avoid undefined integer overflow in predictor_calc_error() 2 years ago
Michael Niedermayer a76efafdb9
avformat/wavdec: Check that smv block fits in available space 2 years ago
Michael Niedermayer d09f50c0f5
avformat/hls: remove non standard hls extension 2 years ago
Michael Niedermayer 5b630743c6
avformat/hls: Better message from hls_probe() 2 years ago
Michael Niedermayer a0cb5722fd
avformat/hls: Check mime_ok first 2 years ago
Michael Niedermayer 19a74bc794
avformat/format: Remove redundant FFMIN() in ff_match_url_ext() 2 years ago
Paul B Mahol e684967e74 avfilter/f_graphmonitor: output one frame more after eof 2 years ago