summaryrefslogtreecommitdiff
path: root/libavfilter/vf_vidstabdetect.c
Commit message (Expand)AuthorAge
* avfilter: add AVFILTER_FLAG_METADATA_ONLYAnton Khirnov2021-12-04
* avfilter/vf_vidstabdetect: Use formats list instead of query functionAndreas 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/vf_vidstabdetect: use the name 's' for the pointer to the private co...Ganesh Ajjanagadde2015-09-15
* 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
* 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: various cosmeticsPaul B Mahol2013-09-12
* lavfi/vidstabdetect: fix direct path.Clément Bœsch2013-04-24
* lavfi/vidstab: remove mention of defaults for consistency with other filters.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