summaryrefslogtreecommitdiffstats
path: root/libswscale/swscale-example.c
Commit message (Expand)AuthorAgeFilesLines
* Relicense test/example files as LGPL with Michael's permission.diego2008-04-131-8/+8
* Change (a == NULL) condition to (!a) and (a != NULL) condition to (a).benoit2008-01-171-4/+4
* Remove some useless parentheses.benoit2008-01-171-1/+1
* Remove non cosmetic spaces inside parentheses.benoit2008-01-171-2/+2
* license header consistency cosmeticsdiego2007-07-051-1/+1
* cosmetics attack, part II: Remove all tabs and prettyprint/reindent the code.diego2007-04-291-153/+153
* cosmetics: Remove trailing whitespace.diego2007-04-261-15/+15
* Remove large automatics from stack.diego2007-04-261-3/+3
* Use common define for x86_32 and x86_64.diego2006-11-011-3/+3
* Change license headers to say 'FFmpeg' instead of 'this program'.diego2006-10-071-16/+18
* Fix warnings:diego2006-10-041-0/+2
* Improve swscale-example to test conversions between all the possiblelucabe2006-09-241-39/+44
* Remove the dependency of libswscale on img_format.hlucabe2006-09-171-20/+26
* Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.diego2006-08-181-1/+1
* Use libavutil in libswscale, and allow it to be built out of the mplayer treelucabe2006-07-201-7/+5
* Move postproc ---> libswscalelucabe2006-06-301-0/+216