summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* lavfi/vf_displace: move to "activate" design.Nicolas George2017-07-302-21/+12
* lavfi/vf_hysteresis: move to "activate" design.Nicolas George2017-07-302-19/+11
* lavfi/vf_lut2: move to "activate" design.Nicolas George2017-07-302-18/+10
* lavfi/vf_maskedclamp: move to "activate" design.Nicolas George2017-07-302-21/+12
* lavfi/vf_mergeplanes: move to "activate" design.Nicolas George2017-07-302-17/+10
* lavfi/vf_maskedmerge: move to "activate" design.Nicolas George2017-07-303-21/+12
* lavfi/vf_midequalizer: move to "activate" design.Nicolas George2017-07-302-19/+11
* lavfi/vf_premultiply: move to "activate" design.Nicolas George2017-07-302-19/+11
* lavfi/vf_remap: move to "activate" design.Nicolas George2017-07-302-20/+12
* lavfi/vf_threshold: move to "activate" design.Nicolas George2017-07-302-23/+13
* lavfi/vf_stack: move to "activate" design.Nicolas George2017-07-302-21/+15
* lavfi/framesync2: implement "activate" design.Nicolas George2017-07-302-161/+82
* lavfi: add outlink helper functions.Nicolas George2017-07-301-0/+21
* lavfi: make FFERROR_NOT_READY available to filters.Nicolas George2017-07-302-2/+5
* lavfi/framesync2: rename all conflicting symbols.Nicolas George2017-07-302-36/+36
* lavfi: copy framesync into framesync2.Nicolas George2017-07-302-0/+640
* Revert "Revert "lavfi/buffersrc: push the frame deeper if requested.""Nicolas George2017-07-301-0/+25
* lavfi/testsrc2: fix completely transparent alpha.Nicolas George2017-07-251-3/+9
* avfilter/w3fdif: do not write to line before start lineMuhammad Faiz2017-07-231-2/+2
* zscale: Factor out graph buildingVittorio Giovara2017-07-211-21/+31
* zscale: Factor out format initializationVittorio Giovara2017-07-211-25/+21
* avfilter/af_astats: measure dynamic rangePaul B Mahol2017-07-191-0/+7
* avfilter/af_astats: do not overwrite already set values when doing resetPaul B Mahol2017-07-191-2/+0
* avfilter: Add blue and violet noise generation filtersGeorge Boyle2017-07-191-17/+55
* avfilter/pthread: use slice threading from avutilMuhammad Faiz2017-07-191-116/+12
* avfilter: add LIBVMAF filterAshish Singh2017-07-163-0/+341
* x86/vf_limiter: make limiter functions work on x86_32James Almer2017-07-132-18/+14
* avfilter: add limiter filterPaul B Mahol2017-07-088-1/+397
* af_amix: Add missing error checkDerek Buitenhuis2017-07-071-0/+2
* af_tempo: Add missing error checkDerek Buitenhuis2017-07-071-0/+2
* libavfilter/scale2ref: Maintain main input's DARKevin Mark2017-07-041-3/+3
* avfilter/vf_ssim: use unsigned so result can be properly storedPaul B Mahol2017-07-041-2/+2
* avfilter/vf_geq: >8 bps supportMichael Niedermayer2017-06-301-9/+49
* x86/vf_blend: use ABS2 macroJames Almer2017-06-271-6/+3
* x86/vf_blend: optimize difference and negation functionsJames Almer2017-06-271-16/+24
* x86/vf_blend: add sse and ssse3 extremity functionsJames Almer2017-06-272-0/+29
* avfilter: remove usage of empty headerPaul B Mahol2017-06-264-4/+0
* avfilter/vf_blend: add extremity blend modePaul B Mahol2017-06-252-0/+5
* avfilter/vf_waveform: allow alpha output for >8 depth planar rgb inputsPaul B Mahol2017-06-251-2/+2
* avfilter/vf_overlay: separate functions with main alphaPaul B Mahol2017-06-251-25/+46
* avfilter/vf_lut2: add support for gray10 and gray12 pixel formatsPaul B Mahol2017-06-241-1/+1
* avfilter/vf_overlay: remove rgb optionPaul B Mahol2017-06-241-7/+0
* avfilter/af_headphone: do not free frame that's gonna be reused laterPaul B Mahol2017-06-241-3/+1
* avfilter: do not leak AVFrame on failed buffer allocationPaul B Mahol2017-06-248-8/+24
* vf_spp: only assign function pointers if permutation matches expectations.Ronald S. Bultje2017-06-241-1/+7
* avfilter/vf_overlay: add auto format modePaul B Mahol2017-06-241-9/+48
* Revert "lavfi/buffersrc: push the frame deeper if requested."Paul B Mahol2017-06-231-25/+0
* build: Generalize yasm/nasm-related variable namesDiego Biurrun2017-06-215-32/+32
* avfilter/af_stereotools: add forgotten breakPaul B Mahol2017-06-211-0/+1
* libavfilter/scale: Populate ow/oh when using 0 as w/hKevin Mark2017-06-191-8/+5