summaryrefslogtreecommitdiff
path: root/libavformat/rtpproto.c
Commit message (Expand)AuthorAge
* rtpdec: Add ff_ prefix to all nonstatic symbolsMartin Storsjö2011-10-12
* rtp: remove disabled codeDiego Biurrun2011-07-21
* Use av_printf_format to check the usage of printf style functionsMartin Storsjö2011-06-23
* rtpproto: Remove an unused variableMartin Storsjö2011-05-09
* avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini2011-04-19
* lavf: use designated initializers for all protocolsAnton Khirnov2011-04-08
* avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov2011-04-07
* avio: deprecate url_max_packet_size().Anton Khirnov2011-04-04
* avio: make url_get_file_handle() internal.Anton Khirnov2011-04-04
* avio: make url_close() internal.Anton Khirnov2011-04-04
* avio: make url_write() internal.Anton Khirnov2011-04-04
* avio: make url_open() internal.Anton Khirnov2011-04-04
* avio: make udp_set_remote_url/get_local_port internal.Anton Khirnov2011-03-23
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Use AVERROR_EXIT with url_interrupt_cb.Nicolas George2011-03-15
* libavformat: Remove FF_NETERRNO()Martin Storsjö2011-02-23
* Move find_info_tag to lavu and add av_ prefix to itAnton Khirnov2011-02-17
* os: replace select with pollLuca Barbato2011-01-28
* 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