summaryrefslogtreecommitdiff
path: root/libavfilter/vf_fps.c
Commit message (Expand)AuthorAge
* 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
* | vf_fps: switch to filter_frameAnton Khirnov2012-11-28
* | lavfi/vf_fps: allow to set the rounding method.Nicolas George2012-10-25
* | Merge commit '4436f25a1682ada3f7226cb6fadf429946933161'Michael Niedermayer2012-10-11
|\|
| * lavfi: convert input/ouput list compound literals to named objectsMans Rullgard2012-10-10
* | lavfi: add priv class to filter definitions and flags to filter internal optionsStefano Sabatini2012-08-18
* | vf_fps: fix permissions.Nicolas George2012-08-17
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-16
|\|
| * Don't include common.h from avutil.hMartin Storsjö2012-08-15
* | Replace various inlined inverse AVRational with av_inv_q().Clément Bœsch2012-08-06
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-22
|\|
| * vf_fps: add more error checks.Anton Khirnov2012-07-22
| * vf_fps: fix a memleak on malloc failure.Anton Khirnov2012-07-22
| * lavfi: check all ff_start_frame/draw_slice/end_frame calls for errorsAnton Khirnov2012-07-22
| * lavfi: add error handling to end_frame().Anton Khirnov2012-07-22
| * lavfi: add error handling to draw_slice().Anton Khirnov2012-07-22
| * lavfi: add error handling to start_frame().Anton Khirnov2012-07-22
* | Merge commit '1470ce21cec5ee26e106e2a884c26bbf84e5aaea'Michael Niedermayer2012-07-22
|\|
| * lavfi: use const for AVFilterPad declarations in all filters.Ronald S. Bultje2012-07-21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-21
|\|
| * lavfi: unref AVFilterLink.cur_buf in ff_end_frame().Anton Khirnov2012-07-20
* | Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'Michael Niedermayer2012-06-26
|\|
| * lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov2012-06-26
* | lavfi: define macro AVFILTER_DEFINE_CLASSStefano Sabatini2012-06-22
* | lavfi: use designated initializers for AVClassPaul B Mahol2012-06-17
* | vf_fps: set frame_rate.Nicolas George2012-06-10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-06
|\|
| * lavfi: remove request/poll and drawing functions from public API on next bumpAnton Khirnov2012-06-05
* | lavfi: use av_default_item_name() as filter private context loggerStefano Sabatini2012-06-04
* | lavfi: add avfilter_default_filter_name()Stefano Sabatini2012-06-04
* | vf_fps: fix copyrightMichael Niedermayer2012-05-24
* | vf_fps: license cleanupMichael Niedermayer2012-05-24
|/
* lavfi: Add fps filter.Anton Khirnov2012-05-18