summaryrefslogtreecommitdiffstats
path: root/libavfilter/vsrc_mptestsrc.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vsrc_mptestsrc: simplify the code and change the type of frameLimin Wang2019-10-211-13/+14
* avfilter/vsrc_mptestsrc: add options to set the maximum number of framesLimin Wang2019-10-211-12/+17
* lavfi: split frame_count between input and output.Nicolas George2016-11-131-1/+1
* avfilter: Fix max value of AV_OPT_TYPE_VIDEO_RATEMichael Niedermayer2016-06-091-2/+2
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-271-1/+1
* avfilter/vsrc_mptestsrc: use lrint instead of floor hackGanesh Ajjanagadde2015-12-021-1/+1
* avfilter/vsrc_mptestsrc: use hypot()Ganesh Ajjanagadde2015-11-261-1/+1
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-081-2/+4
* avfilter/vsrc_mptestsrc: Change enum to int, which is accessed via AVOption a...Michael Niedermayer2015-04-061-1/+1
* avfilter/vsrc_mptestsrc: Use av_clip_uint8()Michael Niedermayer2015-02-211-1/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-291-1/+1
* avfilter: various cosmeticsPaul B Mahol2013-09-121-11/+9
* lavfi/mptestsrc: use outlink->frame_countPaul B Mahol2013-09-031-4/+1
* lavfi/mptestsrc: fix chroma subsampling with odd sizes.Clément Bœsch2013-06-011-1/+2
* lavfi/mptestsrc: fix invalid access in case of negative linesizeStefano Sabatini2013-04-181-4/+8
* lavfi/mptestsrc: remove unused size fieldStefano Sabatini2013-04-171-1/+0
* lavfi/mptestsrc: use AV_OPT_TYPE_DURATIONStefano Sabatini2013-04-171-14/+7
* lavfi/mptestsrc: reindent option constantsStefano Sabatini2013-04-171-13/+12
* lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer2013-04-121-1/+1
* lavfi/mptestsrc: switch to an AVOptions-based system.Clément Bœsch2013-04-111-6/+0
* lavfi: always check return value of ff_get_{audio,video}_buffer()Paul B Mahol2013-04-081-0/+2
* lavfi/mptestsrc: make use of AV_OPT_TYPE_VIDEO_RATEPaul B Mahol2013-03-261-16/+8
* lavfi/mptestsrc: raise filter_frame() error.Clément Bœsch2013-03-131-3/+1
* Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-101-2/+2
* lavfi/vsrc: switch to ff_filter_frame.Clément Bœsch2012-12-021-5/+1
* lavfi: add priv_class for some forgotten filters.Clément Bœsch2012-11-291-0/+1
* lavfi/mptestsrc: add FLAGS to AVOption array.Clément Bœsch2012-11-291-19/+19
* lavfi: convert remaining input/output list compound literals to named objects.Clément Bœsch2012-11-281-7/+12
* Replace usage of the deprecated av_pix_fmt_descriptors array with av_pix_fmt_...Hendrik Leppkes2012-10-201-1/+1
* Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-2/+2
* Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer2012-09-051-2/+2
* Merge commit '124134e42455763b28cc346fed1d07017a76e84e'Michael Niedermayer2012-09-051-11/+11
* Remove "Error parsing options string [...]" messages.Clément Bœsch2012-08-091-3/+1
* lavfi: decrease logging level of message showing initial parametersStefano Sabatini2012-07-151-1/+1
* lavfi: do not pass opaque field to init functionsStefano Sabatini2012-07-081-1/+1
* lavfi: define macro AVFILTER_DEFINE_CLASSStefano Sabatini2012-06-221-7/+2
* lavfi: remove redundant checks after av_parse_video_rate()Paul B Mahol2012-06-201-2/+1
* lavfi: use designated initializers for AVClassPaul B Mahol2012-06-171-3/+5
* lavfi: update some deprecated functionsPaul B Mahol2012-06-161-5/+7
* 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-6/+1
* vsrx_mptestsrc: remove duplicate config_props init.Michael Niedermayer2012-03-071-1/+0
* Mark AVFilterPad[] compound literals as const.Reimar Döffinger2011-11-061-2/+2
* AVOptions: rename remaining FF_OPT_TYPE_* to AV_OPT_TYPE_*.Clément Bœsch2011-10-171-18/+18
* lavfi: remove usage of deprecated av_opt_set_defaults2() functionStefano Sabatini2011-10-021-1/+1
* lavfi: port mp test sourceStefano Sabatini2011-08-111-0/+392
OpenPOWER on IntegriCloud