Welcome to mirror list, hosted at ThFree Co, Russian Federation.

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