summaryrefslogtreecommitdiffstats
path: root/libavfilter/f_select.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/f_select: yuv will use Y plane only for scenecut detectLimin Wang2019-08-171-1/+5
* avformat/f_select: add support for more pixel formats for scene change score ...Limin Wang2019-07-221-1/+5
* avformat/f_select: support scenecut with more pixel formatsLimin Wang2019-07-221-4/+30
* lavfi/f_select: Cosmetics, move a function.Carl Eugen Hoyos2019-01-101-23/+23
* lavfi/f_select: Fix aselect filter standalone compilation.Carl Eugen Hoyos2019-01-101-1/+1
* avfilter/vf_select: use common scene sad functionsMarton Balint2018-11-111-19/+7
* avfilter/f_select: check ff_insert_outpad() for failurePaul B Mahol2017-08-251-1/+4
* avfilter: do not use AVFrame accessorMuhammad Faiz2017-04-231-3/+3
* lavfi: split frame_count between input and output.Nicolas George2016-11-131-1/+1
* lavfi/select: add support for concatdec_select optionMarton Balint2015-11-251-0/+27
* lavfi/vf_select: remove looping on request_frame().Nicolas George2015-10-071-11/+2
* avfilter: handle error in query_formats() of a bunch of random video filtersClément Bœsch2015-03-161-1/+8
* avfilter/select: larger pixel sad computationClément Bœsch2014-08-141-2/+2
* avfilter/select: re-align a few commentsClément Bœsch2014-08-141-2/+2
* avfilter/select: fix "t" eval variable commentClément Bœsch2014-08-051-1/+1
* avfilter/select: remove optional avcodec dependencyClément Bœsch2014-08-051-38/+12
* avfilter/f_select: avoid double->int in debug outputMichael Niedermayer2014-07-301-4/+4
* avfilter/f_select: Set var_values[VAR_KEY] correctlyMichael Niedermayer2014-07-301-0/+1
* avfilter/f_select: avoid using doubles for equals checks and casts to enumsMichael Niedermayer2014-07-301-4/+3
* reintroduce avpriv_dsputil_init() to maintain ABI until next soname bumpMichael Niedermayer2014-07-261-3/+3
* Merge commit '2d60444331fca1910510038dd3817bea885c2367'Michael Niedermayer2014-07-171-3/+3
* avfilter/f_select: fix incompatible pointer type warningMichael Niedermayer2014-05-051-1/+1
* Merge commit '58400ac133bcfb6bf8196b4e5208bc178307739b'Michael Niedermayer2014-04-191-1/+1
* avfilter/f_select: fix loss of precission in SAD calculationMichael Niedermayer2014-04-161-1/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-291-2/+2
* avfilter: various cosmeticsPaul B Mahol2013-09-121-25/+23
* avfilter: remove redundant .get_(audio/video)_buffer initializationsPaul B Mahol2013-09-071-2/+0
* lavfi/select: unbreak compatibility with older PICT_TYPE syntaxPaul B Mahol2013-05-121-0/+20
* lavfi/select: set forgotten VAR_PICT_TYPE_BIPaul B Mahol2013-05-101-0/+1
* lavfi: add frame counter into AVFilterLink and use it in filters.Clément Bœsch2013-04-231-1/+1
* lavfi/select: factorize options definition between select and aselectStefano Sabatini2013-04-171-19/+12
* lavfi/select: add support for dynamic number of outputsStefano Sabatini2013-04-171-26/+41
* lavfi/select: make select_frame() return voidStefano Sabatini2013-04-171-5/+3
* Add avpriv_dsputil_init() and use it in lavfi where relevant.Clément Bœsch2013-04-141-1/+1
* lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer2013-04-121-5/+5
* avfilter/f_select: use AVFrame metadata accessor functionMichael Niedermayer2013-04-111-1/+1
* lavfi/aselect: switch to an AVOptions-based system.Clément Bœsch2013-04-111-3/+0
* Merge commit '95f1f56a21bc2f824af6fb97ca7ab35cdd0c401e'Michael Niedermayer2013-04-101-13/+19
* lavfi/select: use standard options parsing.Clément Bœsch2013-03-241-8/+4
* lavfi: remove remaining forgotten min/rej perms.Clément Bœsch2013-03-101-1/+0
* Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-101-30/+29
* lavfi/select: correctly set prev_t and prev_ptsStefano Sabatini2013-02-071-1/+3
* lavfi/select: avoid double -> int lossy conversion in debug logStefano Sabatini2013-02-071-4/+4
* lavfi/select: fix compilation with avcodec disabled.Clément Bœsch2012-12-201-2/+8
* lavfi/select: assign NAN to ignored valuesStefano Sabatini2012-12-131-2/+9
* lavfi/select: add support to optionsStefano Sabatini2012-12-131-10/+67
* lavfi/select: in select_frame(), rename picref -> refStefano Sabatini2012-12-131-14/+14
* lavfi: mv vf_select.c -> f_select.cStefano Sabatini2012-12-131-0/+441
OpenPOWER on IntegriCloud