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
2022-09-03avutil/internal: Move avpriv-file API to a header of its ownAndreas Rheinhardt
2022-05-24avfilter: use avpriv_fopen_utf8() instead of plain fopen()softworkz
2021-10-05avfilter/vf_vidstabtransform: Use formats list instead of query funcAndreas 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-09avfilter/vidstabtransform: use AV_OPT_TYPE_BOOL for tripod and debug optionsClément Bœsch
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-08-15Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer
2014-01-19lavfi/vidstabtransform: apply various documentation/option minor fixesStefano Sabatini
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-27avfilter/vidstabtransform: update optzoom range values for recent vid.stab up...Georg Martius
2013-09-13avfilter/vidstabtransform: allow negative zoom.Georg Martius
2013-09-12avfilter: various cosmeticsPaul B Mahol
2013-04-24lavfi/vidstab: remove mention of defaults for consistency with other filters.Clément Bœsch
2013-04-24lavfi/vidstab: make use of direct variable.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