summaryrefslogtreecommitdiff
path: root/libavfilter/vf_vidstabdetect.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter: use ff_inlink_make_frame_writable()Paul B Mahol2023-02-121-3/+9
* 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: add AVFILTER_FLAG_METADATA_ONLYAnton Khirnov2021-12-041-0/+1
* avfilter/vf_vidstabdetect: Use formats list instead of query functionAndreas Rheinhardt2021-10-051-6/+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/vf_vidstabdetect: use the name 's' for the pointer to the private co...Ganesh Ajjanagadde2015-09-151-30/+30
* 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-2/+3
* lavfi/vidstabtransform: apply various cosmetical nitsStefano Sabatini2014-01-161-1/+0
* lavfi/vidstabdetect,vidstabtransform: update to vid.stab 0.98Georg Martius2014-01-161-1/+2
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-291-1/+1
* avfilter: various cosmeticsPaul B Mahol2013-09-121-7/+6
* lavfi/vidstabdetect: fix direct path.Clément Bœsch2013-04-241-22/+3
* lavfi/vidstab: remove mention of defaults for consistency with other filters.Clément Bœsch2013-04-241-7/+7
* 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-29/+27
* lavfi: add video stabilization plugins using vid.stab libraryGeorg Martius2013-04-241-0/+239