summaryrefslogtreecommitdiff
path: root/doc/scaler.texi
Commit message (Collapse)AuthorAge
* doc/swscaler: explain default Lanczos parameterWerner Robitza2019-05-27
| | | | | | | Explain that the default Lanczos filter parameter is 3 and that it can be changed by the param0 option. Signed-off-by: Werner Robitza <werner.robitza@gmail.com>
* doc/scaler: explain values for src_range, dst_rangeWerner Robitza2019-05-17
| | | | | | | | This fixes the description of the values for src_range and dst_range to include the possible values and their meanings. Signed-off-by: Werner Robitza <werner.robitza@gmail.com> Signed-off-by: Gyan Doshi <ffmpeg@gyani.pro>
* doc/scaler: indicate some options as API only.Gyan Doshi2019-05-17
| | | | | srcw, srch, dstw, dsth, src_format and dst_format were blocked for CLI use in a0af9fd954 in order to fix ticket #4856
* doc/scaler: mention default scaling algorithmLou Logan2017-01-09
| | | | | | | Default is "bicubic". Signed-off-by: Lou Logan <lou@lrcd.com> Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
* vf_scale: eval, param0 and param1 documentationBela Bodecs2016-01-20
| | | | | | | Documentation of eval, param0 and param1 parameters Signed-off-by: Bela Bodecs <bodecsb@vivanet.hu> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* doc/scaler, swscale/options: use proper capitalizationGanesh Ajjanagadde2015-10-10
| | | | | | | | | | | | | Proper names should be capitalized in all user facing API as far as possible. The option names themselves have not been changed since: 1. We consistently keep option names in lower case. 2. Changing them would break existing scripts. The converse is also true: improper names should not be capitalized generally. Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* swscale/alphablend: Support SWS_ALPHA_BLEND_CHECKERBOARDMichael Niedermayer2015-08-09
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* swscale: Implement alphablendaway for planar 4:4:4 formatsMichael Niedermayer2015-08-08
| | | | | | Fixes Ticket4746 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* swscale: add two spatially stable dithering methodsØyvind Kolås2014-03-25
| | | | | | | | | | | | | Both of these dithering methods are from http://pippin.gimp.org/a_dither/ for GIF they can be considered better than bayer (provides more gray-levels), and spatial stability - often more than twice as good compression and less visual flicker than error diffusion methods (the methods also avoids error-shadow artifacts of diffusion dithers). These methods are similar to blue/green noise type dither masks; but are simple enough to generate their mask on the fly. They are still research work in progress; though more expensive to generate masks (which can be used in a LUT) like 'void and cluster' and similar methods will yield superior results
* dox/scaler:fix bicubiclin typoMichael Niedermayer2014-03-24
| | | | | | See Ticket3486 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc: move sws_dither option description to scaler.texiStefano Sabatini2013-09-30
| | | | | That's the more proper place where the scaler options should be documented.
* doc/filters/scale: mention and link scaler optionsStefano Sabatini2013-09-30
|
* doc: try to add a link from the vf_scale sws_flags to the scaler docsMichael Niedermayer2013-09-30
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc: move ffmpeg-scaler.texi content to separated fileStefano Sabatini2013-04-05
This should simplify inclusion in monolithic tool manuals.