summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_xbr.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | No speed difference.
* 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
| | | | Fixes ffmpeg -h filter=xbr
* 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
| | | | See 57688aecbd720f4b02acc65b5006b14b7dd6a9f4
* 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
| | | | The log is good enough for tracking those changes.
* lavfi : change xBR filter to LGPLArwa Arif2014-11-151-9/+13
| | | | | | Hyllian's message : "Hi, Put lgpl on this and use it as you wish. It's free!" Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* 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
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavfi: add xbr filter xBRArwa Arif2014-11-101-0/+758
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
OpenPOWER on IntegriCloud