Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | examples/scaling_video: write to rawvideo file | Stefano Sabatini | 2012-09-04 | 1 | -25/+27 |
| | | | | | This is more useful for testing purposes. Also allow to specify the name of the output file. | ||||
* | examples/scaling_video: add logging in case of image allocation failure | Stefano Sabatini | 2012-08-30 | 1 | -2/+6 |
| | |||||
* | examples/scaling_video: consistently use printf rather than av_log() | Stefano Sabatini | 2012-08-30 | 1 | -8/+8 |
| | |||||
* | examples/scaling_video: add file doxy | Stefano Sabatini | 2012-08-30 | 1 | -0/+5 |
| | |||||
* | examples: add scaling_video example | Stefano Sabatini | 2012-08-28 | 1 | -0/+131 |
This example should be useful to show the basic functionality of the libswscale API. More advanced features (scaling options etc., colorspace tweaking) may be added later. |