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-10-21avfilter/vf_ssim: Add support for writing stats to stdoutTobias Rapp
2015-10-21avfilter/vf_psnr: Add support for writing stats to stdoutTobias Rapp
2015-10-18avfilter/af_flanger: free frame on ENOMEMKyle Swanson
2015-10-18avfilter: add zscale filterPaul B Mahol
2015-10-18avfilter/af_ladspa: check functions return value in query_formatsPaul B Mahol
2015-10-18avfilter/internal: Doxygen for ff_fmt_is_inGanesh Ajjanagadde
2015-10-17avfilter/internal: add av_warn_unused_resultGanesh Ajjanagadde
2015-10-17chromakey: Use the pixel descriptor API for chroma subsampling infoTimothy Gu
2015-10-17avfilter/selectivecolor: fix correction_method option rangeClément Bœsch
2015-10-17avfilter/avfiltergraph: fix -Wunused-result warningsGanesh Ajjanagadde
2015-10-16avfilter/avfilter: Error out if audio parameters change instead of failing an...Michael Niedermayer
2015-10-15avfilter/af_tremolo: clean up extra newlinesKyle Swanson
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