summaryrefslogtreecommitdiff
path: root/libavfilter/vf_fps.c
Commit message (Expand)AuthorAge
* lavfi/vf_fps: check flow before sending more framesNicolas George2022-02-20
* avfilter: add AVFILTER_FLAG_METADATA_ONLYAnton Khirnov2021-12-04
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/fps: remove unconventional acronymsGyan Doshi2021-07-06
* avfilter/vf_fps: extend support for expressionsJames Almer2021-06-13
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* avfilter/vf_fps: Avoid inlink fifo build up.Nikolas Bowe2019-09-10
* lavfi/fps: Avoid duplicating Closed Captions when increasing frame rate.Carl Eugen Hoyos2018-11-27
* libavfilter/vf_fps: Minor cleanupsCalvin Walton2018-03-08
* libavfilter/vf_fps: Rewrite using activate callbackCalvin Walton2018-03-08
* avfilter/vf_fps: add eof_action filter optionTobias Rapp2017-10-06
* avfilter/vf_fps: clean-up filter optionsTobias Rapp2017-10-05
* vf_fps: Fix memory leak introduced by eea64ef4Thierry Foucu2017-09-15
* vf_fps: when reading EOF, using current_pts to duplicate the last frame if ne...Thierry Foucu2017-09-15
* avfilter/vf_fps: set fps value boundariesPrzemysław Sobala2016-05-09
* lavfi/vf_fps: remove looping on request_frame().Nicolas George2015-10-07
* avfilter/vf_fps: update frame drop commentMichael Niedermayer2015-02-05
* avfilter/vf_fps: Do not drop a random subset of framesMichael Niedermayer2015-02-04
* lavfi/vf_fps: use av_fifo_alloc_arrayLukasz Marek2014-05-20
* lavfi: use av_fifo_freepLukasz Marek2014-05-07
* avfilter/vf_fps: fix rounding error accumulationMichael Niedermayer2014-02-20
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-11-24
|\
| * Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun2013-11-23
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-29
|\|
| * lavfi: do not export the filters from shared objectsAnton Khirnov2013-10-28
* | avfilter: various cosmeticsPaul B Mahol2013-09-12
* | avfilter/vf_fps: make sure the fifo is not empty before using itMichael Niedermayer2013-09-02
* | avfilter/vf_fps: fix ABI compatibility with AV_NOPTS starttimeMichael Niedermayer2013-08-29
* | Merge commit 'cb8f70c96e14c1b4824ef23d21d78d10fc5a4b93'Michael Niedermayer2013-08-29
|\|
| * vf_fps: use double constants for default/min/max for start_timeHendrik Leppkes2013-08-28
* | avfilter/vf_fps: Work around msvc (c99wrap) build failurePavel Koshevoy2013-08-26
* | Merge commit '545a0b807cf45b2bbc4c9087a297b741ce00f508'Michael Niedermayer2013-08-21
|\|
| * vf_fps: add 'start_time' optionJustin Ruggles2013-08-20
* | Merge commit '4c205f42c86ccefa093c59434669af34ad14a52b'Michael Niedermayer2013-05-17
|\|
| * vf_fps: move initializing pts from config_props to init.Anton Khirnov2013-05-17
| * lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov2013-04-09
* | lavfi: add missing periods in filter descriptions.Clément Bœsch2013-04-14
* | lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov2013-04-12
* | Merge commit 'f13ab29925883b4245da4129694af3af378d67be'Michael Niedermayer2013-04-10
|\|
| * vf_fps: switch to an AVOptions-based system.Anton Khirnov2013-04-09
* | lavfi/fps: make use of AV_OPT_TYPE_VIDEO_RATEPaul B Mahol2013-03-26
* | lavfi/vf_fps: use standard options parsing.Nicolas George2013-03-20
* | lavfi: remove remaining forgotten min/rej perms.Clément Bœsch2013-03-10
* | Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-10
|\|
| * lavfi: switch to AVFrame.Anton Khirnov2013-03-08
* | Merge commit 'dae1d507af94261bafd3b11549884e5d1eca590e'Michael Niedermayer2013-01-16
|\|
| * vf_fps: add final flushed frames to the dropped frame countJustin Ruggles2013-01-15
| * lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov2012-11-28
* | lavfi/fps: remove parse opt error message.Clément Bœsch2012-12-11
* | lavfi/fps: add shorthand.Clément Bœsch2012-12-11