summaryrefslogtreecommitdiff
path: root/libavfilter/vf_vidstabtransform.c
Commit message (Expand)AuthorAgeFilesLines
* avutil/internal: Move avpriv-file API to a header of its ownAndreas Rheinhardt2022-09-031-1/+2
* avfilter: use avpriv_fopen_utf8() instead of plain fopen()softworkz2022-05-241-1/+1
* avfilter/vf_vidstabtransform: Use formats list instead of query funcAndreas Rheinhardt2021-10-051-7/+1
* avfilter/vf_vidstab(detect|transform): Deduplicate pixel formatsAndreas Rheinhardt2021-10-051-10/+1
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-4/+2
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-4/+1
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* avfilter/vidstab: check bytesPerPixel only for packed formats.Gyan Doshi2018-01-171-1/+2
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-131-1/+1
* avfilter/vidstabtransform: use AV_OPT_TYPE_BOOL for tripod and debug optionsClément Bœsch2015-09-091-2/+2
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-081-2/+4
* avfilter: Read errno before av_log() as the callback from av_log() might affe...Michael Niedermayer2014-10-251-1/+2
* vidstab*: Remove accidentally exported av_2_vs_pixel_format()Timothy Gu2014-08-221-3/+3
* Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer2014-08-151-1/+1
* lavfi/vidstabtransform: apply various documentation/option minor fixesStefano Sabatini2014-01-191-13/+19
* lavfi/vidstabtransform: apply various cosmetical nitsStefano Sabatini2014-01-161-4/+4
* lavfi/vidstabdetect,vidstabtransform: update to vid.stab 0.98Georg Martius2014-01-161-6/+28
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-291-1/+1
* avfilter/vidstabtransform: update optzoom range values for recent vid.stab up...Georg Martius2013-09-271-1/+1
* avfilter/vidstabtransform: allow negative zoom.Georg Martius2013-09-131-1/+1
* avfilter: various cosmeticsPaul B Mahol2013-09-121-7/+6
* lavfi/vidstab: remove mention of defaults for consistency with other filters.Clément Bœsch2013-04-241-10/+10
* lavfi/vidstab: make use of direct variable.Clément Bœsch2013-04-241-1/+1
* lavfi/vidstab: add missing flags for 2 options.Clément Bœsch2013-04-241-1/+1
* lavfi/vidstab: consistent descriptions.Clément Bœsch2013-04-241-3/+3
* lavfi/vidstab: miscelenaous cosmetics and typo fixes.Clément Bœsch2013-04-241-33/+31
* lavfi: add video stabilization plugins using vid.stab libraryGeorg Martius2013-04-241-0/+294