| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Give better name to Inverse_Table_6_9 | Kostya Shishkov | 2009-02-09 | 1 | -1/+1 |
* | Remove file name from file headers. | Diego Biurrun | 2009-02-09 | 1 | -1/+1 |
* | HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes. | Diego Biurrun | 2009-01-25 | 1 | -2/+2 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-14 | 1 | -12/+10 |
* | Mark dither_2x2_{8,4} static to swscale.c | Diego Pettenò | 2008-10-09 | 1 | -2/+0 |
* | Remove b5Dither, g5Dither and r5Dither from libswscale. | Carl Eugen Hoyos | 2008-10-04 | 1 | -6/+0 |
* | Remove g6Dither from libswscale. | Carl Eugen Hoyos | 2008-10-04 | 1 | -1/+0 |
* | Move dither tables from yuv2rgb to swscale, they have been written by me and | Michael Niedermayer | 2008-09-14 | 1 | -106/+5 |
* | Fix chroma yuv->rgb tables for jpeg style yuv, this was missed as it | Michael Niedermayer | 2008-09-11 | 1 | -4/+4 |
* | Support PIX_FMT_RGB32_1 and PIX_FMT_BGR32_1. | Michael Niedermayer | 2008-09-04 | 1 | -4/+8 |
* | Fix rgb15/16 vs. bgr part1. | Michael Niedermayer | 2008-09-04 | 1 | -5/+12 |
* | spelling/grammar/wording overhaul | Diego Biurrun | 2008-07-04 | 1 | -4/+4 |
* | Build sparc arch specific code using the Makefile | Luca Barbato | 2008-05-04 | 1 | -8/+0 |
* | Fix wrong #endif comment. | Diego Biurrun | 2008-03-29 | 1 | -1/+1 |
* | Classify mlib as a configurable option, not as a hardware feature. | Diego Biurrun | 2008-03-25 | 1 | -2/+2 |
* | Mark Y variable in EPILOG macro as av_unused to avoid unused variable warnings. | Diego Biurrun | 2008-03-11 | 1 | -2/+1 |
* | Discard two symbols from libswscale. | Carl Eugen Hoyos | 2008-02-22 | 1 | -8/+0 |
* | Make dither4 & dither8 const. | Carl Eugen Hoyos | 2008-02-09 | 1 | -2/+2 |
* | Make some assembler constants global instead of declaring them multiple times. | Reimar Döffinger | 2008-01-29 | 1 | -4/+0 |
* | Use DECLARE_ASM_CONST where possible in libswscale code | Reimar Döffinger | 2008-01-28 | 1 | -6/+6 |
* | Revert wrong ARCH_BFIN --> HAVE_BFIN change. | Diego Biurrun | 2007-09-27 | 1 | -1/+1 |
* | renaming ARCH_BFIN to HAVE_BFIN | Marc Hoffman | 2007-08-31 | 1 | -1/+1 |
* | UltraSPARC VIS yuv2rgb | Denes Balatoni | 2007-07-19 | 1 | -0/+10 |
* | Remove redundant "all rights reserved" statement, OKed by Walken. | Diego Biurrun | 2007-07-16 | 1 | -1/+0 |
* | typo | Diego Biurrun | 2007-07-14 | 1 | -1/+1 |
* | ISO8859-1 --> UTF-8 | Diego Biurrun | 2007-07-09 | 1 | -1/+1 |
* | Group all copyright and author notices together. | Diego Biurrun | 2007-07-05 | 1 | -4/+4 |
* | Fix yuv2rgb C functions to work for widths divisible by 4 but not by 8 | Reimar Döffinger | 2007-06-08 | 1 | -4/+38 |
* | rename attribute_unused to av_unused as it is declared in common.h | Carl Eugen Hoyos | 2007-05-30 | 1 | -2/+2 |
* | Blackfin optimized YUV420 to RGB CSC Color Space Converters. | Marc Hoffman | 2007-05-13 | 1 | -0/+8 |
* | cosmetics attack, part III: Remove all tabs and prettyprint/reindent the code. | Diego Biurrun | 2007-04-29 | 1 | -415/+415 |
* | cosmetics: Remove trailing whitespace. | Diego Biurrun | 2007-04-26 | 1 | -6/+6 |
* | fix full range (jpeg yuv) chroma | Michael Niedermayer | 2007-03-18 | 1 | -0/+5 |
* | Pass a context to av_log(), when possible | Luca Abeni | 2007-01-23 | 1 | -2/+2 |
* | Fix license headers and FSF postal address. | Diego Biurrun | 2007-01-22 | 1 | -2/+2 |
* | Mark some variables as possibly unused to avoid warnings | Luca Abeni | 2006-12-26 | 1 | -2/+4 |
* | Add some explicit casts to avoid "assignment from incompatible pointer type" | Luca Abeni | 2006-12-26 | 1 | -3/+3 |
* | Add some other casts, to remove void pointers arithmetic | Luca Abeni | 2006-12-26 | 1 | -3/+3 |
* | Use common define for x86_32 and x86_64. | Diego Biurrun | 2006-11-01 | 1 | -1/+1 |
* | make some global var static (fix a build failure with shared lib on x86_64) | Aurelien Jacobs | 2006-10-03 | 1 | -12/+12 |
* | Remove the dependency of libswscale on img_format.h | Luca Abeni | 2006-09-17 | 1 | -28/+26 |
* | Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h. | Diego Biurrun | 2006-08-18 | 1 | -1/+1 |
* | Do not assemble MMX, MMX2 or 3DNOW code unconditionally on X86 and X86_64. | Diego Biurrun | 2006-08-05 | 1 | -2/+2 |
* | Comment some #endif lines. | Diego Biurrun | 2006-07-28 | 1 | -1/+1 |
* | Use libavutil in libswscale, and allow it to be built out of the mplayer tree | Luca Abeni | 2006-07-20 | 1 | -10/+8 |
* | Move postproc ---> libswscale | Luca Abeni | 2006-06-30 | 1 | -0/+848 |