| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/vsrc_mptestsrc: simplify the code and change the type of frame | Limin Wang | 2019-10-21 | 1 | -13/+14 |
* | avfilter/vsrc_mptestsrc: add options to set the maximum number of frames | Limin Wang | 2019-10-21 | 1 | -12/+17 |
* | lavfi: split frame_count between input and output. | Nicolas George | 2016-11-13 | 1 | -1/+1 |
* | avfilter: Fix max value of AV_OPT_TYPE_VIDEO_RATE | Michael Niedermayer | 2016-06-09 | 1 | -2/+2 |
* | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT | Derek Buitenhuis | 2016-01-27 | 1 | -1/+1 |
* | avfilter/vsrc_mptestsrc: use lrint instead of floor hack | Ganesh Ajjanagadde | 2015-12-02 | 1 | -1/+1 |
* | avfilter/vsrc_mptestsrc: use hypot() | Ganesh Ajjanagadde | 2015-11-26 | 1 | -1/+1 |
* | avfilter: handle error in query_formats() in bunch of filters | Paul B Mahol | 2015-04-08 | 1 | -2/+4 |
* | avfilter/vsrc_mptestsrc: Change enum to int, which is accessed via AVOption a... | Michael Niedermayer | 2015-04-06 | 1 | -1/+1 |
* | avfilter/vsrc_mptestsrc: Use av_clip_uint8() | Michael Niedermayer | 2015-02-21 | 1 | -1/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-29 | 1 | -1/+1 |
* | avfilter: various cosmetics | Paul B Mahol | 2013-09-12 | 1 | -11/+9 |
* | lavfi/mptestsrc: use outlink->frame_count | Paul B Mahol | 2013-09-03 | 1 | -4/+1 |
* | lavfi/mptestsrc: fix chroma subsampling with odd sizes. | Clément Bœsch | 2013-06-01 | 1 | -1/+2 |
* | lavfi/mptestsrc: fix invalid access in case of negative linesize | Stefano Sabatini | 2013-04-18 | 1 | -4/+8 |
* | lavfi/mptestsrc: remove unused size field | Stefano Sabatini | 2013-04-17 | 1 | -1/+0 |
* | lavfi/mptestsrc: use AV_OPT_TYPE_DURATION | Stefano Sabatini | 2013-04-17 | 1 | -14/+7 |
* | lavfi/mptestsrc: reindent option constants | Stefano Sabatini | 2013-04-17 | 1 | -13/+12 |
* | lavfi: remove now unused args parameter from AVFilter.init and init_opaque | Michael Niedermayer | 2013-04-12 | 1 | -1/+1 |
* | lavfi/mptestsrc: switch to an AVOptions-based system. | Clément Bœsch | 2013-04-11 | 1 | -6/+0 |
* | lavfi: always check return value of ff_get_{audio,video}_buffer() | Paul B Mahol | 2013-04-08 | 1 | -0/+2 |
* | lavfi/mptestsrc: make use of AV_OPT_TYPE_VIDEO_RATE | Paul B Mahol | 2013-03-26 | 1 | -16/+8 |
* | lavfi/mptestsrc: raise filter_frame() error. | Clément Bœsch | 2013-03-13 | 1 | -3/+1 |
* | Merge commit '7e350379f87e7f74420b4813170fe808e2313911' | Michael Niedermayer | 2013-03-10 | 1 | -2/+2 |
* | lavfi/vsrc: switch to ff_filter_frame. | Clément Bœsch | 2012-12-02 | 1 | -5/+1 |
* | lavfi: add priv_class for some forgotten filters. | Clément Bœsch | 2012-11-29 | 1 | -0/+1 |
* | lavfi/mptestsrc: add FLAGS to AVOption array. | Clément Bœsch | 2012-11-29 | 1 | -19/+19 |
* | lavfi: convert remaining input/output list compound literals to named objects. | Clément Bœsch | 2012-11-28 | 1 | -7/+12 |
* | Replace usage of the deprecated av_pix_fmt_descriptors array with av_pix_fmt_... | Hendrik Leppkes | 2012-10-20 | 1 | -1/+1 |
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -2/+2 |
* | Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9' | Michael Niedermayer | 2012-09-05 | 1 | -2/+2 |
* | Merge commit '124134e42455763b28cc346fed1d07017a76e84e' | Michael Niedermayer | 2012-09-05 | 1 | -11/+11 |
* | Remove "Error parsing options string [...]" messages. | Clément Bœsch | 2012-08-09 | 1 | -3/+1 |
* | lavfi: decrease logging level of message showing initial parameters | Stefano Sabatini | 2012-07-15 | 1 | -1/+1 |
* | lavfi: do not pass opaque field to init functions | Stefano Sabatini | 2012-07-08 | 1 | -1/+1 |
* | lavfi: define macro AVFILTER_DEFINE_CLASS | Stefano Sabatini | 2012-06-22 | 1 | -7/+2 |
* | lavfi: remove redundant checks after av_parse_video_rate() | Paul B Mahol | 2012-06-20 | 1 | -2/+1 |
* | lavfi: use designated initializers for AVClass | Paul B Mahol | 2012-06-17 | 1 | -3/+5 |
* | lavfi: update some deprecated functions | Paul B Mahol | 2012-06-16 | 1 | -5/+7 |
* | lavfi: use av_default_item_name() as filter private context logger | Stefano Sabatini | 2012-06-04 | 1 | -1/+1 |
* | lavfi: add avfilter_default_filter_name() | Stefano Sabatini | 2012-06-04 | 1 | -6/+1 |
* | vsrx_mptestsrc: remove duplicate config_props init. | Michael Niedermayer | 2012-03-07 | 1 | -1/+0 |
* | Mark AVFilterPad[] compound literals as const. | Reimar Döffinger | 2011-11-06 | 1 | -2/+2 |
* | AVOptions: rename remaining FF_OPT_TYPE_* to AV_OPT_TYPE_*. | Clément Bœsch | 2011-10-17 | 1 | -18/+18 |
* | lavfi: remove usage of deprecated av_opt_set_defaults2() function | Stefano Sabatini | 2011-10-02 | 1 | -1/+1 |
* | lavfi: port mp test source | Stefano Sabatini | 2011-08-11 | 1 | -0/+392 |