summaryrefslogtreecommitdiff
path: root/libavfilter/vf_xbr.c
Commit message (Expand)AuthorAge
* avfilter/vf_xbr: 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
* Remove unnecessary avassert.h inclusionsAndreas Rheinhardt2021-07-22
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* avfilter: add av_cold where it is missingPaul B Mahol2019-10-03
* avfilter/vf_xbr: Fix left shift of negative numberAndreas Rheinhardt2019-09-28
* lavfi/xbr: update filter urlMina2018-08-09
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-13
* lavfi/xbr: undef PI if definedClément Bœsch2017-03-29
* avfilter: make use of ff_filter_get_nb_threadsPaul B Mahol2016-08-29
* all: do standards compliant absdiff computationGanesh Ajjanagadde2015-09-18
* avfilter/vf_xbr: use the name 's' for the pointer to the private contextGanesh Ajjanagadde2015-09-15
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-08
* avfilter/xbr: reindent after previous commitClément Bœsch2014-12-25
* avfilter/xbr: refactor px calculation in FILT[234]Clément Bœsch2014-12-25
* avfilter/xbr: move alpha blend assignment out of the macrosClément Bœsch2014-12-25
* avfilter/xbr: remove unused maskClément Bœsch2014-12-25
* avfilter/xbr: refactor alpha blending macrosClément Bœsch2014-12-25
* avfilter/xbr: fix style in FILT4() callsClément Bœsch2014-11-15
* avfilter/xbr: clarify default "interpolated" pixels assignmentsClément Bœsch2014-11-15
* avfilter/xbr: refactor xbr[234]x into a single functionClément Bœsch2014-11-15
* avfilter/xbr: add slice threadingClément Bœsch2014-11-15
* avfilter/xbr: add video and filtering flags to optionsClément Bœsch2014-11-15
* avfilter/xbr: use function pointers for xbr[234]xClément Bœsch2014-11-15
* avfilter/xbr: remove FATE test entry from @todoClément Bœsch2014-11-15
* avfilter/xbr: consistent copyright headerClément Bœsch2014-11-15
* avfilter/xbr: make xbr[234]x a bit more consistentClément Bœsch2014-11-15
* avfilter/xbr: misc style fixesClément Bœsch2014-11-15
* avfilter/xbr: simplify left/up conditionsClément Bœsch2014-11-15
* avfilter/xbr: misc cleanup in FILT[234] macrosClément Bœsch2014-11-15
* avfilter/xbr: refactor src/dst pointers definitions into a macroClément Bœsch2014-11-15
* avfilter/xbr: refactor the 21 pixels definition into a macroClément Bœsch2014-11-15
* avfilter/xbr: mark source pointers as constClément Bœsch2014-11-15
* avfilter/xbr: simplify width overread checksClément Bœsch2014-11-15
* avfilter/xbr: use different macro names for each dimensionClément Bœsch2014-11-15
* avfilter/xbr: avoid unecessary macro redirectionsClément Bœsch2014-11-15
* avfilter/xbr: localize some filtering variablesClément Bœsch2014-11-15
* avfilter/xbr: do not pass unchanging r2y to macrosClément Bœsch2014-11-15
* lavfi/xbr: remove relicensing notice from copyright headerStefano Sabatini2014-11-15
* lavfi : change xBR filter to LGPLArwa Arif2014-11-15
* lavfi/xbr: apply misc cosmetical fixesStefano Sabatini2014-11-10
* avfilter/xbr: drop yet another x2 referenceClément Bœsch2014-11-10
* avfilter/xbr: fix filter description fieldClément Bœsch2014-11-10
* avfilter/xbr: fix TODO entryClément Bœsch2014-11-10
* avfilter/xbr: consistent use of @seeClément Bœsch2014-11-10
* avfilter/vf_xbr: Uppercase first letter of context type for consistencyMichael Niedermayer2014-11-10
* lavfi: add xbr filter xBRArwa Arif2014-11-10