summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* lavfi: port mp=pp7 to libavfilterArwa Arif2015-01-097-1/+537
* lavfi/boxblur: Readd 8bit colour spaces on big-endian.Carl Eugen Hoyos2015-01-081-1/+1
* Merge commit '4438c256387a5845e5cdc5c14c43f4047b68301b'Michael Niedermayer2015-01-071-1/+1
|\
| * vf_interlace: remove the warning tag in the messageVittorio Giovara2015-01-051-1/+1
* | Merge commit '15ea222778caaec0877b3f9938140b707c931d96'Michael Niedermayer2015-01-061-2/+2
|\ \ | |/
| * vf_interlace: merge FIELD_LOWER checkVittorio Giovara2015-01-051-2/+2
* | Merge commit '046f75a970701b4c947d38bfd2186dcc5f2ddae2'Michael Niedermayer2015-01-061-1/+1
|\ \ | |/
| * vf_interlace: also assert for heightVittorio Giovara2015-01-051-1/+1
* | vfilter/vf_tinterlace: Fix issues with linesize and colsMichael Niedermayer2015-01-061-6/+3
* | Merge commit '696141e898193311c994b399a8dc60713709092f'Michael Niedermayer2015-01-061-4/+5
|\ \ | |/
| * vf_interlace: use image width rather than linesizeVittorio Giovara2015-01-051-4/+5
| * lavfi: always check av_expr_parse_and_eval() return valueVittorio Giovara2014-12-182-9/+12
| * vf_frei0r: do not increment string if it reached the endVittorio Giovara2014-12-081-1/+2
| * lavfi: Increase drawtext font size limitsМихаил Муковников2014-12-071-1/+1
| * vf_interlace: get rid of useless loadsKieran Kunhya2014-11-271-2/+0
* | avfilter/buffer: use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2015-01-061-1/+1
* | lavfi: check av_strdup() return valuePaul B Mahol2015-01-064-0/+8
* | avfilter/vf_idet: Add analyze_interlaced_flag modeMichael Niedermayer2015-01-062-2/+43
* | avfilter/vf_yadif: detect telecine contentMichael Niedermayer2015-01-061-1/+5
* | Merge remote-tracking branch 'origin/master'Michael Niedermayer2015-01-051-12/+20
|\ \
| * | libavfilter/vf_blend: do not unconditionally compile both filtersPaul B Mahol2015-01-051-12/+20
* | | Factorize avpriv_mirror() outMichael Niedermayer2015-01-053-41/+9
* | | avfilter/vf_sab: fix filtering tiny imagesMichael Niedermayer2015-01-051-6/+16
|/ /
* | avfilter/vf_idet: Add 9, 12 and 14 bit pixel formatsMichael Niedermayer2015-01-011-0/+9
* | avfilter/vf_idet: Use frame_requested instead of prevMichael Niedermayer2015-01-011-1/+1
* | avfilter/vf_cropdetect: adjust Default threshold based on bit depthMichael Niedermayer2014-12-311-6/+10
* | avfilter/vf_yadif: add >8bit planar rgb formatsMichael Niedermayer2014-12-301-0/+5
* | avfilter/vf_uspp: clear AVPacket to not leave uninitialized memoryMichael Niedermayer2014-12-301-1/+1
* | avfilter/framepack: use FF_CEIL_RSHIFT()Clément Bœsch2014-12-301-2/+2
* | avfilter/vf_cropdetect: extend limit to cover 16bit pixel formatsMichael Niedermayer2014-12-301-1/+1
* | avfilter/vf_cropdetect: fix ; typosMichael Niedermayer2014-12-301-2/+2
* | avfilter/vf_cropdetect: support 9-16bit planar formatsMichael Niedermayer2014-12-301-0/+19
* | avfilter/vf_cropdetect: Unroll 3 & 4 bytes per sample loopMichael Niedermayer2014-12-301-0/+8
* | avfilter/vf_cropdetect: Unroll 1byte per sample loopMichael Niedermayer2014-12-301-0/+6
* | avfilter/vf_cropdetect: add RGB & RGBA supportMichael Niedermayer2014-12-301-0/+2
* | avfilter/vf_cropdetect: add max_outliers parameterMichael Niedermayer2014-12-281-8/+15
* | avfilter/vf_cropdetect: Factorize duplicated code using a macroMichael Niedermayer2014-12-271-24/+10
* | avfilter/vf_blend: Fix AVClassMichael Niedermayer2014-12-271-1/+1
* | lavfi: add tblend filterStefano Sabatini2014-12-274-43/+123
* | avfilter/vf_cropdetect: add yuv440p and yuv410p supportMichael Niedermayer2014-12-271-0/+1
* | avfilter/vf_fspp: Add GBRP and gray8 supportMichael Niedermayer2014-12-261-0/+1
* | x86/vf_fspp: move pxor in store slice functions out of the loopJames Almer2014-12-261-2/+2
* | x86/vf_fspp: port inline asm to yasmJames Almer2014-12-266-1419/+787
* | avfilter/vf_fspp: clarify commentMichael Niedermayer2014-12-261-1/+1
* | avfilter/vf_boxblur: generate supported pixfmt list instead of hardcodingMichael Niedermayer2014-12-261-14/+12
* | lavfi/blend: add difference128 modeStefano Sabatini2014-12-262-1/+5
* | avfilter/xbr: reindent after previous commitClément Bœsch2014-12-251-85/+85
* | avfilter/xbr: refactor px calculation in FILT[234]Clément Bœsch2014-12-251-9/+15
* | avfilter/xbr: move alpha blend assignment out of the macrosClément Bœsch2014-12-251-38/+38
* | avfilter/xbr: remove unused maskClément Bœsch2014-12-251-1/+0
OpenPOWER on IntegriCloud