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
2016-01-27avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis
2015-10-22avfilter,swresample,swscale: use fabs, fabsf instead of FFABSGanesh Ajjanagadde
2015-10-09avfilter/vf_blend: fix normal mode with opacity != 1Paul B Mahol
2015-10-03avfilter/vf_blend: Fix argument types, fix segfault in asmMichael Niedermayer
2015-10-03avfilter/vf_blend: add x86 SIMD for some modesPaul B Mahol
2015-09-26avfilter/vf_blend: add addition128 modePaul B Mahol
2015-09-20lavfi: remove FF_LINK_FLAG_REQUEST_LOOP.Nicolas George
2015-09-09avfilter/blend: use AV_OPT_TYPE_BOOL for shortest and repeatlast optionsClément Bœsch
2015-09-08Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes
2015-08-25avfilter/vf_blend: use the name 's' for the pointer to the private contextPaul B Mahol
2015-07-18avfilter/vf_blend: unbreak tblendPaul B Mahol
2015-07-18avfilter/vf_blend: implement 16bit supportPaul B Mahol
2015-06-03avfilter/vf_blend: add linearlight and glow modePaul B Mahol
2015-06-02avfilter/vf_blend: add hardmix modePaul B Mahol
2015-06-02avfilter/vf_blend: fix vividlight blend modePaul B Mahol
2015-06-02avfilter/vf_blend: clip result for divide blend modePaul B Mahol
2015-04-08avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol
2015-03-02avfilter/vf_tblend: use av_frame_free for freeing an AVFrameClément Bœsch
2015-01-05libavfilter/vf_blend: do not unconditionally compile both filtersPaul B Mahol
2014-12-27avfilter/vf_blend: Fix AVClassMichael Niedermayer
2014-12-27lavfi: add tblend filterStefano Sabatini
2014-12-26lavfi/blend: add difference128 modeStefano Sabatini
2014-06-22avfilter/vf_blend: fix macro ()Michael Niedermayer
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-09-30avfilter/dualinput: simplifyPaul B Mahol
2013-09-23lavfi/dualinput: reimplement on top of framesync.Nicolas George
2013-09-12avfilter: various cosmeticsPaul B Mahol
2013-07-06lavfi/blend: use dual input helpersPaul B Mahol
2013-05-25lavfi/blend: support slice threadingPaul B Mahol
2013-05-24lavfi/blend: fix SW/SH calculationPaul B Mahol
2013-05-24lavfi/blend: add yuv(j)411pPaul B Mahol
2013-05-14lavfi/blend: timeline supportPaul B Mahol
2013-05-10lavfi: use ceil right shift for chroma width/height.Clément Bœsch
2013-05-08lavfi: add gbrap support to some filtersPaul B Mahol
2013-05-02lavfi/blend: merge config_input_top into config_outputPaul B Mahol
2013-05-02lavfi/blend: use correct way to check number of planesPaul B Mahol
2013-04-23lavfi: add frame counter into AVFilterLink and use it in filters.Clément Bœsch
2013-04-12lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer
2013-04-11lavfi/blend: support more yuv pixel formatsPaul B Mahol
2013-04-11lavfi/blend: switch to AVOption-based systemMatthieu Bouron
2013-04-08lavfi/blend,noise: remove unedeed av_opt_free() callPaul B Mahol
2013-04-05lavfi/blend: use standard options parsingPaul B Mahol
2013-04-04lavfi/blend: add N variablePaul B Mahol
2013-03-25blend: Adding yuvj pixelformats to the blend effectBjörn S
2013-03-23lavfi/blend: always peek the first frame of each queue.Clément Bœsch
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer
2013-02-22blend filterPaul B Mahol