summaryrefslogtreecommitdiff
path: root/libavfilter/vf_super2xsai.c
Commit message (Expand)AuthorAge
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-05
* avfilter/vf_super2xsai: Use formats list instead of query functionAndreas Rheinhardt2021-10-05
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt2021-08-15
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-13
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* avfilter/vf_super2xsai: add slice threading supportPaul B Mahol2021-01-21
* avfilter/vf_super2xsai: constify src pointerPaul B Mahol2021-01-21
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-13
* avfilter/vf_super2xsai: use the name 's' for the pointer to the private contextGanesh Ajjanagadde2015-09-08
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-08
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-29
* avfilter: various cosmeticsPaul B Mahol2013-09-12
* Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-10
* lavfi/vf_super2xsai: fix output ref size.Nicolas George2012-12-02
* lavfi/super2xsai: switch to ff_filter_frame() APIStefano Sabatini2012-12-02
* lavfi: convert remaining input/output list compound literals to named objects.Clément Bœsch2012-11-28
* Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-08
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-22
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-21
* lavfi: decrease logging level of message showing initial parametersStefano Sabatini2012-07-15
* lavfi: update some deprecated functionsPaul B Mahol2012-06-16
* lavfi/super2xsai: fix fate test on bigendianPaul B Mahol2012-06-16
* lavfi/super2xsai: simplify code updating the color matrix at each y iterationStefano Sabatini2012-06-16
* lavfi/super2xsai: fix table used to update color matrix at the end of each y ...Stefano Sabatini2012-06-16
* lavfi: port 2xsai filter from libmpcodecsStefano Sabatini2012-04-13