summaryrefslogtreecommitdiff
path: root/libavformat/rtpproto.c
Commit message (Expand)AuthorAge
...
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* rtpproto: Allow specifying the connect option, passed through to udpMartin Storsjö2011-01-06
* drop rtp_get_file_handles() which is not part of public API and not used anymoreAurelien Jacobs2010-10-23
* drop rtp_get_local_port() which is not part of public API and not used anymoreAurelien Jacobs2010-10-23
* rtpproto: Use a sockaddr_storage instead of a sockaddr_in with recvfromMartin Storsjö2010-09-27
* Add rtp_get_rtcp_file_handle functionJosh Allmann2010-08-25
* rtp: Replace hardcoded RTCP packet types with definesJosh Allmann2010-08-25
* Fix misspelled parameter names in Doxygen documentation.Diego Biurrun2010-07-02
* Make ff_url_split() publicMåns Rullgård2010-06-27
* Declare the url_write buffer parameter as constMartin Storsjö2010-06-01
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Make rtp protocol obey rfc3550Luca Barbato2010-04-19
* Don't report EINTR from select as an error, retry select insteadMartin Storsjö2010-03-26
* move ff_url_split() and ff_url_join() declarations to internal.hAurelien Jacobs2010-03-14
* Using struct timeval requires sys/time.h, fixes compilation on some OSesDave Yeo2010-03-10
* ReindentMartin Storsjö2010-03-08
* Rename url_split to ff_url_splitMartin Storsjö2010-03-08
* Use ff_url_join for assembling URLs, instead of snprintfMartin Storsjö2010-03-05
* Return from rtp_read when select returns an errorMartin Storsjö2010-03-05
* Check url_interrupt_cb in rtp_read, wait in select for max 100 ms before rech...Martin Storsjö2010-03-04
* Include rtpdec.h, it contains prototypes for the following functions:Carl Eugen Hoyos2010-02-28
* Add url_get_file_handle(), which is used to get the file descriptorRonald S. Bultje2009-03-03
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Surround '#include <sys/select>' by HAVE_SYS_SELECT_H.Kurtnoise2008-08-14
* Add needed include, make it compile without -D_BSD_SOURCE.Michael Niedermayer2008-08-12
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* Cleanup comments and make them doxygen parsable.Luca Barbato2008-04-15
* Expose max_packet_size from the rtp protocolLuca Barbato2008-04-15
* Remove the "multicast=" tag from UDP and RTP URLsLuca Abeni2008-04-15
* 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