Diego Biurrun
|
3794062ab1
Remove Plan 9 support
|
8 лет назад |
Martin Storsjö
|
8ebf02f8f5
libavformat: Only use MoveFileExA when targeting the desktop API subset
|
10 лет назад |
Martin Storsjö
|
79fd186a50
lavf: Use MoveFileEx instead of rename/_wrename on windows
|
10 лет назад |
Martin Storsjö
|
9326d64ed1
Share the utf8 to wchar conversion routine between lavf and lavu
|
10 лет назад |
Martin Storsjö
|
960aff379d
lavf: Use wchar functions for filenames on windows for mkdir/rmdir/rename/unlink
|
10 лет назад |
Martin Storsjö
|
eec7f032a9
lavf: Remove a redundant include of sys/stat.h
|
10 лет назад |
Diego Biurrun
|
4c8bd8ddb0
os_support: Adjust an outdated #endif comment
|
10 лет назад |
Diego Biurrun
|
1019b7c4ed
os_support: Undefine lseek/stat/fstat before defining them
|
10 лет назад |
Martin Storsjö
|
dfc6b5c814
file: Move win32 utf8->wchar open wrapper to libavutil
|
11 лет назад |
Hendrik Leppkes
|
85a46ad685
win32: Use 64-bit fstat/lseek variants for MSVC as well
|
12 лет назад |
Mans Rullgard
|
4ebc6a7410
build: Plan 9 support
|
12 лет назад |
Martin Storsjö
|
ca6b544ac9
os_support: Choose between direct.h and io.h using a configure check
|
12 лет назад |
Martin Storsjö
|
7b07fab567
os_support: Include io.h instead of direct.h on mingw32ce
|
12 лет назад |
Martin Storsjö
|
62c9ae11a7
Add a smooth streaming segmenter muxer
|
13 лет назад |
Ronald S. Bultje
|
5a608a239b
os_support: Add fallback definitions for stat flags
|
12 лет назад |
Martin Storsjö
|
cab2eb87f9
os_support: Rename the poll fallback function to ff_poll
|
12 лет назад |
Martin Storsjö
|
cdee08e365
network: Check for struct pollfd
|
12 лет назад |
Dave Yeo
|
3f9d6e4239
os_support: Define SHUT_RD, SHUT_WR and SHUT_RDWR on OS/2
|
12 лет назад |
Samuel Pitoiset
|
4a9ca93556
tcp: Allow signalling end of reading/writing
|
13 лет назад |
Diego Biurrun
|
124e28847b
Remove some stray unnecessary ffmpeg references.
|
13 лет назад |
Kirill Gavrilov
|
b1ac139d89
Handle unicode file names on windows
|
14 лет назад |
Mans Rullgard
|
2912e87a6c
Replace FFmpeg with Libav in licence headers
|
14 лет назад |
Mans Rullgard
|
362d8f7d9e
os_support: make poll() fallbacks conditional on CONFIG_NETWORK
|
14 лет назад |
Ronald S. Bultje
|
f0d8ac529f
Move INET6_ADDRSTRLEN to network.h, similar to other network-related fixups
|
14 лет назад |
John Wimer
|
619298a84d
Send NAT punching messages to the address specified in the Transport:
|
14 лет назад |
Diego Biurrun
|
a1629e2848
Remove support for pre-Haiku, non-POSIX, non-C99 BeOS variants.
|
14 лет назад |
kemuri
|
f1dfaa7a82
win32: Use _fstati64() instead of plain old fstat() on Windows to support file
|
14 лет назад |
Diego Biurrun
|
ba87f0801d
Remove explicit filename from Doxygen @file commands.
|
15 лет назад |
Ramiro Polla
|
a3faf694a2
Add comment on #endif about condition that triggers it.
|
15 лет назад |
İsmail Dönmez
|
b504ce57ed
Only #define lseek to _lseeki64 on MinGW, not MinGW CE.
|
15 лет назад |
Diego Biurrun
|
bad5537e2c
Use full internal pathname in doxygen @file directives.
|
16 лет назад |
Diego Biurrun
|
da837937c6
Fix undefined preprocessor directives warnings during 'make checkheaders'.
|
16 лет назад |
Aurelien Jacobs
|
b250f9c66d
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
|
16 лет назад |
Diego Biurrun
|
9686df2be5
Delete unnecessary 'extern' keywords.
|
16 лет назад |
Ramiro Polla
|
bc574408dc
Only special-case absolute DOS paths on systems that support them.
|
16 лет назад |
Ramiro Polla
|
3defa81fc4
MinGW runtime 3.15 has a wrapper for usleep().
|
16 лет назад |
Stefano Sabatini
|
987903826b
Globally rename the header inclusion guard names.
|
16 лет назад |
Michael Niedermayer
|
c5e56a813b
Revert r14497
|
16 лет назад |
Diego Biurrun
|
2e11268ea9
Add missing header #includes.
|
16 лет назад |
Diego Biurrun
|
d952638699
typo: occured --> occurred
|
17 лет назад |
Ramiro Polla
|
54b6249681
Define WIN32_LEAN_AND_MEAN before including windows.h to exclude
|
17 лет назад |
Ramiro Polla
|
a06ba2a18d
Include windows.h instead of trying to redeclare Sleep
|
17 лет назад |
Ramiro Polla
|
409e1d71ea
Put network-related code under #ifdef
|
17 лет назад |
Ramiro Polla
|
591cf1170b
Group network-related code together
|
17 лет назад |
Ramiro Polla
|
5dea940937
__stdcall -> WINAPI
|
17 лет назад |
Luca Abeni
|
f8cda19ee6
Include poll.h instead of sys/poll.h
|
17 лет назад |
Dave Yeo
|
72be9e73ae
Add portable way to check for the existence of definitions and
|
17 лет назад |
Michael Kostylev
|
4f365f37b5
djgpp port, first part
|
17 лет назад |
Diego Biurrun
|
d2f5fe7cc7
Remove possibly misleading comments.
|
17 лет назад |
Diego Biurrun
|
5b21bdabe4
Add FFMPEG_ prefix to all multiple inclusion guards.
|
17 лет назад |