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
2015-08-08graphdump: include internal.h for AVFilterPadAndreas Cadhalpun
2015-08-08avfilter: remove obsolete function declarationsAndreas Cadhalpun
2015-08-08avfilter/vf_scale: apply generic options after flags.Michael Niedermayer
2015-08-08avfilter/graphparser: Do not ignore scale_sws_opts if args == NULLMichael Niedermayer
2015-08-07avfilter/avf_avectorscope: stop making output fully transparentPaul B Mahol
2015-08-06avfilter/avf_showspectrum: use av_calloc()Paul B Mahol
2015-08-05vf_psnr: add psnr_avg to stats file.Ronald S. Bultje
2015-08-04x86inc: Drop SECTION_TEXT macroHenrik Gramner
2015-08-04avfilter/avf_showspectrum: reindentPaul B Mahol
2015-08-02avfilter: add atadenoisePaul B Mahol
2015-08-02avfilter: add allyuv source filterPaul B Mahol
2015-08-02avfilter/vf_deband: add mising slice thread flagPaul B Mahol
2015-08-02avfilter/f_drawgraph: stop making foreground color transparentPaul B Mahol
2015-08-01avfilter/avf_showvolume: stop making output fully transparentPaul B Mahol
2015-07-30avfilter/vf_pnsr: fix author nameJames Almer
2015-07-27Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer
2015-07-27avfilter: add acrossfade filterPaul B Mahol
2015-07-26x86/vf_interlace: add missing colon to labelsJames Almer
2015-07-26avfilter/Makefile: fix order of framestep filterPaul B Mahol
2015-07-26avfilter: add sidechain compress audio filterPaul B Mahol
2015-07-24avfilter: rename vf_reverse.c to f_reverse.cPaul B Mahol
2015-07-24avfilter: add areverse filterPaul B Mahol
2015-07-23af_channelmap: properly set the supported output channel layoutsAnton Khirnov
2015-07-23avfilter/vf_reverse: check also pts_size when reallocatingPaul B Mahol
2015-07-23Merge commit '22ecfcd4c79cdf812fdf406525ddf0fd1f7114e4'Michael Niedermayer
2015-07-22avfilter: add deband filterPaul B Mahol
2015-07-21libavfilter/vf_crop: implement process_commandBernd Bleßmann
2015-07-21libavfilter/vf_scale: implement process_commandBernd Bleßmann
2015-07-21avfilter/af_channelmap: Move ff_add_channel_layout() call to querry_format()Michael Niedermayer
2015-07-20x86/vf_ssim: add ff_ssim_4x4_line_xopJames Almer
2015-07-20x86/vf_ssim: fix some instruction commentsJames Almer
2015-07-20avfilter/af_amerge: increase max number of channels from 32 to 64Paul B Mahol
2015-07-20avfilter/af_astats: use UINT64_C instead of the LLU suffixJames Almer
2015-07-19avfilter: add random video filterPaul B Mahol
2015-07-19Merge commit '6b15874fc2c3f565732201f7907ae1112727d6ae'Michael Niedermayer
2015-07-19avfilter: Add reverse filterDerek Buitenhuis
2015-07-19af_resample: do not touch the timestamps if we are not resamplingAnton Khirnov
2015-07-18avfilter/vf_blend: unbreak tblendPaul B Mahol
2015-07-18avfilter/vf_blend: implement 16bit supportPaul B Mahol
2015-07-18avfilter/af_dynaudnorm: Use av_frame_get_channels()Michael Niedermayer
2015-07-17avfilter/af_dynaudnorm: Fix "ISO C90 forbids mixed declarations and code" war...Michael Niedermayer
2015-07-17avfilter/af_aresample: Check ff_all_* for allocation failuresMichael Niedermayer
2015-07-17avfilter: bump minor and add Changelog entryPaul B Mahol
2015-07-17avfilter/af_compand: fix clipping with default optionsPaul B Mahol
2015-07-17avfilter: add Dynamic Audio Normalizer filterLoRd_MuldeR
2015-07-17avfilter/af_astats: measure minimal and mean difference between two consecuti...Paul B Mahol
2015-07-17lavfi/af_pan: Support a maximum of 64 channels.Carl Eugen Hoyos
2015-07-16avfilter/vf_eq: Support contrast from -1000 to 1000Michael Niedermayer
2015-07-15avfilter/af_astats: make sure p->last is actually always set when measuring m...Paul B Mahol
2015-07-15avfilter/af_astats: also measure maximal difference between two consecutive s...Paul B Mahol