summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* avfilter/vf_cropdetect: adjust Default threshold based on bit depthMichael Niedermayer2014-12-31
* avfilter/vf_yadif: add >8bit planar rgb formatsMichael Niedermayer2014-12-30
* avfilter/vf_uspp: clear AVPacket to not leave uninitialized memoryMichael Niedermayer2014-12-30
* avfilter/framepack: use FF_CEIL_RSHIFT()Clément Bœsch2014-12-30
* avfilter/vf_cropdetect: extend limit to cover 16bit pixel formatsMichael Niedermayer2014-12-30
* avfilter/vf_cropdetect: fix ; typosMichael Niedermayer2014-12-30
* avfilter/vf_cropdetect: support 9-16bit planar formatsMichael Niedermayer2014-12-30
* avfilter/vf_cropdetect: Unroll 3 & 4 bytes per sample loopMichael Niedermayer2014-12-30
* avfilter/vf_cropdetect: Unroll 1byte per sample loopMichael Niedermayer2014-12-30
* avfilter/vf_cropdetect: add RGB & RGBA supportMichael Niedermayer2014-12-30
* avfilter/vf_cropdetect: add max_outliers parameterMichael Niedermayer2014-12-28
* avfilter/vf_cropdetect: Factorize duplicated code using a macroMichael Niedermayer2014-12-27
* avfilter/vf_blend: Fix AVClassMichael Niedermayer2014-12-27
* lavfi: add tblend filterStefano Sabatini2014-12-27
* avfilter/vf_cropdetect: add yuv440p and yuv410p supportMichael Niedermayer2014-12-27
* avfilter/vf_fspp: Add GBRP and gray8 supportMichael Niedermayer2014-12-26
* x86/vf_fspp: move pxor in store slice functions out of the loopJames Almer2014-12-26
* x86/vf_fspp: port inline asm to yasmJames Almer2014-12-26
* avfilter/vf_fspp: clarify commentMichael Niedermayer2014-12-26
* avfilter/vf_boxblur: generate supported pixfmt list instead of hardcodingMichael Niedermayer2014-12-26
* lavfi/blend: add difference128 modeStefano Sabatini2014-12-26
* avfilter/xbr: reindent after previous commitClément Bœsch2014-12-25
* avfilter/xbr: refactor px calculation in FILT[234]Clément Bœsch2014-12-25
* avfilter/xbr: move alpha blend assignment out of the macrosClément Bœsch2014-12-25
* avfilter/xbr: remove unused maskClément Bœsch2014-12-25
* avfilter/xbr: refactor alpha blending macrosClément Bœsch2014-12-25
* vf_scale: Use correct chroma positions for YUV420PKieran Kunhya2014-12-25
* avfilter/vf_fspp: add missing inline asm guardsJames Almer2014-12-24
* lavfi/mp: drop mp=fspp filterStefano Sabatini2014-12-24
* lavfi: port mp=fspp to a native libavfilter filterArwa Arif2014-12-24
* avfilter/showwaves: fix height range for cline modeClément Bœsch2014-12-24
* avfilter/showwaves: use INT16_MAX instead of a self defined macroClément Bœsch2014-12-24
* avfilter/vf_uspp: use av_malloc_array()Michael Niedermayer2014-12-23
* avfilter/vf_boxblur: Support 10bit planar formatsMichael Niedermayer2014-12-21
* avfilter/vf_boxblur: add gbrp pixfmtMichael Niedermayer2014-12-21
* avfilter/vf_spp: Fix overflow in 8bit store sliceMichael Niedermayer2014-12-21
* avfilter/vf_boxblur: avoid one addition per lineMichael Niedermayer2014-12-21
* avfilter/vf_boxblur: factor rounder offset outMichael Niedermayer2014-12-21
* avfilter/vf_spp: fix overflows with depth > 8Michael Niedermayer2014-12-20
* avfilter/vf_spp: add support for 9bit YUV and GBR as well as GBRP10Michael Niedermayer2014-12-20
* Add FFMPEG_VERSION into the binary libsMichael Niedermayer2014-12-19
* avfilter/vsrc_life: Use av_freep() avoid leaving stale pointers in memoryMichael Niedermayer2014-12-19
* avfilter/vf_libopencv: use av_freep() avoid leaving stale pointers in memoryMichael Niedermayer2014-12-19
* avfilter/lut: reduce dereference in the inner loopYayoi2014-12-18
* avfilter/vf_spp: add gbrp supportMichael Niedermayer2014-12-18
* avfilter/vf_spp: add gray8 supportMichael Niedermayer2014-12-18
* avfilter/vf_spp: Fix pointer type warningMichael Niedermayer2014-12-18
* lavfi: add colorlevels filterPaul B Mahol2014-12-16
* avfilter/vf_spp: support 10bit per sampleMichael Niedermayer2014-12-15
* avfilter/vf_dctdnoiz: use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2014-12-14