| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/vf_mcdeint: remove usage of deprecated AVCodecContext.me_method | James Almer | 2017-08-30 | 1 | -1/+1 |
* | avfilter/af_adelay: remove requirement that at least one delay should be prov... | Paul B Mahol | 2017-08-30 | 1 | -5/+0 |
* | avfilter/vf_mcdeint: free the AVCodecContext struct properly | James Almer | 2017-08-30 | 1 | -4/+1 |
* | avfilter/vf_libvmaf: fix pre convert to framesync2 bugs | Ashish Singh | 2017-08-30 | 1 | -6/+4 |
* | avfilter/vf_lut2: add framesync options | Paul B Mahol | 2017-08-30 | 1 | -5/+7 |
* | lavfi: bump minor version after change in options. | Nicolas George | 2017-08-29 | 1 | -1/+1 |
* | lavfi: remove dualinput. | Nicolas George | 2017-08-29 | 2 | -136/+0 |
* | vf_ssim: convert to framesync2. | Nicolas George | 2017-08-29 | 2 | -26/+28 |
* | lavfi/vf_psnr: convert to framesync2. | Nicolas George | 2017-08-29 | 2 | -24/+28 |
* | lavfi/vf_paletteuse: convert to framesync2. | Nicolas George | 2017-08-29 | 2 | -23/+39 |
* | lavfi/vf_lut3d: convert to framesync2. | Nicolas George | 2017-08-29 | 2 | -24/+27 |
* | lavfi/vf_libvmaf: convert to framesync2. | Nicolas George | 2017-08-29 | 2 | -21/+26 |
* | lavfi/vf_blend: convert to framesync2. | Nicolas George | 2017-08-29 | 2 | -23/+29 |
* | lavfi/vf_overlay: use framesync2 options. | Nicolas George | 2017-08-29 | 1 | -41/+4 |
* | lavfi/framesync2: add common options. | Nicolas George | 2017-08-29 | 2 | -3/+96 |
* | lavfi: search options on child objects. | Nicolas George | 2017-08-29 | 1 | -2/+2 |
* | lavfi: add a preinit callback to filters. | Nicolas George | 2017-08-29 | 2 | -0/+23 |
* | lavfi/vf_overlay: move to framesync2. | Nicolas George | 2017-08-29 | 2 | -33/+39 |
* | lavfi/framesync2: add dualinput helper functions. | Nicolas George | 2017-08-29 | 2 | -21/+103 |
* | lavfi/f_streamselect: convert to framesync2. | Nicolas George | 2017-08-29 | 2 | -22/+15 |
* | avfilter/vf_zoompan: remove AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC | Michael Niedermayer | 2017-08-27 | 1 | -1/+0 |
* | avfilter/vf_zoompan: parse zoom,x and y expression during initialization | Paul B Mahol | 2017-08-27 | 1 | -12/+22 |
* | avfilter/vf_zoompan: switch to activate | Paul B Mahol | 2017-08-27 | 1 | -80/+72 |
* | avfilter/af_amix: do not request samples if inlink reached EOF | Paul B Mahol | 2017-08-27 | 1 | -1/+2 |
* | avfilter/af_amix: simplify const entries for duration in amix_options[] | Paul B Mahol | 2017-08-26 | 1 | -3/+3 |
* | avfilter/af_amix: switch to activate | Paul B Mahol | 2017-08-26 | 1 | -80/+82 |
* | avfilter/af_surround: make volume configurable for front center and lfe channel | Paul B Mahol | 2017-08-26 | 1 | -2/+38 |
* | avfilter/af_firequalizer: fix minval on cepstrum calculation | Muhammad Faiz | 2017-08-25 | 1 | -3/+4 |
* | avfilter/src_movie: check ff_insert_outpad() for failure | Paul B Mahol | 2017-08-25 | 1 | -1/+4 |
* | avfilter/split: check ff_insert_outpad() for failure | Paul B Mahol | 2017-08-25 | 1 | -2/+5 |
* | avfilter/vf_decimate: check ff_insert_inpad() for failure | Paul B Mahol | 2017-08-25 | 1 | -2/+9 |
* | avfilter/vf_fieldmatch: check ff_insert_inpad() for failure | Paul B Mahol | 2017-08-25 | 1 | -2/+9 |
* | avfilter/avf_concat: check ff_insert_pad() for failure | Paul B Mahol | 2017-08-25 | 1 | -2/+9 |
* | avfilter/f_select: check ff_insert_outpad() for failure | Paul B Mahol | 2017-08-25 | 1 | -1/+4 |
* | avfilter/af_channelsplit: check ff_insert_outpad() for failure | Paul B Mahol | 2017-08-25 | 1 | -1/+3 |
* | avfilter/vf_extractplanes: check ff_insert_outpad() for failure | Paul B Mahol | 2017-08-25 | 1 | -2/+5 |
* | avfilter/f_interleave: check ff_insert_inpad() for failure | Paul B Mahol | 2017-08-25 | 1 | -2/+5 |
* | avfilter/af_merge: check ff_insert_inpad() for failure | Paul B Mahol | 2017-08-25 | 1 | -2/+5 |
* | avfilter/af_join: check ff_insert_inpad() for failure | Paul B Mahol | 2017-08-25 | 1 | -1/+4 |
* | avfilter/af_headphone: check ff_insert_inpad() for failure | Paul B Mahol | 2017-08-25 | 1 | -3/+7 |
* | avfilter/af_amix: check ff_insert_inpad() for failure | Paul B Mahol | 2017-08-25 | 1 | -2/+5 |
* | avfilter/af_agate: switch to activate | Paul B Mahol | 2017-08-25 | 1 | -55/+59 |
* | avfilter/af_firequalizer: reindent after previous commit | Muhammad Faiz | 2017-08-25 | 1 | -19/+19 |
* | avfilter/af_firequalizer: add min_phase option | Muhammad Faiz | 2017-08-25 | 1 | -3/+144 |
* | avfilter/af_sidechaincompress: switch to activate | Paul B Mahol | 2017-08-24 | 1 | -54/+58 |
* | avfilter/vf_blend: rename addition128 and difference128 to grainmerge and gra... | Paul B Mahol | 2017-08-24 | 4 | -19/+21 |
* | avfilter/vf_pseudocolor: add high bitdepth support | Paul B Mahol | 2017-08-22 | 1 | -2/+233 |
* | avfilter/vf_pseudocolor: add support for some subsampled formats | Paul B Mahol | 2017-08-20 | 1 | -15/+190 |
* | avfilter: add pseudocolor filter | Paul B Mahol | 2017-08-19 | 4 | -1/+259 |
* | avfilter/vf_weave: fix top vs bottom field order | Paul B Mahol | 2017-08-16 | 1 | -4/+4 |