summaryrefslogtreecommitdiff
path: root/libavfilter/vf_idet.c
Commit message (Collapse)AuthorAge
...
* lavfi: update some deprecated functionsPaul B Mahol2012-06-16
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* vf_idet: remove unused variablesMichael Niedermayer2012-05-10
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* vf_idet: fix pointer type (const) warningMichael Niedermayer2012-05-10
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* vf_idet: clean detected frame types based on a 4 frame history.Michael Niedermayer2012-04-05
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* vf_idet: change individual per frame statistics to debug log level.Michael Niedermayer2012-04-05
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* vf_idet: print accumulated statistics for single and multi frame detectionMichael Niedermayer2012-04-05
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* vf_idet: Print both the single frame based detection and the multi frame one.Michael Niedermayer2012-04-05
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* vf_idet: Add last_type variable to make code more readable.Michael Niedermayer2012-04-05
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* vf_idet: use enum to represent the type.Michael Niedermayer2012-04-05
| | | | | | This will simplify future code. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* vf_idet: print accumulated statistics at endMichael Niedermayer2012-04-04
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* vf_idet: set interlaced flagsMichael Niedermayer2012-04-04
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* vf_idet: fix indentionMichael Niedermayer2012-04-04
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* vf_idet: move statistic variables into the contextMichael Niedermayer2012-04-04
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* vf_idet: remove unused functionMichael Niedermayer2012-04-04
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* vf_idet: pass context to av_log()Michael Niedermayer2012-04-04
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* libavfilter: Add interlace detect filter.Michael Niedermayer2012-04-04
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>