Commit History

Author SHA1 Message Date
  Cédric Schieli f8a138be52 When converting from a non alpha format to an alpha format, defaults 15 years ago
  Diego Biurrun 1e5304c69e Rename yuv2rgb2.c --> yuv2rgb.c. 15 years ago
  Diego Biurrun 876a4dc013 Remove GPL version of yuv2rgb.c that has been replaced by an LGPL substitute. 15 years ago
  Kostya Shishkov e2a004ad4e Prefix visible YUV2RGB functions with sws_ 15 years ago
  Kostya Shishkov fa58ba15f8 Give better name to Inverse_Table_6_9 15 years ago
  Diego Biurrun 2907deed0f Remove file name from file headers. 15 years ago
  Diego Biurrun f4406ec177 HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes. 15 years ago
  Aurelien Jacobs b63f641e9b Change semantic of CONFIG_*, HAVE_* and ARCH_*. 15 years ago
  Diego Pettenò d0b69b2855 Mark dither_2x2_{8,4} static to swscale.c 16 years ago
  Carl Eugen Hoyos 88e2a9aebc Remove b5Dither, g5Dither and r5Dither from libswscale. 16 years ago
  Carl Eugen Hoyos 92c7b4713d Remove g6Dither from libswscale. 16 years ago
  Michael Niedermayer 45e18be87d Move dither tables from yuv2rgb to swscale, they have been written by me and 16 years ago
  Michael Niedermayer 85a51e6bd5 Fix chroma yuv->rgb tables for jpeg style yuv, this was missed as it 16 years ago
  Michael Niedermayer 9990e4269c Support PIX_FMT_RGB32_1 and PIX_FMT_BGR32_1. 16 years ago
  Michael Niedermayer 688b5e8020 Fix rgb15/16 vs. bgr part1. 16 years ago
  Diego Biurrun 8a3227968c spelling/grammar/wording overhaul 16 years ago
  Luca Barbato 5478959b8f Build sparc arch specific code using the Makefile 16 years ago
  Diego Biurrun 5202ed315b Fix wrong #endif comment. 16 years ago
  Diego Biurrun bfffdb81c2 Classify mlib as a configurable option, not as a hardware feature. 16 years ago
  Diego Biurrun a04e32407d Mark Y variable in EPILOG macro as av_unused to avoid unused variable warnings. 16 years ago
  Carl Eugen Hoyos 0cb2559445 Discard two symbols from libswscale. 16 years ago
  Carl Eugen Hoyos ae797914dd Make dither4 & dither8 const. 16 years ago
  Reimar Döffinger 5802683a97 Make some assembler constants global instead of declaring them multiple times. 16 years ago
  Reimar Döffinger d334c7c237 Use DECLARE_ASM_CONST where possible in libswscale code 16 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
  Denes Balatoni 90c1d7b400 UltraSPARC VIS yuv2rgb 17 years ago
  Diego Biurrun fc69cc615e Remove redundant "all rights reserved" statement, OKed by Walken. 17 years ago
  Diego Biurrun cabc90c2ce typo 17 years ago
  Diego Biurrun 7ed8ccb50e ISO8859-1 --> UTF-8 17 years ago
  Diego Biurrun c1578479d3 Group all copyright and author notices together. 17 years ago
  Reimar Döffinger 1a18eaf760 Fix yuv2rgb C functions to work for widths divisible by 4 but not by 8 17 years ago
  Carl Eugen Hoyos 2db27aadcb rename attribute_unused to av_unused as it is declared in common.h 17 years ago
  Marc Hoffman d3f3eea92d Blackfin optimized YUV420 to RGB CSC Color Space Converters. 17 years ago
  Diego Biurrun 428098165d cosmetics attack, part III: Remove all tabs and prettyprint/reindent the code. 17 years ago
  Diego Biurrun 6a4970abd1 cosmetics: Remove trailing whitespace. 17 years ago
  Michael Niedermayer edf97a75f9 fix full range (jpeg yuv) chroma 17 years ago
  Luca Abeni 2d529db50f Pass a context to av_log(), when possible 17 years ago
  Diego Biurrun 2c86a5786a Fix license headers and FSF postal address. 17 years ago
  Luca Abeni 789237cad0 Mark some variables as possibly unused to avoid warnings 17 years ago
  Luca Abeni 628bc5e862 Add some explicit casts to avoid "assignment from incompatible pointer type" 17 years ago
  Luca Abeni 44060a7391 Add some other casts, to remove void pointers arithmetic 17 years ago
  Diego Biurrun 3d6a30d948 Use common define for x86_32 and x86_64. 18 years ago
  Aurelien Jacobs a90ce38634 make some global var static (fix a build failure with shared lib on x86_64) 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
  Diego Biurrun dbdae6ec54 Do not assemble MMX, MMX2 or 3DNOW code unconditionally on X86 and X86_64. 18 years ago
  Diego Biurrun 6979600818 Comment some #endif lines. 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