April 27, 2011
View d7e5aeb

Merge remote branch 'qatar/master'

Michael Niedermayer authored on 2011/04/27 10:51:04
April 26, 2011
View e6ff064

Eliminate pointless '#if 1' statements without matching '#else'.

Diego Biurrun authored on 2011/04/26 20:52:12
March 19, 2011
View 2912e87

Replace FFmpeg with Libav in licence headers

Mans Rullgard authored on 2011/03/19 02:35:10
April 20, 2010
View ba87f08

Remove explicit filename from Doxygen @file commands.

Diego Biurrun authored on 2010/04/20 23:45:34
April 11, 2009
View 64bde19

cosmetics: Rename prn variable to prng (Pseudo Random Number Generator).

Diego Biurrun authored on 2009/04/11 02:23:38
March 20, 2009
View 294eaa2

Replace random() usage in test programs by av_lfg_*().

Diego Biurrun authored on 2009/03/20 20:48:27
February 1, 2009
View bad5537

Use full internal pathname in doxygen @file directives. Otherwise doxygen complains about ambiguous filenames when files exist under the same name in different subdirectories.

Diego Biurrun authored on 2009/02/01 11:00:19
January 28, 2009
View 89c9ff5

spelling/grammar/consistency review part I

Diego Biurrun authored on 2009/01/28 09:16:05
January 5, 2009
View c47d146

Add missing 'void' keyword to parameterless function declarations.

Diego Biurrun authored on 2009/01/05 22:57:43
October 31, 2008
View ecad987

Initialize variable to silence the warning: libavutil/pca.c:72: warning: ‘k’ may be used uninitialized in this function

Diego Biurrun authored on 2008/10/31 15:52:37
August 18, 2008
View a8aefc8

Copy and paste LGPL from tree.h, the previous one referred to a non-existing version.

Michael Niedermayer authored on 2008/08/18 04:32:51
View ab1388e

Move context struct to c file.

Michael Niedermayer authored on 2008/08/18 00:51:20
View 6441737

Make ff_pca_init() allocate it struct instead of letting the user provide one (more robust ABI wise).

Michael Niedermayer authored on 2008/08/18 00:46:20
View 7b0a661

Do not mix declarations and statements (by ramiro).

Michael Niedermayer authored on 2008/08/18 00:35:55
View 88ccaf6

put testing code under #ifdef TEST

Michael Niedermayer authored on 2008/08/18 00:33:17