April 13, 2009
View beb93f9

Add a copy of libswscale into the branch instead of using svn:external. This will allow merging some changes from trunk.

Diego Biurrun authored on 2009/04/13 19:00:56
March 2, 2009
View da835cc

Create 0.5 release branch.

Diego Biurrun authored on 2009/03/02 17:32:29
March 1, 2009
View 68363b6

Make AltiVec code write alpha as 255 instead of 0 when converting to RGBA

Reimar Döffinger authored on 2009/03/01 20:35:00
February 25, 2009
View ee8ee34

Relicense AltiVec optimizations as LGPL with the permission of Marc Hoffman and Reza Jelveh, the original authors.

Diego Biurrun authored on 2009/02/25 00:27:14
February 9, 2009
View e2a004a

Prefix visible YUV2RGB functions with sws_

Kostya Shishkov authored on 2009/02/09 23:31:53
December 19, 2008
View b9263c9

Remove pointless malloc.h #include.

Diego Biurrun authored on 2008/12/19 18:59:59
October 20, 2008
View 9655ffb

Convert typeof keyword into __typeof__; this is a gcc extension and the former is not accepted in C99 without GNU extensions enabled (e.g. via -fasm). This fixes compilation on PPC.

David Conrad authored on 2008/10/20 03:56:35
July 25, 2008
View 14b83f9

compilation fix with GCC 4.0.1 on MacOSX tiger, broken by the removal of AVV() macro

Guillaume Poirier authored on 2008/07/25 18:15:08
View 6b83bb1

Fix indentation after last commit.

Diego Biurrun authored on 2008/07/25 01:52:35
View f22e5e2

Remove AltiVec vector declaration compiler compatibility macros. The original problem was that FSF and Apple gcc used a different syntax for vector declarations, i.e. {} vs. (). Nowadays Apple gcc versions support the standard {} syntax and versions that support {} are available on all relevant Mac OS X versions. Thus the greater compatibility is no longer worth cluttering the code with macros.

Diego Biurrun authored on 2008/07/25 01:49:14
July 14, 2008
View 88c5cad

Cosmetics: reindent.

Alexander Strange authored on 2008/07/14 07:27:50
View 2ac6ff2

Remove const vector casts. Fixes compilation with altivec and -std=gnu99.

Alexander Strange authored on 2008/07/14 07:27:19
July 4, 2008
View 8a32279

spelling/grammar/wording overhaul

Diego Biurrun authored on 2008/07/04 22:49:45
View 4bdc44c

whitespace cosmetics

Diego Biurrun authored on 2008/07/04 22:14:29
View 7a4d5e1

Place license header at the top of the file for consistency.

Diego Biurrun authored on 2008/07/04 22:12:47