Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-10-14avfilter/formats: add av_warn_unused_result to function prototypesGanesh Ajjanagadde
2015-10-14avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde
2015-10-13avfilter/af_sidechaincompress: replace FFABS with fabsGanesh Ajjanagadde
2015-10-13avfilter/af_astats: replace FFABS with fabsGanesh Ajjanagadde
2015-10-13avfilter/af_agate: replace FFABS with fabsGanesh Ajjanagadde
2015-10-12avfilter/drawtext: allow to format pts with strftimeAlex Agranovsky
2015-10-12x86/vf_w3fdif: use aligned loads in w3fdif_simple_highJames Almer
2015-10-12x86/vf_w3fdif: simplify w3fdif_simple_highJames Almer
2015-10-11avfilter/buffersrc: add av_warn_unused_result attributesGanesh Ajjanagadde
2015-10-11x86/vf_w3fdif: move pxor outside the loop in w3fdif_complex_lowJames Almer
2015-10-11avfilter: add selectivecolor filterClément Bœsch
2015-10-10avfilter/x86/vf_w3fdif: add colons after labelsPaul B Mahol
2015-10-10avfilter/vf_w3fdif: add x86 SIMDPaul B Mahol
2015-10-09doc: fix spelling errorsAndreas Cadhalpun
2015-10-09avfilter/vf_blend: fix normal mode with opacity != 1Paul B Mahol
2015-10-09avfilter/af_afade: fix start of fade outJustin Greer
2015-10-08avfilter/delogo: Set default band to 1Jean Delvare
2015-10-08avfilter/vf_w3fdif: scale down coefficiends by 2Paul B Mahol
2015-10-08avfilter/x86/vf_blend.asm: hardmix: do same with two pxor instructions lessPaul B Mahol
2015-10-07avfilter/x86/vf_blend.asm: 11th register is used, update functionsPaul B Mahol
2015-10-07avfilter/x86/vf_blend.asm: add hardmix and phoenix sse2 SIMDPaul B Mahol
2015-10-07lavfi/vf_yadif: reindent after last commit.Nicolas George
2015-10-07lavfi/vf_thumbnail: reindent after last commit.Nicolas George
2015-10-07lavfi/vf_w3fdif: reindent after last commit.Nicolas George
2015-10-07lavfi/vf_alphamerge: reindent after last commit.Nicolas George
2015-10-07lavfi/avf_showspectrum: reindent after last commit.Nicolas George
2015-10-07lavfi/vf_yadif: remove looping on request_frame().Nicolas George
2015-10-07lavfi/vf_w3fdif: remove looping on request_frame().Nicolas George
2015-10-07lavfi/vf_thumbnail: remove looping on request_frame().Nicolas George
2015-10-07lavfi/vf_select: remove looping on request_frame().Nicolas George
2015-10-07lavfi/vf_fps: remove looping on request_frame().Nicolas George
2015-10-07lavfi/vf_alphamerge: remove looping on request_frame().Nicolas George
2015-10-07lavfi/avf_showwaves: remove looping on request_frame().Nicolas George
2015-10-07lavfi/avf_showspectrum: remove looping on request_frame().Nicolas George
2015-10-07lavfi/avf_showcqt: remove looping on request_frame().Nicolas George
2015-10-07lavfi/af_aresample: remove looping on request_frame().Nicolas George
2015-10-06avfilter/vf_stereo3d: add x86 SIMD for anaglyph outputsPaul B Mahol
2015-10-06afilter/af_extrastereo: remove dead initializationPaul B Mahol
2015-10-06avfilter:audio: fix shadowed AVFrame *outPaul B Mahol
2015-10-06avfilter/af_extrastereo: Fix shadowed variableMichael Niedermayer
2015-10-04avfilter: add displace video filterPaul B Mahol
2015-10-04avfilter/ebur128: use AV_OPT_TYPE_BOOL for video optionClément Bœsch
2015-10-04avfilter/ebur128: add dualmono measurement optionKyle Swanson
2015-10-03avfilter/vf_stereo3d: rewrite in preparation for SIMDPaul 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-10-03avfilter/vf_tinterlace: add mergex2 modePaul B Mahol
2015-10-03Merge commit '1aa24df74c052a73175c43e57d35b4835e537ec8'Hendrik Leppkes
2015-10-02avfilter/vf_maskedmerge: add SIMD for maskedmerge with 8 bit depth inputPaul B Mahol
2015-10-02avfilter/af_rubberband: add process_command()Paul B Mahol