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-12-25lavfi/af_compand: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde
2015-12-25lavfi/af_volume: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde
2015-12-25lavfi/f_ebur128: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde
2015-12-25lavfi/vsrc_testsrc: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde
2015-12-25avfilter/af_anequalizer: make cliping filter type actually usefulPaul B Mahol
2015-12-25avfilter/af_anequalizer: use pow instead of exp10Paul B Mahol
2015-12-25avfilter: add high-order parametric multiband equalizer filterPaul B Mahol
2015-12-24avfilter/af_sofalizer: make virtual speaker positioning supports all channel ...Paul B Mahol
2015-12-24x86/vf_blend: add sse2 versions of blend_difference and blend_negationJames Almer
2015-12-24x86/vf_blend: make all functions work on x86_32James Almer
2015-12-24x86/vf_blend: simplify using macrosJames Almer
2015-12-24x86/vf_maskedmerge: make ff_maskedmerge8_sse2 work on x86_32James Almer
2015-12-24avfilter/x86/vf_maskedmerge: Clear upper part of widthMichael Niedermayer
2015-12-23avfilter/af_biquads: display clipping warnings once per filtered framePaul B Mahol
2015-12-23lavfi/af_aemphasis: remove unnecessary complex number usageGanesh Ajjanagadde
2015-12-22lavfi: make request_frame() non-recursive.Nicolas George
2015-12-22lavfi: replace link.closed by link.status.Nicolas George
2015-12-22lavfi: deprecate avfilter_link_set_closed().Nicolas George
2015-12-22lavfi: add link.current_pts field.Nicolas George
2015-12-22lavfi: rename link.current_pts to current_pts_us.Nicolas George
2015-12-22lavfi/vf_mpdecimate: remove request_frame().Nicolas George
2015-12-21lavfi/vf_histogram: replace round by lrintGanesh Ajjanagadde
2015-12-21lavfi/af_dynaudnorm: replace round by lrintGanesh Ajjanagadde
2015-12-21lavfi/vf_crop: replace round by lrintGanesh Ajjanagadde
2015-12-21lavfi/vf_drawtext: replace round by llrintGanesh Ajjanagadde
2015-12-21lavfi/vf_colorlevels: replace round by lrintGanesh Ajjanagadde
2015-12-21lavfi/vf_colorchannelmixer: replace round by lrintGanesh Ajjanagadde
2015-12-21lavfi/drawtext: fix shadow[xy] descriptionsClément Bœsch
2015-12-21lavfi/drawtext: hide first font load warning when fontconfig is presentClément Bœsch
2015-12-21lavfi/drawtext: fix crash when no text, file or timecode providedClément Bœsch
2015-12-21avfilter/af_ladspa: fix av_assert0()Paul B Mahol
2015-12-21lavfi/scale: add nb_slices debug optionClément Bœsch
2015-12-20avfilter/avf_showfreqs: make it possible to split channelsPaul B Mahol
2015-12-20avfilter/af_dynaudnorm: use av_malloc_array()Paul B Mahol
2015-12-19avfilter/vf_stereo3d: add interleave columns input supportPaul B Mahol
2015-12-19lavfi/vsrc_mandelbrot: replace round by lrintGanesh Ajjanagadde
2015-12-19lavfi/vf_cropdetect: replace round by lrintGanesh Ajjanagadde
2015-12-19lavfi/vf_idet: replace round and cast by lrintGanesh Ajjanagadde
2015-12-19avfilter/vf_delogo: change the definition of logo_x2 and logo_y2Jean Delvare
2015-12-19avfilter/vf_stereo3d: fix interleaved columns outputPaul B Mahol
2015-12-18avfilter/vf_stereo3d: multiply linesize only once for interleaved row to monoPaul B Mahol
2015-12-18avfilter/vf_stereo3d: add fast path for interleave rows to monoPaul B Mahol
2015-12-18avfilter/vf_stereo3d: fix interleave rows outputPaul B Mahol
2015-12-18avfilter/vf_stereo3d: add fast path for interleave rows to alternatingPaul B Mahol
2015-12-17avfilter/af_sofalizer: Fix occured typoMichael Niedermayer
2015-12-16avfilter/af_sofalizer: use SIMD in compensate_volume()Paul B Mahol
2015-12-16avfilter/vf_stereo3d: get rid of ts_unit hackPaul B Mahol
2015-12-15avfilter/af_ladspa: unbreak Mch -> Nch plugins, where M < NPaul B Mahol
2015-12-15avfilter/vf_stereo3d: add direct (faster) path:Paul B Mahol
2015-12-15lavfi: use a video frame pool for each link of the filtergraphMatthieu Bouron