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
2016-12-20lavfi/framequeue: avoid empty structs.Nicolas George
2016-12-19lavfi/atempo: avoid false triggering an assertion failurePavel Koshevoy
2016-12-18lavfi: make filter_frame non-recursive.Nicolas George
2016-12-18lavfi: add FFFrameQueue API.Nicolas George
2016-12-17avfilter/vf_ssim: add >8 bit depth suppportPaul B Mahol
2016-12-15avfilter/vsrc_testsrc: draw_bar: make sure width is not negativePaul B Mahol
2016-12-15avfilter/af_sofalizer: warn if user gives unknown channel namesPaul B Mahol
2016-12-13avfilter/avfilter: fix filtering frames with unknown channel layouts for filt...Marton Balint
2016-12-10avfilter/af_ashowinfo: properly show input channel layout for unknown channel...Marton Balint
2016-12-10avfilter/af_channelmap: add support for unknown input channel layoutsMarton Balint
2016-12-10avfilter/af_atempo: add support for unknown channel layoutsMarton Balint
2016-12-10avfilter/formats: allow unknown channel layouts by defaultMarton Balint
2016-12-08avfilter/vf_deband: fix silly mistakesPaul B Mahol
2016-12-08avfilter/vf_hwupload_cuda: Add min/max limits for the 'device' optionSrinath K R
2016-12-02avfilter/vf_premultiply: remove redundant semicolonsMichael Niedermayer
2016-12-02avfilter: add premultiply filterPaul B Mahol
2016-12-01lavfi: Fix aix compilation.Carl Eugen Hoyos
2016-11-30avfilter/vf_hwupload_cuda: fix potential leakTimo Rothenpieler
2016-11-30avfilter/vf_scale_npp: check ff_set_common_formats return valueTimo Rothenpieler
2016-11-30avfilter/vf_scale_npp: move aspect ratio correction after av_frame_copy_propsMiroslav Slugeň
2016-11-29avfilter/vf_masked*: add gray10 and gray12 supportPaul B Mahol
2016-11-29avfilter/vf_bitplanenoise: add gray10 and gray12 suppportPaul B Mahol
2016-11-29avfilter/vf_extractplanes: add extract support for 10bit and 12bit formatsPaul B Mahol
2016-11-29avfilter/vf_waveform: add gray10 and gray12 supportPaul B Mahol
2016-11-28vf_colorspace: Forbid odd dimensionsVittorio Giovara
2016-11-27lavfi/f_ebur128: relicense to LGPLClément Bœsch
2016-11-27avfilter/vf_zscale: export approximate gamma option and enable it by defaultPaul B Mahol
2016-11-24avfilter/tests/.gitignore: add integralWan-Teh Chang
2016-11-24lavfi/pan: allow negative gain parameters also for other inputs than the firs...Moritz Barsnick
2016-11-23avfilter/vf_zscale: add support for some recent new additionsPaul B Mahol
2016-11-22avfilter/vf_hwupload_cuda: check ff_formats_ref for errorsTimo Rothenpieler
2016-11-22avfilter/vf_hwupload_cuda: use new hwdevice allocation APITimo Rothenpieler
2016-11-22avfilter/vf_scale_npp: use dynamically loaded CUDATimo Rothenpieler
2016-11-14lavfi/ebur128: use ff_ prefixKyle Swanson
2016-11-14Merge commit 'c3f113d58488df7594a489bdbb993a69ad47063c'Hendrik Leppkes
2016-11-13vf_scale_vaapi: Respect driver quirks around buffer destructionMark Thompson
2016-11-13lavfi: split frame_count between input and output.Nicolas George
2016-11-13lavfi/ebur128: specify scaling_factor directlyMarton Balint
2016-11-11lavfi/loudnorm: add an internal libebur128 libraryMarton Balint
2016-11-07avfilter/vf_drawtext: fixed default/flt formatting ignoring offset parameterAlex Agranovsky
2016-11-06avfilter/af_volumedetect: Remove dependency on channel layoutMichael Niedermayer
2016-11-04avfilter/af_firequalizer: add fft2 optionMuhammad Faiz
2016-11-02vf_colorspace: Add support for film primariesVittorio Giovara
2016-11-02vf_colorspace: Add support for smpte 431/432 (dci/display p3) primariesVittorio Giovara
2016-11-02vf_colorspace: Add support for ycgco color spaceVittorio Giovara
2016-11-01lavfi/mergeplanes: Fix little endian yuv formats >8 bit and <16bit.Carl Eugen Hoyos
2016-11-01lavfi/mergeplanes: Fix >8 bit for big endian formats and yuv4xxp16le.Carl Eugen Hoyos
2016-10-31vf_colorspace: Add support for iec61966-2.4 (xvYCC) transferVittorio Giovara
2016-10-29avfilter/avf_showcqt: add bar_t optionMuhammad Faiz
2016-10-27lavfi/vf_overlay: support NV12 and NV21Rodger Combs