summaryrefslogtreecommitdiff
path: root/libavformat/rtpproto.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-18
|\
| * rtp: remove ff_rtp_get_rtcp_file_handle().Jordi Ortiz2012-08-17
| * avio: add (ff)url_get_multi_file_handle() for getting more than one fdJordi Ortiz2012-08-17
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-20
|\|
| * Remove unnecessary inclusions of [sys/]time.hMans Rullgard2012-06-20
| * lavf: remove unnecessary inclusions of unistd.hMans Rullgard2012-06-20
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-17
|\|
| * rtp: Factorize the check for distinguishing RTCP packets from RTPMartin Storsjö2012-02-16
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-06
|\|
| * avio: Add an URLProtocol flag for indicating that a protocol uses networkMartin Storsjö2012-01-05
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-02
|\|
| * proto: Use .priv_data_size to allocate the private contextMartin Storsjö2011-12-01
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-14
|\|
| * avio: add support for passing options to protocols.Anton Khirnov2011-11-13
| * avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_allocMartin Storsjö2011-11-13
| * avformat: Use ff_check_interruptMartin Storsjö2011-11-13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-13
|\|
| * rtpdec: Add ff_ prefix to all nonstatic symbolsMartin Storsjö2011-10-12
* | rtp: disable udp fifos, the rtp code cannot work with the fifos in its curren...Michael Niedermayer2011-07-25
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-22
|\|
| * rtp: remove disabled codeDiego Biurrun2011-07-21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-24
|\|
| * Use av_printf_format to check the usage of printf style functionsMartin Storsjö2011-06-23
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-10
|\|
| * rtpproto: Remove an unused variableMartin Storsjö2011-05-09
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-20
|\|
| * avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini2011-04-19
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-09
|\|
| * lavf: use designated initializers for all protocolsAnton Khirnov2011-04-08
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-08
|\|
| * avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov2011-04-07
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-05
|\|
| * 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
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-24
|\|
| * 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