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-27Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes
2015-10-27drawutils: ReindentTimothy Gu
2015-10-27avfilter: ReindentTimothy Gu
2015-10-27x86/vf_w3fdif: use aligned loads in w3fdif_complex_highJames Almer
2015-10-26avfilter: add vibrato filterKyle Swanson
2015-10-26avfilter/vf_removegrain: replace qsort with AV_QSORTGanesh Ajjanagadde
2015-10-25lavfi/drawutils: add const to blending mask.Nicolas George
2015-10-25avutil/tree: add additional const qualifier to the comparatorGanesh Ajjanagadde
2015-10-25avfilter/vf_deshake: use a void * comparator for consistencyGanesh Ajjanagadde
2015-10-24all: remove some casts of function pointer to void *Ganesh Ajjanagadde
2015-10-24avfilter: avoid zero arguments to variadic macroGanesh Ajjanagadde
2015-10-23vf_psnr/ssim: don't crash if stats_file is NULL.Ronald S. Bultje
2015-10-23avfilter: add shuffleframes filterPaul B Mahol
2015-10-23vf_ssim: print per-channel dB values.Ronald S. Bultje
2015-10-23vf_psnr: remove %0.2f format specifiers for stream summary line.Ronald S. Bultje
2015-10-22avfilter,swresample,swscale: use fabs, fabsf instead of FFABSGanesh Ajjanagadde
2015-10-22avfilter/vf_zscale: fix typoLou Logan
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