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
2021-03-17fftools/ffmpeg: use av_packet_alloc() to allocate packetsJames Almer
2021-03-02fftools: Switch to const AVCodec * where possibleAndreas Rheinhardt
2021-02-05ffmpeg: add -fpsmax to clamp output framerateGyan Doshi
2021-02-05avformat/mxfenc: prefer to use the configured metadataLimin Wang
2021-01-21ffmpeg_opts: remove lowres checkJames Almer
2021-01-10doc/ffmpeg: document max_error_rateGyan Doshi
2021-01-01Mark some pointers as constAndreas Rheinhardt
2020-12-22ffmpeg: add option stats_periodGyan Doshi
2020-10-29ffmpeg: add a data size threshold for muxing queue sizeJan Ekström
2020-10-28ffmpeg.c: stop accessing private AVStream.codec_info_nb_framesAnton Khirnov
2020-10-28ffmpeg.c: rename 'area' to 'score'Anton Khirnov
2020-09-08ffmpeg: add auto_conversion_filters option.Nicolas George
2020-07-30fftools/ffmpeg: make specifying thread_queue_size turn on threaded inputMarton Balint
2020-06-18fftools/ffmpeg_filter: add -autoscale to disable/enable the default scaleLinjie Fu
2020-05-26fftools/ffmpeg: add new abort_on flag which aborts if there is a stream which...Marton Balint
2020-05-02fftools/ffmpeg: use a bsf list instead of individual bsfsMarton Balint
2020-04-26ffmpeg: Remove the hw_device_ctx globalMark Thompson
2020-04-17fftools/ffmpeg_opt: Check attachment filesizeAndreas Rheinhardt
2020-04-14fftools: fix hwaccels option dump redundancyJun Zhao
2020-03-19fftools/ffmpeg_opt: Fix [u]int64_t specifier stringAndreas Rheinhardt
2020-03-08fftools/ffmpeg_opt: remove bogus warning of multiple -af and -vf usageMarton Balint
2020-03-08fftools/ffmpeg_opt: warn about overwritten parsed optionsMarton Balint
2020-03-07ffmpeg: default hwaccel_output_format to cuda when hwaccel is cuvidTimo Rothenpieler
2020-03-04ffmpeg: remove superfluous custom cuvid hwaccelJames Almer
2020-03-01fftools/ffmpeg_opt: Fix leak of options when parsing options failsAndreas Rheinhardt
2020-01-30cmdutils: add show_help_protocol for get protocol optionsSteven Liu
2019-12-28fftools/ffmpeg_opt: Add a missing closing brackets.Carl Eugen Hoyos
2019-11-06fftools/ffmpeg_opt: Fix mixed declarations and codeAndreas Rheinhardt
2019-10-18fftools/ffmpeg_opt: add error handle if av_asprintf return nullJun Zhao
2019-09-28ffmpeg_opt: remove errant spaceLou Logan
2019-09-27doc/ffmpeg: -timelimit is in user timeLou Logan
2019-09-17fftools/ffmpeg_opt: Fix signed integer overflowAndreas Rheinhardt
2019-07-03ffmpeg_opt: Respect default disposition when select audio/videoJun Zhao
2019-01-15ffmpeg_opt: Print a warning if more than one -vf/-af option was specified.Carl Eugen Hoyos
2019-01-03ffmpeg: allow disabling streams by type for inputsGyan Doshi
2019-01-03ffmpeg: skip disabled streamsGyan Doshi
2018-09-30ffmpeg: break loop when dts_heuristic check donexiaofeng
2018-09-17ffmpeg: block output == input for filesGyan Doshi
2018-06-26fftools/ffmpeg: check sseof value and clash with ssGyan Doshi
2018-06-08ffmpeg: mark sseof as an input-only optionGyan Doshi
2018-06-04fftools/ffmpeg: fix for all forced key frames when 'copyts' is enabledVishwanath Dixit
2018-04-25make swresample optional for ffmpegPaul B Mahol
2018-03-16ffmpeg: support dump bit stream filter options.Jun Zhao
2018-02-24ffmpeg_opt: fix max_error_rate help info display issue.Jun Zhao
2018-01-29fftools, tools, examples: migrate to AVFormatContext->urlMarton Balint
2018-01-08fftools/ffmpeg_opt: Remove a write-only variable.Carl Eugen Hoyos
2018-01-06Remove the ffserver programRostislav Pehlivanov
2018-01-04ffmpeg: use thread wrappers for the thread message functionalityJames Almer
2017-11-29ffmpeg_opt: Constify hwaccel pointer.Carl Eugen Hoyos
2017-11-28ffmpeg: Check read_ffserver_streams() return valuePan Bian