summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer145-176/+176
2013-10-27libavfilter/vf_noise: relicense to LGPLPaul B Mahol3-8/+6
2013-09-27avfilter: add av_cold to init()Paul B Mahol8-9/+9
2013-09-13avfilter/vf_noise: rename linesize to bytewidthMichael Niedermayer1-3/+3
2013-09-13Revert "avfilter/vf_noise: dont corrupt the picture outside width x height"Michael Niedermayer1-5/+1
2013-09-12avfilter/vf_noise: dont corrupt the picture outside width x heightMichael Niedermayer1-1/+5
2013-09-12avfilter/vf_noise: unbreak filter when inline assembly is not presentPaul B Mahol1-0/+3
2013-09-12avfilter: various cosmeticsPaul B Mahol109-896/+750
2013-05-29lavfi/noise: fix out of array accessPaul B Mahol1-4/+5
2013-05-29lavfi/noise: support slice threadingPaul B Mahol1-20/+37
2013-05-26lavfi/noise: use av_image_copy_plane()Paul B Mahol1-8/+2
2013-05-24lavfi/field, il, noise: use av_pix_fmt_count_planes()Paul B Mahol3-13/+5
2013-05-15replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_*Michael Niedermayer22-73/+73
2013-05-12lavfi: replace passthrough_filter_frame with a flag.Clément Bœsch25-61/+52
2013-05-10lavfi: use ceil right shift for chroma width/height.Clément Bœsch21-44/+50
2013-04-25lavfi/noise: remove get_video_buffer, its redundant nowPaul B Mahol1-1/+0
2013-04-25lavfi/noise: add missing emms_c()Paul B Mahol1-0/+1
2013-04-22lavfi: add timeline support.Clément Bœsch21-4/+125
2013-04-15lavfi/noise: remove pointless storePaul B Mahol1-3/+2
2013-04-12lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer50-70/+71
2013-04-10lavfi/noise: switch to an AVOptions-based system.Clément Bœsch3-5/+2
2013-04-09avfilter/vf_noise: fix build without mmx*inlineMichael Niedermayer1-6/+6
2013-04-08lavfi/noise: copy inline asm from mp=noisePaul B Mahol1-28/+147
2013-04-08lavfi/blend,noise: remove unedeed av_opt_free() callPaul B Mahol2-2/+0
2013-04-06vf_noise: Fix av_lfg_get() maximum valueMichael Niedermayer1-2/+2
2013-04-06vf_noise: remove low quality modeMichael Niedermayer1-5/+0
2013-04-05lavfi/noise: use standard options parsingPaul B Mahol1-6/+3
2013-03-10lavfi: remove remaining forgotten min/rej perms.Clément Bœsch14-21/+3
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer124-1926/+1820
2013-02-17lavfi/noise: switch to AVLFG noise generatorPaul B Mahol1-7/+11
2013-02-16lavfi: port MP noise filterPaul B Mahol8-9/+423