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
2019-10-18avfilter/vf_colorspace: fix memmory leaksPaul B Mahol
2019-10-10lavfi/colorspace: typedef ThreadData as all other filtersJun Zhao
2019-10-03avfilter: add av_cold where it is missingPaul B Mahol
2019-09-02avfilter: Support EBU Tech. 3213-E primaries valuesRaphaƫl Zumer
2019-07-03libavfilter/vf_colorspace.c: fix demarcation point of gamma linearize functionYonglin Luo
2019-03-22lavfi/colorspace: move some functions to common fileRuiling Song
2018-09-17avfilter/vf_colorspace: fix typo in commentPaul B Mahol
2018-06-28lavfi/colorspace: Add namespace prefix to global functionsMark Thompson
2018-06-21lavfi: make vf_colorspace use functions from colorspace.cRuiling Song
2017-06-09vf_colorspace: Add a pixdesc API alias name for bt2020nc color spaceVittorio Giovara
2017-06-08vf_colorspace: Add support for jedec p22 primariesVittorio Giovara
2017-06-08vf_colorspace: Add support for smpte248 color primariesVittorio Giovara
2017-06-06vf_colorspace: Add support for gbr color spaceVittorio Giovara
2016-11-28vf_colorspace: Forbid odd dimensionsVittorio Giovara
2016-11-02vf_colorspace: Add support for film primariesVittorio Giovara
2016-11-02vf_colorspace: Add support for smpte 431/432 (dci/display p3) primariesVittorio Giovara
2016-11-02vf_colorspace: Add support for ycgco color spaceVittorio Giovara
2016-10-31vf_colorspace: Add support for iec61966-2.4 (xvYCC) transferVittorio Giovara
2016-10-24vf_colorspace: Add support for iec61966-2.1 (sRGB) transferVittorio Giovara
2016-10-24vf_colorspace: don't spam console with warnings if range is unspecified.Ronald S. Bultje
2016-09-28avfilter/vf_colorspace: fix range for output colorspace optionJames Almer
2016-09-19vf_colorspace: Interpret unspecified color range as limited rangeVittorio Giovara
2016-09-15vf_colorspace: Add modern names for color range optionVittorio Giovara
2016-09-13vf_colorspace: Add BT-names for gamma22/28 transfer optionVittorio Giovara
2016-09-04vf_colorspace: Allow overriding input color propertiesVittorio Giovara
2016-08-29avfilter: make use of ff_filter_get_nb_threadsPaul B Mahol
2016-08-27vf_colorspace: Add support for full range yuvVittorio Giovara
2016-08-27vf_colorspace: Check av_frame_copy_props() return valueVittorio Giovara
2016-05-10vf_colorspace: don't enable passthrough if bitdepth doesn't match.Ronald S. Bultje
2016-05-10vf_colorspace: fix range order.Ronald S. Bultje
2016-05-10vf_colorspace: make whitepoint adaptation mode configurable.Ronald S. Bultje
2016-05-10vf_colorspace: add floyd-steinberg dithering option to full conversion.Ronald S. Bultje
2016-04-12lavfi: new colorspace conversion filter.Ronald S. Bultje