summaryrefslogtreecommitdiff
path: root/libavfilter/vsrc_mptestsrc.c
Commit message (Expand)AuthorAge
* avfilter/vsrc_mptestsrc: set outlink frame_ratePaul B Mahol2022-03-25
* avfilter/vsrc_mptestsrc: Store format in filter, remove query functionAndreas Rheinhardt2021-10-05
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-13
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* avfilter/vsrc_mptestsrc: simplify the code and change the type of frameLimin Wang2019-10-21
* avfilter/vsrc_mptestsrc: add options to set the maximum number of framesLimin Wang2019-10-21
* lavfi: split frame_count between input and output.Nicolas George2016-11-13
* avfilter: Fix max value of AV_OPT_TYPE_VIDEO_RATEMichael Niedermayer2016-06-09
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-27
* avfilter/vsrc_mptestsrc: use lrint instead of floor hackGanesh Ajjanagadde2015-12-02
* avfilter/vsrc_mptestsrc: use hypot()Ganesh Ajjanagadde2015-11-26
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-08
* avfilter/vsrc_mptestsrc: Change enum to int, which is accessed via AVOption a...Michael Niedermayer2015-04-06
* avfilter/vsrc_mptestsrc: Use av_clip_uint8()Michael Niedermayer2015-02-21
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-29
* avfilter: various cosmeticsPaul B Mahol2013-09-12
* lavfi/mptestsrc: use outlink->frame_countPaul B Mahol2013-09-03
* lavfi/mptestsrc: fix chroma subsampling with odd sizes.Clément Bœsch2013-06-01
* lavfi/mptestsrc: fix invalid access in case of negative linesizeStefano Sabatini2013-04-18
* lavfi/mptestsrc: remove unused size fieldStefano Sabatini2013-04-17
* lavfi/mptestsrc: use AV_OPT_TYPE_DURATIONStefano Sabatini2013-04-17
* lavfi/mptestsrc: reindent option constantsStefano Sabatini2013-04-17
* lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer2013-04-12
* lavfi/mptestsrc: switch to an AVOptions-based system.Clément Bœsch2013-04-11
* lavfi: always check return value of ff_get_{audio,video}_buffer()Paul B Mahol2013-04-08
* lavfi/mptestsrc: make use of AV_OPT_TYPE_VIDEO_RATEPaul B Mahol2013-03-26
* lavfi/mptestsrc: raise filter_frame() error.Clément Bœsch2013-03-13
* Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-10
* lavfi/vsrc: switch to ff_filter_frame.Clément Bœsch2012-12-02
* lavfi: add priv_class for some forgotten filters.Clément Bœsch2012-11-29
* lavfi/mptestsrc: add FLAGS to AVOption array.Clément Bœsch2012-11-29
* lavfi: convert remaining input/output list compound literals to named objects.Clément Bœsch2012-11-28
* Replace usage of the deprecated av_pix_fmt_descriptors array with av_pix_fmt_...Hendrik Leppkes2012-10-20
* Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-08
* Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer2012-09-05
* Merge commit '124134e42455763b28cc346fed1d07017a76e84e'Michael Niedermayer2012-09-05
* Remove "Error parsing options string [...]" messages.Clément Bœsch2012-08-09
* lavfi: decrease logging level of message showing initial parametersStefano Sabatini2012-07-15
* lavfi: do not pass opaque field to init functionsStefano Sabatini2012-07-08
* lavfi: define macro AVFILTER_DEFINE_CLASSStefano Sabatini2012-06-22
* lavfi: remove redundant checks after av_parse_video_rate()Paul B Mahol2012-06-20
* lavfi: use designated initializers for AVClassPaul B Mahol2012-06-17
* lavfi: update some deprecated functionsPaul B Mahol2012-06-16
* lavfi: use av_default_item_name() as filter private context loggerStefano Sabatini2012-06-04
* lavfi: add avfilter_default_filter_name()Stefano Sabatini2012-06-04
* vsrx_mptestsrc: remove duplicate config_props init.Michael Niedermayer2012-03-07
* Mark AVFilterPad[] compound literals as const.Reimar Döffinger2011-11-06
* AVOptions: rename remaining FF_OPT_TYPE_* to AV_OPT_TYPE_*.Clément Bœsch2011-10-17