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-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
2014-11-26avfilter/signalstats: isolate sat hue computation metrics in a functionClément Bœsch
2014-11-26avfilter/signalstats: add slice threading for subfiltersClément Bœsch
2014-11-26avfilter/signalstats: fix repitition/repetition typoClément Bœsch
2014-11-26avfilter/signalstats: reindent after previous commitClément Bœsch
2014-11-26avfilter/signalstats: integrate height loop into subfiltersClément Bœsch
2014-11-26avfilter/signalstats: remove pointless sub filter init systemClément Bœsch
2014-11-26avfilter/signalstats: fix different buffers for out frame if burn is enabledClément Bœsch
2014-11-25avfilter/x86/vf_interlace: remove redundant instructionsMichael Niedermayer
2014-11-25Merge commit 'ca5c3ff90972a5c97aabda2ace57ba72dcd7d83b'Michael Niedermayer
2014-11-25vf_interlace: x86: improve asm performanceMichael Niedermayer
2014-11-22avfilter/graphparser: Use av_freep(), avoid leaving stale pointers in memoryMichael Niedermayer
2014-11-22avfilter/avf_concat: Use av_freep(), avoid leaving stale pointers in memoryMichael Niedermayer
2014-11-22avfilter/formats: Alloc NULL fmts in SET_COMMON_FORMATS()Michael Niedermayer
2014-11-22avfilter/formats: free the correct pointer in ADD_FORMAT()Michael Niedermayer