summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_tinterlace: remove unused variableMichael Niedermayer2014-11-161-1/+1
* 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
* avfilter/x86/vf_interlace: rewrite asmMichael Niedermayer2014-11-151-27/+19
* avfilter/tinterlace: add Support for ff_lowpass_line_avx() & ff_lowpass_line_...Michael Niedermayer2014-11-154-0/+53
* avfilter/tinterlace: Move lowpass_line to a separate function and call it thr...Michael Niedermayer2014-11-152-15/+30
* avfilter/tinterlace: split context definition into seperate header so it can ...Michael Niedermayer2014-11-152-23/+57
* avfilter/vf_tinterlace: fix linesize vs. widthMichael Niedermayer2014-11-151-1/+2
* avfilter/vf_tinterlace: Fix output top field first flag for MODE_INTERLACEX2Michael Niedermayer2014-11-151-0/+1
* Merge commit '2e1704059ae8625beda2ffde847ad22c5ba416dc'Michael Niedermayer2014-11-155-28/+211
|\
| * vf_interlace: Add SIMD for lowpass filterKieran Kunhya2014-11-155-29/+211
* | avfilter/vf_lut: gammaval709()Peter Ross2014-11-141-0/+17
* | avfilter/vf_tinterlace: fix frame rateAleksey Vasenev2014-11-131-0/+2
* | avfilter/vf_interlace: more accurate pts calculationAleksey Vasenev2014-11-131-2/+0
* | 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-103-0/+760
* | avfilter/avf_showwaves: fix off by one error in loop conditionMarton Balint2014-11-091-1/+1
* | avfilter/af_aresample: remove unused variableMichael Niedermayer2014-11-061-1/+0
* | avfilter/vf_idet: add a repeated field detectionKevin Mitchell2014-11-053-3/+50
* | avfilter/af_aresample: Limit data per inserted packetMichael Niedermayer2014-11-041-1/+16
* | avfilter/af_aresample: split flushing code outMichael Niedermayer2014-11-041-19/+33
* | avfilter/vf_idet: use exp2()Michael Niedermayer2014-11-031-1/+1
* | avfilter/vf_idet: use av_rescale()Michael Niedermayer2014-11-031-2/+2
* | avfilter/vf_idet: fix rounding of av_dict_set_fxp()Michael Niedermayer2014-11-031-1/+6
* | avfilter/vf_idet: add a "half_life" option for statisticsKevin Mitchell2014-11-033-28/+64
OpenPOWER on IntegriCloud