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
2013-05-29lavfi/noise: fix out of array accessPaul B Mahol
2013-05-29lavfi/noise: support slice threadingPaul B Mahol
2013-05-26lavfi/noise: use av_image_copy_plane()Paul B Mahol
2013-05-24lavfi/field, il, noise: use av_pix_fmt_count_planes()Paul B Mahol
2013-05-15replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_*Michael Niedermayer
2013-05-12lavfi: replace passthrough_filter_frame with a flag.Clément Bœsch
2013-05-10lavfi: use ceil right shift for chroma width/height.Clément Bœsch
2013-04-25lavfi/noise: remove get_video_buffer, its redundant nowPaul B Mahol
2013-04-25lavfi/noise: add missing emms_c()Paul B Mahol
2013-04-23lavfi: add timeline support.Clément Bœsch
2013-04-15lavfi/noise: remove pointless storePaul B Mahol
2013-04-12lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer
2013-04-11lavfi/noise: switch to an AVOptions-based system.Clément Bœsch
2013-04-09avfilter/vf_noise: fix build without mmx*inlineMichael Niedermayer
2013-04-09lavfi/noise: copy inline asm from mp=noisePaul B Mahol
2013-04-08lavfi/blend,noise: remove unedeed av_opt_free() callPaul B Mahol
2013-04-06vf_noise: Fix av_lfg_get() maximum valueMichael Niedermayer
2013-04-06vf_noise: remove low quality modeMichael Niedermayer
2013-04-05lavfi/noise: use standard options parsingPaul B Mahol
2013-03-10lavfi: remove remaining forgotten min/rej perms.Clément Bœsch
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer
2013-02-18lavfi/noise: switch to AVLFG noise generatorPaul B Mahol
2013-02-16lavfi: port MP noise filterPaul B Mahol