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
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
2016-09-07af_hdcd: move decoding setup from init to config_inputBurt P
2016-09-07af_hdcd: fix possible integer overflowBurt P
2016-09-07af_hdcd: some types renamed to remove _tBurt P
2016-09-07avfilter/vf_paletteuse: add option to use new palette for each output framePaul B Mahol
2016-09-07avfilter/vf_palettegen: add mode for generating palette for each input framePaul B Mahol
2016-09-07avfilter: add avgblur filterPaul B Mahol
2016-09-06avfilter/fifo: Make independent of the channel layoutMichael Niedermayer
2016-09-06avfilter/af_atempo: Make independent of the channel layoutMichael Niedermayer
2016-09-06avfilter/af_amix: make independent of the channel layoutMichael Niedermayer
2016-09-06doc/showspectrum*: Change options order to reflect numeric values.Carl Eugen Hoyos
2016-09-06avfilter/vf_owdenoise: hight bit-depth supportPaul B Mahol
2016-09-05avfilter/vf_gblur: add sigmaV option, different vertical filteringPaul B Mahol