926 Commits (fd980b261536fbd30f2c8df42779ecb09bf1b240)

Author SHA1 Message Date
Anton Khirnov 36ce335d46 fftools/ffmpeg_mux: inline of_muxer_init() into of_open() 2 years ago
Anton Khirnov a55ca682e2 fftools/ffmpeg_mux: allocate sq_pkt in setup_sync_queues() 2 years ago
Anton Khirnov 65d106933a fftools/ffmpeg_mux: embed OutputFile in a Muxer 2 years ago
Anton Khirnov 24098c6c8d fftools/ffmpeg_mux: move Muxer and MuxStream to a new header 2 years ago
Anton Khirnov 18d6c07267 fftools/ffmpeg_opt: move opening output files into a new file 2 years ago
Anton Khirnov 965bff37b6 fftools/ffmpeg: move some stream initialization code to ffmpeg_mux 2 years ago
Anton Khirnov 731246ae8f fftools/ffmpeg_mux: drop the of_ prefix from of_submit_packet() 2 years ago
Anton Khirnov a7028d7fa8 fftools/ffmpeg_mux: rename submit_packet() to thread_submit_packet() 2 years ago
Anton Khirnov d579a70291 fftools/ffmpeg: move output_packet() to ffmpeg_mux 2 years ago
Anton Khirnov 072e3f710e fftools/ffmpeg_mux: do not unref a NULL packet 2 years ago
Marvin Scholz fed841f6f9 fftools/ffmpeg_opt: Use av_err2str 2 years ago
Marvin Scholz 88635c7f95 fftools/ffprobe: Use av_err2str 2 years ago
Marvin Scholz 3eab2c1af1 fftools/cmdutils: Use av_err2str 2 years ago
Marvin Scholz 3ce1616106 ffmpeg: Make find_stream_info behave like a normal per-file option 2 years ago
Anton Khirnov 044d70736e fftools/ffmpeg: move some code from init_output_stream() to init_output_stream_encode() 2 years ago
Anton Khirnov 29188f9c62 fftools/ffmpeg: rename OutputStream.sync_opts to next_pts 2 years ago
Anton Khirnov 3c0f532cbc fftools/ffmpeg: pass the timestamp to check_recording_time() 2 years ago
Anton Khirnov 69f770f77c fftools/ffmpeg: stop setting OutputStream.sync_opts for streamcopy 2 years ago
Anton Khirnov 76678b7137 fftools/ffmpeg: drop never-set OutputStream.first_pts 2 years ago
Anton Khirnov 5188aeaffb fftools/ffmpeg: cosmetics 2 years ago
Anton Khirnov c75be06148 fftools/ffmpeg: move forced keyframe processing into its own function 2 years ago
Anton Khirnov 7a994c8701 fftools/ffmpeg: drop always-true conditions 2 years ago
Anton Khirnov 3d86a13b47 fftools/ffmpeg: drop the -async option 2 years ago
Marvin Scholz cc48454561 fftools/ffmpeg: Remove unused frame_bits_per_raw_sample variable 2 years ago
Marvin Scholz 793953f44a fftools/ffmpeg: Remove unused do_deinterlace variable 2 years ago
Marvin Scholz 1c8e95bd99 fftools: Remove unused videotoolbox_init declaration 2 years ago
Marvin Scholz d2cf6d1665 fftools: Remove unused qsv declarations 2 years ago
Derek Buitenhuis f5cd00bf52 ffprobe: Check for invalid matrix error when printing rotation 2 years ago
Zhao Zhili 686096739b fftools/ffmpeg_filter: configure min_hard_comp unconditionally 2 years ago
Zhao Zhili af919cf780 fftools/ffmpeg: fix av_display_rotation_set() type cast 2 years ago
Wang Yaqiang 3f0fac9303 fftools/ffplay: fix rotation incorrect when frame contains the displaymatrix 2 years ago
James Almer 130483449e fftools/opt_common: check the return value of av_hwdevice_get_type_name before printing it 2 years ago
Andreas Rheinhardt 5c16df1b92 fftools/ffprobe: Report initial and trailing padding 2 years ago
Andreas Rheinhardt 90aa2a88f9 fftools/ffmpeg_opt: Check creation of new program 2 years ago
Andreas Rheinhardt 601faaed92 fftools: Use report_error_then_exit_program() for allocation failures 2 years ago
Andreas Rheinhardt e157b21a90 fftools/cmdutils: Add function to report error before exit 2 years ago
Anton Khirnov 4fce3bab64 fftools/ffmpeg: use a separate counter for encoded packet data size 2 years ago
Anton Khirnov 0dd7347963 fftools/ffmpeg: drop OutputStream.fps_mode 2 years ago
Anton Khirnov d0f767f81f fftools/ffmpeg: drop OutputStream.enc 2 years ago
Anton Khirnov 4a4a206304 fftools/ffmpeg_filter: remove an always-true check 2 years ago
Anton Khirnov c97bb940c2 fftools/ffmpeg_filter: remove an always-false check 2 years ago
Anton Khirnov 7c8737548f fftools/ffmpeg: remove a stale extern declaration 2 years ago
Anton Khirnov 8d26a21bf6 fftools/ffmpeg: stop accessing av_stream_get_parser() from the main thread 2 years ago
James Almer f5a663f2a9 fftools/ffmpeg_opt: try to propagate the requested output channel layout 2 years ago
Anton Khirnov f23e3ce858 fftools/ffmpeg: call av_guess_frame_rate() when opening the file 2 years ago
Gyan Doshi d5544f6457 ffprobe: restore reporting error code for failed inputs 2 years ago
Anton Khirnov ab31473830 fftools/ffmpeg: store a separate copy of input codec parameters 2 years ago
Timo Rothenpieler f85e0673c3 fftools: add DPI awareness manifest 2 years ago
Anton Khirnov 6ded80af92 fftools/ffmpeg: move packet timestamp processing to demuxer thread 2 years ago
Anton Khirnov 3b2beceae1 fftools/ffmpeg: use a separate variable for discontinuity offset 2 years ago