summaryrefslogtreecommitdiffstats
path: root/libavformat/rtpproto.c
Commit message (Expand)AuthorAgeFilesLines
* avio: Add an URLProtocol flag for indicating that a protocol uses networkMartin Storsjö2012-01-051-0/+1
* proto: Use .priv_data_size to allocate the private contextMartin Storsjö2011-12-011-8/+2
* avio: add support for passing options to protocols.Anton Khirnov2011-11-131-2/+2
* avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_allocMartin Storsjö2011-11-131-2/+2
* avformat: Use ff_check_interruptMartin Storsjö2011-11-131-1/+1
* rtpdec: Add ff_ prefix to all nonstatic symbolsMartin Storsjö2011-10-121-4/+4
* rtp: remove disabled codeDiego Biurrun2011-07-211-23/+0
* Use av_printf_format to check the usage of printf style functionsMartin Storsjö2011-06-231-1/+1
* rtpproto: Remove an unused variableMartin Storsjö2011-05-091-3/+1
* avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini2011-04-191-1/+1
* lavf: use designated initializers for all protocolsAnton Khirnov2011-04-081-6/+5
* avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov2011-04-071-1/+1
* avio: deprecate url_max_packet_size().Anton Khirnov2011-04-041-1/+1
* avio: make url_get_file_handle() internal.Anton Khirnov2011-04-041-2/+2
* avio: make url_close() internal.Anton Khirnov2011-04-041-4/+4
* avio: make url_write() internal.Anton Khirnov2011-04-041-1/+1
* avio: make url_open() internal.Anton Khirnov2011-04-041-2/+3
* avio: make udp_set_remote_url/get_local_port internal.Anton Khirnov2011-03-231-5/+6
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Use AVERROR_EXIT with url_interrupt_cb.Nicolas George2011-03-151-1/+1
* libavformat: Remove FF_NETERRNO()Martin Storsjö2011-02-231-7/+7
* Move find_info_tag to lavu and add av_ prefix to itAnton Khirnov2011-02-171-7/+8
* os: replace select with pollLuca Barbato2011-01-281-16/+8
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* rtpproto: Allow specifying the connect option, passed through to udpMartin Storsjö2011-01-061-4/+13
* drop rtp_get_file_handles() which is not part of public API and not used anymoreAurelien Jacobs2010-10-231-16/+0
* drop rtp_get_local_port() which is not part of public API and not used anymoreAurelien Jacobs2010-10-231-12/+0
* rtpproto: Use a sockaddr_storage instead of a sockaddr_in with recvfromMartin Storsjö2010-09-271-1/+1
* Add rtp_get_rtcp_file_handle functionJosh Allmann2010-08-251-0/+5
* rtp: Replace hardcoded RTCP packet types with definesJosh Allmann2010-08-251-1/+1
* Fix misspelled parameter names in Doxygen documentation.Diego Biurrun2010-07-021-4/+4
* Make ff_url_split() publicMåns Rullgård2010-06-271-2/+2
* Declare the url_write buffer parameter as constMartin Storsjö2010-06-011-1/+1
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Make rtp protocol obey rfc3550Luca Barbato2010-04-191-14/+57
* Don't report EINTR from select as an error, retry select insteadMartin Storsjö2010-03-261-0/+2
* move ff_url_split() and ff_url_join() declarations to internal.hAurelien Jacobs2010-03-141-0/+1
* Using struct timeval requires sys/time.h, fixes compilation on some OSesDave Yeo2010-03-101-0/+1
* ReindentMartin Storsjö2010-03-081-2/+2
* Rename url_split to ff_url_splitMartin Storsjö2010-03-081-2/+2
* Use ff_url_join for assembling URLs, instead of snprintfMartin Storsjö2010-03-051-3/+3
* Return from rtp_read when select returns an errorMartin Storsjö2010-03-051-0/+2
* Check url_interrupt_cb in rtp_read, wait in select for max 100 ms before rech...Martin Storsjö2010-03-041-1/+6
* Include rtpdec.h, it contains prototypes for the following functions:Carl Eugen Hoyos2010-02-281-0/+1
* Add url_get_file_handle(), which is used to get the file descriptorRonald S. Bultje2009-03-031-2/+11
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-1/+1
* Surround '#include <sys/select>' by HAVE_SYS_SELECT_H.Kurtnoise2008-08-141-0/+2
* Add needed include, make it compile without -D_BSD_SOURCE.Michael Niedermayer2008-08-121-0/+1
OpenPOWER on IntegriCloud