52 Commits (21b3752932330202e1bfeea5de7e237280a0e7c3)

Author SHA1 Message Date
Cédric Schieli 9621f2f540 YUVA420P is a planar YUV format 16 years ago
Cédric Schieli c27516003f Add an isALPHA macro to check if pixel format has alpha channel 16 years ago
Diego Biurrun 43175f5010 Drop DECLARE_ALIGNED from extern declarations. It creates trouble when 16 years ago
Kostya Shishkov e2a004ad4e Prefix visible YUV2RGB functions with sws_ 16 years ago
Diego Biurrun 1615fb91a1 Declare struct SwsContext before using it, fixes the checkheaders warning: 16 years ago
Aurelien Jacobs b63f641e9b Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago
Vitor Sessak 4900461742 Add a new unscaled PAL8 -> RGB converter. 16 years ago
Carl Eugen Hoyos 58e4b706c5 Change variable types from int to enum PixelFormat. 16 years ago
Michael Niedermayer 43c164788c Rename yuv2rgb variables to avoid name clashes with the ones used by bfin asm. 16 years ago
Michael Niedermayer ec1bca2a0f Add support for PIX_FMT_MONOWHITE as output format. 16 years ago
Michael Niedermayer fd5c57b813 100000000000000l, forgot to commit header change for r27580. 16 years ago
Michael Niedermayer 59ded10ca2 Fix typo in comment. 16 years ago
Michael Niedermayer 1625216eaa Fix accurate rounding mode on x86_64. 16 years ago
Michael Niedermayer 9990e4269c Support PIX_FMT_RGB32_1 and PIX_FMT_BGR32_1. 16 years ago
Michael Niedermayer d52337af70 Remove workaround for rgb/bgr mess. 16 years ago
Stefano Sabatini 0eaf523548 Change headers' guardnames consistently with r15120. 16 years ago
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. 17 years ago
Diego Biurrun d8e84202c7 Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg). 17 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