Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-09-07vf_idet: Remove emmsDerek Buitenhuis
2012-08-17vf_idet: fix permissions.Nicolas George
2012-07-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-27Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'Michael Niedermayer
2012-06-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-16lavfi: update some deprecated functionsPaul B Mahol
2012-05-10vf_idet: remove unused variablesMichael Niedermayer
2012-05-10vf_idet: fix pointer type (const) warningMichael Niedermayer
2012-04-05vf_idet: clean detected frame types based on a 4 frame history.Michael Niedermayer
2012-04-05vf_idet: change individual per frame statistics to debug log level.Michael Niedermayer
2012-04-05vf_idet: print accumulated statistics for single and multi frame detectionMichael Niedermayer
2012-04-05vf_idet: Print both the single frame based detection and the multi frame one.Michael Niedermayer
2012-04-05vf_idet: Add last_type variable to make code more readable.Michael Niedermayer
2012-04-05vf_idet: use enum to represent the type.Michael Niedermayer
2012-04-04vf_idet: print accumulated statistics at endMichael Niedermayer
2012-04-04vf_idet: set interlaced flagsMichael Niedermayer
2012-04-04vf_idet: fix indentionMichael Niedermayer
2012-04-04vf_idet: move statistic variables into the contextMichael Niedermayer
2012-04-04vf_idet: remove unused functionMichael Niedermayer
2012-04-04vf_idet: pass context to av_log()Michael Niedermayer
2012-04-04libavfilter: Add interlace detect filter.Michael Niedermayer