36 Commits (d63f529df7156ff3a38f8efb00fc46b10bac1f62)

Author SHA1 Message Date
  Luca Barbato e40b183d3a Split AVOption/AVClass in a separate file. SoC Patch from Keiji Costantini 17 years ago
  Diego Biurrun 8a3227968c spelling/grammar/wording overhaul 17 years ago
  Diego Biurrun 83da2c6f26 Use full path for #includes from another directory. 17 years ago
  Panagiotis Issaris 635a8cd27d Make av_class a pointer to const. 17 years ago
  Benoit Fouet 710af50e0c define VOF as double of VOFW. 17 years ago
  Baptiste Coudurier 8055ede6c7 change sws_format_name to return const char*, supress many warnings 17 years ago
  Michael Niedermayer 8b2fce0d3f Turn ancient V offset numerical constants into named ones. 17 years ago
  Carl Eugen Hoyos 0cb2559445 Discard two symbols from libswscale. 17 years ago
  Diego Biurrun 56b69633dd comment typo fixes 17 years ago
  Diego Biurrun c95a3a9fbf Add missing declarations for AltiVec functions, fixes the warnings: 17 years ago
  Diego Biurrun 4706949c6d Fix 'make checkheaders' on AltiVec-enabled systems. 17 years ago
  Diego Biurrun 39c70be189 Add FFMPEG_ prefix to all multiple inclusion guards. 17 years ago
  Diego Biurrun 721d5e3b95 Revert wrong ARCH_BFIN --> HAVE_BFIN change. 17 years ago
  Marc Hoffman 49488d12bf renaming ARCH_BFIN to HAVE_BFIN 17 years ago
  Diego Biurrun 6465c977b7 Move Apple gcc AltiVec vector declaration syntax to libavutil. 18 years ago
  Diego Biurrun d8e84202c7 Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg). 18 years ago
  Denes Balatoni 90c1d7b400 UltraSPARC VIS yuv2rgb 18 years ago
  Andreas Öman 9ba7fe6dcb use YUV440P in swscale 18 years ago
  Diego Biurrun b19bcbaa78 license header consistency cosmetics 18 years ago
  Diego Biurrun 86bdf3fd3d misc spelling fixes 18 years ago
  Marc Hoffman d3f3eea92d Blackfin optimized YUV420 to RGB CSC Color Space Converters. 18 years ago
  Ivo van Poorten 9d9de37d81 cosmetics; one test per line for all isXXX(x) macros 18 years ago
  Diego Biurrun 221b804f34 cosmetics attack, part II: Remove all tabs and prettyprint/reindent the code. 18 years ago
  Diego Biurrun 911406f2c4 typo 18 years ago
  Diego Biurrun 606f68bd10 cosmetics: typo fixes, usefuLL --> useful and aswell --> as well 18 years ago
  Michael Niedermayer 18064f5cf3 BGR/RGB4 byte formats as input 18 years ago
  Luca Abeni 2d529db50f Pass a context to av_log(), when possible 18 years ago
  Luca Abeni 9effd94abc Remove some void pointers arithmetic 18 years ago
  Luca Abeni 807e0c6645 Clarify that some of the non-SIMD code is now LGPLed. 18 years ago
  Kostya Shishkov 4884b9e50d 16-bit grayscale support 18 years ago
  Diego Biurrun d026b45e73 Change license headers to say 'FFmpeg' instead of 'this program'. 18 years ago
  Luca Abeni e9e12f0e11 Remove the dependency of libswscale on img_format.h 18 years ago
  Michael Niedermayer d1a7ae1a37 make the C code of the swscaler which i wrote LGPL 18 years ago
  Michael Niedermayer bca11e75fb vertical scaler with accurate rounding, some people on doom9 can see +-1 errors 19 years ago
  Luca Abeni 94c4def23c Use libavutil in libswscale, and allow it to be built out of the mplayer tree 19 years ago
  Luca Abeni 73435f006b Move postproc ---> libswscale 19 years ago
  Reimar Döffinger 902c748ce5 change the type of esp in SwsContext to uint64_t so it can hold a full register 19 years ago
  Alan Curry d33d485e83 Move the v{Y,C}CoeffsBank vectors into the SwsContext, filling them in just 19 years ago
  Diego Biurrun 660204c65c Update licensing information: The FSF changed postal address. 19 years ago
  Diego Biurrun b2d374c958 Unify include paths, -I.. is in CFLAGS. 19 years ago
  Jindřich Makovička e63ac25d05 support for both orderings of the slices (top->down / bottom->up) 20 years ago
  Aurelien Jacobs 38d5c282cd makes funnyCode pages executable (for CPU with NX bit) 20 years ago
  Luca Barbato 582552fb56 postproc/yuv2rgb_altivec.c compile fix 20 years ago
  Michael Niedermayer 66d1cdb672 passing an array or double precission parameters for the scaling function, instead of missusing a few bits of the flags 20 years ago
  Alex Beregszaszi f2015f0c50 fix altivec.h inclusion (vector keyword in structure) 21 years ago
  Michael Niedermayer a31de95620 altivec yuv->rgb converter 21 years ago
  Michael Niedermayer 8bae9ddc91 10l (forgot that the dstW offset is hardcoded in the asm) 21 years ago
  Michael Niedermayer 379a20360c rounding fixes 21 years ago
  Alex Beregszaszi b706b007a4 removed the last mp_msg :) 22 years ago
  Michael Niedermayer fccb9b2b80 10000l (YUV vs. YVU swscale fix/cleanup) 22 years ago