| Commit message (Expand) | Author | Age | Files | Lines |
* | lavfi/avfiltergraph: only return EOF in avfilter_graph_request_oldest if all ... | Marton Balint | 2017-05-07 | 1 | -3/+6 |
* | Merge commit '92db5083077a8b0f8e1050507671b456fd155125' | James Almer | 2017-05-04 | 1 | -2/+1 |
|\ |
|
| * | build: Generate pkg-config files from Make and not from configure | Diego Biurrun | 2016-12-22 | 1 | -0/+1 |
* | | Merge commit '11a9320de54759340531177c9f2b1e31e6112cc2' | Clément Bœsch | 2017-05-03 | 1 | -1/+1 |
|\| |
|
| * | lavfi: Add VAAPI deinterlacer | Mark Thompson | 2016-12-10 | 4 | -1/+628 |
| * | vf_hwupload_cuda: Add min/max limits for device option | Ruta Gadkari | 2016-12-08 | 1 | -1/+1 |
* | | avfilter/interlace: add complex vertical low-pass filter | Thomas Mundt | 2017-05-02 | 7 | -20/+190 |
* | | avfilter/af_crystalizer: add support for more sample formats | Paul B Mahol | 2017-04-30 | 1 | -22/+126 |
* | | avfilter: add video oscilloscope filter | Paul B Mahol | 2017-04-29 | 3 | -0/+383 |
* | | avfilter: add pixscope filter | Paul B Mahol | 2017-04-29 | 4 | -8/+232 |
* | | avfilter/lavfutils: use image2pipe demuxer on ff_load_image | Muhammad Faiz | 2017-04-29 | 1 | -1/+1 |
* | | avfilter/af_biquads: allow filtering only selected channels | Paul B Mahol | 2017-04-25 | 1 | -1/+29 |
* | | avfilter: add lumakey filter | Paul B Mahol | 2017-04-24 | 4 | -1/+204 |
* | | avfilter/vf_maskedmerge: fix bug when copying >8bit plane(s) | Paul B Mahol | 2017-04-23 | 2 | -1/+5 |
* | | avfilter/vf_premultiply: add planes option | Paul B Mahol | 2017-04-23 | 1 | -1/+12 |
* | | avfilter/vf_maskedclamp: fix bug when copying >8bit plane(s) | Paul B Mahol | 2017-04-23 | 1 | -2/+6 |
* | | avfilter/vf_maskedclamp: limit overshot and undershot to UINT16_MAX | Paul B Mahol | 2017-04-23 | 1 | -3/+3 |
* | | avfilter: do not use AVFrame accessor | Muhammad Faiz | 2017-04-23 | 52 | -80/+80 |
* | | avfilter/interlace: change lowpass_line function prototype | Thomas Mundt | 2017-04-22 | 7 | -39/+38 |
* | | avfilter/avf_avectorscope: Assert that format is valid | Michael Niedermayer | 2017-04-22 | 1 | -0/+2 |
* | | avfilter: add doubleweave filter | Paul B Mahol | 2017-04-22 | 4 | -15/+58 |
* | | avfilter: add deflicker filter | Paul B Mahol | 2017-04-20 | 4 | -2/+472 |
* | | avfilter/af_compand: Check av_strtok() for failure | Michael Niedermayer | 2017-04-20 | 1 | -1/+9 |
* | | avfilter/vf_drawtext: added expr evaluation to drawtext fontsize | Brett Harrison | 2017-04-19 | 1 | -17/+116 |
* | | avfilter/vf_framerate: always request input if no output is provided in reque... | Marton Balint | 2017-04-12 | 1 | -16/+26 |
* | | avfilter: add GRAY10 and GRAY12 to some filters | Paul B Mahol | 2017-04-10 | 4 | -3/+5 |
* | | avfilter/vf_alphamerge: add GBRAP support | Paul B Mahol | 2017-04-10 | 1 | -1/+3 |
* | | avfilter/vf_alphamerge: use av_image_copy_plane() | Paul B Mahol | 2017-04-10 | 1 | -6/+4 |
* | | avfilter/vf_blend: add GBRAP16 | Paul B Mahol | 2017-04-10 | 1 | -1/+1 |
* | | avfilter/af_amix: add double sample format support | Paul B Mahol | 2017-04-10 | 1 | -4/+15 |
* | | avfilter/vf_paletteuse: silence warning about misaligned indentation | Paul B Mahol | 2017-04-10 | 1 | -1/+1 |
* | | avfilter/vf_dctdnoiz: add GBRP support | Paul B Mahol | 2017-04-10 | 1 | -14/+71 |
* | | avfilter/vf_midequalizer: add gray10 and gray12 support | Paul B Mahol | 2017-04-09 | 1 | -1/+1 |
* | | avfilter/avf_showcqt: add attack option | Muhammad Faiz | 2017-04-09 | 3 | -8/+36 |
* | | libavfilter/af_amix.c Increase sources from 32 to 1024 | Warblefly | 2017-04-09 | 1 | -1/+1 |
* | | vf_pad: center image on padded area if negative x/y | Ricardo Constantino | 2017-04-07 | 1 | -5/+7 |
* | | avfilter/af_loudnorm: do not upsample during second-pass linear normalization | Kyle Swanson | 2017-04-05 | 2 | -25/+35 |
* | | Merge commit 'ce6f780bc6656ad3895f81a988b239ad3c8af4b8' | James Almer | 2017-04-04 | 1 | -0/+4 |
|\| |
|
| * | configure: Add missing asyncts filter, movie filter, and output example deps | Diego Biurrun | 2016-11-25 | 1 | -0/+4 |
| * | af_asyncts: Use llabs instead of labs for 64-bit variable | Diego Biurrun | 2016-11-15 | 1 | -1/+1 |
| * | vf_drawtext: Drop wrong void* cast | Diego Biurrun | 2016-11-12 | 1 | -1/+1 |
* | | avfilter/vf_pad: add aspect option | Paul B Mahol | 2017-04-03 | 1 | -0/+14 |
* | | Bump versions for master after 3.3n3.4-dev | Michael Niedermayer | 2017-04-02 | 1 | -1/+1 |
* | | Bump minor for 3.3 | Michael Niedermayer | 2017-04-02 | 1 | -1/+1 |
* | | vf_deinterlace_vaapi: Mark as hwframe-aware | Mark Thompson | 2017-04-01 | 1 | -0/+1 |
* | | Bump minor versions for master after release/3.3 branchpoint | Michael Niedermayer | 2017-03-31 | 1 | -1/+1 |
* | | Bump minor versions for staring release/3.3 branch | Michael Niedermayer | 2017-03-31 | 1 | -1/+1 |
* | | avfilter/avfiltergraph: Check for allocation failure in avfilter_graph_queue_... | Michael Niedermayer | 2017-03-31 | 1 | -0/+3 |
* | | avfilter/vf_zoompan: Free out frame on error | Michael Niedermayer | 2017-03-31 | 1 | -2/+5 |
* | | avfilter/af_chorus & aecho: Handle NULL return from av_strtok() | Michael Niedermayer | 2017-03-30 | 2 | -2/+4 |