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