summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | avfilter/vf_drawtext: use gm_time_r() for thread safteyMichael Niedermayer2014-11-021-1/+1
* | avfilter/idet: add current frame classification to metadataKevin Mitchell2014-11-011-5/+7
* | avfilter/idet: add metadata to "current" frame instead of "next" frameKevin Mitchell2014-11-012-12/+14
* | Merge commit '6b9b42cc5576e1819ad1e29d98940066fd14b2d6'Michael Niedermayer2014-10-261-7/+1
|\ \ | |/
| * drawtext: Remove the ifdef for localtime_rMartin Storsjö2014-10-261-3/+1
* | avfilter: Read errno before av_log() as the callback from av_log() might affe...Michael Niedermayer2014-10-252-2/+4
* | Merge commit 'ac84c1ce24a285f9cf16d4297bce73b1c4a6e435'Michael Niedermayer2014-10-251-0/+5
|\ \ | |/
| * avfilter: check filter link validityVittorio Giovara2014-10-241-1/+6
* | avfilter/vf_idet: Fixes issue with idet not flushing last frame.Neil Birkbeck2014-10-222-0/+32
OpenPOWER on IntegriCloud