]> git.sesse.net Git - ffmpeg/history - libavformat/os_support.h
avfiltergraph: replace AVFilterGraph.filter_count with nb_filters
[ffmpeg] / libavformat / os_support.h
2012-10-23 Mans Rullgardbuild: Plan 9 support
2012-09-13 Martin Storsjöos_support: Choose between direct.h and io.h using...
2012-09-13 Martin Storsjöos_support: Include io.h instead of direct.h on mingw32ce
2012-09-12 Martin StorsjöAdd a smooth streaming segmenter muxer
2012-06-30 Ronald S. Bultjeos_support: Add fallback definitions for stat flags
2012-06-30 Martin Storsjöos_support: Rename the poll fallback function to ff_poll
2012-06-30 Martin Storsjönetwork: Check for struct pollfd
2012-05-23 Dave Yeoos_support: Define SHUT_RD, SHUT_WR and SHUT_RDWR on...
2012-05-22 Samuel Pitoisettcp: Allow signalling end of reading/writing
2011-11-02 Diego BiurrunRemove some stray unnecessary ffmpeg references.
2011-04-23 Kirill GavrilovHandle unicode file names on windows
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-28 Mans Rullgardos_support: make poll() fallbacks conditional on CONFIG...
2010-09-03 Ronald S. BultjeMove INET6_ADDRSTRLEN to network.h, similar to other...
2010-09-03 John WimerSend NAT punching messages to the address specified...
2010-06-10 Diego BiurrunRemove support for pre-Haiku, non-POSIX, non-C99 BeOS...
2010-06-03 kemuriwin32: Use _fstati64() instead of plain old fstat(...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2009-10-21 Ramiro PollaAdd comment on #endif about condition that triggers it.
2009-07-13 İsmail DönmezOnly #define lseek to _lseeki64 on MinGW, not MinGW CE.
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-24 Diego BiurrunFix undefined preprocessor directives warnings during...
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-12-03 Diego BiurrunDelete unnecessary 'extern' keywords.
2008-10-10 Ramiro PollaOnly special-case absolute DOS paths on systems that...
2008-10-02 Ramiro PollaMinGW runtime 3.15 has a wrapper for usleep().
2008-08-31 Stefano SabatiniGlobally rename the header inclusion guard names.
2008-08-01 Michael NiedermayerRevert r14497
2008-08-01 Diego BiurrunAdd missing header #includes.
2008-03-22 Diego Biurruntypo: occured --> occurred
2008-03-08 Ramiro PollaDefine WIN32_LEAN_AND_MEAN before including windows...
2008-03-08 Ramiro PollaInclude windows.h instead of trying to redeclare Sleep
2008-03-08 Ramiro PollaPut network-related code under #ifdef
2008-03-08 Ramiro PollaGroup network-related code together
2008-03-07 Ramiro Polla__stdcall -> WINAPI
2008-02-13 Luca AbeniInclude poll.h instead of sys/poll.h
2008-01-01 Dave YeoAdd portable way to check for the existence of definiti...
2007-12-24 Michael Kostylevdjgpp port, first part
2007-11-27 Diego BiurrunRemove possibly misleading comments.
2007-10-17 Diego BiurrunAdd FFMPEG_ prefix to all multiple inclusion guards.
2007-08-08 Alex Beregszasziuse proper closesocket defines
2007-08-08 Ramiro PollaCheck for winsock2.h instead of __MINGW32__
2007-07-10 Ramiro PollaRemove OS/2 support
2007-07-02 Diego BiurrunRemove leading underscores from specifiers, they are...
2007-02-23 François RevolBeOS only: we don't have SA_RESTART. #define to 0 and...
2007-02-15 François RevolMake sure we don't try to emulate poll() when it's...
2007-02-15 François RevolMinGW patch by <koyama AT infocity DOT co DOT jp>,...
2007-02-15 François Revolpoll() emulation for BeOS, and maybe MinGW.
2007-01-18 François RevolThe long awaited BeOS cleanup, phase 1
2006-12-22 Ramiro Pollasupport files >2GB on MinGW
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-10 Diego BiurrunAdd official LGPL license headers to the files that...
2004-04-24 Sascha Sommercygwin patch by ("Sascha Sommer" <saschasommer at freen...
2003-09-08 Fabrice Bellardsimpler strptime - added os_support.[ch] - moved localt...