summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* avfilter: add removegrainPaul B Mahol2015-07-08
* avfilter/vf_colormatrix: add yuv444p supportPaul B Mahol2015-07-08
* avfilter/avf_showvolume: make it possible to use current channel number in co...Paul B Mahol2015-07-03
* lavfi: add (a)drawgraph filterPaul B Mahol2015-07-03
* avfilter/vf_lut: fix oversightPaul B Mahol2015-07-03
* avfilter/af_astats: implement recalculation of stats after each X framesPaul B Mahol2015-07-03
* avfilter/af_astats: export metadataPaul B Mahol2015-07-03
* avutil: add missing bswap includeMichael Niedermayer2015-07-03
* avfilter/vf_lut: >8 bit depth planar yuv supportPaul B Mahol2015-07-03
* avfilter/vf_mpdecimate: remove packed formatsPaul B Mahol2015-07-02
* avfilter: use AVFILTER_DEFINE_CLASS()Paul B Mahol2015-07-02
* avfilter/vf_extractplanes: use faster path for input formats with only one co...Paul B Mahol2015-07-01
* avfilter/vf_extractplanes: rename misleading variablePaul B Mahol2015-07-01
* avfilter/vf_extractplanes: support more pixel formatsPaul B Mahol2015-07-01
* avfilter/vf_ssim: fix some cosmetics issuesPaul B Mahol2015-06-30
* avfilter/vf_transpose: Fix rounding errorMichael Niedermayer2015-06-30
* avfilter/avf_showvolume: optionally display channel namesPaul B Mahol2015-06-29
* avfilter: add showvolume filterPaul B Mahol2015-06-28
* avfilter: add ssim filterPaul B Mahol2015-06-24
* Merge commit 'c060d046aa2f89c0e601a2dcfbce53f0e36cf498'Michael Niedermayer2015-06-21
|\
| * af_resample: Set the number of samples in the last frameLuca Barbato2015-06-20
| * x86: check for AV_CPU_FLAG_AVXSLOW where usefulJames Almer2015-05-31
* | libavfilter/formats: Fix parsing of channel specifications with a trailing 'c'.Simon Thelen2015-06-20
* | avfilter/formats: Add test for ff_parse_channel_layout()Michael Niedermayer2015-06-20
* | avfilter/af_afade: add couple of more curvesPaul B Mahol2015-06-15
* | avfilter/af_afade: use av_clipd() instead of nested FFMAX & FFMINPaul B Mahol2015-06-14
* | avfilter: bump minor after colorkey additionClément Bœsch2015-06-14
* | avfilter/vf_colorkey: Add colorkey video filterTimo Rothenpieler2015-06-14
* | avfilter/drawutils: Assert av_pix_fmt_desc_get() return value in ff_fill_line...Michael Niedermayer2015-06-13
* | avfilter/lut3d: assert on pixel format descriptorClément Bœsch2015-06-13
* | avfilter/geq: assert on pixel format descriptorClément Bœsch2015-06-13
* | avfilter/drawutils: Fix format validity check in ff_draw_init()Michael Niedermayer2015-06-13
* | avfilter/vf_zoompan: support planar rgb pixel formatsPaul B Mahol2015-06-12
* | avfilter: fix a few 5 spaces indentClément Bœsch2015-06-07
* | vf_colormatrix: calculate coefficients only onceGanesh Ajjanagadde2015-06-07
* | lavfi/tinterlace: Double aspect ratio for modes merge and pad.Carl Eugen Hoyos2015-06-04
* | avfilter/vf_blend: add linearlight and glow modePaul B Mahol2015-06-03
* | avfilter/vf_blend: add hardmix modePaul B Mahol2015-06-02
* | avfilter/vf_blend: fix vividlight blend modePaul B Mahol2015-06-02
* | avfilter/vf_blend: clip result for divide blend modePaul B Mahol2015-06-02
* | x86: check for AV_CPU_FLAG_AVXSLOW where usefulJames Almer2015-06-01
* | avfilter/vf_mpdecimate: add comment about 8x8 SADPeter Cordes2015-05-31
* | avfilter/vf_mpdecimate: support more pixel formats, including GBRPPeter Cordes2015-05-31
* | avfilter/vf_mpdecimate: debug logging of threshold statsPeter Cordes2015-05-31
* | avfilter/vf_mpdecimate: pass the same AVClass context as use elsewhere to av_...Peter Cordes2015-05-31
* | avfilter/vf_fade: Force alpha pixel format if alpha is set to 1Michael Niedermayer2015-05-31
* | avfilter/x86/vf_hqdn3d: Fix register typesMichael Niedermayer2015-05-27
* | avfilter/vf_hqdn3d: Initialize the whole LUTMichael Niedermayer2015-05-27
* | avfilter/x86/vf_fspp: Fix invalid combination of opcode and operandsMichael Niedermayer2015-05-26
* | Merge commit '7046bd9bc9ce04521edf453c9b603d84d69c7512'Michael Niedermayer2015-05-20
|\|