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-05-04fftools/ffmpeg_opt: Fix leak of options when parsing options failsAndreas Rheinhardt
2020-07-03fftools/ffmpeg: Fix integer overflow in duration computation in seek_to_start()Michael Niedermayer
2020-07-02fftools/ffmpeg_opt: Check attachment filesizeAndreas Rheinhardt
2020-07-01fftools/ffmpeg: Free swresample dictionary during cleanupAndreas Rheinhardt
2020-07-01fftools/ffmpeg_opt: Fix signed integer overflowAndreas Rheinhardt
2019-01-21fftools/ffmpeg: Repair reinit_filter featureMichael Niedermayer
2018-10-15ffmpeg: log corrupted packets and framesMarton Balint
2018-10-09ffmpeg: check return value of avcodec_parameters_from_contextMarton Balint
2018-10-07ffplay: add options to specify window positionDave Rice
2018-09-30ffmpeg: break loop when dts_heuristic check donexiaofeng
2018-09-17ffmpeg: block output == input for filesGyan Doshi
2018-09-05ffplay: add option to allow custom seek intervalGyan Doshi
2018-09-01ffplay: do not drain existing filters when seekingMarton Balint
2018-08-28ffmpeg: add correct field for raw pts in -progress reportGyan Doshi
2018-08-08ffmpeg: simplify refcounting packets for the muxing queueJames Almer
2018-08-07fftools/qsv: add extra_hw_frames supportZhong Li
2018-07-28cmdutils: print a more descriptive error message in show_help_bsf() when no b...James Almer
2018-07-13ffplay: add support for various YUV conversion modesMarton Balint
2018-07-02ffmpeg: fix -stream_loop with multiple inputsMarton Balint
2018-07-02ffmpeg: factorize input thread creation and destructionMarton Balint
2018-06-28ffmpeg: make loglevel verbose for frame duration warningGyan Doshi
2018-06-26fftools/ffmpeg: check sseof value and clash with ssGyan Doshi
2018-06-23ffmpeg: Treat subtitles like audio and video for non-monotonic dts.Hans Carlson
2018-06-20ffplay: ignore keypress events before a window is createdMarton Balint
2018-06-17fftools/cmdutils: Replace the number by macro for bprint initJun Zhao
2018-06-17fftools/ffmpeg_filter: Replace the number by macro for bprint initJun Zhao
2018-06-17fftools/ffmpeg: Replace the number by macro for bprint initJun Zhao
2018-06-14ffmpeg: assert that audio packet duration in process_input_packet() is non ne...Michael Niedermayer
2018-06-14fftools/ffmpeg: Fallback to duration if sample rate is unavailableMichael Niedermayer
2018-06-09ffmpeg: Fail if the user requested impossible subtitle encoding.Carl Eugen Hoyos
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-05-30ffplay: Print codec_name if decoder for codec_id could not be found.Carl Eugen Hoyos
2018-05-28cmdutils: dump supported hardware devices in print_codec()Jun Zhao
2018-05-28cmdutils: print missing caps in print_codec().Jun Zhao
2018-05-09ffprobe: fix SEGV when new streams are addedAman Gupta
2018-05-02fftools/ffmpeg: properly initialize output stream field orderTobias Rapp
2018-05-01fftools/ffmpeg: fix mixed code and declarationsJames Almer
2018-04-30Use AV_PIX_FMT_FLAG_ALPHA for detecting transparency where nb_components was ...Marton Balint
2018-04-28fftools/ffmpeg: change fps progress log message to show two decimal digitsAndré Camargo
2018-04-28fftools/ffmpeg: Add system time and real time to benchmarking.Mark Wachsler
2018-04-25make swresample optional for ffmpegPaul B Mahol
2018-04-18ffplay: Fix realloc_texture when input texture is NULL.Matt Oliver
2018-04-17ffprobe: report unavailable SAR correctly in stream infoTimo Teräs
2018-04-04ffmpeg: allow setting attached_pic dispositionTimo Teräs
2018-04-03avutil/pixdesc: deprecate AV_PIX_FMT_FLAG_PSEUDOPALwm4
2018-04-03fftools/cmdutils: add support for level flag in loglevel option parserTobias Rapp
2018-04-02lav*,tests: remove several register_all callsJosh de Kock
2018-04-02cmdutils: fix new API break the "ffmpeg -muxers/demuxers"Jun Zhao
2018-04-01ffmpeg: prevent premature EOF in sub2video with nullptr AVSubtitlesJan Ekström