summaryrefslogtreecommitdiff
path: root/libavfilter/vf_vidstabtransform.c
Commit message (Expand)AuthorAge
* avfilter: use avpriv_fopen_utf8() instead of plain fopen()softworkz2022-05-24
* avfilter/vf_vidstabtransform: Use formats list instead of query funcAndreas Rheinhardt2021-10-05
* avfilter/vf_vidstab(detect|transform): Deduplicate pixel formatsAndreas Rheinhardt2021-10-05
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-13
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* avfilter/vidstab: check bytesPerPixel only for packed formats.Gyan Doshi2018-01-17
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-13
* avfilter/vidstabtransform: use AV_OPT_TYPE_BOOL for tripod and debug optionsClément Bœsch2015-09-09
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-08
* avfilter: Read errno before av_log() as the callback from av_log() might affe...Michael Niedermayer2014-10-25
* vidstab*: Remove accidentally exported av_2_vs_pixel_format()Timothy Gu2014-08-22
* Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer2014-08-15
* lavfi/vidstabtransform: apply various documentation/option minor fixesStefano Sabatini2014-01-19
* lavfi/vidstabtransform: apply various cosmetical nitsStefano Sabatini2014-01-16
* lavfi/vidstabdetect,vidstabtransform: update to vid.stab 0.98Georg Martius2014-01-16
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-29
* avfilter/vidstabtransform: update optzoom range values for recent vid.stab up...Georg Martius2013-09-27
* avfilter/vidstabtransform: allow negative zoom.Georg Martius2013-09-13
* avfilter: various cosmeticsPaul B Mahol2013-09-12
* lavfi/vidstab: remove mention of defaults for consistency with other filters.Clément Bœsch2013-04-24
* lavfi/vidstab: make use of direct variable.Clément Bœsch2013-04-24
* lavfi/vidstab: add missing flags for 2 options.Clément Bœsch2013-04-24
* lavfi/vidstab: consistent descriptions.Clément Bœsch2013-04-24
* lavfi/vidstab: miscelenaous cosmetics and typo fixes.Clément Bœsch2013-04-24
* lavfi: add video stabilization plugins using vid.stab libraryGeorg Martius2013-04-24