summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_fps.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '4c205f42c86ccefa093c59434669af34ad14a52b'Michael Niedermayer2013-05-171-1/+2
|\
| * vf_fps: move initializing pts from config_props to init.Anton Khirnov2013-05-171-1/+2
| * lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov2013-04-091-1/+1
* | lavfi: add missing periods in filter descriptions.Clément Bœsch2013-04-141-1/+1
* | lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov2013-04-121-1/+1
* | Merge commit 'f13ab29925883b4245da4129694af3af378d67be'Michael Niedermayer2013-04-101-4/+1
|\ \ | |/
| * vf_fps: switch to an AVOptions-based system.Anton Khirnov2013-04-091-10/+1
* | lavfi/fps: make use of AV_OPT_TYPE_VIDEO_RATEPaul B Mahol2013-03-261-8/+1
* | lavfi/vf_fps: use standard options parsing.Nicolas George2013-03-201-8/+3
* | lavfi: remove remaining forgotten min/rej perms.Clément Bœsch2013-03-101-2/+0
* | Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-101-17/+17
|\ \ | |/
| * lavfi: switch to AVFrame.Anton Khirnov2013-03-081-16/+16
* | Merge commit 'dae1d507af94261bafd3b11549884e5d1eca590e'Michael Niedermayer2013-01-161-0/+1
|\ \ | |/
| * vf_fps: add final flushed frames to the dropped frame countJustin Ruggles2013-01-151-0/+1
| * lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov2012-11-281-22/+4
* | lavfi/fps: remove parse opt error message.Clément Bœsch2012-12-111-4/+1
* | lavfi/fps: add shorthand.Clément Bœsch2012-12-111-1/+2
* | vf_fps: switch to filter_frameAnton Khirnov2012-11-281-22/+4
* | lavfi/vf_fps: allow to set the rounding method.Nicolas George2012-10-251-2/+9
* | Merge commit '4436f25a1682ada3f7226cb6fadf429946933161'Michael Niedermayer2012-10-111-13/+25
|\ \ | |/
| * lavfi: convert input/ouput list compound literals to named objectsMans Rullgard2012-10-101-11/+23
* | lavfi: add priv class to filter definitions and flags to filter internal optionsStefano Sabatini2012-08-181-1/+3
* | vf_fps: fix permissions.Nicolas George2012-08-171-1/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-161-0/+1
|\ \ | |/
| * Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* | Replace various inlined inverse AVRational with av_inv_q().Clément Bœsch2012-08-061-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-221-19/+45
|\ \ | |/
| * vf_fps: add more error checks.Anton Khirnov2012-07-221-2/+17
| * vf_fps: fix a memleak on malloc failure.Anton Khirnov2012-07-221-1/+3
| * lavfi: check all ff_start_frame/draw_slice/end_frame calls for errorsAnton Khirnov2012-07-221-6/+12
| * lavfi: add error handling to end_frame().Anton Khirnov2012-07-221-8/+9
| * lavfi: add error handling to draw_slice().Anton Khirnov2012-07-221-1/+2
| * lavfi: add error handling to start_frame().Anton Khirnov2012-07-221-1/+2
* | Merge commit '1470ce21cec5ee26e106e2a884c26bbf84e5aaea'Michael Niedermayer2012-07-221-11/+11
|\ \ | |/
| * lavfi: use const for AVFilterPad declarations in all filters.Ronald S. Bultje2012-07-211-11/+11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-211-0/+1
|\ \ | |/
| * lavfi: unref AVFilterLink.cur_buf in ff_end_frame().Anton Khirnov2012-07-201-0/+1
* | Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'Michael Niedermayer2012-06-261-1/+1
|\ \ | |/
| * lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov2012-06-261-1/+1
* | lavfi: define macro AVFILTER_DEFINE_CLASSStefano Sabatini2012-06-221-9/+3
* | lavfi: use designated initializers for AVClassPaul B Mahol2012-06-171-1/+2
* | vf_fps: set frame_rate.Nicolas George2012-06-101-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-061-7/+9
|\ \ | |/
| * lavfi: remove request/poll and drawing functions from public API on next bumpAnton Khirnov2012-06-051-7/+9
* | lavfi: use av_default_item_name() as filter private context loggerStefano Sabatini2012-06-041-1/+1
* | lavfi: add avfilter_default_filter_name()Stefano Sabatini2012-06-041-1/+1
* | vf_fps: fix copyrightMichael Niedermayer2012-05-241-0/+4
* | vf_fps: license cleanupMichael Niedermayer2012-05-241-4/+4
|/
* lavfi: Add fps filter.Anton Khirnov2012-05-181-0/+271
OpenPOWER on IntegriCloud