summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_select.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'Michael Niedermayer2012-06-261-1/+1
|\
| * lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov2012-06-261-1/+1
* | lavfi: update some deprecated functionsPaul B Mahol2012-06-161-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-061-9/+10
|\ \ | |/
| * lavfi: remove request/poll and drawing functions from public API on next bumpAnton Khirnov2012-06-051-9/+10
* | lavfi/select: use exported dsputil_init function.Clément Bœsch2012-06-051-1/+1
* | lavfi/select: 10l: llabs -> fabs after switching types.Clément Bœsch2012-06-051-1/+1
* | lavfi/select: add scene detection.Clément Bœsch2012-06-041-0/+78
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-231-1/+2
|\ \ | |/
| * lavfi: remove avfilter_null_* from public API on next bump.Anton Khirnov2012-05-221-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-221-1/+1
|\ \ | |/
| * Mark mutable static data const where appropriate.Alex Converse2012-02-211-1/+1
* | 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