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-09-04avfilter/vf_fftfilt: add support for more pixel formatsPaul B Mahol
2017-09-04avfilter/vf_fftfilt: cache rdft contextsPaul B Mahol
2017-09-04avfilter/vf_datascope: make it possible for output window to automatically ch...Paul B Mahol
2017-09-03avfilter/vf_datascope: add timeline support to pixscope and oscilloscopePaul B Mahol
2017-09-03avfilter/vf_displace: add mirror edge modePaul B Mahol
2017-09-03avfilter/vf_displace: remove useless requirement that SAR matches between inp...Paul B Mahol
2017-09-03avfilter/vf_subtitles: enable processing of alpha channelPaul B Mahol
2017-09-01avfilter: remove duplicate and disabled trace log functionJames Almer
2017-08-31avfilter/vf_mcdeint: remove usage of deprecated AVCodecContext.me_methodJames Almer
2017-08-30avfilter/af_adelay: remove requirement that at least one delay should be prov...Paul B Mahol
2017-08-30avfilter/vf_mcdeint: free the AVCodecContext struct properlyJames Almer
2017-08-30avfilter/vf_libvmaf: fix pre convert to framesync2 bugsAshish Singh
2017-08-30avfilter/vf_lut2: add framesync optionsPaul B Mahol
2017-08-29lavfi: bump minor version after change in options.Nicolas George
2017-08-29lavfi: remove dualinput.Nicolas George
2017-08-29vf_ssim: convert to framesync2.Nicolas George
2017-08-29lavfi/vf_psnr: convert to framesync2.Nicolas George
2017-08-29lavfi/vf_paletteuse: convert to framesync2.Nicolas George
2017-08-29lavfi/vf_lut3d: convert to framesync2.Nicolas George
2017-08-29lavfi/vf_libvmaf: convert to framesync2.Nicolas George
2017-08-29lavfi/vf_blend: convert to framesync2.Nicolas George
2017-08-29lavfi/vf_overlay: use framesync2 options.Nicolas George
2017-08-29lavfi/framesync2: add common options.Nicolas George
2017-08-29lavfi: search options on child objects.Nicolas George
2017-08-29lavfi: add a preinit callback to filters.Nicolas George
2017-08-29lavfi/vf_overlay: move to framesync2.Nicolas George
2017-08-29lavfi/framesync2: add dualinput helper functions.Nicolas George
2017-08-29lavfi/f_streamselect: convert to framesync2.Nicolas George
2017-08-27avfilter/vf_zoompan: remove AVFILTER_FLAG_SUPPORT_TIMELINE_GENERICMichael Niedermayer
2017-08-27avfilter/vf_zoompan: parse zoom,x and y expression during initializationPaul B Mahol
2017-08-27avfilter/vf_zoompan: switch to activatePaul B Mahol
2017-08-27avfilter/af_amix: do not request samples if inlink reached EOFPaul B Mahol
2017-08-26avfilter/af_amix: simplify const entries for duration in amix_options[]Paul B Mahol
2017-08-26avfilter/af_amix: switch to activatePaul B Mahol
2017-08-26avfilter/af_surround: make volume configurable for front center and lfe channelPaul B Mahol
2017-08-25avfilter/af_firequalizer: fix minval on cepstrum calculationMuhammad Faiz
2017-08-25avfilter/src_movie: check ff_insert_outpad() for failurePaul B Mahol
2017-08-25avfilter/split: check ff_insert_outpad() for failurePaul B Mahol
2017-08-25avfilter/vf_decimate: check ff_insert_inpad() for failurePaul B Mahol
2017-08-25avfilter/vf_fieldmatch: check ff_insert_inpad() for failurePaul B Mahol
2017-08-25avfilter/avf_concat: check ff_insert_pad() for failurePaul B Mahol
2017-08-25avfilter/f_select: check ff_insert_outpad() for failurePaul B Mahol
2017-08-25avfilter/af_channelsplit: check ff_insert_outpad() for failurePaul B Mahol
2017-08-25avfilter/vf_extractplanes: check ff_insert_outpad() for failurePaul B Mahol
2017-08-25avfilter/f_interleave: check ff_insert_inpad() for failurePaul B Mahol
2017-08-25avfilter/af_merge: check ff_insert_inpad() for failurePaul B Mahol
2017-08-25avfilter/af_join: check ff_insert_inpad() for failurePaul B Mahol
2017-08-25avfilter/af_headphone: check ff_insert_inpad() for failurePaul B Mahol
2017-08-25avfilter/af_amix: check ff_insert_inpad() for failurePaul B Mahol
2017-08-25avfilter/af_agate: switch to activatePaul B Mahol