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-12-26vf_idet: fix type of statsMichael Niedermayer
2012-12-26lavfi/idet: remove unused assert include.Clément Bœsch
2012-12-26lavfi/idet: remove unecessary context assignment.Clément Bœsch
2012-12-26lavfi/idet: support named parameters.Clément Bœsch
2012-12-26lavfi/idet: remove unecessary poll_frame callback.Clément Bœsch
2012-12-08lavfi/idet: switch to filter_frame APIMatthieu Bouron
2012-11-29lavfi: convert remaining input/output list compound literals to named objects.Clément Bœsch
2012-10-20Replace usage of the deprecated av_pix_fmt_descriptors array with av_pix_fmt_...Hendrik Leppkes
2012-10-19vf_idet: reorder operations to avoid division by 0Michael Niedermayer
2012-10-11vf_idet: zero pointers after freeing referencesMichael Niedermayer
2012-10-11vf_idet: fix free after useMichael Niedermayer
2012-10-10vf_idet: remove some unnecessary statement and unused variableMatthieu Bouron
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
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