1541 Commits (9d3cdf8fa602bc092c6a9168416d2c7ffbd1adf6)

Author SHA1 Message Date
Anton Khirnov 577708a70a fftools/ffplay: stop using avfilter_graph_create_filter() incorrectly 5 months ago
Anton Khirnov 53c71777e1 fftools/ffmpeg_filter: stop using avfilter_graph_create_filter() incorrectly 5 months ago
Anton Khirnov d103b61cd8 fftools/ffmpeg_filter: remove remaining OutputStream usage in init_simple_filtergraph() 5 months ago
Anton Khirnov 72cd0c20da fftools/ffmpeg_filter: drop the OutputStream parameter to ofilter_bind_ost() 5 months ago
Anton Khirnov addc29f67a fftools/ffmpeg_filter: stop accessing OutputStream.[max_]frame_rate 5 months ago
Anton Khirnov ac578ccb8e fftools/ffmpeg_filter: drop a redundant check 5 months ago
Anton Khirnov cefc7d1ff4 fftools/ffmpeg_filter: clarify error message 5 months ago
Anton Khirnov e3e66b14af fftools/ffmpeg_enc: don't write frame rate/SAR to AVStream directly 5 months ago
Anton Khirnov 7f7fe2a10b fftools/ffmpeg_enc: move set_encoder_id() to ffmpeg_mux_init 5 months ago
Anton Khirnov 6525fe4e77 fftools/ffmpeg_enc: remove unnecessary pointer references from enc_open() 5 months ago
Anton Khirnov 78038d51c5 fftools/ffmpeg_enc: do not set output stream codec parameters directly 5 months ago
Anton Khirnov 238f439992 fftools/ffmpeg_enc: do not set AVStream timebase directly 5 months ago
Anton Khirnov 1ebd521a4e fftools/ffmpeg_enc: stop using OutputStream in hw_device_setup_for_encode() 5 months ago
Anton Khirnov 70f7bbeade fftools/ffmpeg_enc: add an AVClass to Encoder 5 months ago
Anton Khirnov da420ac6e1 fftools/ffmpeg: add support for multiview video 6 months ago
Anton Khirnov 68c198fae2 fftools/ffmpeg_sched: allow decoders to have multiple outputs 6 months ago
Anton Khirnov 6940a6de2f lavu/frame: add side data storing view ID for multi-view video 6 months ago
James Almer a48eba0021 fftools/ffmpeg_filter: ensure that the inserted filters exist 6 months ago
Gyan Doshi 0d5b68c27c ffmpeg_mux_init: correct log suggestion 6 months ago
Anton Khirnov 0c9fe2b232 fftools/cmdutils: extend stream specifiers to match by disposition 6 months ago
Anton Khirnov 00f5a34c9a fftools/cmdutils: tighten condition for media type stream specifiers 6 months ago
Marvin Scholz dd002f1588 fftools/ffmpeg_demux: narrow variable scope 6 months ago
Marvin Scholz 3ebc68d25d fftools/ffmpeg_mux_init: fix variable shadowing 6 months ago
Marvin Scholz 25f0fff9ec fftools/ffmpeg_demux: fix variable shadowing 6 months ago
Marvin Scholz bb91425eb8 fftools/ffmpeg_mux_init: remove unused variable 6 months ago
Marvin Scholz 4c6d07dd28 fftools/cmdutils: fix variable shadowing 6 months ago
Marvin Scholz 990b80c004 fftools/ffmpeg_opt: fix variable shadowing 6 months ago
Marvin Scholz 504c1ffcd8 fftools/ffmpeg: remove useless error check 6 months ago
Lynne 1709f3830e
fftools/opt_common: add missing newline after printing codecs 6 months ago
Niklas Haas 8517ff2082 fftools/ffmpeg_filter: remove YUVJ hack 6 months ago
Niklas Haas a850f80e2c fftools/ffmpeg_filter: propagate codec yuv metadata to filters 6 months ago
Niklas Haas 33d5a4ec4e fftools/ffmpeg_filter: switch to avcodec_get_supported_config() 6 months ago
Anton Khirnov f3e265c690 fftools/ffmpeg_mux_init: factor out binding filters to output streams 6 months ago
Niklas Haas 7d6cd13ccb fftools/ffmpeg_filter: simplify choose_pix_fmts 6 months ago
Niklas Haas 7b0eca1e51 fftools/ffmpeg_mux_init: switch to avcodec_get_supported_config() 6 months ago
Niklas Haas 377652da19 fftools: drop unused/hacky macros 6 months ago
Niklas Haas 69b8405482 fftools/opt_common: switch to avcodec_get_supported_config() 6 months ago
Nicolas Gaullier ee9ae4e8ba fftools/ffmpeg: Fix honor -r output option with streamcopy 6 months ago
Zhao Zhili 523189c744 fftools/ffplay: handle flip in display matrix 7 months ago
Jan Garcia via ffmpeg-devel 598f541ba4 fftools/ffmpeg: show video stats in progress output without filters 7 months ago
Anton Khirnov 9e3b5b8a26 fftools/ffmpeg: switch -map parsing to new stream specifier API 7 months ago
Anton Khirnov d1bdd89c2f fftools/ffmpeg: use new stream specifier API in opt_match_per_stream*() 7 months ago
Anton Khirnov 46cbe4ab5c fftools/cmdutils: split stream specifier parsing and matching 7 months ago
Anton Khirnov e1b38680b7 fftools/cmdutils: put stream specifier handling back into cmdutils 7 months ago
Anton Khirnov 93227a68f1 fftools/ffmpeg: replace remaining uses of MATCH_PER_STREAM_OPT() 7 months ago
Anton Khirnov e218bde9f9 fftools/ffmpeg: replace MATCH_PER_STREAM_OPT(.., str, ..) with a function 7 months ago
Niklas Haas b5aeafc00a fftools/ffprobe: implement dv_md_compression 7 months ago
Anton Khirnov d1fa39d08d fftools/ffmpeg: prefer real errors over EOF in err_merge() 8 months ago
James Almer 2ff7d10c30 fftools/ffmpeg_filter: use the correct specifier for crop arguments 8 months ago
James Almer 90672974bd fftools/ffmpeg_demux: don't insert the crop filter if frame cropping side data defines no cropping 8 months ago