summaryrefslogtreecommitdiff
path: root/doc/scaler.texi
Commit message (Collapse)AuthorAge
* 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.