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 (Collapse)Author
2017-05-13avfilter: don't anonymously typedef structsPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2017-03-29lavfi/xbr: undef PI if definedClément Bœsch
This conflict with the DJGPP libc math.h which includes a PI macro (to M_PI). We cannot make DJGPP POSIX only (using -D_POSIX_SOURCE) to avoid this kind of symbols conflicts due to the lack of both posix_memalign and memalign (DJGPP non standard function) in that POSIX mode. We currently rely on memalign for aligned heap allocation.
2016-08-29avfilter: make use of ff_filter_get_nb_threadsPaul B Mahol
2015-09-18all: do standards compliant absdiff computationGanesh Ajjanagadde
This resolves implementation defined behavior, and also silences -Wabsolute-value in clang 3.5+. Moreover, the generated asm is identical to before modulo nop padding. Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2015-09-15avfilter/vf_xbr: use the name 's' for the pointer to the private contextGanesh Ajjanagadde
Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com>
2015-04-08avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
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
No speed difference.
2014-11-16avfilter/xbr: add slice threadingClément Bœsch
2014-11-15avfilter/xbr: add video and filtering flags to optionsClément Bœsch
Fixes ffmpeg -h filter=xbr
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
See 57688aecbd720f4b02acc65b5006b14b7dd6a9f4
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
The log is good enough for tracking those changes.
2014-11-15lavfi : change xBR filter to LGPLArwa Arif
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>
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
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-11-10lavfi: add xbr filter xBRArwa Arif
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>