summaryrefslogtreecommitdiff
path: root/libavformat/rtpproto.c
Commit message (Expand)AuthorAge
* Add #include "os_support.h" to restore OS/2 support.Dave Yeo2007-11-27
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-19
* remove duplicate #includeMåns Rullgård2007-06-24
* more av_strl* adjustmentsReimar Döffinger2007-06-24
* replace the uses of old string functions that Reimar missedMåns Rullgård2007-06-24
* TyposPanagiotis Issaris2007-05-10
* use ff_neterrno() and FF_NETERROR() for networking error handlingAlex Beregszaszi2007-04-27
* Remove parameter unused in format string.Diego Pettenò2007-03-18
* This fixes error handling for BeOS, removing the need for some ifdefs.François Revol2007-02-13
* move networking #includes into separate fileRamiro Polla2007-02-04
* The long awaited BeOS cleanup, phase 1François Revol2007-01-18
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* fix some signedness warningsMåns Rullgård2006-09-27
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* HTTP Authentication Patch by (Petr Doubek <doubek at vision dot ee dot ethz d...Petr Doubek2004-08-12
* sweeping change from -EIO -> AVERROR_IOMike Melanson2004-06-19
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
* * static,const,compiler warning cleanupZdenek Kabelac2003-02-10
* renamed libav to libavformatFabrice Bellard2002-11-25