summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_xbr.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter: add av_cold where it is missingPaul B Mahol2019-10-031-1/+1
* avfilter/vf_xbr: Fix left shift of negative numberAndreas Rheinhardt2019-09-281-1/+1
* lavfi/xbr: update filter urlMina2018-08-091-1/+1
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-131-1/+1
* lavfi/xbr: undef PI if definedClément Bœsch2017-03-291-0/+4
* 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/+4
* avfilter/vf_xbr: use the name 's' for the pointer to the private contextGanesh Ajjanagadde2015-09-151-9/+9
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-081-2/+4
* avfilter/xbr: reindent after previous commitClément Bœsch2014-12-251-85/+85
* avfilter/xbr: refactor px calculation in FILT[234]Clément Bœsch2014-12-251-9/+15
* avfilter/xbr: move alpha blend assignment out of the macrosClément Bœsch2014-12-251-38/+38
* avfilter/xbr: remove unused maskClément Bœsch2014-12-251-1/+0
* avfilter/xbr: refactor alpha blending macrosClément Bœsch2014-12-251-20/+6
* avfilter/xbr: fix style in FILT4() callsClément Bœsch2014-11-151-4/+4
* avfilter/xbr: clarify default "interpolated" pixels assignmentsClément Bœsch2014-11-151-6/+7
* avfilter/xbr: refactor xbr[234]x into a single functionClément Bœsch2014-11-151-143/+91
* avfilter/xbr: add slice threadingClément Bœsch2014-11-151-11/+40
* avfilter/xbr: add video and filtering flags to optionsClément Bœsch2014-11-151-1/+2
* avfilter/xbr: use function pointers for xbr[234]xClément Bœsch2014-11-151-6/+7
* avfilter/xbr: remove FATE test entry from @todoClément Bœsch2014-11-151-1/+1
* avfilter/xbr: consistent copyright headerClément Bœsch2014-11-151-2/+1
* avfilter/xbr: make xbr[234]x a bit more consistentClément Bœsch2014-11-151-13/+12
* avfilter/xbr: misc style fixesClément Bœsch2014-11-151-26/+24
* avfilter/xbr: simplify left/up conditionsClément Bœsch2014-11-151-15/+15
* avfilter/xbr: misc cleanup in FILT[234] macrosClément Bœsch2014-11-151-116/+110
* avfilter/xbr: refactor src/dst pointers definitions into a macroClément Bœsch2014-11-151-80/+25
* avfilter/xbr: refactor the 21 pixels definition into a macroClément Bœsch2014-11-151-87/+34
* avfilter/xbr: mark source pointers as constClément Bœsch2014-11-151-15/+15
* avfilter/xbr: simplify width overread checksClément Bœsch2014-11-151-160/+39
* avfilter/xbr: use different macro names for each dimensionClément Bœsch2014-11-151-18/+15
* avfilter/xbr: avoid unecessary macro redirectionsClément Bœsch2014-11-151-113/+56
* avfilter/xbr: localize some filtering variablesClément Bœsch2014-11-151-32/+30
* avfilter/xbr: do not pass unchanging r2y to macrosClément Bœsch2014-11-151-36/+38
* lavfi/xbr: remove relicensing notice from copyright headerStefano Sabatini2014-11-151-4/+0
* lavfi : change xBR filter to LGPLArwa Arif2014-11-151-9/+13
* lavfi/xbr: apply misc cosmetical fixesStefano Sabatini2014-11-101-18/+18
* avfilter/xbr: drop yet another x2 referenceClément Bœsch2014-11-101-1/+1
* avfilter/xbr: fix filter description fieldClément Bœsch2014-11-101-1/+1
* avfilter/xbr: fix TODO entryClément Bœsch2014-11-101-1/+2
* avfilter/xbr: consistent use of @seeClément Bœsch2014-11-101-2/+2
* avfilter/vf_xbr: Uppercase first letter of context type for consistencyMichael Niedermayer2014-11-101-6/+6
* lavfi: add xbr filter xBRArwa Arif2014-11-101-0/+758
OpenPOWER on IntegriCloud