summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* avfilter/signalstats: re-use yuv/yuvu/yuvv vars in diffClément Bœsch2014-11-261-3/+3
* avfilter/signalstats: localize a few variablesClément Bœsch2014-11-261-4/+3
* avfilter/signalstats: add threading in compute_sat_hue_metricsClément Bœsch2014-11-261-9/+28
* avfilter/signalstats: isolate sat hue computation metrics in a functionClément Bœsch2014-11-261-7/+70
* avfilter/signalstats: add slice threading for subfiltersClément Bœsch2014-11-261-12/+60
* avfilter/signalstats: fix repitition/repetition typoClément Bœsch2014-11-261-2/+2
* avfilter/signalstats: reindent after previous commitClément Bœsch2014-11-261-53/+53
* avfilter/signalstats: integrate height loop into subfiltersClément Bœsch2014-11-261-17/+23
* avfilter/signalstats: remove pointless sub filter init systemClément Bœsch2014-11-261-42/+15
* avfilter/signalstats: fix different buffers for out frame if burn is enabledClément Bœsch2014-11-261-1/+3
* avfilter/x86/vf_interlace: remove redundant instructionsMichael Niedermayer2014-11-251-2/+0
* Merge commit 'ca5c3ff90972a5c97aabda2ace57ba72dcd7d83b'Michael Niedermayer2014-11-251-2/+2
|\
| * vf_interlace: x86: improve asm performanceMichael Niedermayer2014-11-251-27/+19
* | avfilter/graphparser: Use av_freep(), avoid leaving stale pointers in memoryMichael Niedermayer2014-11-221-6/+6
* | avfilter/avf_concat: Use av_freep(), avoid leaving stale pointers in memoryMichael Niedermayer2014-11-221-1/+1
* | avfilter/formats: Alloc NULL fmts in SET_COMMON_FORMATS()Michael Niedermayer2014-11-211-1/+1
* | avfilter/formats: free the correct pointer in ADD_FORMAT()Michael Niedermayer2014-11-211-1/+3
* | Merge commit '863ee8a855b8ce27ffef41479eb66da58763faed'Michael Niedermayer2014-11-211-1/+3
|\ \ | |/
| * lavfi: clean memory on error in ADD_FORMAT()Vittorio Giovara2014-11-211-1/+3
* | avfilter/af_volume: Use avpriv_float_dsp_alloc()Michael Niedermayer2014-11-182-5/+9
* | avfilter/af_amix: Use avpriv_float_dsp_alloc()Michael Niedermayer2014-11-181-3/+6
* | mpcodecs: Use _INLINE guards for inline asm.Matthew Oliver2014-11-176-29/+29
* | 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
OpenPOWER on IntegriCloud