summaryrefslogtreecommitdiff
path: root/libavfilter/vf_hqx.c
Commit message (Expand)AuthorAge
* avfilter/vf_hqx: Store format in filter, remove query functionAndreas 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/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt2021-08-15
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-13
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* avfilter/vf_hqx: Fix undefined left shifts of negative numbersAndreas Rheinhardt2019-09-28
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-13
* avfilter: make use of ff_filter_get_nb_threadsPaul B Mahol2016-08-29
* all: do standards compliant absdiff computationGanesh Ajjanagadde2015-09-18
* avfilter: handle error in query_formats() of a bunch of random video filtersClément Bœsch2015-03-16
* avfilter/vf_hqx: optimize table initMichael Niedermayer2014-06-24
* avfilter/vf_hqx: avoid floatsMichael Niedermayer2014-06-24
* avfilter/vf_hqx: remove << 0Michael Niedermayer2014-06-22
* avfilter/vf_hqx: partly fix big endian fate testMichael Niedermayer2014-06-22
* avfilter/hqx: add some self promotion in doxy.Clément Bœsch2014-06-21
* avfilter/hqx: unroll the pattern calculationClément Bœsch2014-06-21
* avfilter: add hqx filter (hq2x, hq3x, hq4x)Clément Bœsch2014-06-21