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
2020-07-02fftools/ffmpeg: Free swresample dictionary during cleanupAndreas Rheinhardt
2020-07-02fftools/ffmpeg_opt: Fix signed integer overflowAndreas Rheinhardt
2020-07-02fftools/ffmpeg_opt: Check attachment filesizeAndreas Rheinhardt
2020-07-01fftools/ffmpeg: Fix integer overflow in duration computation in seek_to_start()Michael Niedermayer
2019-03-21fftools/ffmpeg: Repair reinit_filter featureMichael Niedermayer
2018-07-08ffmpeg: fix -stream_loop with multiple inputsMarton Balint
2018-07-08ffmpeg: factorize input thread creation and destructionMarton Balint
2018-06-15fftools/ffmpeg: Fallback to duration if sample rate is unavailableMichael Niedermayer
2018-05-19ffprobe: fix SEGV when new streams are addedAman Gupta
2018-05-01ffplay: 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
2018-04-01cmdutils: use new APIsJosh de Kock
2018-03-30fftools/ffmpeg: Remove an unused variable.Carl Eugen Hoyos
2018-03-29ffmpeg: do not finish output streams manually on eof even if no input is prov...Marton Balint
2018-03-29ffmpeg: fallback to codecpar parameters on input filter eofMarton Balint
2018-03-24ffmpeg: pass reference counted packet on codec copy when possibleJames Almer
2018-03-24ffmpeg: remove dead call to av_parser_change()James Almer
2018-03-22cmdutils: print supported codecs in show_help_bsf()James Almer
2018-03-21ffmpeg.c - drain all decoded frames during stream_loop flushGyan Doshi
2018-03-17cmdutils: remove a superfluous line breakJames Almer
2018-03-16ffmpeg: support dump bit stream filter options.Jun Zhao
2018-03-12ffprobe: fix infinite loop in subtitle decodingMarton Balint
2018-03-05fftools/ffmpeg: update print_report to use AVBPrint APITobias Rapp
2018-03-05fftools/ffmpeg: fix progress log message in case pts is not availableTobias Rapp
2018-02-27fftools/ffmpeg: replace call to av_strerror with av_err2strTobias Rapp
2018-02-24Don't complain about codec2's 700 bit/s modes in ffmpeg.cTomas Härdin
2018-02-24ffmpeg_opt: fix max_error_rate help info display issue.Jun Zhao
2018-02-24avformat/mpegts: set AV_DISPOSITION_DEPENDENT for mix_type=0 supplementary audioAman Gupta
2018-02-08Revert "cmdutils: make use of new iteration APIs"James Almer
2018-02-06lavc/bsf: make BSF iteration the same as other iteratorsJosh de Kock
2018-02-06cmdutils: make use of new iteration APIsJosh de Kock
2018-02-02ffprobe: remove usage of deprecation warning removal pragmasJames Almer
2018-02-02ffprobe: Initialize coded_width/heightZhong Li
2018-01-29fftools, tools, examples: migrate to AVFormatContext->urlMarton Balint
2018-01-26ffmpeg: Ignore SIGPIPEMark Thompson
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-12-26ffplay: drop lock manager usewm4
2017-11-29ffmpeg_opt: Constify hwaccel pointer.Carl Eugen Hoyos
2017-11-28ffmpeg: Check read_ffserver_streams() return valuePan Bian
2017-11-27ffmpeg: Use codec hardware config to configure hwaccelsMark Thompson
2017-11-23lavu,lavfi,ffmpeg: Remove experimental OpenCL APIMark Thompson
2017-11-21ffmpeg: add return value check to supress the build warning.Jun Zhao