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
2021-10-05avfilter: Reindentation after query_formats changesAndreas Rheinhardt
2021-10-05avfilter/vf_super2xsai: Use formats list instead of query functionAndreas Rheinhardt
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt
2021-08-20avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt
2021-08-15avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt
2021-08-13avfilter/formats: Factor common function combinations outAndreas Rheinhardt
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2021-01-21avfilter/vf_super2xsai: add slice threading supportPaul B Mahol
2021-01-21avfilter/vf_super2xsai: constify src pointerPaul B Mahol
2017-05-13avfilter: don't anonymously typedef structsPaul B Mahol
2015-09-08avfilter/vf_super2xsai: use the name 's' for the pointer to the private contextGanesh Ajjanagadde
2015-04-08avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-09-12avfilter: various cosmeticsPaul B Mahol
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer
2012-12-02lavfi/vf_super2xsai: fix output ref size.Nicolas George
2012-12-02lavfi/super2xsai: switch to ff_filter_frame() APIStefano Sabatini
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-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-16lavfi: update some deprecated functionsPaul B Mahol
2012-06-16lavfi/super2xsai: fix fate test on bigendianPaul B Mahol
2012-06-16lavfi/super2xsai: simplify code updating the color matrix at each y iterationStefano Sabatini
2012-06-16lavfi/super2xsai: fix table used to update color matrix at the end of each y ...Stefano Sabatini
2012-04-13lavfi: port 2xsai filter from libmpcodecsStefano Sabatini