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-20avfilter/af_amerge: increase max number of channels from 32 to 64Paul B Mahol
2015-07-20avfilter/af_astats: use UINT64_C instead of the LLU suffixJames Almer
2015-07-19avfilter: add random video filterPaul B Mahol
2015-07-19Merge commit '6b15874fc2c3f565732201f7907ae1112727d6ae'Michael Niedermayer
2015-07-19avfilter: Add reverse filterDerek Buitenhuis
2015-07-19af_resample: do not touch the timestamps if we are not resamplingAnton Khirnov
2015-07-18avfilter/vf_blend: unbreak tblendPaul B Mahol
2015-07-18avfilter/vf_blend: implement 16bit supportPaul B Mahol
2015-07-18avfilter/af_dynaudnorm: Use av_frame_get_channels()Michael Niedermayer
2015-07-17avfilter/af_dynaudnorm: Fix "ISO C90 forbids mixed declarations and code" war...Michael Niedermayer
2015-07-17avfilter/af_aresample: Check ff_all_* for allocation failuresMichael Niedermayer
2015-07-17avfilter: bump minor and add Changelog entryPaul B Mahol
2015-07-17avfilter/af_compand: fix clipping with default optionsPaul B Mahol
2015-07-17avfilter: add Dynamic Audio Normalizer filterLoRd_MuldeR
2015-07-17avfilter/af_astats: measure minimal and mean difference between two consecuti...Paul B Mahol
2015-07-17lavfi/af_pan: Support a maximum of 64 channels.Carl Eugen Hoyos
2015-07-16avfilter/vf_eq: Support contrast from -1000 to 1000Michael Niedermayer
2015-07-15avfilter/af_astats: make sure p->last is actually always set when measuring m...Paul B Mahol
2015-07-15avfilter/af_astats: also measure maximal difference between two consecutive s...Paul B Mahol
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