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
2017-05-26zscale: Add range options aliases to match scale onesVittorio Giovara
2017-05-26zscale: Add pixdesc-API compatible color names to filter optionsVittorio Giovara
2017-05-22Use AVOnce as a static variable consistentlyHendrik Leppkes
2017-05-22avfilter/avf_showspectrum: properly initialize ptsPaul B Mahol
2017-05-20avfilter: take_samples: do not directly return frame when samples are skippedMuhammad Faiz
2017-05-20avfilter/af_sidechaincompress: change default makeup gain to 1Paul B Mahol
2017-05-19avfilter/graphparser: allow specifying filter@id as filter instanceMuhammad Faiz
2017-05-19avfilter/af_sofalizer: make lfe gain user configurablePaul B Mahol
2017-05-18avfilter/af_sofalizer: avoid castingPaul B Mahol
2017-05-17avfilter/af_afade: fix fading very long durationsPaul B Mahol
2017-05-17avfilter: add audio crossfeed filterPaul B Mahol
2017-05-16avfilter/af_bs2b: add missing flag for optionsPaul B Mahol
2017-05-15avfilter/vf_deflicker: add bypass optionPaul B Mahol
2017-05-15avfilter/af_stereotools: introduce different balance modesPaul B Mahol
2017-05-15avfilter/af_compand: change default attack to 0Paul B Mahol
2017-05-15avfilter/af_silenceremove: set output timestampsPaul B Mahol
2017-05-15avfilter/scale_cuda: add CUDA scale filterYogender Gupta
2017-05-14avfilter/af_compand: fix default companding to avoid clippingPaul B Mahol
2017-05-13avfilter: don't anonymously typedef structsPaul B Mahol
2017-05-12avfilter/aeval: remove comment that was left from some other filePaul B Mahol
2017-05-12avfilter/aeval: free input frame on errorPaul B Mahol
2017-05-12avfilter/af_astats: add RMS difference tooPaul B Mahol
2017-05-12avfilter/vf_pad: revert part of 57c3670896c69714caPaul B Mahol
2017-05-12avfilter: add acopy filterPaul B Mahol
2017-05-10avfilter/vf_uspp: Fix currently unused input frame dimensionsMichael Niedermayer
2017-05-10avfilter/af_afir: workaround nonsense limitation in vector_fmul_scalar()Paul B Mahol
2017-05-10avfilter/af_afir: remove extra space in the header inclusion guardsJames Almer
2017-05-09avfilter: add arbitrary audio FIR filterPaul B Mahol
2017-05-09avfilter/vf_histogram: actually add parade display modePaul B Mahol
2017-05-07lavfi/avfiltergraph: only return EOF in avfilter_graph_request_oldest if all ...Marton Balint
2017-05-05Merge commit '92db5083077a8b0f8e1050507671b456fd155125'James Almer
2017-05-03Merge commit '11a9320de54759340531177c9f2b1e31e6112cc2'Clément Bœsch
2017-05-02avfilter/interlace: add complex vertical low-pass filterThomas Mundt
2017-04-30avfilter/af_crystalizer: add support for more sample formatsPaul B Mahol
2017-04-29avfilter: add video oscilloscope filterPaul B Mahol
2017-04-29avfilter: add pixscope filterPaul B Mahol
2017-04-28avfilter/lavfutils: use image2pipe demuxer on ff_load_imageMuhammad Faiz
2017-04-25avfilter/af_biquads: allow filtering only selected channelsPaul B Mahol
2017-04-24avfilter: add lumakey filterPaul B Mahol
2017-04-23avfilter/vf_maskedmerge: fix bug when copying >8bit plane(s)Paul B Mahol
2017-04-23avfilter/vf_premultiply: add planes optionPaul B Mahol
2017-04-23avfilter/vf_maskedclamp: fix bug when copying >8bit plane(s)Paul B Mahol
2017-04-23avfilter/vf_maskedclamp: limit overshot and undershot to UINT16_MAXPaul B Mahol
2017-04-23avfilter: do not use AVFrame accessorMuhammad Faiz
2017-04-22avfilter/interlace: change lowpass_line function prototypeThomas Mundt
2017-04-22avfilter/avf_avectorscope: Assert that format is validMichael Niedermayer
2017-04-22avfilter: add doubleweave filterPaul B Mahol
2017-04-20avfilter: add deflicker filterPaul B Mahol
2017-04-20avfilter/af_compand: Check av_strtok() for failureMichael Niedermayer
2017-04-19avfilter/vf_drawtext: added expr evaluation to drawtext fontsizeBrett Harrison