| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/aeval: trim last frame's number of samples to match requested duration | Paul B Mahol | 2017-02-25 | 1 | -3/+11 |
* | lavfi: Add VAAPI deinterlacer | Mark Thompson | 2017-02-23 | 4 | -1/+637 |
* | lavfi/buffersrc: fix directly setting channel layout | Rostislav Pehlivanov | 2017-02-21 | 1 | -5/+7 |
* | avfilter/af_atempo: fix drift calculation, ticket #6157 | Pavel Koshevoy | 2017-02-20 | 1 | -3/+3 |
* | avfilter/f_setcmd: fix null pointer dereference on using dash as interval | Marton Balint | 2017-02-19 | 1 | -0/+7 |
* | avfilter/vf_lut: make it possible to clip pixel values that are out of valid ... | Paul B Mahol | 2017-02-13 | 1 | -1/+1 |
* | avfilter/vf_lut: do not always explicitly clip pixels | Paul B Mahol | 2017-02-13 | 1 | -13/+13 |
* | lavfi/minterpolate: Remove an unused variable. | Carl Eugen Hoyos | 2017-02-11 | 1 | -2/+1 |
* | avfilter/vf_scale: Fix chroma positioning for 4:2:0 pixel format | Maksym Veremeyenko | 2017-02-07 | 1 | -4/+5 |
* | avfilter/vf_midequalizer: Remove duplicate include | Michael Niedermayer | 2017-02-06 | 1 | -1/+0 |
* | avfilter/af_pan: fix null pointer dereference on empty token | Marton Balint | 2017-02-05 | 1 | -0/+5 |
* | vf_scale_vaapi: Add missing return value checks | Mark Thompson | 2017-02-05 | 1 | -4/+7 |
* | avfilter/ebur128: fix relative threshold calculation for multiple contexts | Marton Balint | 2017-02-04 | 1 | -30/+16 |
* | avfilter/ebur128: do not allow null ebur128 context in ff_ebur128_relative_th... | Marton Balint | 2017-02-04 | 1 | -1/+1 |
* | avfilter: add midequalizer filter | Paul B Mahol | 2017-02-04 | 4 | -1/+394 |
* | avfilter/vf_unsharp: Free out AVFrame on error | Michael Niedermayer | 2017-02-03 | 1 | -1/+3 |
* | avfilter/vf_perspective: Free out AVFrame on error | Michael Niedermayer | 2017-02-03 | 1 | -0/+1 |
* | avfilter/vf_fieldhint: Free out AVFrame on error | Michael Niedermayer | 2017-02-03 | 1 | -0/+1 |
* | avfilter/vf_deshake: Free out AVFrame on error | Michael Niedermayer | 2017-02-03 | 1 | -2/+5 |
* | avfilter/vf_ciescope: Free out AVFrame on error | Michael Niedermayer | 2017-02-03 | 1 | -1/+3 |
* | avfilter/scale: refactor common code for scaling height/width expressions | Aman Gupta | 2017-02-02 | 6 | -193/+216 |
* | avfilter/overlay: add gbrp output format | Paul B Mahol | 2017-01-31 | 1 | -10/+61 |
* | avfilter: add threshold filter | Paul B Mahol | 2017-01-30 | 4 | -1/+352 |
* | avfilter/showcqt: make minimum timeclamp option lower | Muhammad Faiz | 2017-01-30 | 1 | -3/+3 |
* | lavfi: make ff_framequeue_skip_samples() more useful. | Nicolas George | 2017-01-29 | 3 | -13/+33 |
* | avfilter/vf_remap: add . at end of long description | Paul B Mahol | 2017-01-29 | 1 | -1/+1 |
* | avfilter/vf_gblur: Increase supported pixel count from 31bit to 32bit in filt... | Michael Niedermayer | 2017-01-27 | 1 | -4/+4 |
* | avfilter/avf_showspectrum: fix 2 possible crashes | Paul B Mahol | 2017-01-27 | 1 | -3/+5 |
* | avfilter: add abitscope multimedia filter | Paul B Mahol | 2017-01-26 | 4 | -1/+253 |
* | avfilter/formats: do not allow unknown layouts in ff_parse_channel_layout if ... | Marton Balint | 2017-01-24 | 2 | -11/+18 |
* | avfilter: add EIA-608 line extractor | Paul B Mahol | 2017-01-24 | 4 | -1/+271 |
* | avfilter/af_hdcd: Fix leak of memory allocated by ff_make_format_list() | Michael Niedermayer | 2017-01-22 | 1 | -4/+2 |
* | avfilter/avf_showspectrum: Fix memleak of text allocated by av_asprintf() | Michael Niedermayer | 2017-01-21 | 1 | -0/+1 |
* | avfilter/vf_palettegen: Fix leak and simplify code | Michael Niedermayer | 2017-01-21 | 1 | -9/+4 |
* | avfilter/avfiltergraph: Add assert to write down in machine readable form wha... | Michael Niedermayer | 2017-01-21 | 1 | -0/+2 |
* | avfilter:vf_drawtext: add new line space size set parameter | Steven Liu | 2017-01-19 | 1 | -1/+3 |
* | libavfilter/af_biquads: warn about clipping only after frame with clipping | Sergey Kudryashov | 2017-01-12 | 1 | -0/+1 |
* | lavfi: remove stray semicolons. | Nicolas George | 2017-01-12 | 2 | -12/+12 |
* | lavfi: reindent after previous commit. | Nicolas George | 2017-01-12 | 1 | -4/+3 |
* | lavfi/buffersink: move to the new design. | Nicolas George | 2017-01-12 | 1 | -158/+57 |
* | lavfi: do not call ff_filter_frame() with activate. | Nicolas George | 2017-01-12 | 1 | -0/+7 |
* | lavfi: make two functions static. | Nicolas George | 2017-01-12 | 2 | -6/+2 |
* | lavfi: disallow ff_request_frame for filters using activate. | Nicolas George | 2017-01-12 | 2 | -0/+4 |
* | lavfi: add ff_inlink_request_frame(). | Nicolas George | 2017-01-12 | 2 | -0/+16 |
* | lavfi: move ff_update_link_current_pts() into the utility functions. | Nicolas George | 2017-01-12 | 1 | -1/+1 |
* | lavfi: cosmetic: remove forward declaration. | Nicolas George | 2017-01-12 | 1 | -2/+0 |
* | lavfi: add AVFilter.activate. | Nicolas George | 2017-01-12 | 2 | -1/+19 |
* | lavfi: use the consume helpers in ff_filter_frame_to_filter(). | Nicolas George | 2017-01-12 | 1 | -10/+11 |
* | lavfi: add helpers to consume frames from link FIFOs. | Nicolas George | 2017-01-12 | 2 | -0/+94 |
* | lavfi: pass min explicitly to samples_ready(). | Nicolas George | 2017-01-12 | 1 | -4/+4 |