May 29, 2011
View b8a43bc

Merge remote-tracking branch 'qatar/master' into master

Michael Niedermayer authored on 2011/05/29 09:55:19
May 27, 2011
View b8e8933

sws: replace all long with int.

Anton Khirnov authored on 2011/05/27 01:57:26
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
March 19, 2011
View 2912e87

Replace FFmpeg with Libav in licence headers

Mans Rullgard authored on 2011/03/19 02:35:10
December 8, 2010
View b494baf

colorspace-test: fix build

Ramiro Polla authored on 2010/12/08 00:27:11
May 13, 2010
View c3ab000

Revert r31153. It failed to build on: x86_64 / Mac OS X gcc 4.0.1 x86_64 / Linux icc (all) x86_64 / Linux gcc 4.0.4 x86_64 / OpenBSD gcc 3.3.5 x86_64 / Linux suncc 5.10 and there are some reports of crashes.

Ramiro Polla authored on 2010/05/13 05:47:32
May 11, 2010
View d9d14dc

Use int instead of long to pass width parameters in non-public functions. long was being incorrectly used as an x86-sized register, both for 32 and 64 bits, but this is not the case in win64.

Ramiro Polla authored on 2010/05/11 09:36:34
August 30, 2009
View 7248797

swscale: Check for return values of malloc.

Ramiro Polla authored on 2009/08/30 08:02:01
August 17, 2009
View dd68318

Cosmetics: - Place curly brackets in the same line as while/for/if/switch/else/do; - Place curly brackets at column 0 in the next line starting a function.

Ramiro Polla authored on 2009/08/17 06:11:28
August 16, 2009
View 9b734d4

Indent libswscale: - Use 4 spaces throughout for indentation; - Fix inconsistent indentation; - Indent function calls and declarations aligning arguments on multiple lines to the column after the opening parentheses; - Align asm code to the column 4 spaces after the call to __asm__(); - Align cases in switch statements to the same column as "switch".

Ramiro Polla authored on 2009/08/16 09:32:04
March 26, 2009
View 66e6aec

Rename cs_test.c --> colorspace-test.c. This is more consistent with the names of other test programs and more descriptive of what the program does.

Diego Biurrun authored on 2009/03/26 23:20:15