| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/vf_vectorscope: make intensity user configurable | Paul B Mahol | 2015-08-24 | 1 | -0/+4 |
* | avfilter: add waveform monitor filter | Paul B Mahol | 2015-08-22 | 1 | -0/+76 |
* | avfilter: add video vectorscope filter | Paul B Mahol | 2015-08-20 | 1 | -0/+38 |
* | avfilter: add showfreqs filter | Paul B Mahol | 2015-08-19 | 1 | -0/+115 |
* | avfilter/vf_histogram: make it possible to pick color components for levels mode | Paul B Mahol | 2015-08-19 | 1 | -0/+4 |
* | avfilter: add scale2ref filter | Michael Niedermayer | 2015-08-17 | 1 | -0/+17 |
* | avfilter/avf_avectorscope: add polar mode | Paul B Mahol | 2015-08-14 | 1 | -0/+3 |
* | avfilter: add aphasemeter filter | Paul B Mahol | 2015-08-12 | 1 | -0/+32 |
* | avfilter/avf_avectorscope: stop making output fully transparent | Paul B Mahol | 2015-08-07 | 1 | -2/+6 |
* | avfilter: add atadenoise | Paul B Mahol | 2015-08-02 | 1 | -0/+38 |
* | avfilter: add allyuv source filter | Paul B Mahol | 2015-08-02 | 1 | -1/+4 |
* | avfilter: add acrossfade filter | Paul B Mahol | 2015-07-26 | 1 | -0/+49 |
* | avfilter: add sidechain compress audio filter | Paul B Mahol | 2015-07-25 | 1 | -0/+62 |
* | avfilter: add areverse filter | Paul B Mahol | 2015-07-24 | 1 | -1/+1 |
* | doc/filters.texi: fix two typos in reverse filter description | Paul B Mahol | 2015-07-23 | 1 | -1/+2 |
* | avfilter: add deband filter | Paul B Mahol | 2015-07-22 | 1 | -0/+37 |
* | libavfilter/vf_crop: implement process_command | Bernd Bleßmann | 2015-07-21 | 1 | -2/+18 |
* | libavfilter/vf_scale: implement process_command | Bernd Bleßmann | 2015-07-21 | 1 | -0/+13 |
* | avfilter: add random video filter | Paul B Mahol | 2015-07-19 | 1 | -0/+18 |
* | avfilter: Add reverse filter | Derek Buitenhuis | 2015-07-19 | 1 | -0/+16 |
* | avfilter/af_compand: fix clipping with default options | Paul B Mahol | 2015-07-17 | 1 | -0/+2 |
* | avfilter: add Dynamic Audio Normalizer filter | LoRd_MuldeR | 2015-07-17 | 1 | -0/+158 |
* | avfilter/af_astats: measure minimal and mean difference between two consecuti... | Paul B Mahol | 2015-07-17 | 1 | -0/+11 |
* | avfilter/af_astats: also measure maximal difference between two consecutive s... | Paul B Mahol | 2015-07-15 | 1 | -0/+13 |
* | avfilter: add erosion, dilation, deflate & inflate filter | Paul B Mahol | 2015-07-15 | 1 | -0/+90 |
* | Merge commit '8fcd121b823caeadbe7597c9ae9229f6f164f949' | Michael Niedermayer | 2015-07-09 | 1 | -1/+1 |
|\ |
|
| * | doc: Use the succinct syntax for the channelmap example | Luca Barbato | 2015-07-09 | 1 | -1/+1 |
* | | avfilter: add removegrain | Paul B Mahol | 2015-07-08 | 1 | -0/+104 |
* | | avfilter/avf_showvolume: make it possible to use current channel number in co... | Paul B Mahol | 2015-07-03 | 1 | -0/+3 |
* | | lavfi: add (a)drawgraph filter | Paul B Mahol | 2015-07-03 | 1 | -0/+101 |
* | | avfilter/af_astats: export metadata | Paul B Mahol | 2015-07-03 | 1 | -0/+35 |
* | | avfilter/avf_showvolume: optionally display channel names | Paul B Mahol | 2015-06-29 | 1 | -0/+3 |
* | | doc/filters: fix documentation bug in ssim filter | Paul B Mahol | 2015-06-28 | 1 | -1/+1 |
* | | avfilter: add showvolume filter | Paul B Mahol | 2015-06-28 | 1 | -0/+33 |
* | | avfilter: add ssim filter | Paul B Mahol | 2015-06-24 | 1 | -0/+58 |
* | | avfilter/af_afade: add couple of more curves | Paul B Mahol | 2015-06-15 | 1 | -1/+13 |
* | | doc/filters: add one more compand example found in the wild | Paul B Mahol | 2015-06-15 | 1 | -0/+5 |
* | | avfilter/vf_colorkey: Add colorkey video filter | Timo Rothenpieler | 2015-06-14 | 1 | -0/+39 |
* | | doc/filters: add one more zoompan example | Paul B Mahol | 2015-06-12 | 1 | -0/+6 |
* | | doc/filters: fix inaccuarte/inaccurate typo | Clément Bœsch | 2015-06-06 | 1 | -1/+1 |
* | | avfilter/vf_blend: add linearlight and glow mode | Paul B Mahol | 2015-06-03 | 1 | -0/+2 |
* | | avfilter/vf_blend: add hardmix mode | Paul B Mahol | 2015-06-02 | 1 | -0/+1 |
* | | avfilter: Add cover_rect filter | Michael Niedermayer | 2015-05-02 | 1 | -0/+34 |
* | | avfilter: add find_rect filter | Michael Niedermayer | 2015-05-02 | 1 | -0/+30 |
* | | Merge commit '9b2c57bef5e2f3f61a5fd708ba7d5351f5b3f386' | Michael Niedermayer | 2015-04-21 | 1 | -0/+10 |
|\| |
|
| * | drawtext: Add an alpha option | Luca Barbato | 2015-04-21 | 1 | -0/+11 |
* | | avfilter: add chorus filter | Paul B Mahol | 2015-04-11 | 1 | -0/+55 |
* | | Use @verbatim instead of @example for ASCII arts | Timothy Gu | 2015-04-11 | 1 | -2/+2 |
* | | vf_drawtext: add support for setting box border width | Marton Balint | 2015-03-31 | 1 | -0/+4 |
* | | lavfi: add inverse telecine filter | Himangi Saraogi | 2015-03-27 | 1 | -0/+27 |