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
2017-07-25lavfi/testsrc2: fix completely transparent alpha.Nicolas George
2017-04-23avfilter: do not use AVFrame accessorMuhammad Faiz
2016-12-15avfilter/vsrc_testsrc: draw_bar: make sure width is not negativePaul B Mahol
2016-08-25avfilter: add yuvtestsrc source filterPaul B Mahol
2016-06-09avfilter: Fix max value of AV_OPT_TYPE_VIDEO_RATEMichael Niedermayer
2016-03-22all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.hGanesh Ajjanagadde
2016-03-13avfilter/smptebars: fix some 75% color valuesPaul B Mahol
2016-01-27avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis
2015-12-25lavfi/vsrc_testsrc: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde
2015-11-07lavfi: add testsrc2 test source.Nicolas George
2015-08-29avfilter: add allrgbClément Bœsch
2015-08-11avfilter/vsrc_testsrc: correct colors for smptebarsPaul B Mahol
2015-08-10avfilter/vsrc_testsrc: smpte(hd)bars: fix uninitialized last rows and columns...Paul B Mahol
2015-08-02avfilter: add allyuv source filterPaul B Mahol
2015-04-08avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol
2014-04-19Merge commit '58400ac133bcfb6bf8196b4e5208bc178307739b'Michael Niedermayer
2014-04-19lavfi: name anonymous structsVittorio Giovara
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-10-28lavfi: do not export the filters from shared objectsAnton Khirnov
2013-10-12avfilter/vsrc_testsrc: smpte(hd)bars: use yuv directlyPaul B Mahol
2013-09-12avfilter: various cosmeticsPaul B Mahol
2013-06-25avfilter/vsrc_testsrc: fix artifacts with odd heightMichael Niedermayer
2013-05-27lavfi/haldclutsrc: 10l remove size options.Clément Bœsch
2013-05-27lavfi: add haldclutsrc filter.Clément Bœsch
2013-05-23lavfi/testsrc: make nb_decimals available only in testsrc.Clément Bœsch
2013-05-23lavfi/testsrc: move color options to the color scope filter definition.Clément Bœsch
2013-05-17lavfi/color: switch to AV_OPT_TYPE_COLORPaul B Mahol
2013-05-03lavfi/testsrc: add support for color interactive commandStefano Sabatini
2013-04-18lavfi/testsrc: fix styleStefano Sabatini
2013-04-18lavfi/testsrc: use int in place of unsignedStefano Sabatini
2013-04-15lavfi/testsrc: unbreak smptebars only buildPaul B Mahol
2013-04-14lavfi/smptehdbars: fix priv_class pointer.Clément Bœsch
2013-04-14lavfi/testsrc: grammar fix in comment after 03e2ec32.Clément Bœsch
2013-04-14lavfi: add smptehdbars sourcePaul B Mahol
2013-04-13lavfi/testsrc: make use of AV_OPT_TYPE_DURATIONStefano Sabatini
2013-04-12lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer
2013-04-12lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov
2013-04-11lavfi/testsrc: remove useless args/NULL passing.Clément Bœsch
2013-04-11lavfi/smptebars: switch to AVOptions-based systemPaul B Mahol
2013-04-11Merge commit '7b3eb745b98b04dd8a4970b9fd6c98998e858fc1'Michael Niedermayer
2013-04-11Merge commit 'b7b3302f8f2c7d9f6e08e0a976890eefe3edcc9e'Michael Niedermayer
2013-04-11Merge commit '7bc1a883c9158bb6e383d86fc76bdf2541e9a9fe'Michael Niedermayer
2013-04-09lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov
2013-04-09vsrc_testsrc: switch to an AVOptions-based system.Anton Khirnov
2013-04-05lavfi/smptebars: fix invalid writesPaul B Mahol
2013-04-04lavfi/smptebars: fix output for subsampled yuvPaul B Mahol
2013-03-26lavfi/testsrc: make use of AV_OPT_TYPE_VIDEO_RATEPaul B Mahol
2013-03-25vsrc_testsrc: avoid floats and non bit exactnessMichael Niedermayer
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer
2013-03-08lavfi: switch to AVFrame.Anton Khirnov