summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_spp: Fix overflow in 8bit store sliceMichael Niedermayer2014-12-213-3/+3
* avfilter/vf_boxblur: avoid one addition per lineMichael Niedermayer2014-12-211-2/+1
* avfilter/vf_boxblur: factor rounder offset outMichael Niedermayer2014-12-211-6/+8
* avfilter/vf_spp: fix overflows with depth > 8Michael Niedermayer2014-12-201-9/+11
* avfilter/vf_spp: add support for 9bit YUV and GBR as well as GBRP10Michael Niedermayer2014-12-201-0/+4
* Add FFMPEG_VERSION into the binary libsMichael Niedermayer2014-12-191-0/+3
* avfilter/vsrc_life: Use av_freep() avoid leaving stale pointers in memoryMichael Niedermayer2014-12-191-4/+4
* avfilter/vf_libopencv: use av_freep() avoid leaving stale pointers in memoryMichael Niedermayer2014-12-191-1/+1
* avfilter/lut: reduce dereference in the inner loopYayoi2014-12-181-11/+18
* avfilter/vf_spp: add gbrp supportMichael Niedermayer2014-12-181-0/+1
* avfilter/vf_spp: add gray8 supportMichael Niedermayer2014-12-181-2/+6
* avfilter/vf_spp: Fix pointer type warningMichael Niedermayer2014-12-181-1/+1
* lavfi: add colorlevels filterPaul B Mahol2014-12-164-2/+258
* avfilter/vf_spp: support 10bit per sampleMichael Niedermayer2014-12-152-23/+79
* avfilter/vf_dctdnoiz: use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2014-12-141-5/+5
* avfilter/f_sendcmd: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2014-12-141-4/+4
* avfilter/vf_uspp: fix gray pixfmt handlingMichael Niedermayer2014-12-131-0/+3
* avfilter/vf_uspp: fix used chroma subsampling factorsMichael Niedermayer2014-12-131-11/+21
* avfilter/vf_uspp: fix used pix_fmtMichael Niedermayer2014-12-131-1/+1
* avfilter/vf_kerndeint: use av_freep(), avoid leaving stale pointers in memoryMichael Niedermayer2014-12-131-1/+1
* avfilter/vf_unsharp: use av_freep() avoid leaving stale pointers in memoryMichael Niedermayer2014-12-131-1/+1
* avfilter/vf_uspp: Add grayscale supportMichael Niedermayer2014-12-131-0/+1
* avfilter/vf_uspp: assert that the qp_type is validMichael Niedermayer2014-12-131-0/+1
* Delete mp=usppArwa Arif2014-12-124-400/+1
* avfilter/vf_spp: The qp array width is qp_stride not stride/16Michael Niedermayer2014-12-121-1/+1
* avfilter/vf_spp: Allocate qp storage after qp_stride is knownMichael Niedermayer2014-12-121-7/+11
* avfilter/vf_spp: change temporary to unsignedMichael Niedermayer2014-12-123-5/+5
* avfilter/vf_uspp: fix integer overflow in intermediateMichael Niedermayer2014-12-121-2/+2
* avfilter/vf_uspp: remove YUV 411/422/440Michael Niedermayer2014-12-121-5/+5
* avfilter/vf_uspp: use the average QP instead of QP[0]Michael Niedermayer2014-12-121-2/+10
* avfilter/vf_uspp: The qp array width is qp_stride not stride/16Michael Niedermayer2014-12-121-1/+1
* avfilter/vf_uspp: Allocate qp storage after qp_stride is knownMichael Niedermayer2014-12-121-9/+10
* avfilter/version: bump for usppMichael Niedermayer2014-12-121-2/+2
* avfilter/uspp: use AVFILTER_DEFINE_CLASS()Clément Bœsch2014-12-121-7/+1
* avfilter/uspp: make src const in store_slice_c()Clément Bœsch2014-12-121-1/+1
* avfilter/uspp: misc style fixesClément Bœsch2014-12-121-51/+51
* lavfi: USPP FilterArwa Arif2014-12-123-0/+492
* avfilter/vf_perspective: add av_assert0() to help gcc see that there are no u...Michael Niedermayer2014-12-101-0/+3
* avfilter/vf_signalstats: fix avframe leak on errorMichael Niedermayer2014-12-061-1/+3
* avfilter/buffersrc: add context to av_log() callMichael Niedermayer2014-12-061-1/+1
* avfilter/avcodec: use NULL instead of 0 for pointerMichael Niedermayer2014-12-061-1/+1
* Revert "avfilter/vf_interlace: more accurate pts calculation"Michael Niedermayer2014-12-021-0/+2
* avfilter/vf_tinterlace: Favor using standard timebases for the outputMichael Niedermayer2014-12-022-2/+24
* avfilter/vf_yadif: fix extra leading dup frame when deint=1Neil Birkbeck2014-11-291-3/+3
* avfilter/vf_idet: Fixing idet for single-frame inputs.Neil Birkbeck2014-11-281-4/+5
* avfilter/signalstats: re-use yuv/yuvu/yuvv vars in diffClément Bœsch2014-11-261-3/+3
* avfilter/signalstats: localize a few variablesClément Bœsch2014-11-261-4/+3
* avfilter/signalstats: add threading in compute_sat_hue_metricsClément Bœsch2014-11-261-9/+28
* avfilter/signalstats: isolate sat hue computation metrics in a functionClément Bœsch2014-11-261-7/+70
* avfilter/signalstats: add slice threading for subfiltersClément Bœsch2014-11-261-12/+60
OpenPOWER on IntegriCloud