Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-02-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-16rtp: Factorize the check for distinguishing RTCP packets from RTPMartin Storsjö
2012-01-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-06avio: Add an URLProtocol flag for indicating that a protocol uses networkMartin Storsjö
2011-12-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-01proto: Use .priv_data_size to allocate the private contextMartin Storsjö
2011-11-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-13avio: add support for passing options to protocols.Anton Khirnov
2011-11-13avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_allocMartin Storsjö
2011-11-13avformat: Use ff_check_interruptMartin Storsjö
2011-10-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-12rtpdec: Add ff_ prefix to all nonstatic symbolsMartin Storsjö
2011-07-25rtp: disable udp fifos, the rtp code cannot work with the fifos in its curren...Michael Niedermayer
2011-07-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-22rtp: remove disabled codeDiego Biurrun
2011-06-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-23Use av_printf_format to check the usage of printf style functionsMartin Storsjö
2011-05-10Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-09rtpproto: Remove an unused variableMartin Storsjö
2011-04-20Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-19avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini
2011-04-09Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-08lavf: use designated initializers for all protocolsAnton Khirnov
2011-04-08Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-07avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov
2011-04-05Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-04avio: deprecate url_max_packet_size().Anton Khirnov
2011-04-04avio: make url_get_file_handle() internal.Anton Khirnov
2011-04-04avio: make url_close() internal.Anton Khirnov
2011-04-04avio: make url_write() internal.Anton Khirnov
2011-04-04avio: make url_open() internal.Anton Khirnov
2011-03-24Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-23avio: make udp_set_remote_url/get_local_port internal.Anton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-15Use AVERROR_EXIT with url_interrupt_cb.Nicolas George
2011-02-23libavformat: Remove FF_NETERRNO()Martin Storsjö
2011-02-17Move find_info_tag to lavu and add av_ prefix to itAnton Khirnov
2011-01-28os: replace select with pollLuca Barbato
2011-01-27Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2011-01-06rtpproto: Allow specifying the connect option, passed through to udpMartin Storsjö
2010-10-23drop rtp_get_file_handles() which is not part of public API and not used anymoreAurelien Jacobs
2010-10-23drop rtp_get_local_port() which is not part of public API and not used anymoreAurelien Jacobs
2010-09-27rtpproto: Use a sockaddr_storage instead of a sockaddr_in with recvfromMartin Storsjö
2010-08-25Add rtp_get_rtcp_file_handle functionJosh Allmann
2010-08-25rtp: Replace hardcoded RTCP packet types with definesJosh Allmann
2010-07-02Fix misspelled parameter names in Doxygen documentation.Diego Biurrun
2010-06-27Make ff_url_split() publicMåns Rullgård
2010-06-01Declare the url_write buffer parameter as constMartin Storsjö
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-04-19Make rtp protocol obey rfc3550Luca Barbato