summaryrefslogtreecommitdiff
path: root/libavformat/rtpproto.c
Commit message (Expand)AuthorAge
* 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
* 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