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
2015-07-15avfilter/vf_smartblur: use the name 's' for the pointer to the private contextPaul B Mahol
2015-07-15avfilter/af_astats: calculate audio bit-depthPaul B Mahol
2015-07-15avfilter: add erosion, dilation, deflate & inflate filterPaul B Mahol
2015-07-15avfilter/internal: add more words to sentanceMichael Niedermayer
2015-07-15avfilter/x86/vf_psnr.asm: split one line of license text into twoPaul B Mahol
2015-07-15avfilter/vf_removegrain: add x86 and x86_64 SSE2 functionsJames Darnley
2015-07-15avfilter/internal: Improve docs about ff_request_frame()Michael Niedermayer
2015-07-14vf_psnr: sse2 optimizations for sum-squared-error.Ronald S. Bultje
2015-07-14avfilter/vf_ssim: Fix "incompatible pointer type" warningsMichael Niedermayer
2015-07-14vf_ssim: x86 simd for ssim_4x4xN and ssim_endN.Ronald S. Bultje
2015-07-13vf_ssim: remove another obscure double loop.Ronald S. Bultje
2015-07-13ssim: refactor a weird double loop.Ronald S. Bultje
2015-07-12avfilter/vf_w3fdif: implement slice threadingPaul B Mahol
2015-07-12avfilter/vf_stereo3d: implement slice threading for anaglyph outputPaul B Mahol
2015-07-12vf_ssim: fix s->coefs for yuv with non-4:2:0 subsampling.Ronald S. Bultje
2015-07-11vf_psnr: fix rgb channel order mixup in final log message.Ronald S. Bultje
2015-07-11vf_psnr: always calculate MSE over full pixel range.Ronald S. Bultje
2015-07-11vF_psnr: move set_meta() calls out of loop.Ronald S. Bultje
2015-07-11vf_psnr: add channel weighting based on chroma subsampling.Ronald S. Bultje
2015-07-11avfilter/vf_ssim: Mark constant tables as constMichael Niedermayer
2015-07-10avfilter/vf_removegrain: clip to uint16 instead to uint8Paul B Mahol
2015-07-08avfilter: add removegrainPaul B Mahol
2015-07-08avfilter/vf_colormatrix: add yuv444p supportPaul B Mahol
2015-07-03avfilter/avf_showvolume: make it possible to use current channel number in co...Paul B Mahol
2015-07-03lavfi: add (a)drawgraph filterPaul B Mahol
2015-07-03avfilter/vf_lut: fix oversightPaul B Mahol
2015-07-03avfilter/af_astats: implement recalculation of stats after each X framesPaul B Mahol
2015-07-03avfilter/af_astats: export metadataPaul B Mahol
2015-07-03avutil: add missing bswap includeMichael Niedermayer
2015-07-03avfilter/vf_lut: >8 bit depth planar yuv supportPaul B Mahol
2015-07-02avfilter/vf_mpdecimate: remove packed formatsPaul B Mahol
2015-07-02avfilter: use AVFILTER_DEFINE_CLASS()Paul B Mahol
2015-07-01avfilter/vf_extractplanes: use faster path for input formats with only one co...Paul B Mahol
2015-07-01avfilter/vf_extractplanes: rename misleading variablePaul B Mahol
2015-07-01avfilter/vf_extractplanes: support more pixel formatsPaul B Mahol
2015-07-01lavfi: Add library identifierVittorio Giovara
2015-06-30avfilter/vf_ssim: fix some cosmetics issuesPaul B Mahol
2015-06-30avfilter/vf_transpose: Fix rounding errorMichael Niedermayer
2015-06-29avfilter/avf_showvolume: optionally display channel namesPaul B Mahol
2015-06-28avfilter: add showvolume filterPaul B Mahol
2015-06-24avfilter: add ssim filterPaul B Mahol
2015-06-21Merge commit 'c060d046aa2f89c0e601a2dcfbce53f0e36cf498'Michael Niedermayer
2015-06-20libavfilter/formats: Fix parsing of channel specifications with a trailing 'c'.Simon Thelen
2015-06-20avfilter/formats: Add test for ff_parse_channel_layout()Michael Niedermayer
2015-06-20af_resample: Set the number of samples in the last frameLuca Barbato
2015-06-15avfilter/af_afade: add couple of more curvesPaul B Mahol
2015-06-14avfilter/af_afade: use av_clipd() instead of nested FFMAX & FFMINPaul B Mahol
2015-06-14avfilter: bump minor after colorkey additionClément Bœsch
2015-06-14avfilter/vf_colorkey: Add colorkey video filterTimo Rothenpieler
2015-06-13avfilter/drawutils: Assert av_pix_fmt_desc_get() return value in ff_fill_line...Michael Niedermayer