summaryrefslogtreecommitdiff
path: root/libavfilter/vf_hqx.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_hqx: Store format in filter, remove query functionAndreas Rheinhardt2021-10-051-7/+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/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt2021-08-151-1/+2
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-4/+1
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* avfilter/vf_hqx: Fix undefined left shifts of negative numbersAndreas Rheinhardt2019-09-281-1/+1
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-131-1/+1
* avfilter: make use of ff_filter_get_nb_threadsPaul B Mahol2016-08-291-1/+1
* all: do standards compliant absdiff computationGanesh Ajjanagadde2015-09-181-3/+5
* avfilter: handle error in query_formats() of a bunch of random video filtersClément Bœsch2015-03-161-2/+4
* avfilter/vf_hqx: optimize table initMichael Niedermayer2014-06-241-8/+15
* avfilter/vf_hqx: avoid floatsMichael Niedermayer2014-06-241-6/+6
* avfilter/vf_hqx: remove << 0Michael Niedermayer2014-06-221-1/+1
* avfilter/vf_hqx: partly fix big endian fate testMichael Niedermayer2014-06-221-1/+1
* avfilter/hqx: add some self promotion in doxy.Clément Bœsch2014-06-211-0/+1
* avfilter/hqx: unroll the pattern calculationClément Bœsch2014-06-211-15/+9
* avfilter: add hqx filter (hq2x, hq3x, hq4x)Clément Bœsch2014-06-211-0/+560