May 30, 2011
View e1197b9

swscale: remove sws_format_name()

Stefano Sabatini authored on 2011/05/30 00:57:40
View 5a35cef

Merge remote-tracking branch 'qatar/master'

Michael Niedermayer authored on 2011/05/30 08:23:11
May 25, 2011
View 034fc7b

Merge remote-tracking branch 'qatar/master'

Michael Niedermayer authored on 2011/05/25 13:32:23
May 24, 2011
View e66149e

swscale: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*.

Ronald S. Bultje authored on 2011/05/24 23:03:26
April 30, 2011
View 06b5fac

swscale: Remove disabled code.

Diego Biurrun authored on 2011/04/30 02:35:08
March 19, 2011
View 2912e87

Replace FFmpeg with Libav in licence headers

Mans Rullgard authored on 2011/03/19 02:35:10
March 17, 2011
View 1afbae1

libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementation

Peter Ross authored on 2011/03/17 19:07:18
View 3e2523d

libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementation

Peter Ross authored on 2011/03/17 19:07:18
July 12, 2010
View 453d28a

Change the type of Y table to pointer to void in fill_table(). This fixes warnings about wrong type being used, e.g.: libswscale/yuv2rgb.c: In function ‘ff_yuv2rgb_c_init_tables’: libswscale/yuv2rgb.c:778: warning: passing argument 4 of ‘fill_table’ from incompatible pointer type libswscale/yuv2rgb.c:598: note: expected ‘uint8_t *’ but argument is of type ‘uint16_t *’

Benoit Fouet authored on 2010/07/12 17:35:20
July 11, 2010
View 6a01eab

Add av_ prefix to bswap macros

Måns Rullgård authored on 2010/07/11 07:12:38
June 1, 2010
View 0093ac5

Move internal scale context fields initialization from sws_setColorspaceDetails() to ff_yuv2rgb_c_init_tables().

Stefano Sabatini authored on 2010/06/01 20:30:07
May 4, 2010
View f4ea7c8

alternative LGPL-licensed, MMX-optimized YUV to RGB conversion routines written by Kostya Shishkov

Diego Biurrun authored on 2010/05/04 18:11:01
March 26, 2010
View f25b1c4

HAVE_MMX2 implies HAVE_MMX, so checking the latter is enough.

Diego Biurrun authored on 2010/03/26 16:57:54
March 6, 2010
View a4e4413

Add support to BGR444/RGB444 foreign endian output in libswscale.

Janusz Krzysztofik authored on 2010/03/06 20:27:31
March 5, 2010
View 124cb45

Cosmetics: fix vertical alignment.

Benoit Fouet authored on 2010/03/05 17:41:35