aboutsummaryrefslogtreecommitdiffhomepage
path: root/libswscale/swscale-example.c
Commit message (Expand)AuthorAge
* Remove rgb2rgb.h dependancy.Gravatar michael2008-10-27
* Convert asm keyword into __asm__.Gravatar flameeyes2008-10-16
* Remove unused function fast_memcpy.Gravatar diego2008-09-29
* cosmetics: indentationGravatar diego2008-09-29
* Revert mistakenly committed hunk.Gravatar michael2008-09-29
* Print all cases that are tested, not just the ones that are bad.Gravatar michael2008-09-29
* Add fflush to prevent stdout & stderr from being mixed.Gravatar michael2008-09-04
* Use full path for #includes from another directory.Gravatar diego2008-05-09
* Relicense test/example files as LGPL with Michael's permission.Gravatar diego2008-04-13
* Change (a == NULL) condition to (!a) and (a != NULL) condition to (a).Gravatar benoit2008-01-17
* Remove some useless parentheses.Gravatar benoit2008-01-17
* Remove non cosmetic spaces inside parentheses.Gravatar benoit2008-01-17
* license header consistency cosmeticsGravatar diego2007-07-05
* cosmetics attack, part II: Remove all tabs and prettyprint/reindent the code.Gravatar diego2007-04-29
* cosmetics: Remove trailing whitespace.Gravatar diego2007-04-26
* Remove large automatics from stack.Gravatar diego2007-04-26
* Use common define for x86_32 and x86_64.Gravatar diego2006-11-01
* Change license headers to say 'FFmpeg' instead of 'this program'.Gravatar diego2006-10-07
* Fix warnings:Gravatar diego2006-10-04
* Improve swscale-example to test conversions between all the possibleGravatar lucabe2006-09-24
* Remove the dependency of libswscale on img_format.hGravatar lucabe2006-09-17
* Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.Gravatar diego2006-08-18
* Use libavutil in libswscale, and allow it to be built out of the mplayer treeGravatar lucabe2006-07-20
* Move postproc ---> libswscaleGravatar lucabe2006-06-30