summaryrefslogtreecommitdiff
path: root/libswscale/swscale-example.c
Commit message (Expand)AuthorAge
* Add a copy of libswscale into the branch instead of using svn:external.Diego Biurrun2009-04-13
* Create 0.5 release branch.Diego Biurrun2009-03-02
* Remove unnecessary emms Assembler instructions.Diego Biurrun2009-02-10
* Revert #undefining system functions, it is not necessary.Diego Biurrun2009-02-09
* Add config.h #include for ARCH_X86 definition.Diego Biurrun2009-02-09
* Add #undefs to reenable system functions that are normally forbidden in otherDiego Biurrun2009-02-09
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-14
* Remove rgb2rgb.h dependancy.Michael Niedermayer2008-10-27
* Convert asm keyword into __asm__.Diego Pettenò2008-10-16
* Remove unused function fast_memcpy.Diego Biurrun2008-09-29
* cosmetics: indentationDiego Biurrun2008-09-29
* Revert mistakely commited hunk.Michael Niedermayer2008-09-29
* Print all cases that are tested, not just the ones that are bad.Michael Niedermayer2008-09-29
* Add fflush to prevent stdout & stderr from being mixed.Michael Niedermayer2008-09-04
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* Relicense test/example files as LGPL with Michael's permission.Diego Biurrun2008-04-13
* Change (a == NULL) condition to (!a) and (a != NULL) condition to (a).Benoit Fouet2008-01-17
* Remove some useless parentheses.Benoit Fouet2008-01-17
* Remove non cosmetic spaces inside parentheses.Benoit Fouet2008-01-17
* license header consistency cosmeticsDiego Biurrun2007-07-05
* cosmetics attack, part II: Remove all tabs and prettyprint/reindent the code.Diego Biurrun2007-04-29
* cosmetics: Remove trailing whitespace.Diego Biurrun2007-04-26
* Remove large automatics from stack.Marc Hoffman2007-04-26
* Use common define for x86_32 and x86_64.Diego Biurrun2006-11-01
* Change license headers to say 'FFmpeg' instead of 'this program'.Diego Biurrun2006-10-07
* Fix warnings:Diego Biurrun2006-10-04
* Improve swscale-example to test conversions between all the possibleLuca Abeni2006-09-24
* Remove the dependency of libswscale on img_format.hLuca Abeni2006-09-17
* Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.Diego Biurrun2006-08-18
* Use libavutil in libswscale, and allow it to be built out of the mplayer treeLuca Abeni2006-07-20
* Move postproc ---> libswscaleLuca Abeni2006-06-30