summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_select.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup: remove various double end ';' all over the code.Clément Bœsch2011-11-161-1/+1
* Mark AVFilterPad[] compound literals as const.Reimar Döffinger2011-11-061-2/+2
* Add const to static arrays where it was forgotten.Reimar Döffinger2011-11-051-1/+1
* vf_select: remove mathematical constants now redundant.Nicolas George2011-10-131-12/+0
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-171-20/+15
|\
| * lavfi: add select filterStefano Sabatini2011-09-171-0/+353
* vf_select: reindent after the previous commitStefano Sabatini2011-08-111-6/+6
* vf_select: add NULL-checks in uninitWilliam Yu2011-08-111-0/+4
* vf_select: check for isnan when setting t from ptsStefano Sabatini2011-08-111-1/+1
* vf_select: set start_t if undefinedWilliam Yu2011-08-111-0/+2
* lavfi: add select filterStefano Sabatini2011-05-251-0/+351
OpenPOWER on IntegriCloud