| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/internal: Move avpriv-file API to a header of its own | Andreas Rheinhardt | 2022-09-03 | 1 | -1/+2 |
* | avfilter: use avpriv_fopen_utf8() instead of plain fopen() | softworkz | 2022-05-24 | 1 | -1/+1 |
* | avfilter/vf_vidstabtransform: Use formats list instead of query func | Andreas Rheinhardt | 2021-10-05 | 1 | -7/+1 |
* | avfilter/vf_vidstab(detect|transform): Deduplicate pixel formats | Andreas Rheinhardt | 2021-10-05 | 1 | -10/+1 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -1/+1 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -4/+2 |
* | avfilter/formats: Factor common function combinations out | Andreas Rheinhardt | 2021-08-13 | 1 | -4/+1 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avfilter/vidstab: check bytesPerPixel only for packed formats. | Gyan Doshi | 2018-01-17 | 1 | -1/+2 |
* | avfilter: don't anonymously typedef structs | Paul B Mahol | 2017-05-13 | 1 | -1/+1 |
* | avfilter/vidstabtransform: use AV_OPT_TYPE_BOOL for tripod and debug options | Clément Bœsch | 2015-09-09 | 1 | -2/+2 |
* | avfilter: handle error in query_formats() in bunch of filters | Paul B Mahol | 2015-04-08 | 1 | -2/+4 |
* | avfilter: Read errno before av_log() as the callback from av_log() might affe... | Michael Niedermayer | 2014-10-25 | 1 | -1/+2 |
* | vidstab*: Remove accidentally exported av_2_vs_pixel_format() | Timothy Gu | 2014-08-22 | 1 | -3/+3 |
* | Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39' | Michael Niedermayer | 2014-08-15 | 1 | -1/+1 |
* | lavfi/vidstabtransform: apply various documentation/option minor fixes | Stefano Sabatini | 2014-01-19 | 1 | -13/+19 |
* | lavfi/vidstabtransform: apply various cosmetical nits | Stefano Sabatini | 2014-01-16 | 1 | -4/+4 |
* | lavfi/vidstabdetect,vidstabtransform: update to vid.stab 0.98 | Georg Martius | 2014-01-16 | 1 | -6/+28 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-29 | 1 | -1/+1 |
* | avfilter/vidstabtransform: update optzoom range values for recent vid.stab up... | Georg Martius | 2013-09-27 | 1 | -1/+1 |
* | avfilter/vidstabtransform: allow negative zoom. | Georg Martius | 2013-09-13 | 1 | -1/+1 |
* | avfilter: various cosmetics | Paul B Mahol | 2013-09-12 | 1 | -7/+6 |
* | lavfi/vidstab: remove mention of defaults for consistency with other filters. | Clément Bœsch | 2013-04-24 | 1 | -10/+10 |
* | lavfi/vidstab: make use of direct variable. | Clément Bœsch | 2013-04-24 | 1 | -1/+1 |
* | lavfi/vidstab: add missing flags for 2 options. | Clément Bœsch | 2013-04-24 | 1 | -1/+1 |
* | lavfi/vidstab: consistent descriptions. | Clément Bœsch | 2013-04-24 | 1 | -3/+3 |
* | lavfi/vidstab: miscelenaous cosmetics and typo fixes. | Clément Bœsch | 2013-04-24 | 1 | -33/+31 |
* | lavfi: add video stabilization plugins using vid.stab library | Georg Martius | 2013-04-24 | 1 | -0/+294 |