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
2011-07-25rtp: disable udp fifos, the rtp code cannot work with the fifos in its curren...Michael Niedermayer
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
2010-03-26Don't report EINTR from select as an error, retry select insteadMartin Storsjö
2010-03-15move ff_url_split() and ff_url_join() declarations to internal.hAurelien Jacobs
2010-03-10Using struct timeval requires sys/time.h, fixes compilation on some OSesDave Yeo
2010-03-08ReindentMartin Storsjö
2010-03-08Rename url_split to ff_url_splitMartin Storsjö
2010-03-06Use ff_url_join for assembling URLs, instead of snprintfMartin Storsjö
2010-03-05Return from rtp_read when select returns an errorMartin Storsjö
2010-03-04Check url_interrupt_cb in rtp_read, wait in select for max 100 ms before rech...Martin Storsjö
2010-02-28Include rtpdec.h, it contains prototypes for the following functions:Carl Eugen Hoyos
2009-03-03Add url_get_file_handle(), which is used to get the file descriptorRonald S. Bultje
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2008-08-14Surround '#include <sys/select>' by HAVE_SYS_SELECT_H.Kurtnoise
2008-08-13Add needed include, make it compile without -D_BSD_SOURCE.Michael Niedermayer
2008-05-09Use full path for #includes from another directory.Diego Biurrun