summaryrefslogtreecommitdiff
path: root/libavformat/rtpproto.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-171-1/+1
|\
| * rtp: Factorize the check for distinguishing RTCP packets from RTPMartin Storsjö2012-02-161-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-061-0/+1
|\ \ | |/
| * avio: Add an URLProtocol flag for indicating that a protocol uses networkMartin Storsjö2012-01-051-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-021-8/+2
|\ \ | |/
| * proto: Use .priv_data_size to allocate the private contextMartin Storsjö2011-12-011-8/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-141-3/+3
|\ \ | |/
| * 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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-131-4/+4
|\ \ | |/
| * rtpdec: Add ff_ prefix to all nonstatic symbolsMartin Storsjö2011-10-121-4/+4
* | rtp: disable udp fifos, the rtp code cannot work with the fifos in its curren...Michael Niedermayer2011-07-251-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-221-23/+0
|\ \ | |/
| * rtp: remove disabled codeDiego Biurrun2011-07-211-23/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-241-1/+1
|\ \ | |/
| * Use av_printf_format to check the usage of printf style functionsMartin Storsjö2011-06-231-1/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-101-3/+1
|\ \ | |/
| * rtpproto: Remove an unused variableMartin Storsjö2011-05-091-3/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-201-1/+1
|\ \ | |/
| * avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini2011-04-191-1/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-091-6/+5
|\ \ | |/
| * lavf: use designated initializers for all protocolsAnton Khirnov2011-04-081-6/+5
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-081-1/+1
|\ \ | |/
| * avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov2011-04-071-1/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-051-10/+11
|\ \ | |/
| * 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
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-241-5/+6
|\ \ | |/
| * 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