aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_idet.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-291-1/+1
* avfilter: various cosmeticsPaul B Mahol2013-09-121-4/+3
* avfilter: remove redundant use of AV_NE() macroPaul B Mahol2013-09-111-7/+7
* lavfi/idet: remove request_frame hackPaul B Mahol2013-05-271-16/+7
* lavfi/idet: fix chroma subsampling with odd sizes.Clément Bœsch2013-05-161-2/+2
* lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer2013-04-121-1/+1
* lavfi/idet: switch to an AVOptions-based system.Clément Bœsch2013-04-111-3/+0
* lavfi/idet: use standard options parsing.Clément Bœsch2013-03-241-8/+3
* lavfi: remove remaining forgotten min/rej perms.Clément Bœsch2013-03-101-2/+0
* Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-101-17/+17
* vf_idet: adapt default scores due to bugfixMichael Niedermayer2013-02-211-2/+2
* vf_idet: Fix macro arguments sideeffectMichael Niedermayer2013-02-211-2/+4
* vf_idet: fix type of statsMichael Niedermayer2012-12-261-2/+2
* lavfi/idet: remove unused assert include.Clément Bœsch2012-12-261-3/+0
* lavfi/idet: remove unecessary context assignment.Clément Bœsch2012-12-261-1/+0
* lavfi/idet: support named parameters.Clément Bœsch2012-12-261-4/+22
* lavfi/idet: remove unecessary poll_frame callback.Clément Bœsch2012-12-261-18/+0
* lavfi/idet: switch to filter_frame APIMatthieu Bouron2012-12-081-19/+3
* lavfi: convert remaining input/output list compound literals to named objects.Clément Bœsch2012-11-281-15/+25
* Replace usage of the deprecated av_pix_fmt_descriptors array with av_pix_fmt_...Hendrik Leppkes2012-10-201-1/+1
* vf_idet: reorder operations to avoid division by 0Michael Niedermayer2012-10-191-3/+3
* 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