Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-13ffmpeg: Make find_stream_info behave like a normal per-file optionMarvin Scholz
2022-10-04fftools/ffmpeg: move some code from init_output_stream() to init_output_strea...Anton Khirnov
2022-10-04fftools/ffmpeg: rename OutputStream.sync_opts to next_ptsAnton Khirnov
2022-10-04fftools/ffmpeg: pass the timestamp to check_recording_time()Anton Khirnov
2022-10-04fftools/ffmpeg: stop setting OutputStream.sync_opts for streamcopyAnton Khirnov
2022-10-04fftools/ffmpeg: drop never-set OutputStream.first_ptsAnton Khirnov
2022-10-04fftools/ffmpeg: cosmeticsAnton Khirnov
2022-10-04fftools/ffmpeg: move forced keyframe processing into its own functionAnton Khirnov
2022-10-04fftools/ffmpeg: drop always-true conditionsAnton Khirnov
2022-10-04fftools/ffmpeg: drop the -async optionAnton Khirnov
2022-10-02fftools/ffmpeg: Remove unused frame_bits_per_raw_sample variableMarvin Scholz
2022-10-02fftools/ffmpeg: Remove unused do_deinterlace variableMarvin Scholz
2022-10-02fftools: Remove unused videotoolbox_init declarationMarvin Scholz
2022-10-02fftools: Remove unused qsv declarationsMarvin Scholz
2022-09-27ffprobe: Check for invalid matrix error when printing rotationDerek Buitenhuis
2022-09-23fftools/ffmpeg_filter: configure min_hard_comp unconditionallyZhao Zhili
2022-09-22fftools/ffmpeg: fix av_display_rotation_set() type castZhao Zhili
2022-09-15fftools/ffplay: fix rotation incorrect when frame contains the displaymatrixWang Yaqiang
2022-09-14fftools/opt_common: check the return value of av_hwdevice_get_type_name befor...James Almer
2022-09-05fftools/ffprobe: Report initial and trailing paddingAndreas Rheinhardt
2022-09-01fftools/ffmpeg_opt: Check creation of new programAndreas Rheinhardt
2022-09-01fftools: Use report_error_then_exit_program() for allocation failuresAndreas Rheinhardt
2022-09-01fftools/cmdutils: Add function to report error before exitAndreas Rheinhardt
2022-08-29fftools/ffmpeg: use a separate counter for encoded packet data sizeAnton Khirnov
2022-08-29fftools/ffmpeg: drop OutputStream.fps_modeAnton Khirnov
2022-08-29fftools/ffmpeg: drop OutputStream.encAnton Khirnov
2022-08-29fftools/ffmpeg_filter: remove an always-true checkAnton Khirnov
2022-08-29fftools/ffmpeg_filter: remove an always-false checkAnton Khirnov
2022-08-29fftools/ffmpeg: remove a stale extern declarationAnton Khirnov
2022-08-29fftools/ffmpeg: stop accessing av_stream_get_parser() from the main threadAnton Khirnov
2022-08-23fftools/ffmpeg_opt: try to propagate the requested output channel layoutJames Almer
2022-08-22fftools/ffmpeg: call av_guess_frame_rate() when opening the fileAnton Khirnov
2022-08-17ffprobe: restore reporting error code for failed inputsGyan Doshi
2022-08-16fftools/ffmpeg: store a separate copy of input codec parametersAnton Khirnov
2022-08-13fftools: add DPI awareness manifestTimo Rothenpieler
2022-08-13fftools/ffmpeg: move packet timestamp processing to demuxer threadAnton Khirnov
2022-08-13fftools/ffmpeg: use a separate variable for discontinuity offsetAnton Khirnov
2022-08-13fftools/ffmpeg: simplify conditions in ts_discontinuity_processAnton Khirnov
2022-08-13fftools/ffmpeg: move inter-stream ts discontinuity handling to ts_discontinui...Anton Khirnov
2022-08-13fftools/ffmpeg: move timestamp discontinuity correction out of process_input()Anton Khirnov
2022-08-13fftools/ffmpeg: pre-compute the streamcopy start pts before transcoding startsAnton Khirnov
2022-08-13fftools/ffmpeg: move stream-dependent starttime correction to transcode_init()Anton Khirnov
2022-08-13fftools/ffmpeg_mux: avoid leaking pkt on errorsAnton Khirnov
2022-08-13fftools/ffmpeg: mark all encode sync queues as done before flushing encodersAnton Khirnov
2022-08-08fftools/ffmpeg: move handling corrupt packets to the input threadAnton Khirnov
2022-08-08fftools/ffmpeg_demux: do not store demux packet in the contextAnton Khirnov
2022-08-08fftools/ffmpeg_demux: factorize signalling end of demuxingAnton Khirnov
2022-08-08fftools/ffmpeg: move -stream_loop handling to the demuxer threadAnton Khirnov
2022-08-08fftools/ffmpeg: move seek_to_start() to ffmpeg_demux.cAnton Khirnov
2022-08-08fftools/ffmpeg: move get_input_packet() to ffmpeg_demux.cAnton Khirnov