summaryrefslogtreecommitdiff
path: root/libavfilter/f_select.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-29
* avfilter: various cosmeticsPaul B Mahol2013-09-12
* avfilter: remove redundant .get_(audio/video)_buffer initializationsPaul B Mahol2013-09-07
* lavfi/select: unbreak compatibility with older PICT_TYPE syntaxPaul B Mahol2013-05-12
* lavfi/select: set forgotten VAR_PICT_TYPE_BIPaul B Mahol2013-05-10
* lavfi: add frame counter into AVFilterLink and use it in filters.Clément Bœsch2013-04-23
* lavfi/select: factorize options definition between select and aselectStefano Sabatini2013-04-17
* lavfi/select: add support for dynamic number of outputsStefano Sabatini2013-04-17
* lavfi/select: make select_frame() return voidStefano Sabatini2013-04-17
* Add avpriv_dsputil_init() and use it in lavfi where relevant.Clément Bœsch2013-04-14
* lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer2013-04-12
* avfilter/f_select: use AVFrame metadata accessor functionMichael Niedermayer2013-04-11
* lavfi/aselect: switch to an AVOptions-based system.Clément Bœsch2013-04-11
* Merge commit '95f1f56a21bc2f824af6fb97ca7ab35cdd0c401e'Michael Niedermayer2013-04-10
* lavfi/select: use standard options parsing.Clément Bœsch2013-03-24
* lavfi: remove remaining forgotten min/rej perms.Clément Bœsch2013-03-10
* Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-10
* lavfi/select: correctly set prev_t and prev_ptsStefano Sabatini2013-02-07
* lavfi/select: avoid double -> int lossy conversion in debug logStefano Sabatini2013-02-07
* lavfi/select: fix compilation with avcodec disabled.Clément Bœsch2012-12-20
* lavfi/select: assign NAN to ignored valuesStefano Sabatini2012-12-13
* lavfi/select: add support to optionsStefano Sabatini2012-12-13
* lavfi/select: in select_frame(), rename picref -> refStefano Sabatini2012-12-13
* lavfi: mv vf_select.c -> f_select.cStefano Sabatini2012-12-13