April 24, 2011
View 7b376b3

Merge remote branch 'qatar/master'

Michael Niedermayer authored on 2011/04/24 10:38:03
April 20, 2011
View b1ac139

Handle unicode file names on windows

Kirill Gavrilov authored on 2011/04/20 20:36:44
March 19, 2011
View 2912e87

Replace FFmpeg with Libav in licence headers

Mans Rullgard authored on 2011/03/19 02:35:10
January 29, 2011
View 13904b5

os_support: make poll() fallbacks conditional on CONFIG_NETWORK

Mans Rullgard authored on 2011/01/29 02:16:15
View 362d8f7

os_support: make poll() fallbacks conditional on CONFIG_NETWORK

Mans Rullgard authored on 2011/01/29 02:16:15
September 4, 2010
View f0d8ac5

Move INET6_ADDRSTRLEN to network.h, similar to other network-related fixups for broken OSes. This is included in rtsp.h, as opposed to os_support.h. Should fix OS/2 broken build on fate.

Ronald S. Bultje authored on 2010/09/04 05:06:01
View 619298a

Send NAT punching messages to the address specified in the Transport: message, if available (RFC 2326, section 12.39), fixes issue 2212.

John Wimer authored on 2010/09/04 04:25:59
June 11, 2010
View a1629e2

Remove support for pre-Haiku, non-POSIX, non-C99 BeOS variants.

Diego Biurrun authored on 2010/06/11 01:51:14
June 4, 2010
View f1dfaa7

win32: Use _fstati64() instead of plain old fstat() on Windows to support file sizes greater than 4gb.

kemuri authored on 2010/06/04 05:41:04
April 20, 2010
View ba87f08

Remove explicit filename from Doxygen @file commands.

Diego Biurrun authored on 2010/04/20 23:45:34
October 21, 2009
View a3faf69

Add comment on #endif about condition that triggers it.

Ramiro Polla authored on 2009/10/21 10:25:39
July 14, 2009
View b504ce5

Only #define lseek to _lseeki64 on MinGW, not MinGW CE. This fixes compilation on WinCE, which does not support _lseeki64. patch by Ismail Dönmez, ismail namtrac org

İsmail Dönmez authored on 2009/07/14 02:16:36
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