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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-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
2014-12-14avfilter/f_sendcmd: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer
2014-12-13avfilter/vf_uspp: fix gray pixfmt handlingMichael Niedermayer
2014-12-13avfilter/vf_uspp: fix used chroma subsampling factorsMichael Niedermayer
2014-12-13avfilter/vf_uspp: fix used pix_fmtMichael Niedermayer
2014-12-13avfilter/vf_kerndeint: use av_freep(), avoid leaving stale pointers in memoryMichael Niedermayer
2014-12-13avfilter/vf_unsharp: use av_freep() avoid leaving stale pointers in memoryMichael Niedermayer
2014-12-13avfilter/vf_uspp: Add grayscale supportMichael Niedermayer
2014-12-13avfilter/vf_uspp: assert that the qp_type is validMichael Niedermayer
2014-12-12Delete mp=usppArwa Arif
2014-12-12avfilter/vf_spp: The qp array width is qp_stride not stride/16Michael Niedermayer
2014-12-12avfilter/vf_spp: Allocate qp storage after qp_stride is knownMichael Niedermayer
2014-12-12avfilter/vf_spp: change temporary to unsignedMichael Niedermayer
2014-12-12avfilter/vf_uspp: fix integer overflow in intermediateMichael Niedermayer
2014-12-12avfilter/vf_uspp: remove YUV 411/422/440Michael Niedermayer
2014-12-12avfilter/vf_uspp: use the average QP instead of QP[0]Michael Niedermayer
2014-12-12avfilter/vf_uspp: The qp array width is qp_stride not stride/16Michael Niedermayer