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-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
2014-12-12avfilter/vf_uspp: Allocate qp storage after qp_stride is knownMichael Niedermayer
2014-12-12avfilter/version: bump for usppMichael Niedermayer
2014-12-12avfilter/uspp: use AVFILTER_DEFINE_CLASS()Clément Bœsch
2014-12-12avfilter/uspp: make src const in store_slice_c()Clément Bœsch
2014-12-12avfilter/uspp: misc style fixesClément Bœsch
2014-12-12lavfi: USPP FilterArwa Arif
2014-12-10avfilter/vf_perspective: add av_assert0() to help gcc see that there are no u...Michael Niedermayer
2014-12-06avfilter/vf_signalstats: fix avframe leak on errorMichael Niedermayer
2014-12-06avfilter/buffersrc: add context to av_log() callMichael Niedermayer
2014-12-06avfilter/avcodec: use NULL instead of 0 for pointerMichael Niedermayer
2014-12-02Revert "avfilter/vf_interlace: more accurate pts calculation"Michael Niedermayer
2014-12-02avfilter/vf_tinterlace: Favor using standard timebases for the outputMichael Niedermayer
2014-11-29avfilter/vf_yadif: fix extra leading dup frame when deint=1Neil Birkbeck
2014-11-29avfilter/vf_idet: Fixing idet for single-frame inputs.Neil Birkbeck
2014-11-26avfilter/signalstats: re-use yuv/yuvu/yuvv vars in diffClément Bœsch
2014-11-26avfilter/signalstats: localize a few variablesClément Bœsch
2014-11-26avfilter/signalstats: add threading in compute_sat_hue_metricsClément Bœsch