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
2017-10-06avfilter/vf_fps: add eof_action filter optionTobias Rapp
2017-10-05avfilter/vf_fps: clean-up filter optionsTobias Rapp
2017-09-15vf_fps: Fix memory leak introduced by eea64ef4Thierry Foucu
2017-09-15vf_fps: when reading EOF, using current_pts to duplicate the last frame if ne...Thierry Foucu
2016-05-09avfilter/vf_fps: set fps value boundariesPrzemysław Sobala
2015-10-07lavfi/vf_fps: remove looping on request_frame().Nicolas George
2015-02-05avfilter/vf_fps: update frame drop commentMichael Niedermayer
2015-02-04avfilter/vf_fps: Do not drop a random subset of framesMichael Niedermayer
2014-05-20lavfi/vf_fps: use av_fifo_alloc_arrayLukasz Marek
2014-05-08lavfi: use av_fifo_freepLukasz Marek
2014-02-20avfilter/vf_fps: fix rounding error accumulationMichael Niedermayer
2013-11-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-11-24Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-10-28lavfi: do not export the filters from shared objectsAnton Khirnov
2013-09-12avfilter: various cosmeticsPaul B Mahol
2013-09-02avfilter/vf_fps: make sure the fifo is not empty before using itMichael Niedermayer
2013-08-29avfilter/vf_fps: fix ABI compatibility with AV_NOPTS starttimeMichael Niedermayer
2013-08-29Merge commit 'cb8f70c96e14c1b4824ef23d21d78d10fc5a4b93'Michael Niedermayer
2013-08-28vf_fps: use double constants for default/min/max for start_timeHendrik Leppkes
2013-08-26avfilter/vf_fps: Work around msvc (c99wrap) build failurePavel Koshevoy
2013-08-21Merge commit '545a0b807cf45b2bbc4c9087a297b741ce00f508'Michael Niedermayer
2013-08-20vf_fps: add 'start_time' optionJustin Ruggles
2013-05-17Merge commit '4c205f42c86ccefa093c59434669af34ad14a52b'Michael Niedermayer
2013-05-17vf_fps: move initializing pts from config_props to init.Anton Khirnov
2013-04-14lavfi: add missing periods in filter descriptions.Clément Bœsch
2013-04-12lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov
2013-04-10Merge commit 'f13ab29925883b4245da4129694af3af378d67be'Michael Niedermayer
2013-04-09lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov
2013-04-09vf_fps: switch to an AVOptions-based system.Anton Khirnov
2013-03-26lavfi/fps: make use of AV_OPT_TYPE_VIDEO_RATEPaul B Mahol
2013-03-21lavfi/vf_fps: use standard options parsing.Nicolas George
2013-03-10lavfi: remove remaining forgotten min/rej perms.Clément Bœsch
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer
2013-03-08lavfi: switch to AVFrame.Anton Khirnov
2013-01-16Merge commit 'dae1d507af94261bafd3b11549884e5d1eca590e'Michael Niedermayer
2013-01-15vf_fps: add final flushed frames to the dropped frame countJustin Ruggles
2012-12-11lavfi/fps: remove parse opt error message.Clément Bœsch
2012-12-11lavfi/fps: add shorthand.Clément Bœsch
2012-11-28vf_fps: switch to filter_frameAnton Khirnov
2012-11-28lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov
2012-10-25lavfi/vf_fps: allow to set the rounding method.Nicolas George
2012-10-11Merge commit '4436f25a1682ada3f7226cb6fadf429946933161'Michael Niedermayer
2012-10-11lavfi: convert input/ouput list compound literals to named objectsMans Rullgard
2012-08-18lavfi: add priv class to filter definitions and flags to filter internal optionsStefano Sabatini
2012-08-17vf_fps: fix permissions.Nicolas George
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-08-06Replace various inlined inverse AVRational with av_inv_q().Clément Bœsch
2012-07-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer