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-09-06avfilter/sine: support expression in the number of output samplesClément Bœsch
2015-09-06avfilter/af_asyncts: use llabs for int64_tGanesh Ajjanagadde
2015-09-05avfilter/vf_unsharp: use the name 's' for the pointer to the private contextGanesh Ajjanagadde
2015-09-05Merge commit 'e88103a7f92cf27a2868b50acc8a9912f6088249'Hendrik Leppkes
2015-09-05lavfi: remove old graph parser API with different semanticsHendrik Leppkes
2015-09-05Merge commit '4e649debcf7f71d35c6b38cdb7ee715eba95d64a'Hendrik Leppkes
2015-09-05Remove left-over FF_API_AVFILTERBUFFER cruftHendrik Leppkes
2015-09-05Merge commit 'f6974fe651d29ef6eb68d66d73f7b6c011062aa0'Hendrik Leppkes
2015-09-05Merge commit 'e65e4cbbda03ca3c9087f069c9867d518415fca1'Hendrik Leppkes
2015-09-05Merge commit '86e5056575f55f070609dd3926605302f7d2280e'Hendrik Leppkes
2015-09-05avfilter/avf_showfreqs: Fix memleak of out frameMichael Niedermayer
2015-09-05avfilter/avf_showfreqs: Fix "may be used uninitialized in this function" warningMichael Niedermayer
2015-09-05avfilter/avf_showfreqs: Free finMichael Niedermayer
2015-09-05avfilter/af_amerge: avoid undefined shift (<<64) in outlayout setupMichael Niedermayer
2015-09-05avfilter/vf_stack: Fix memleak of out frameMichael Niedermayer
2015-09-05avfilter/avfilter: Add a few more basic filters to the list which support fra...Michael Niedermayer
2015-09-04avfilter/vf_vectorscope: change intensity to floatPaul B Mahol
2015-09-04avfilter/vf_waveform: stop abusing s->size for calculating limitPaul B Mahol
2015-09-04avfilter/vf_waveform: change intensity to floatPaul B Mahol
2015-09-04avfilter/vf_waveform: reduce number of operations a littlePaul B Mahol
2015-09-04avfilter/vf_waveform: 9 and 10 bit depth support for lowpass & color filterPaul B Mahol
2015-09-04avfilter/af_channelmap: Reorder operations to avoid memleakMichael Niedermayer
2015-09-04avfilter/af_sidechaincompress: Also assert that i < 2Michael Niedermayer
2015-09-04avfilter/vf_atadenoise: Check for ff_get_video_buffer() failureMichael Niedermayer
2015-09-04avfilter/vf_histogram: Fix order of operations with flagsMichael Niedermayer
2015-09-03avfilter/avf_showwaves: Check max_samplesMichael Niedermayer
2015-09-03avfilter/af_dynaudnorm: Fix typo in assertMichael Niedermayer
2015-09-03avfilter/avf_showfreqs: Use floating point division in WFUNC_BHANNMichael Niedermayer
2015-09-03avfilter/vf_sab: use the name 's' for the pointer to the private contextGanesh Ajjanagadde
2015-09-03avfilter/vf_drawgraph: add rscroll slide modePaul B Mahol
2015-09-03avfilter/vf_vectorscope: constify more variablesPaul B Mahol
2015-09-03avfilter/vf_vectorscope: support more formats for color4 mode in common casePaul B Mahol
2015-09-03avfilter/vf_elbg: make it possible to output to pal8 pixel formatPaul B Mahol
2015-09-02lavfi/colormatrix: Add a bt601 aliasVittorio Giovara
2015-09-02avfilter/vf_subtitles: allow setting fonts directoryRicardo Constantino
2015-09-01avfilter/vf_spp: use the name 's' for the pointer to the private contextGanesh Ajjanagadde
2015-09-01avfilter/vf_waveform: support envelope for all filtersPaul B Mahol
2015-09-01avfilter/vf_waveform: simplify memory allocationsPaul B Mahol
2015-09-01avfilter/vf_waveform: implement various filtersPaul B Mahol
2015-09-01lavfi/scale: Pass src_range and dst_range to libswscale.Carl Eugen Hoyos
2015-08-31Merge commit 'b1abd2aaf91be249f24cb74db9c205d9e4ca9da6'Hendrik Leppkes
2015-08-31avfilter/vf_scale: If no output color matrix is specified, use the inputMichael Niedermayer
2015-08-31avfilter/vf_scale: Do not skip scale if the color matrix mismatchesMichael Niedermayer
2015-08-31avfilter/vf_scale: Do not skip scale if range mismatchesCarl Eugen Hoyos
2015-08-31avfilter: add missing FF_API_AVFILTERBUFFER guardsAndreas Cadhalpun
2015-08-30avfilter/vf_separatefields: use the name 's' for the pointer to the private c...Ganesh Ajjanagadde
2015-08-30avfilter/vf_vectorscope: make color mode more usefulPaul B Mahol
2015-08-30avfilter/vf_vectorscope: implement envelope supportPaul B Mahol
2015-08-29avfilter/af_apad: use the name 's' for the pointer to the private contextGanesh Ajjanagadde
2015-08-29avfilter/vf_vectorscope: add yet another modePaul B Mahol