summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_idet.c
Commit message (Expand)AuthorAgeFilesLines
...
* vf_idet: zero pointers after freeing referencesMichael Niedermayer2012-10-111-3/+3
* vf_idet: fix free after useMichael Niedermayer2012-10-111-0/+1
* vf_idet: remove some unnecessary statement and unused variableMatthieu Bouron2012-10-101-4/+3
* Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-21/+21
* vf_idet: Remove emmsDerek Buitenhuis2012-09-071-3/+0
* vf_idet: fix permissions.Nicolas George2012-08-171-3/+4
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-221-7/+7
* Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'Michael Niedermayer2012-06-261-1/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-241-2/+2
* lavfi: update some deprecated functionsPaul B Mahol2012-06-161-6/+7
* vf_idet: remove unused variablesMichael Niedermayer2012-05-101-2/+0
* vf_idet: fix pointer type (const) warningMichael Niedermayer2012-05-101-1/+1
* vf_idet: clean detected frame types based on a 4 frame history.Michael Niedermayer2012-04-051-3/+28
* vf_idet: change individual per frame statistics to debug log level.Michael Niedermayer2012-04-051-1/+1
* vf_idet: print accumulated statistics for single and multi frame detectionMichael Niedermayer2012-04-051-3/+10
* vf_idet: Print both the single frame based detection and the multi frame one.Michael Niedermayer2012-04-051-4/+12
* vf_idet: Add last_type variable to make code more readable.Michael Niedermayer2012-04-051-11/+13
* vf_idet: use enum to represent the type.Michael Niedermayer2012-04-051-14/+28
* vf_idet: print accumulated statistics at endMichael Niedermayer2012-04-041-1/+7
* vf_idet: set interlaced flagsMichael Niedermayer2012-04-041-0/+7
* vf_idet: fix indentionMichael Niedermayer2012-04-041-10/+10
* vf_idet: move statistic variables into the contextMichael Niedermayer2012-04-041-5/+9
* vf_idet: remove unused functionMichael Niedermayer2012-04-041-4/+0
* vf_idet: pass context to av_log()Michael Niedermayer2012-04-041-5/+5
* libavfilter: Add interlace detect filter.Michael Niedermayer2012-04-041-0/+270
OpenPOWER on IntegriCloud