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
2018-04-24lavf/qsv: clone the frame which may be managed by frameworkRuiling Song
2018-04-24lavf: make overlay_qsv work based on framesyncRuiling Song
2018-04-16Bump minor versions for branching release/4.0Michael Niedermayer
2018-04-16avfilter/showvolume : cosmetic move bracket after func declaration to a new lineMartin Vignali
2018-04-16avfilter/showvolume : add persistent max displayMartin Vignali
2018-04-16avfilter/showvolume : add display scale optionMartin Vignali
2018-04-16avfilter/af_headphone: fix type=time with hrir=multichPaul B Mahol
2018-04-15avfilter/af_headphone: add single hrir multichannel stream modePaul B Mahol
2018-04-14avfilter/af_headphone: fix memory leak and overreadPaul B Mahol
2018-04-14avfilter/af_headphone: do not output invalid samples when flushingPaul B Mahol
2018-04-14avfilter/af_headphone: fix flushingPaul B Mahol
2018-04-14avfilter/af_headphone: improve performance and reduce latencyPaul B Mahol
2018-04-14Merge commit 'cca5e4f040971db6de0bfe6968f00c021d8a9c42'James Almer
2018-04-14Merge commit '29a8ed766354c45c9be4b8512c5b2eb25a450cdc'James Almer
2018-04-13avfilter: add vfrdet filterPaul B Mahol
2018-04-08qsv: adding Multi Frame Encode supportMaxym Dmytrychenko
2018-04-08lavf/qsvvpp: bypass vpp if not needed.Zhong Li
2018-04-06lavfi,lavd: add gitignore for generated static component listsJosh de Kock
2018-04-05avfilter/x86/vf_blend : add SIMD for 16 bit version ofMartin Vignali
2018-04-05avfilter/x86/vf_blend : reorganize DIFFERENCE macro to reduce line duplicatio...Martin Vignali
2018-04-03avutil/pixdesc: deprecate AV_PIX_FMT_FLAG_PSEUDOPALwm4
2018-04-02lav*,tests: remove several register_all callsJosh de Kock
2018-04-02avfilter: bump version for the latest API changeJames Almer
2018-04-01avfilter/af_amix: add weights optionPaul B Mahol
2018-04-01avfilter/showvolume : indent after prev commit and add commentMartin Vignali
2018-04-01avfilter/showvolume : move width test for draw volume to the start of the loopMartin Vignali
2018-04-01avfilter/showvolume : move clear picture part to a funcMartin Vignali
2018-04-01vf_libvmaf: Fix memory leakenctac
2018-04-01avfilter/vf_signature: use av_strlcpy()Michael Niedermayer
2018-04-01lavfi: add new iteration APIJosh de Kock
2018-03-31avfilter/avf_showvolume: let fade be also exactly 0Paul B Mahol
2018-03-31avfilter/showvolume : indent after prev commitMartin Vignali
2018-03-31avfilter/showvolume : calculate fade only if fade < 1.Martin Vignali
2018-03-31avfilter/showvolume : add comment for orientation conditionMartin Vignali
2018-03-29lavfi/silencedetect: Fix missing log at eosNicolas Gaullier
2018-03-29lavfi/silencedetect: Fix silence_end accuracyNicolas Gaullier
2018-03-29lavfi/silencedetect: Fix silence_start accuracyNicolas Gaullier
2018-03-29lavfi/silencedetect: Fix when silence_start=0Nicolas Gaullier
2018-03-29lavfi/silencedetect: Add mono modeNicolas Gaullier
2018-03-29avfilter/af_pan: reject expressions referencing the same channel multiple timesMarton Balint
2018-03-27avfilter/vf_avgblur_opencl: fix error when clSetKernelArg failsdrfer3
2018-03-27vf_avgblur_opencl: Don't run kernel on pixels outside the imageMark Thompson
2018-03-27libavfilter: Add OpenCL convolution filterDanil Iashchenko
2018-03-26avfilter/af_mcompand: make error message more helpfulPaul B Mahol
2018-03-24avfilter/avf_showvolume: implement basic rms metering modePaul B Mahol
2018-03-23avfilter/avf_showwaves: add draw mode which controls how single sample is drawnPaul B Mahol
2018-03-23avfilter/vf_convolution: disable fast path if rdiv/bias are different from de...Paul B Mahol
2018-03-23avfilter/af_channelsplit: add channels optionPaul B Mahol
2018-03-23vf_scale_vaapi: Apply cropping rectangle to inputMark Thompson
2018-03-23lavfi: Add OpenCL avgblur filterdrfer3