summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer145-176/+176
2013-09-12avfilter: various cosmeticsPaul B Mahol109-896/+750
2013-09-11avfilter: remove redundant use of AV_NE() macroPaul B Mahol3-32/+32
2013-05-27lavfi/idet: remove request_frame hackPaul B Mahol1-16/+7
2013-05-16lavfi/idet: fix chroma subsampling with odd sizes.Clément Bœsch1-2/+2
2013-04-12lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer50-70/+71
2013-04-10lavfi/idet: switch to an AVOptions-based system.Clément Bœsch3-3/+10
2013-03-24lavfi/idet: use standard options parsing.Clément Bœsch1-8/+3
2013-03-10lavfi: remove remaining forgotten min/rej perms.Clément Bœsch14-21/+3
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer124-1926/+1820
2013-02-21vf_idet: adapt default scores due to bugfixMichael Niedermayer1-2/+2
2013-02-21vf_idet: Fix macro arguments sideeffectMichael Niedermayer1-2/+4
2012-12-26vf_idet: fix type of statsMichael Niedermayer1-2/+2
2012-12-26lavfi/idet: remove unused assert include.Clément Bœsch1-3/+0
2012-12-26lavfi/idet: remove unecessary context assignment.Clément Bœsch1-1/+0
2012-12-26lavfi/idet: support named parameters.Clément Bœsch1-4/+22
2012-12-26lavfi/idet: remove unecessary poll_frame callback.Clément Bœsch1-18/+0
2012-12-08lavfi/idet: switch to filter_frame APIMatthieu Bouron1-19/+3
2012-11-28lavfi: convert remaining input/output list compound literals to named objects.Clément Bœsch48-761/+1038
2012-10-20Replace usage of the deprecated av_pix_fmt_descriptors array with av_pix_fmt_...Hendrik Leppkes17-22/+22
2012-10-19vf_idet: reorder operations to avoid division by 0Michael Niedermayer1-3/+3
2012-10-11vf_idet: zero pointers after freeing referencesMichael Niedermayer1-3/+3
2012-10-11vf_idet: fix free after useMichael Niedermayer1-0/+1
2012-10-10vf_idet: remove some unnecessary statement and unused variableMatthieu Bouron1-4/+3
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer373-3410/+3414
2012-09-07vf_idet: Remove emmsDerek Buitenhuis1-3/+0
2012-08-17vf_idet: fix permissions.Nicolas George1-3/+4
2012-07-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer64-376/+764
2012-06-26Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'Michael Niedermayer65-118/+126
2012-06-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer44-279/+1314
2012-06-16lavfi: update some deprecated functionsPaul B Mahol34-125/+145
2012-05-10vf_idet: remove unused variablesMichael Niedermayer1-2/+0
2012-05-10vf_idet: fix pointer type (const) warningMichael Niedermayer1-1/+1
2012-04-05vf_idet: clean detected frame types based on a 4 frame history.Michael Niedermayer1-3/+28
2012-04-05vf_idet: change individual per frame statistics to debug log level.Michael Niedermayer1-1/+1
2012-04-05vf_idet: print accumulated statistics for single and multi frame detectionMichael Niedermayer1-3/+10
2012-04-05vf_idet: Print both the single frame based detection and the multi frame one.Michael Niedermayer1-4/+12
2012-04-05vf_idet: Add last_type variable to make code more readable.Michael Niedermayer1-11/+13
2012-04-05vf_idet: use enum to represent the type.Michael Niedermayer1-14/+28
2012-04-04vf_idet: print accumulated statistics at endMichael Niedermayer1-1/+7
2012-04-04vf_idet: set interlaced flagsMichael Niedermayer1-0/+7
2012-04-04vf_idet: fix indentionMichael Niedermayer1-10/+10
2012-04-04vf_idet: move statistic variables into the contextMichael Niedermayer1-5/+9
2012-04-04vf_idet: remove unused functionMichael Niedermayer1-4/+0
2012-04-04vf_idet: pass context to av_log()Michael Niedermayer1-5/+5
2012-04-04libavfilter: Add interlace detect filter.Michael Niedermayer4-0/+277