summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_colormatrix.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-131-1/+1
* avfilter: do not use AVFrame accessorMuhammad Faiz2017-04-231-6/+6
* avfilter: make use of ff_filter_get_nb_threadsPaul B Mahol2016-08-291-4/+4
* avfilter/vf_colormatrix: add bt.2020 colorspaceThomas Mundt2016-06-051-16/+22
* avfilter/vf_colormatrix: increase precisionThomas Mundt2016-06-051-16/+22
* lavfi/colormatrix: Add a bt601 aliasVittorio Giovara2015-09-021-0/+1
* avfilter/vf_colormatrix: add yuv444p supportPaul B Mahol2015-07-081-1/+52
* vf_colormatrix: calculate coefficients only onceGanesh Ajjanagadde2015-06-071-2/+2
* avfilter/vf_colormatrix: fix yuv420p threading, second tryClément Bœsch2015-03-191-4/+4
* avfilter/vf_colormatrix: make sure the number of threads is even for yuv420pClément Bœsch2015-03-171-1/+1
* avfilter: handle error in query_formats() of a bunch of random video filtersClément Bœsch2015-03-161-4/+4
* avfilter/colormatrix:add slice threadingYayoi2015-03-121-52/+94
* avfilter/vf_colormatrix: Change enums to int, which are accessed via AVOption...Michael Niedermayer2015-03-071-1/+1
* colormatrix: Accept bt601 aliases as inputVittorio Giovara2015-02-261-0/+3
* Add missing "const" all over the place.Reimar Döffinger2014-08-291-1/+1
* avfilter/vf_colormatrix: fix macro ()Michael Niedermayer2014-06-241-1/+1
* avfilter/vf_colormatrix: fix memleak on errorMichael Niedermayer2014-04-081-0/+1
* Fix FSF address in colormatrix and libzvbi license headers.Carl Eugen Hoyos2014-02-221-1/+1
* avfilter/vf_colormatrix: update output AVFrame colorspaceMichael Niedermayer2014-01-281-0/+7
* avfilter/vf_colormatrix: Support using the source AVFrame colorspace if none ...Michael Niedermayer2014-01-281-6/+21
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-291-1/+1
* avfilter: various cosmeticsPaul B Mahol2013-09-121-5/+4
* lavfi: replace passthrough_filter_frame with a flag.Clément Bœsch2013-05-121-1/+1
* lavfi: add timeline support.Clément Bœsch2013-04-231-0/+1
* lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer2013-04-121-1/+1
* lavfi/colormatrix: switch to an AVOptions-based system.Clément Bœsch2013-04-101-3/+0
* lavfi/colormatrix: reword error message in initStefano Sabatini2013-03-241-1/+1
* lavfi/colormatrix: add support for named optionsStefano Sabatini2013-03-241-34/+38
* Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-101-16/+15
* lavfi/colormatrix: 10l fix forgotten buffer unref.Clément Bœsch2012-11-291-0/+1
* lavfi/colormatrix: switch to filter_frame.Clément Bœsch2012-11-291-34/+18
* lavfi: convert remaining input/output list compound literals to named objects.Clément Bœsch2012-11-281-14/+24
* 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-7/+7
* vf_colormatrix: Drop unused strings.h headerDerek Buitenhuis2012-09-071-1/+0
* vf_colormatrix: fix permissions.Nicolas George2012-08-171-0/+1
* vf_colormatrix: add missing semicolonPaul B Mahol2012-07-231-1/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-221-5/+5
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-211-1/+0
* vf_colormatrix: avoid using out_bufMichael Niedermayer2012-07-211-2/+5
* lavfi: decrease logging level of message showing initial parametersStefano Sabatini2012-07-151-1/+1
* Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'Michael Niedermayer2012-06-261-1/+1
* lavfi: update some deprecated functionsPaul B Mahol2012-06-161-5/+7
* libavfilter: add colormatrix filtermultiple authors2012-04-041-0/+389
OpenPOWER on IntegriCloud