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
2018-02-01avfilter: add comments for duplicate lineSteven Liu
2017-12-18avfilter/vf_overlay: fix packed_rgb caseMateusz
2017-12-16avfilter/vf_overlay: add premultiplied alpha modePaul B Mahol
2017-09-12lavfi: rename framesync2 to framesync.Nicolas George
2017-09-06avfilter/vf_overlay: Restore shorthand option orderMichael Niedermayer
2017-08-29lavfi/vf_overlay: use framesync2 options.Nicolas George
2017-08-29lavfi/vf_overlay: move to framesync2.Nicolas George
2017-08-10avfilter/vf_overlay: fix alpha blending for planar formats with a transparent...Marton Balint
2017-06-25avfilter/vf_overlay: separate functions with main alphaPaul B Mahol
2017-06-24avfilter/vf_overlay: remove rgb optionPaul B Mahol
2017-06-24avfilter/vf_overlay: add auto format modePaul B Mahol
2017-04-23avfilter: do not use AVFrame accessorMuhammad Faiz
2017-01-31avfilter/overlay: add gbrp output formatPaul B Mahol
2016-11-13lavfi: split frame_count between input and output.Nicolas George
2016-10-27lavfi/vf_overlay: support NV12 and NV21Rodger Combs
2016-09-17avfilter/vf_overlay: add YUVA422P to alpha_pix_fmtsPaul B Mahol
2016-09-17avfilter/vf_overlay: support J formats tooPaul B Mahol
2016-09-11avfilter/vf_overlay: inline yuv output formatsPaul B Mahol
2016-09-11avfilter/vf_overlay: split blend_image into functions for each overlay formatPaul B Mahol
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-01-27avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis
2016-01-20vf_overlay: handles expression evaluation of frame size change in frame-by-fr...Bela Bodecs
2015-12-10lavfi/vf_overlay: fix unitialized pointersGanesh Ajjanagadde
2015-12-09lavfi/vf_overlay: fix memory leaksGanesh Ajjanagadde
2015-10-14avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde
2015-09-09avfilter/overlay: use AV_OPT_TYPE_BOOL for rgb, shortest and repeatlast optionsClément Bœsch
2015-03-20avfilter/vf_overlay: Change enums to int, which are accessed via AVOption as intMichael Niedermayer
2014-08-29Add missing "const" all over the place.Reimar Döffinger
2014-07-02lavfi/overlay: show incoming frames on debug messagesStefano Sabatini
2014-06-29avfilter/overlay: reindentClément Bœsch
2014-04-19Merge commit '58400ac133bcfb6bf8196b4e5208bc178307739b'Michael Niedermayer
2014-04-19lavfi: name anonymous structsVittorio Giovara
2014-02-04Merge commit 'de203abd71baae7f120313259b45cf935c85203e'Michael Niedermayer
2014-02-04vf_overlay: add eof_action switchKeith Lawson
2014-02-02lavfi/overlay: add yuv422 format modeStefano Sabatini
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-10-28lavfi: do not export the filters from shared objectsAnton Khirnov
2013-10-27lavfi/overlay: correct small error in intersection detectionBenedict Endemann
2013-09-30avfilter/dualinput: simplifyPaul B Mahol
2013-09-23lavfi/dualinput: reimplement on top of framesync.Nicolas George
2013-09-21avfilter: remove duplicate includesMichael Niedermayer
2013-09-12avfilter: various cosmeticsPaul B Mahol
2013-09-07avfilter: remove redundant .get_(audio/video)_buffer initializationsPaul B Mahol
2013-05-27lavfi/overlay: remove do_blend forward declaration.Clément Bœsch
2013-05-27lavfi: add dual input helpers.Clément Bœsch
2013-05-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-05-16vf_overlay: use the name 's' for the pointer to the private contextAnton Khirnov
2013-05-12lavfi: replace passthrough_filter_frame with a flag.Clément Bœsch
2013-05-09lavfi/overlay: simpler up-rounded w/h computations.Clément Bœsch