865 Commits (0add05bd3ad93f3672cdf1004f30e96d29a5c470)

Author SHA1 Message Date
Stefano Sabatini 843a446713 ffprobe: fix data hash rendering 2 years ago
Stefano Sabatini b6219c9114 ffprobe: use pkt->dts to compute interval ts when pts is missing 2 years ago
Jan Ekström be76a9bd32 ffprobe: expose AVAmbientViewingEnvironment side data in AVFrames 2 years ago
Zhao Zhili 52eb2396d7 fftools/ffmpeg_demux: prefer fd over pipe for seek support 2 years ago
Zhao Zhili 244f3cfbe3 fftools/ffprobe: prefer fd over pipe for seek support 2 years ago
Zhao Zhili c926140558 fftools/ffplay: prefer fd over pipe for seek support 2 years ago
Zhao Zhili 195ccf7ea8 fftools/ffmpeg_demux: disable stdin interaction for fd protocol 2 years ago
Anton Khirnov 260f391893 fftools/ffmpeg: always generate CFR output when -r is used 2 years ago
Anton Khirnov 7655249f72 fftools/ffmpeg: reindent after previous commit 2 years ago
Anton Khirnov a848a5a223 fftools/ffmpeg: move video frame dup/drop logic into its own function 2 years ago
Anton Khirnov 5874ca3650 fftools/ffmpeg: rename a variable to be more descriptive 2 years ago
Anton Khirnov 3b21f10639 fftools/ffmpeg: fix stream id in an error message. 2 years ago
Anton Khirnov c60941dfaf fftools/ffmpeg: stop using AVCodecContext.sample_rate in decode_audio() 2 years ago
Marvin Scholz ece29ad0dc fftools: use av_dict_get_string 2 years ago
Marvin Scholz f1907faab4 fftools: use av_dict_iterate 2 years ago
Anton Khirnov becbb22eb0 fftools/ffmpeg: cosmetics 2 years ago
Anton Khirnov d04ec7efe3 fftools/ffmpeg: remove a useless inner block 2 years ago
Anton Khirnov d60d6d819d fftools/ffmpeg: drop an always-false check 2 years ago
Anton Khirnov 8ee4365ad8 fftools/ffmpeg: only convert video frame pts if we have a frame 2 years ago
Anton Khirnov 617ea07c22 fftools/ffmpeg: call check_recording_time() with actual frame pts 2 years ago
Anton Khirnov 86a71d6b3c fftools/ffmpeg: stop calling adjust_frame_pts_to_encoder_tb() for audio 2 years ago
Anton Khirnov a186360f27 fftools/ffmpeg: set AVFrame.time_base after filtering 2 years ago
Anton Khirnov d9534ec84e fftools/ffmpeg: move logging filtered frame timestamps 2 years ago
Anton Khirnov 2fa2e146cc fftools/ffmpeg: avoid storing full forced keyframe spec 2 years ago
Anton Khirnov 334e52e094 fftools/ffmpeg: parse forced keyframes in of_open() 2 years ago
Anton Khirnov efe4423627 fftools/ffmpeg: store forced keyframe pts in AV_TIME_BASE_Q 2 years ago
Anton Khirnov b1143330c8 fftools/ffmpeg: move force-keyframe-related vars to a separate struct 2 years ago
Anton Khirnov 630fbdcc52 fftools/ffmpeg: stop explicitly closing decoders 2 years ago
Anton Khirnov 95af0bcc34 fftools/ffmpeg_mux_init: postpone matching -disposition to streams 2 years ago
Anton Khirnov 3da5c60aa9 fftools/ffmpeg: _-prefix variables in MATCH_PER_STREAM_OPT() 2 years ago
Anton Khirnov 996fed5235 fftools/ffmpeg: declare loop variables inside loops in transcode_init() 2 years ago
Anton Khirnov 005f4e1caf fftools/ffmpeg: do not assume input streams exist 2 years ago
Anton Khirnov fd8bf8d3b5 fftools/ffmpeg: remove the input_streams global 2 years ago
Anton Khirnov 86e2ffedfe fftools/ffmpeg_mux_init: simplify inner loop in map_auto_{video,audio} 2 years ago
Anton Khirnov 4c40581614 fftools/ffmpeg: replace OutputStream.source_index with a pointer to InputStream 2 years ago
Anton Khirnov bda06c60fe fftools/ffmpeg: stop inventing fake source information 2 years ago
Anton Khirnov 50ecba7e84 fftools/ffmpeg: drop an arbitrary condition 2 years ago
Anton Khirnov 9654df1336 fftools/ffmpeg: move freeing an input stream into a separate function 2 years ago
Zhao Zhili c0c0a5f106 fftools/ffmpeg_demux: set default hwaccel_output_format for mediacodec 2 years ago
Anton Khirnov b58264217b fftools/ffmpeg_mux_init: drop an always-false check 2 years ago
Anton Khirnov 13947aff3f fftools/ffmpeg_mux_init: use av_dict_iterate() where appropriate 2 years ago
Anton Khirnov 19e192eae6 fftools/ffmpeg_mux_init: do not call av{codec,format}_get_class() repeatedly 2 years ago
Anton Khirnov 52380a055b fftools/ffmpeg_mux_init: move validating codec avoptions to a separate function 2 years ago
Anton Khirnov 0fb7d111e8 fftools/ffmpeg: move OutputStream.max_frames to MuxStream 2 years ago
Anton Khirnov 25620b69e0 fftools/ffmpeg: stop handling max_frames in do_video_out() 2 years ago
Anton Khirnov 6a8145a4b1 fftools/ffmpeg_mux_init: move more code from of_open() to create_streams() 2 years ago
Anton Khirnov 1b076556c6 fftools/ffmpeg: simplify ost_iter() 2 years ago
Anton Khirnov 822da7a317 fftools/ffmpeg: make demuxing with one file always blocking 2 years ago
Anton Khirnov c15eb2773a fftools/ffmpeg_[de]mux: constify all uses of OptionsContext 2 years ago
Anton Khirnov 4119480681 fftools/ffmpeg_mux_init: stop using OptionsContext as storage in copy_metadata() 2 years ago