Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-05avfilter/vf_xbr: Store format in filter, remove query functionAndreas Rheinhardt
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt
2021-08-20avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt
2021-08-15avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt
2021-08-13avfilter/formats: Factor common function combinations outAndreas Rheinhardt
2021-07-22Remove unnecessary avassert.h inclusionsAndreas Rheinhardt
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2019-10-03avfilter: add av_cold where it is missingPaul B Mahol
2019-09-28avfilter/vf_xbr: Fix left shift of negative numberAndreas Rheinhardt
2018-08-09lavfi/xbr: update filter urlMina
2017-05-13avfilter: don't anonymously typedef structsPaul B Mahol
2017-03-29lavfi/xbr: undef PI if definedClément Bœsch
2016-08-29avfilter: make use of ff_filter_get_nb_threadsPaul B Mahol
2015-09-18all: do standards compliant absdiff computationGanesh Ajjanagadde
2015-09-15avfilter/vf_xbr: use the name 's' for the pointer to the private contextGanesh Ajjanagadde
2015-04-08avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol
2014-12-26avfilter/xbr: reindent after previous commitClément Bœsch
2014-12-26avfilter/xbr: refactor px calculation in FILT[234]Clément Bœsch
2014-12-26avfilter/xbr: move alpha blend assignment out of the macrosClément Bœsch
2014-12-26avfilter/xbr: remove unused maskClément Bœsch
2014-12-26avfilter/xbr: refactor alpha blending macrosClément Bœsch
2014-11-16avfilter/xbr: fix style in FILT4() callsClément Bœsch
2014-11-16avfilter/xbr: clarify default "interpolated" pixels assignmentsClément Bœsch
2014-11-16avfilter/xbr: refactor xbr[234]x into a single functionClément Bœsch
2014-11-16avfilter/xbr: add slice threadingClément Bœsch
2014-11-15avfilter/xbr: add video and filtering flags to optionsClément Bœsch
2014-11-15avfilter/xbr: use function pointers for xbr[234]xClément Bœsch
2014-11-15avfilter/xbr: remove FATE test entry from @todoClément Bœsch
2014-11-15avfilter/xbr: consistent copyright headerClément Bœsch
2014-11-15avfilter/xbr: make xbr[234]x a bit more consistentClément Bœsch
2014-11-15avfilter/xbr: misc style fixesClément Bœsch
2014-11-15avfilter/xbr: simplify left/up conditionsClément Bœsch
2014-11-15avfilter/xbr: misc cleanup in FILT[234] macrosClément Bœsch
2014-11-15avfilter/xbr: refactor src/dst pointers definitions into a macroClément Bœsch
2014-11-15avfilter/xbr: refactor the 21 pixels definition into a macroClément Bœsch
2014-11-15avfilter/xbr: mark source pointers as constClément Bœsch
2014-11-15avfilter/xbr: simplify width overread checksClément Bœsch
2014-11-15avfilter/xbr: use different macro names for each dimensionClément Bœsch
2014-11-15avfilter/xbr: avoid unecessary macro redirectionsClément Bœsch
2014-11-15avfilter/xbr: localize some filtering variablesClément Bœsch
2014-11-15avfilter/xbr: do not pass unchanging r2y to macrosClément Bœsch
2014-11-15lavfi/xbr: remove relicensing notice from copyright headerStefano Sabatini
2014-11-15lavfi : change xBR filter to LGPLArwa Arif
2014-11-10lavfi/xbr: apply misc cosmetical fixesStefano Sabatini
2014-11-10avfilter/xbr: drop yet another x2 referenceClément Bœsch
2014-11-10avfilter/xbr: fix filter description fieldClément Bœsch
2014-11-10avfilter/xbr: fix TODO entryClément Bœsch
2014-11-10avfilter/xbr: consistent use of @seeClément Bœsch
2014-11-10avfilter/vf_xbr: Uppercase first letter of context type for consistencyMichael Niedermayer
2014-11-10lavfi: add xbr filter xBRArwa Arif