| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/internal: Don't include video.h | Andreas Rheinhardt | 2023-08-07 | 1 | -0/+1 |
* | avfilter/vf_hqx: Store format in filter, remove query function | Andreas Rheinhardt | 2021-10-05 | 1 | -7/+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/internal: Factor out executing a filter's execute_func | Andreas Rheinhardt | 2021-08-15 | 1 | -1/+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/vf_hqx: Fix undefined left shifts of negative numbers | Andreas Rheinhardt | 2019-09-28 | 1 | -1/+1 |
* | avfilter: don't anonymously typedef structs | Paul B Mahol | 2017-05-13 | 1 | -1/+1 |
* | avfilter: make use of ff_filter_get_nb_threads | Paul B Mahol | 2016-08-29 | 1 | -1/+1 |
* | all: do standards compliant absdiff computation | Ganesh Ajjanagadde | 2015-09-18 | 1 | -3/+5 |
* | avfilter: handle error in query_formats() of a bunch of random video filters | Clément Bœsch | 2015-03-16 | 1 | -2/+4 |
* | avfilter/vf_hqx: optimize table init | Michael Niedermayer | 2014-06-24 | 1 | -8/+15 |
* | avfilter/vf_hqx: avoid floats | Michael Niedermayer | 2014-06-24 | 1 | -6/+6 |
* | avfilter/vf_hqx: remove << 0 | Michael Niedermayer | 2014-06-22 | 1 | -1/+1 |
* | avfilter/vf_hqx: partly fix big endian fate test | Michael Niedermayer | 2014-06-22 | 1 | -1/+1 |
* | avfilter/hqx: add some self promotion in doxy. | Clément Bœsch | 2014-06-21 | 1 | -0/+1 |
* | avfilter/hqx: unroll the pattern calculation | Clément Bœsch | 2014-06-21 | 1 | -15/+9 |
* | avfilter: add hqx filter (hq2x, hq3x, hq4x) | Clément Bœsch | 2014-06-21 | 1 | -0/+560 |