summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* 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
* avfilter/f_sendcmd: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2014-12-14
* avfilter/vf_uspp: fix gray pixfmt handlingMichael Niedermayer2014-12-13
* avfilter/vf_uspp: fix used chroma subsampling factorsMichael Niedermayer2014-12-13
* avfilter/vf_uspp: fix used pix_fmtMichael Niedermayer2014-12-13
* avfilter/vf_kerndeint: use av_freep(), avoid leaving stale pointers in memoryMichael Niedermayer2014-12-13
* avfilter/vf_unsharp: use av_freep() avoid leaving stale pointers in memoryMichael Niedermayer2014-12-13
* avfilter/vf_uspp: Add grayscale supportMichael Niedermayer2014-12-13
* avfilter/vf_uspp: assert that the qp_type is validMichael Niedermayer2014-12-13
* Delete mp=usppArwa Arif2014-12-12
* avfilter/vf_spp: The qp array width is qp_stride not stride/16Michael Niedermayer2014-12-12
* avfilter/vf_spp: Allocate qp storage after qp_stride is knownMichael Niedermayer2014-12-12
* avfilter/vf_spp: change temporary to unsignedMichael Niedermayer2014-12-12
* avfilter/vf_uspp: fix integer overflow in intermediateMichael Niedermayer2014-12-12
* avfilter/vf_uspp: remove YUV 411/422/440Michael Niedermayer2014-12-12
* avfilter/vf_uspp: use the average QP instead of QP[0]Michael Niedermayer2014-12-12
* avfilter/vf_uspp: The qp array width is qp_stride not stride/16Michael Niedermayer2014-12-12
* avfilter/vf_uspp: Allocate qp storage after qp_stride is knownMichael Niedermayer2014-12-12
* avfilter/version: bump for usppMichael Niedermayer2014-12-12
* avfilter/uspp: use AVFILTER_DEFINE_CLASS()Clément Bœsch2014-12-12
* avfilter/uspp: make src const in store_slice_c()Clément Bœsch2014-12-12
* avfilter/uspp: misc style fixesClément Bœsch2014-12-12
* lavfi: USPP FilterArwa Arif2014-12-12
* avfilter/vf_perspective: add av_assert0() to help gcc see that there are no u...Michael Niedermayer2014-12-10
* avfilter/vf_signalstats: fix avframe leak on errorMichael Niedermayer2014-12-06
* avfilter/buffersrc: add context to av_log() callMichael Niedermayer2014-12-06
* avfilter/avcodec: use NULL instead of 0 for pointerMichael Niedermayer2014-12-06
* Revert "avfilter/vf_interlace: more accurate pts calculation"Michael Niedermayer2014-12-02
* avfilter/vf_tinterlace: Favor using standard timebases for the outputMichael Niedermayer2014-12-02
* avfilter/vf_yadif: fix extra leading dup frame when deint=1Neil Birkbeck2014-11-29
* avfilter/vf_idet: Fixing idet for single-frame inputs.Neil Birkbeck2014-11-28
* avfilter/signalstats: re-use yuv/yuvu/yuvv vars in diffClément Bœsch2014-11-26
* avfilter/signalstats: localize a few variablesClément Bœsch2014-11-26
* avfilter/signalstats: add threading in compute_sat_hue_metricsClément Bœsch2014-11-26
* avfilter/signalstats: isolate sat hue computation metrics in a functionClément Bœsch2014-11-26
* avfilter/signalstats: add slice threading for subfiltersClément Bœsch2014-11-26
* avfilter/signalstats: fix repitition/repetition typoClément Bœsch2014-11-26
* avfilter/signalstats: reindent after previous commitClément Bœsch2014-11-26
* avfilter/signalstats: integrate height loop into subfiltersClément Bœsch2014-11-26
* avfilter/signalstats: remove pointless sub filter init systemClément Bœsch2014-11-26
* avfilter/signalstats: fix different buffers for out frame if burn is enabledClément Bœsch2014-11-26
* avfilter/x86/vf_interlace: remove redundant instructionsMichael Niedermayer2014-11-25
* Merge commit 'ca5c3ff90972a5c97aabda2ace57ba72dcd7d83b'Michael Niedermayer2014-11-25
|\
| * vf_interlace: x86: improve asm performanceMichael Niedermayer2014-11-25