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 24, 2009
View da83793

Fix undefined preprocessor directives warnings during 'make checkheaders'.

Diego Biurrun authored on 2009/01/24 23:52:46
January 14, 2009
View b250f9c

Change semantic of CONFIG_*, HAVE_* and ARCH_*. They are now always defined to either 0 or 1.

Aurelien Jacobs authored on 2009/01/14 08:44:16
December 4, 2008
View 9686df2

Delete unnecessary 'extern' keywords.

Diego Biurrun authored on 2008/12/04 00:23:30
October 11, 2008
View bc57440

Only special-case absolute DOS paths on systems that support them.

Ramiro Polla authored on 2008/10/11 01:59:37
October 3, 2008
View 3defa81

MinGW runtime 3.15 has a wrapper for usleep().

Ramiro Polla authored on 2008/10/03 02:43:27
August 31, 2008
View 9879038

Globally rename the header inclusion guard names.

Stefano Sabatini authored on 2008/08/31 16:39:47
August 2, 2008
View c5e56a8

Revert r14497 Log: Add missing header #includes. Policy violation (change not approved by maintainer) and while discussions where ongoing and no consensus has been reached.

Michael Niedermayer authored on 2008/08/02 07:29:29
View 2e11268

Add missing header #includes.

Diego Biurrun authored on 2008/08/02 01:29:26
March 22, 2008
View d952638

typo: occured --> occurred

Diego Biurrun authored on 2008/03/22 10:06:57
March 9, 2008
View 54b6249

Define WIN32_LEAN_AND_MEAN before including windows.h to exclude rarely-used header files.

Ramiro Polla authored on 2008/03/09 04:00:55
View a06ba2a

Include windows.h instead of trying to redeclare Sleep os_support.h used to be included in all lavf files, and including windows.h here caused a significant slowdown.

Ramiro Polla authored on 2008/03/09 03:59:45
View 409e1d7

Put network-related code under #ifdef

Ramiro Polla authored on 2008/03/09 02:43:53
View 591cf11

Group network-related code together

Ramiro Polla authored on 2008/03/09 02:43:10
March 8, 2008
View 5dea940

__stdcall -> WINAPI Windows x64 has no __stdcall. It is not yet supported, but someday it might...

Ramiro Polla authored on 2008/03/08 04:47:44