Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-04-23avfilter: do not use AVFrame accessorMuhammad Faiz
2016-11-13lavfi: split frame_count between input and output.Nicolas George
2015-11-25lavfi/select: add support for concatdec_select optionMarton Balint
2015-10-07lavfi/vf_select: remove looping on request_frame().Nicolas George
2015-03-17avfilter: handle error in query_formats() of a bunch of random video filtersClément Bœsch
2014-08-14avfilter/select: larger pixel sad computationClément Bœsch
2014-08-14avfilter/select: re-align a few commentsClément Bœsch
2014-08-05avfilter/select: fix "t" eval variable commentClément Bœsch
2014-08-05avfilter/select: remove optional avcodec dependencyClément Bœsch
2014-07-30avfilter/f_select: avoid double->int in debug outputMichael Niedermayer
2014-07-30avfilter/f_select: Set var_values[VAR_KEY] correctlyMichael Niedermayer
2014-07-30avfilter/f_select: avoid using doubles for equals checks and casts to enumsMichael Niedermayer
2014-07-26reintroduce avpriv_dsputil_init() to maintain ABI until next soname bumpMichael Niedermayer
2014-07-18Merge commit '2d60444331fca1910510038dd3817bea885c2367'Michael Niedermayer
2014-05-05avfilter/f_select: fix incompatible pointer type warningMichael Niedermayer
2014-04-19Merge commit '58400ac133bcfb6bf8196b4e5208bc178307739b'Michael Niedermayer
2014-04-16avfilter/f_select: fix loss of precission in SAD calculationMichael Niedermayer
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-09-12avfilter: various cosmeticsPaul B Mahol
2013-09-07avfilter: remove redundant .get_(audio/video)_buffer initializationsPaul B Mahol
2013-05-12lavfi/select: unbreak compatibility with older PICT_TYPE syntaxPaul B Mahol
2013-05-10lavfi/select: set forgotten VAR_PICT_TYPE_BIPaul B Mahol
2013-04-23lavfi: add frame counter into AVFilterLink and use it in filters.Clément Bœsch
2013-04-18lavfi/select: factorize options definition between select and aselectStefano Sabatini
2013-04-18lavfi/select: add support for dynamic number of outputsStefano Sabatini
2013-04-18lavfi/select: make select_frame() return voidStefano Sabatini
2013-04-14Add avpriv_dsputil_init() and use it in lavfi where relevant.Clément Bœsch
2013-04-12lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer
2013-04-11avfilter/f_select: use AVFrame metadata accessor functionMichael Niedermayer
2013-04-11lavfi/aselect: switch to an AVOptions-based system.Clément Bœsch
2013-04-11Merge commit '95f1f56a21bc2f824af6fb97ca7ab35cdd0c401e'Michael Niedermayer
2013-03-24lavfi/select: use standard options parsing.Clément Bœsch
2013-03-10lavfi: remove remaining forgotten min/rej perms.Clément Bœsch
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer
2013-02-08lavfi/select: correctly set prev_t and prev_ptsStefano Sabatini
2013-02-08lavfi/select: avoid double -> int lossy conversion in debug logStefano Sabatini
2012-12-20lavfi/select: fix compilation with avcodec disabled.Clément Bœsch
2012-12-13lavfi/select: assign NAN to ignored valuesStefano Sabatini
2012-12-13lavfi/select: add support to optionsStefano Sabatini
2012-12-13lavfi/select: in select_frame(), rename picref -> refStefano Sabatini
2012-12-13lavfi: mv vf_select.c -> f_select.cStefano Sabatini