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
2021-12-04avfilter: add AVFILTER_FLAG_METADATA_ONLYAnton Khirnov
2021-10-05avfilter/vf_vidstabdetect: Use formats list instead of query functionAndreas Rheinhardt
2021-10-05avfilter/vf_vidstab(detect|transform): Deduplicate pixel formatsAndreas Rheinhardt
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt
2021-08-20avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt
2021-08-13avfilter/formats: Factor common function combinations outAndreas Rheinhardt
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2018-01-17avfilter/vidstab: check bytesPerPixel only for packed formats.Gyan Doshi
2017-05-13avfilter: don't anonymously typedef structsPaul B Mahol
2015-09-15avfilter/vf_vidstabdetect: use the name 's' for the pointer to the private co...Ganesh Ajjanagadde
2015-04-08avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol
2014-10-25avfilter: Read errno before av_log() as the callback from av_log() might affe...Michael Niedermayer
2014-08-23vidstab*: Remove accidentally exported av_2_vs_pixel_format()Timothy Gu
2014-01-16lavfi/vidstabtransform: apply various cosmetical nitsStefano Sabatini
2014-01-16lavfi/vidstabdetect,vidstabtransform: update to vid.stab 0.98Georg Martius
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-09-12avfilter: various cosmeticsPaul B Mahol
2013-04-24lavfi/vidstabdetect: fix direct path.Clément Bœsch
2013-04-24lavfi/vidstab: remove mention of defaults for consistency with other filters.Clément Bœsch
2013-04-24lavfi/vidstab: add missing flags for 2 options.Clément Bœsch
2013-04-24lavfi/vidstab: consistent descriptions.Clément Bœsch
2013-04-24lavfi/vidstab: miscelenaous cosmetics and typo fixes.Clément Bœsch
2013-04-24lavfi: add video stabilization plugins using vid.stab libraryGeorg Martius