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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-05avfilter/vf_colormatrix: Use formats list instead of query functionAndreas Rheinhardt
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt
2021-08-20avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt
2021-08-15avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt
2021-08-13avfilter/formats: Factor common function combinations outAndreas Rheinhardt
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2017-05-13avfilter: don't anonymously typedef structsPaul B Mahol
2017-04-23avfilter: do not use AVFrame accessorMuhammad Faiz
2016-08-29avfilter: make use of ff_filter_get_nb_threadsPaul B Mahol
2016-06-05avfilter/vf_colormatrix: add bt.2020 colorspaceThomas Mundt
2016-06-05avfilter/vf_colormatrix: increase precisionThomas Mundt
2015-09-02lavfi/colormatrix: Add a bt601 aliasVittorio Giovara
2015-07-08avfilter/vf_colormatrix: add yuv444p supportPaul B Mahol
2015-06-07vf_colormatrix: calculate coefficients only onceGanesh Ajjanagadde
2015-03-19avfilter/vf_colormatrix: fix yuv420p threading, second tryClément Bœsch
2015-03-17avfilter/vf_colormatrix: make sure the number of threads is even for yuv420pClément Bœsch
2015-03-17avfilter: handle error in query_formats() of a bunch of random video filtersClément Bœsch
2015-03-12avfilter/colormatrix:add slice threadingYayoi
2015-03-07avfilter/vf_colormatrix: Change enums to int, which are accessed via AVOption...Michael Niedermayer
2015-02-26colormatrix: Accept bt601 aliases as inputVittorio Giovara
2014-08-29Add missing "const" all over the place.Reimar Döffinger
2014-06-24avfilter/vf_colormatrix: fix macro ()Michael Niedermayer
2014-04-08avfilter/vf_colormatrix: fix memleak on errorMichael Niedermayer
2014-02-22Fix FSF address in colormatrix and libzvbi license headers.Carl Eugen Hoyos
2014-01-29avfilter/vf_colormatrix: update output AVFrame colorspaceMichael Niedermayer
2014-01-29avfilter/vf_colormatrix: Support using the source AVFrame colorspace if none ...Michael Niedermayer
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-09-12avfilter: various cosmeticsPaul B Mahol
2013-05-12lavfi: replace passthrough_filter_frame with a flag.Clément Bœsch
2013-04-23lavfi: add timeline support.Clément Bœsch
2013-04-12lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer
2013-04-11lavfi/colormatrix: switch to an AVOptions-based system.Clément Bœsch
2013-03-24lavfi/colormatrix: reword error message in initStefano Sabatini
2013-03-24lavfi/colormatrix: add support for named optionsStefano Sabatini
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer
2012-11-29lavfi/colormatrix: 10l fix forgotten buffer unref.Clément Bœsch
2012-11-29lavfi/colormatrix: switch to filter_frame.Clément Bœsch
2012-11-29lavfi: convert remaining input/output list compound literals to named objects.Clément Bœsch
2012-10-20Replace usage of the deprecated av_pix_fmt_descriptors array with av_pix_fmt_...Hendrik Leppkes
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-09-07vf_colormatrix: Drop unused strings.h headerDerek Buitenhuis
2012-08-17vf_colormatrix: fix permissions.Nicolas George
2012-07-23vf_colormatrix: add missing semicolonPaul B Mahol
2012-07-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-22vf_colormatrix: avoid using out_bufMichael Niedermayer
2012-07-15lavfi: decrease logging level of message showing initial parametersStefano Sabatini
2012-06-27Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'Michael Niedermayer
2012-06-16lavfi: update some deprecated functionsPaul B Mahol
2012-04-05libavfilter: add colormatrix filtermultiple authors