| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat: remove duplicate includes | Michael Niedermayer | 2013-09-21 | 1 | -2/+0 |
* | Merge commit 'dfc6b5c81491abf7effb97b23af17ccf7adcd132' | Michael Niedermayer | 2013-08-09 | 1 | -5/+0 |
|\ |
|
| * | file: Move win32 utf8->wchar open wrapper to libavutil | Martin Storsjö | 2013-08-08 | 1 | -5/+0 |
| * | win32: Use 64-bit fstat/lseek variants for MSVC as well | Hendrik Leppkes | 2013-03-27 | 1 | -1/+1 |
* | | avutil/os_support: use 64-bit fstat/lseek variants for MSVC as well | Hendrik Leppkes | 2013-03-12 | 1 | -1/+1 |
* | | Merge commit '0c03cc68386443f1e96ab6fb358220faf67cd5ff' | Michael Niedermayer | 2012-10-24 | 1 | -1/+1 |
|\| |
|
| * | build: Plan 9 support | Mans Rullgard | 2012-10-23 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-09-13 | 1 | -0/+4 |
|\| |
|
| * | os_support: Choose between direct.h and io.h using a configure check | Martin Storsjö | 2012-09-13 | 1 | -3/+3 |
| * | os_support: Include io.h instead of direct.h on mingw32ce | Martin Storsjö | 2012-09-13 | 1 | -0/+4 |
* | | Merge commit '07584eaf4a95db3f11d3bc411f9786932829e82b' | Michael Niedermayer | 2012-09-13 | 1 | -0/+7 |
|\| |
|
| * | Add a smooth streaming segmenter muxer | Martin Storsjö | 2012-09-12 | 1 | -0/+7 |
* | | eliminate some mingw warnings | rogerdpack | 2012-09-06 | 1 | -0/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-30 | 1 | -1/+16 |
|\| |
|
| * | os_support: Add fallback definitions for stat flags | Ronald S. Bultje | 2012-06-30 | 1 | -0/+9 |
| * | os_support: Rename the poll fallback function to ff_poll | Martin Storsjö | 2012-06-30 | 1 | -1/+2 |
| * | network: Check for struct pollfd | Martin Storsjö | 2012-06-30 | 1 | -0/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-23 | 1 | -0/+12 |
|\| |
|
| * | os_support: Define SHUT_RD, SHUT_WR and SHUT_RDWR on OS/2 | Dave Yeo | 2012-05-23 | 1 | -0/+6 |
| * | tcp: Allow signalling end of reading/writing | Samuel Pitoiset | 2012-05-22 | 1 | -0/+6 |
* | | Remove some warnings when compiling with mingw (mingw-w64, 32 bits) | Vincent Torri | 2012-02-03 | 1 | -0/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-03 | 1 | -1/+1 |
|\| |
|
| * | Remove some stray unnecessary ffmpeg references. | Diego Biurrun | 2011-11-02 | 1 | -1/+1 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-24 | 1 | -0/+5 |
|\| |
|
| * | Handle unicode file names on windows | Kirill Gavrilov | 2011-04-24 | 1 | -0/+5 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | os_support: make poll() fallbacks conditional on CONFIG_NETWORK | Mans Rullgard | 2011-01-28 | 1 | -2/+0 |
* | | os_support: make poll() fallbacks conditional on CONFIG_NETWORK | Mans Rullgard | 2011-01-30 | 1 | -2/+0 |
|/ |
|
* | Move INET6_ADDRSTRLEN to network.h, similar to other network-related fixups | Ronald S. Bultje | 2010-09-03 | 1 | -4/+0 |
* | Send NAT punching messages to the address specified in the Transport: | John Wimer | 2010-09-03 | 1 | -0/+4 |
* | Remove support for pre-Haiku, non-POSIX, non-C99 BeOS variants. | Diego Biurrun | 2010-06-10 | 1 | -17/+0 |
* | win32: Use _fstati64() instead of plain old fstat() on Windows to support file | kemuri | 2010-06-03 | 1 | -0/+2 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Add comment on #endif about condition that triggers it. | Ramiro Polla | 2009-10-21 | 1 | -1/+1 |
* | Only #define lseek to _lseeki64 on MinGW, not MinGW CE. | İsmail Dönmez | 2009-07-13 | 1 | -1/+1 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | Fix undefined preprocessor directives warnings during 'make checkheaders'. | Diego Biurrun | 2009-01-24 | 1 | -0/+2 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 1 | -6/+6 |
* | Delete unnecessary 'extern' keywords. | Diego Biurrun | 2008-12-03 | 1 | -1/+1 |
* | Only special-case absolute DOS paths on systems that support them. | Ramiro Polla | 2008-10-10 | 1 | -0/+9 |
* | MinGW runtime 3.15 has a wrapper for usleep(). | Ramiro Polla | 2008-10-02 | 1 | -3/+0 |
* | Globally rename the header inclusion guard names. | Stefano Sabatini | 2008-08-31 | 1 | -3/+3 |
* | Revert r14497 | Michael Niedermayer | 2008-08-01 | 1 | -2/+0 |
* | Add missing header #includes. | Diego Biurrun | 2008-08-01 | 1 | -0/+2 |
* | typo: occured --> occurred | Diego Biurrun | 2008-03-22 | 1 | -1/+1 |
* | Define WIN32_LEAN_AND_MEAN before including windows.h to exclude | Ramiro Polla | 2008-03-08 | 1 | -0/+1 |
* | Include windows.h instead of trying to redeclare Sleep | Ramiro Polla | 2008-03-08 | 1 | -2/+1 |
* | Put network-related code under #ifdef | Ramiro Polla | 2008-03-08 | 1 | -0/+2 |
* | Group network-related code together | Ramiro Polla | 2008-03-08 | 1 | -4/+4 |
* | __stdcall -> WINAPI | Ramiro Polla | 2008-03-07 | 1 | -1/+1 |