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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-04-08avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol
2015-02-18avfilter/vf_removelogo: Add () to protect the argument of apply_mask_fudge_fa...Michael Niedermayer
2014-05-14avfilter/vf_removelogo: use av_malloc_array()Michael Niedermayer
2014-05-10avfilter/vf_removelogo: fix memleak on failureMichael Niedermayer
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-10-12avfilter/vf_removelogo: fix pixel pointer so it points where its intendedMichael Niedermayer
2013-10-12avfilter/vf_removelogo: fix offset for accessing pixels above and belowMichael Niedermayer
2013-10-12avfilter/vf_removelogo: use av_freep() for safteyMichael Niedermayer
2013-10-02avfilter/vf_removelogo: use the name 's' for the pointer to the private contextClément Bœsch
2013-09-12avfilter: various cosmeticsPaul B Mahol
2013-09-07avfilter: remove redundant .get_(audio/video)_buffer initializationsPaul B Mahol
2013-05-12lavfi: replace passthrough_filter_frame with a flag.Clément Bœsch
2013-05-06avfilter: add av_cold to uninit()Michael Niedermayer
2013-04-24lavfi: add timeline support in {de,remove}logo.Clément Bœsch
2013-04-12lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer
2013-04-11lavfi/removelogo: switch to an AVOptions-based system.Clément Bœsch
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer
2012-12-22lavfi: declare arrays that never change as static constPaul B Mahol
2012-12-04lavfi/removelogo: switch to ff_filter_frame.Clément Bœsch
2012-11-29lavfi: convert remaining input/output list compound literals to named objects.Clément Bœsch
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-08-17vf_removelogo: fix permissions.Nicolas George
2012-07-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-15lavfi: decrease logging level of message showing initial parametersStefano Sabatini
2012-06-27Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'Michael Niedermayer
2012-06-16lavfi: update some deprecated functionsPaul B Mahol
2012-05-04Fix a few @file doxy inconsistencies.Clément Bœsch
2012-04-07lavfi: port libmpcodecs remove-logo filterStefano Sabatini