summaryrefslogtreecommitdiff
path: root/libavfilter/vf_idet.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-29
* avfilter: various cosmeticsPaul B Mahol2013-09-12
* avfilter: remove redundant use of AV_NE() macroPaul B Mahol2013-09-11
* lavfi/idet: remove request_frame hackPaul B Mahol2013-05-27
* lavfi/idet: fix chroma subsampling with odd sizes.Clément Bœsch2013-05-16
* lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer2013-04-12
* lavfi/idet: switch to an AVOptions-based system.Clément Bœsch2013-04-11
* lavfi/idet: use standard options parsing.Clément Bœsch2013-03-24
* lavfi: remove remaining forgotten min/rej perms.Clément Bœsch2013-03-10
* Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-10
* vf_idet: adapt default scores due to bugfixMichael Niedermayer2013-02-21
* vf_idet: Fix macro arguments sideeffectMichael Niedermayer2013-02-21
* vf_idet: fix type of statsMichael Niedermayer2012-12-26
* lavfi/idet: remove unused assert include.Clément Bœsch2012-12-26
* lavfi/idet: remove unecessary context assignment.Clément Bœsch2012-12-26
* lavfi/idet: support named parameters.Clément Bœsch2012-12-26
* lavfi/idet: remove unecessary poll_frame callback.Clément Bœsch2012-12-26
* lavfi/idet: switch to filter_frame APIMatthieu Bouron2012-12-08
* lavfi: convert remaining input/output list compound literals to named objects.Clément Bœsch2012-11-28
* Replace usage of the deprecated av_pix_fmt_descriptors array with av_pix_fmt_...Hendrik Leppkes2012-10-20
* vf_idet: reorder operations to avoid division by 0Michael Niedermayer2012-10-19
* vf_idet: zero pointers after freeing referencesMichael Niedermayer2012-10-11
* vf_idet: fix free after useMichael Niedermayer2012-10-11
* vf_idet: remove some unnecessary statement and unused variableMatthieu Bouron2012-10-10
* Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-08
* vf_idet: Remove emmsDerek Buitenhuis2012-09-07
* vf_idet: fix permissions.Nicolas George2012-08-17
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-22
* Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'Michael Niedermayer2012-06-26
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-24
* lavfi: update some deprecated functionsPaul B Mahol2012-06-16
* vf_idet: remove unused variablesMichael Niedermayer2012-05-10
* vf_idet: fix pointer type (const) warningMichael Niedermayer2012-05-10
* vf_idet: clean detected frame types based on a 4 frame history.Michael Niedermayer2012-04-05
* vf_idet: change individual per frame statistics to debug log level.Michael Niedermayer2012-04-05
* vf_idet: print accumulated statistics for single and multi frame detectionMichael Niedermayer2012-04-05
* vf_idet: Print both the single frame based detection and the multi frame one.Michael Niedermayer2012-04-05
* vf_idet: Add last_type variable to make code more readable.Michael Niedermayer2012-04-05
* vf_idet: use enum to represent the type.Michael Niedermayer2012-04-05
* vf_idet: print accumulated statistics at endMichael Niedermayer2012-04-04
* vf_idet: set interlaced flagsMichael Niedermayer2012-04-04
* vf_idet: fix indentionMichael Niedermayer2012-04-04
* vf_idet: move statistic variables into the contextMichael Niedermayer2012-04-04
* vf_idet: remove unused functionMichael Niedermayer2012-04-04
* vf_idet: pass context to av_log()Michael Niedermayer2012-04-04
* libavfilter: Add interlace detect filter.Michael Niedermayer2012-04-04