summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_ssim: fix some cosmetics issuesPaul B Mahol2015-06-301-1/+1
* avfilter/vf_transpose: Fix rounding errorMichael Niedermayer2015-06-301-1/+1
* avfilter/avf_showvolume: optionally display channel namesPaul B Mahol2015-06-291-0/+30
* avfilter: add showvolume filterPaul B Mahol2015-06-284-1/+233
* avfilter: add ssim filterPaul B Mahol2015-06-244-1/+402
* Merge commit 'c060d046aa2f89c0e601a2dcfbce53f0e36cf498'Michael Niedermayer2015-06-211-0/+1
|\
| * af_resample: Set the number of samples in the last frameLuca Barbato2015-06-201-0/+1
| * x86: check for AV_CPU_FLAG_AVXSLOW where usefulJames Almer2015-05-311-1/+1
* | libavfilter/formats: Fix parsing of channel specifications with a trailing 'c'.Simon Thelen2015-06-201-10/+7
* | avfilter/formats: Add test for ff_parse_channel_layout()Michael Niedermayer2015-06-201-0/+29
* | avfilter/af_afade: add couple of more curvesPaul B Mahol2015-06-151-5/+29
* | avfilter/af_afade: use av_clipd() instead of nested FFMAX & FFMINPaul B Mahol2015-06-141-1/+1
* | avfilter: bump minor after colorkey additionClément Bœsch2015-06-141-2/+2
* | avfilter/vf_colorkey: Add colorkey video filterTimo Rothenpieler2015-06-143-0/+171
* | avfilter/drawutils: Assert av_pix_fmt_desc_get() return value in ff_fill_line...Michael Niedermayer2015-06-131-1/+6
* | avfilter/lut3d: assert on pixel format descriptorClément Bœsch2015-06-131-0/+2
* | avfilter/geq: assert on pixel format descriptorClément Bœsch2015-06-131-0/+3
* | avfilter/drawutils: Fix format validity check in ff_draw_init()Michael Niedermayer2015-06-131-1/+1
* | avfilter/vf_zoompan: support planar rgb pixel formatsPaul B Mahol2015-06-121-0/+1
* | avfilter: fix a few 5 spaces indentClément Bœsch2015-06-074-22/+22
* | vf_colormatrix: calculate coefficients only onceGanesh Ajjanagadde2015-06-071-2/+2
* | lavfi/tinterlace: Double aspect ratio for modes merge and pad.Carl Eugen Hoyos2015-06-041-0/+5
* | avfilter/vf_blend: add linearlight and glow modePaul B Mahol2015-06-031-0/+8
* | avfilter/vf_blend: add hardmix modePaul B Mahol2015-06-021-0/+4
* | avfilter/vf_blend: fix vividlight blend modePaul B Mahol2015-06-021-1/+1
* | avfilter/vf_blend: clip result for divide blend modePaul B Mahol2015-06-021-1/+1
* | x86: check for AV_CPU_FLAG_AVXSLOW where usefulJames Almer2015-06-011-1/+1
* | avfilter/vf_mpdecimate: add comment about 8x8 SADPeter Cordes2015-05-311-0/+5
* | avfilter/vf_mpdecimate: support more pixel formats, including GBRPPeter Cordes2015-05-311-0/+9
* | avfilter/vf_mpdecimate: debug logging of threshold statsPeter Cordes2015-05-311-2/+8
* | avfilter/vf_mpdecimate: pass the same AVClass context as use elsewhere to av_...Peter Cordes2015-05-311-1/+1
* | avfilter/vf_fade: Force alpha pixel format if alpha is set to 1Michael Niedermayer2015-05-311-4/+22
* | avfilter/x86/vf_hqdn3d: Fix register typesMichael Niedermayer2015-05-271-2/+2
* | avfilter/vf_hqdn3d: Initialize the whole LUTMichael Niedermayer2015-05-271-2/+2
* | avfilter/x86/vf_fspp: Fix invalid combination of opcode and operandsMichael Niedermayer2015-05-261-4/+4
* | Merge commit '7046bd9bc9ce04521edf453c9b603d84d69c7512'Michael Niedermayer2015-05-201-0/+2
|\ \ | |/
| * lavfi: Move avcodec header to the only filter needing itVittorio Giovara2015-05-192-1/+2
| * Revert "lavfi: always check av_expr_parse_and_eval() return value"Anton Khirnov2015-05-052-12/+9
| * buffersrc: Use the correct deallocation functionFederico Tomassetti2015-04-221-1/+1
* | avfilter/avfiltergraph: Rename ff_avfilter_graph_config_pointers to graph_con...Michael Niedermayer2015-05-181-2/+2
* | avfilter/buffersink: return EOF if closed link in av_buffersink_get_frame_fla...Michael Niedermayer2015-05-171-0/+2
* | avfilter/vf_zoompan: free out AVFrame on failureMichael Niedermayer2015-05-131-1/+3
* | avfilter/avf_showcqt: Fix gamma comparisonsMichael Niedermayer2015-05-121-3/+3
* | avfilter/vf_cover_rect: Handle the case where the cover rectangle is as large...Michael Niedermayer2015-05-121-1/+1
* | avfilter/vf_fftfilt: Add MAX_PLANES and change it to 4Michael Niedermayer2015-05-121-12/+14
* | avfilter/af_aphaser: reject too small delayPaul B Mahol2015-05-121-0/+4
* | avfilter/Makefile: add missing lavfutils.c dependency to cover_rect and find_...James Almer2015-05-051-2/+2
* | avfilter/vf_cover_rect: clip rectangle if it is partly outside the inputMichael Niedermayer2015-05-041-0/+11
* | lavfi/cropdetect: Fix cropdetect for > 8 bit input.Carl Eugen Hoyos2015-05-042-3/+3
* | avfilter/avf_showcqt: optimize gamma calculationMuhammad Faiz2015-05-031-6/+36
OpenPOWER on IntegriCloud