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-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
2015-12-15avfilter/af_sofalizer: check av_fft_init return codePaul B Mahol
2015-12-15avfilter/vf_decimate: fix typo in fractionMichael Niedermayer
2015-12-14avfilter/af_sofalizer: add frequency domain processing and use it by defaultPaul B Mahol
2015-12-14avfilter/vf_decimate: Check that input parameters matchMichael Niedermayer
2015-12-14avfilter/vf_decimate: change ts_unit to AVRationalMichael Niedermayer
2015-12-14avfilter/vf_mpdecimate: Add missing emms_c()Michael Niedermayer
2015-12-14avfilter/vf_delogo: fix show option when clippingJean Delvare
2015-12-13avfilter/af_sofalizer: switch comments positions to correct orderPaul B Mahol
2015-12-13lavfi/ebur128: apply I dual mono correction only if I availableClément Bœsch
2015-12-13avfilter/af_sofalizer: fix calculation of split pointPaul B Mahol
2015-12-13avfilter/af_sofalizer: remove reorder hackPaul B Mahol
2015-12-13avfilter/af_sofalizer: move modulo operation out of loopPaul B Mahol
2015-12-13avfilter/af_sofalizer: make it possible to configure speaker elevationPaul B Mahol
2015-12-12avfilter/af_sofalizer: display some info when loading sofa filePaul B Mahol
2015-12-12avfilter: add SOFAlizer audio filterPaul B Mahol
2015-12-12avfilter/vf_delogo: Use AVPixFmtDescriptor.nb_componentsJean Delvare
2015-12-11lavfi/formats: fix segfault when allocation failsGanesh Ajjanagadde
2015-12-11avfilter/af_aemphasis: more declarations abovePaul B Mahol
2015-12-10lavfi/vf_alphamerge: fix unitialized pointersGanesh Ajjanagadde
2015-12-10lavfi/vf_overlay: fix unitialized pointersGanesh Ajjanagadde
2015-12-10avfilter/x86/vf_maskedmerge: move %define out of .nextrowPaul B Mahol