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-10-17avfilter/showcqt: add font optionMuhammad Faiz
2016-10-17avfilter/firequalizer: optimize gain/gain_entry commandMuhammad Faiz
2016-10-16avfilter/firequalizer: add scale optionMuhammad Faiz
2016-10-16avfilter/firequalizer: add tukey windowMuhammad Faiz
2016-10-16avfilter/firequalizer: change WFUNC_MIN/MAX to NB_WFUNCMuhammad Faiz
2016-10-16avfilter/showcqt: add csp optionMuhammad Faiz
2016-10-14lavfi/sidedata: add filter for manipulating frame side dataMarton Balint
2016-10-11lavfi/metadata: fix metadata deletion if comparison returns falseMarton Balint
2016-10-11lavfi/pan: renormalize negative gain coefficients properlyMoritz Barsnick
2016-10-09avfilter/firequalizer: fix blackman window calculationMuhammad Faiz
2016-10-09lavfi: fix typosMoritz Barsnick
2016-10-07Merge commit '5b63b15663d31f50ce45d980b904a68795ad3f7a'Hendrik Leppkes
2016-10-05af_hdcd: disable auto-convert by defaultBurt P
2016-10-05af_hdcd: add experimental 20 and 24-bit decoding supportBurt P
2016-10-05af_hdcd: hdcd_scan() and hdcd_integrate() handle stereo and single channelBurt P
2016-10-05af_hdcd: support s16p (WavPack) directlyBurt P
2016-10-05af_hdcd: allow all HDCD sample ratesBurt P
2016-10-05af_hdcd: add mono as a supported channel layoutBurt P
2016-10-01lavfi/metadata: allow deleting all metadataMarton Balint
2016-10-01lavfi/metadata: fix setting metadata valuesMarton Balint
2016-09-28avfilter/vf_colorspace: fix range for output colorspace optionJames Almer
2016-09-24avfilter/tests/integral: Remove unused variablesMichael Niedermayer
2016-09-24lavfi: add nlmeans filterClément Bœsch
2016-09-21avfilter/drawutils: allow drawing opaque text on transparent backgroundPaul B Mahol
2016-09-19vf_colorspace: Interpret unspecified color range as limited rangeVittorio Giovara
2016-09-17avfilter/vf_overlay: add YUVA422P to alpha_pix_fmtsPaul B Mahol
2016-09-17avfilter/vf_overlay: support J formats tooPaul B Mahol
2016-09-17avfilter/vf_unsharp: limit matrix size in either direction to 23Paul B Mahol
2016-09-17avfilter/vf_unsharp: check if scalebits is too highPaul B Mahol
2016-09-16avfilter/vf_lut2: also export video input bit depthPaul B Mahol
2016-09-15vf_colorspace: Add modern names for color range optionVittorio Giovara
2016-09-13avfilter/af_amerge: allow merging 1 input onlyMarton Balint
2016-09-13vf_colorspace: Add BT-names for gamma22/28 transfer optionVittorio Giovara
2016-09-12avfilter/vf_convolution: add slice threading supportPaul B Mahol
2016-09-12avfilter: add sobel and prewitt filterPaul B Mahol
2016-09-12avfilter/vf_vaguedenoiser: calculate dimensions at initPaul B Mahol
2016-09-12avfilter/vf_vaguedenoiser: change thresholding to function pointersPaul B Mahol
2016-09-11avfilter/vf_overlay: inline yuv output formatsPaul B Mahol
2016-09-11avfilter/vf_overlay: split blend_image into functions for each overlay formatPaul B Mahol
2016-09-11avfilter/avf_concat: Make independent of the channel layoutMichael Niedermayer
2016-09-10avfilter/af_amix: use ff_all_channel_counts() instead of ff_all_channel_layou...Paul B Mahol
2016-09-10avfilter/vf_histogram: set foreground alpha if possible in destination formatPaul B Mahol
2016-09-09avfilter/vf_datascope: cleanup code a littlePaul B Mahol
2016-09-09avfilter/vf_weave: do not leak unused framePaul B Mahol
2016-09-09af_hdcd: fix bounds check in hdcd_envelope()Burt P
2016-09-09avfilter/vf_datascope: let user change background opacityPaul B Mahol
2016-09-08avfilter/vf_shuffleframes: unbreak filterPaul B Mahol
2016-09-07avfilter/vf_waveform: make possible to change background opacityPaul B Mahol
2016-09-07af_hdcd: hdcd_analyze_gen() using int instead of floatBurt P
2016-09-07af_hdcd: tweak hdcd_analyze_prepare() a bitBurt P