| Commit message (Expand) | Author | Age | Files | Lines |
* | Mark AVFilterPad[] compound literals as const. | Reimar Döffinger | 2011-11-06 | 1 | -2/+2 |
* | Add const to static arrays where it was forgotten. | Reimar Döffinger | 2011-11-05 | 1 | -1/+1 |
* | vf_boxblur: fix slice-drawing | Stefano Sabatini | 2011-10-23 | 1 | -6/+10 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-18 | 1 | -2/+2 |
|\ |
|
| * | lavfi: port boxblur filter from libmpcodecs | Stefano Sabatini | 2011-10-17 | 1 | -0/+350 |
* | vf_boxblur: remove useless code. | Nicolas George | 2011-09-28 | 1 | -7/+0 |
* | vf_boxblur: call avfilter_draw_slice() at the end of draw_slice() | Stefano Sabatini | 2011-08-03 | 1 | -0/+2 |
* | vf_boxblur: fix out-of-buffer access when h > w | Stefano Sabatini | 2011-08-03 | 1 | -2/+2 |
* | vf_boxblur: prefer the name "len" over "w" in the blur routines | Stefano Sabatini | 2011-08-03 | 1 | -10/+10 |
* | lavfi: port boxblur filter from libmpcodecs | Stefano Sabatini | 2011-07-14 | 1 | -0/+350 |