Commit History

Author SHA1 Message Date
  Diego Biurrun beb93f987c Add a copy of libswscale into the branch instead of using svn:external. 15 years ago
  Diego Biurrun da835cc8a3 Create 0.5 release branch. 15 years ago
  Diego Biurrun 3d021dd6eb Remove unnecessary emms Assembler instructions. 15 years ago
  Diego Biurrun 945f7c6e92 Revert #undefining system functions, it is not necessary. 15 years ago
  Diego Biurrun 516c5f88a1 Add config.h #include for ARCH_X86 definition. 15 years ago
  Diego Biurrun 84205e0239 Add #undefs to reenable system functions that are normally forbidden in other 15 years ago
  Aurelien Jacobs b63f641e9b Change semantic of CONFIG_*, HAVE_* and ARCH_*. 15 years ago
  Michael Niedermayer b29e65513c Remove rgb2rgb.h dependancy. 15 years ago
  Diego Pettenò 7ad6469eae Convert asm keyword into __asm__. 15 years ago
  Diego Biurrun 92ca910542 Remove unused function fast_memcpy. 16 years ago
  Diego Biurrun ed2164f37e cosmetics: indentation 16 years ago
  Michael Niedermayer 8335a9f0cb Revert mistakely commited hunk. 16 years ago
  Michael Niedermayer 0473e31faa Print all cases that are tested, not just the ones that are bad. 16 years ago
  Michael Niedermayer ae9e0e8391 Add fflush to prevent stdout & stderr from being mixed. 16 years ago
  Diego Biurrun 83da2c6f26 Use full path for #includes from another directory. 16 years ago
  Diego Biurrun 54e3ae2ea6 Relicense test/example files as LGPL with Michael's permission. 16 years ago
  Benoit Fouet 1b0a4572f4 Change (a == NULL) condition to (!a) and (a != NULL) condition to (a). 16 years ago
  Benoit Fouet 8916b4b55b Remove some useless parentheses. 16 years ago
  Benoit Fouet e5091488a5 Remove non cosmetic spaces inside parentheses. 16 years ago
  Diego Biurrun b19bcbaa78 license header consistency cosmetics 17 years ago
  Diego Biurrun 221b804f34 cosmetics attack, part II: Remove all tabs and prettyprint/reindent the code. 17 years ago
  Diego Biurrun 6a4970abd1 cosmetics: Remove trailing whitespace. 17 years ago
  Marc Hoffman 26cdb9a2aa Remove large automatics from stack. 17 years ago
  Diego Biurrun 3d6a30d948 Use common define for x86_32 and x86_64. 17 years ago
  Diego Biurrun d026b45e73 Change license headers to say 'FFmpeg' instead of 'this program'. 18 years ago
  Diego Biurrun 632d873994 Fix warnings: 18 years ago
  Luca Abeni 87656472f4 Improve swscale-example to test conversions between all the possible 18 years ago
  Luca Abeni e9e12f0e11 Remove the dependency of libswscale on img_format.h 18 years ago
  Diego Biurrun db3924f1fd Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h. 18 years ago
  Luca Abeni 94c4def23c Use libavutil in libswscale, and allow it to be built out of the mplayer tree 18 years ago
  Luca Abeni 73435f006b Move postproc ---> libswscale 18 years ago