| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/f_metadata: avoid trailing whitespace in filter output | Tobias Rapp | 2017-09-27 | 1 | -2/+2 |
* | avfilter/interlace: rename two variables for consistency | Thomas Mundt | 2017-09-25 | 2 | -10/+10 |
* | avfilter/af_headphone: increase max ir length | Paul B Mahol | 2017-09-25 | 1 | -1/+1 |
* | avfilter/interlace: add support for 10 and 12 bit | Thomas Mundt | 2017-09-23 | 7 | -56/+311 |
* | avfilter/tinterlace: use drawutils for pad mode | Thomas Mundt | 2017-09-23 | 2 | -9/+10 |
* | lavfi: make window_func an inline function | Rostislav Pehlivanov | 2017-09-23 | 7 | -188/+166 |
* | avfilter/thumbnail_cuda: add cuda thumbnail filter | Yogender Gupta | 2017-09-22 | 5 | -1/+526 |
* | lavfi/stereo3d: Set SAR for every output frame. | Carl Eugen Hoyos | 2017-09-20 | 1 | -10/+12 |
* | avfilter/tinterlace: Simplify checks for lowpass filtering flags | James Almer | 2017-09-18 | 1 | -8/+4 |
* | vf_fps: Fix memory leak introduced by eea64ef4 | Thierry Foucu | 2017-09-15 | 1 | -0/+1 |
* | avfilter/interlace: simplify code | Thomas Mundt | 2017-09-15 | 2 | -42/+18 |
* | avfilter/interlace: prevent over-sharpening with the complex low-pass filter | Thomas Mundt | 2017-09-15 | 3 | -30/+59 |
* | vf_fps: when reading EOF, using current_pts to duplicate the last frame if ne... | Thierry Foucu | 2017-09-15 | 1 | -5/+39 |
* | avfilter/vf_despill: fix assigment | Paul B Mahol | 2017-09-14 | 1 | -1/+1 |
* | avfilter/af_dcshift: do not leak out frame | Paul B Mahol | 2017-09-12 | 1 | -2/+2 |
* | lavfi/framesync: remove dead code. | Nicolas George | 2017-09-12 | 1 | -3/+1 |
* | lavfi/framesync: reword repeatlast option help. | Nicolas George | 2017-09-12 | 1 | -1/+1 |
* | lavfi: rename framesync2 to framesync. | Nicolas George | 2017-09-12 | 24 | -197/+197 |
* | lavfi: remove framesync. | Nicolas George | 2017-09-12 | 2 | -640/+0 |
* | lavfi/af_sidechaincompress: use helper macros. | Nicolas George | 2017-09-12 | 1 | -10/+5 |
* | lavfi/af_agate: use helper macros. | Nicolas George | 2017-09-12 | 1 | -10/+5 |
* | lavfi: add helper functions and macros for activate. | Nicolas George | 2017-09-12 | 2 | -0/+98 |
* | avfilter/vf_convolve: use av_clip_uint8 | James Almer | 2017-09-09 | 1 | -1/+1 |
* | avfilter: add generic FFT video convolve filter | Paul B Mahol | 2017-09-09 | 4 | -1/+421 |
* | lavfi/coreimage: reduce dependency scope from QuartzCore to CoreImage | Clément Bœsch | 2017-09-08 | 1 | -1/+1 |
* | avfilter: add Haas stereo enhancer | Paul B Mahol | 2017-09-08 | 4 | -1/+231 |
* | lavfi/buffersrc: add av_buffersrc_close(). | Nicolas George | 2017-09-08 | 3 | -11/+21 |
* | lavfi: guess a timestamp for compat status change. | Nicolas George | 2017-09-08 | 1 | -1/+19 |
* | avfilter/vf_zoompan: fix specific corner case when no frame was ever requeste... | Paul B Mahol | 2017-09-07 | 1 | -0/+1 |
* | lavfi/atempo: Avoid false triggering an assertion failure | Pavel Koshevoy | 2017-09-06 | 1 | -0/+5 |
* | Revert "lavfi/atempo: avoid false triggering an assertion failure" | Pavel Koshevoy | 2017-09-06 | 1 | -2/+2 |
* | avfilter/af_dcshift: add direct path | Paul B Mahol | 2017-09-06 | 1 | -5/+11 |
* | avfilter/vf_overlay: Restore shorthand option order | Michael Niedermayer | 2017-09-05 | 3 | -6/+14 |
* | avfilter/lavfutils: remove usage of AVStream->codec | James Almer | 2017-09-05 | 1 | -3/+17 |
* | avfilter/avf_avectorscope: fix mistake in previous commit | Paul B Mahol | 2017-09-05 | 1 | -2/+2 |
* | avfilter/avf_avectorscope: add possibility to auto zoom | Paul B Mahol | 2017-09-05 | 1 | -2/+31 |
* | avfilter: add despill filter | Paul B Mahol | 2017-09-05 | 4 | -1/+186 |
* | avfilter/vf_fftfilt: make it possible to evaluate expressions per frame | Paul B Mahol | 2017-09-04 | 1 | -17/+38 |
* | avfilter/vf_fftfilt: add generic timeline support | Paul B Mahol | 2017-09-04 | 1 | -0/+1 |
* | avfilter/vf_fftfilt: add support for more pixel formats | Paul B Mahol | 2017-09-04 | 1 | -17/+25 |
* | avfilter/vf_fftfilt: cache rdft contexts | Paul B Mahol | 2017-09-04 | 1 | -17/+24 |
* | avfilter/vf_datascope: make it possible for output window to automatically ch... | Paul B Mahol | 2017-09-04 | 1 | -4/+26 |
* | avfilter/vf_datascope: add timeline support to pixscope and oscilloscope | Paul B Mahol | 2017-09-03 | 1 | -0/+2 |
* | avfilter/vf_displace: add mirror edge mode | Paul B Mahol | 2017-09-03 | 1 | -3/+39 |
* | avfilter/vf_displace: remove useless requirement that SAR matches between inp... | Paul B Mahol | 2017-09-03 | 1 | -18/+8 |
* | avfilter/vf_subtitles: enable processing of alpha channel | Paul B Mahol | 2017-09-03 | 1 | -1/+3 |
* | avfilter: remove duplicate and disabled trace log function | James Almer | 2017-09-01 | 1 | -8/+1 |
* | 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 |