summaryrefslogtreecommitdiff
path: root/libavfilter/vf_select.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-22
|\
| * Mark mutable static data const where appropriate.Alex Converse2012-02-21
* | cleanup: remove various double end ';' all over the code.Clément Bœsch2011-11-16
* | Mark AVFilterPad[] compound literals as const.Reimar Döffinger2011-11-06
* | Add const to static arrays where it was forgotten.Reimar Döffinger2011-11-05
* | vf_select: remove mathematical constants now redundant.Nicolas George2011-10-13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-17
|\|
| * lavfi: add select filterStefano Sabatini2011-09-17
* vf_select: reindent after the previous commitStefano Sabatini2011-08-11
* vf_select: add NULL-checks in uninitWilliam Yu2011-08-11
* vf_select: check for isnan when setting t from ptsStefano Sabatini2011-08-11
* vf_select: set start_t if undefinedWilliam Yu2011-08-11
* lavfi: add select filterStefano Sabatini2011-05-25