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-27Merge branch 'release/0.8' into release/0.7Michael Niedermayer
2011-07-25udp: allow fifo size to be tuned seperatelyMichael Niedermayer
2011-06-16Merge branch 'master' into oldabiMichael Niedermayer
2011-06-04udp: support old, crappy non pthread modeMichael Niedermayer
2011-06-03udp: fix indentionJULIAN GARDNER
2011-05-18cleaned up the udp.c, removed some variables and an av_logJULIAN GARDNER
2011-05-15Merge branch 'master' into oldabiMichael Niedermayer
2011-05-15udp: remove resource.h inclusion, it breaks mingw compilation.Michael Niedermayer
2011-05-14UDP: dont use thread_t as truth value.Michael Niedermayer
2011-05-13udp: switch custom fifo to libavutil fifo.Michael Niedermayer
2011-05-13udp: use FFMAX&FFMIN.Michael Niedermayer
2011-05-13udp: add a thread into udp.c for receiving data into a circular buffer, this ...JULIAN GARDNER
2011-05-13Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-12configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.Diego Biurrun
2011-05-10Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-09udp: Fix receiving RTP data over multicastMartin Storsjö
2011-04-21Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-20libavformat: Make protocols pass URLContext as log context where availableMartin 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-19lavf: remove FF_API_UDP_GET_FILE cruftAnton Khirnov
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: move extern url_interrupt_cb declaration from avio.h to url.hAnton Khirnov
2011-04-07avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov
2011-04-07proto: factor ff_network_wait_fd and use it on udpLuca Barbato
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-02-10udp: Enable address reuse by default for multicastDavid Fries
2011-01-28os: replace select with pollLuca Barbato
2011-01-27Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2011-01-06udp: Allow specifying the connect option in udp_set_remote_url, tooMartin Storsjö
2010-10-15add FF_API_UDP_GET_FILE define to disable the deprecated udp_get_file_handle()Aurelien Jacobs
2010-10-08ReindentMartin Storsjö
2010-10-08udp: Add an option for connecting the udp socketMartin Storsjö
2010-10-07Convert ff_is_multicast_address to take a struct sockaddr parameterMartin Storsjö
2010-10-07Share the is_multicast_address functionMartin Storsjö
2010-10-07Move multicast address identification fallback macros to network.h from udp.cMartin Storsjö
2010-10-05udp: Define _DARWIN_C_SOURCEMartin Storsjö
2010-10-05udp: Return the actual error code on errors, instead of AVERROR(EIO)Martin Storsjö
2010-09-20Check for the IPPROTO_IPV6 define before using itMartin Storsjö
2010-07-28Check for udp_set_remote_url error.Reimar Döffinger
2010-07-02Fix misspelled parameter names in Doxygen documentation.Diego Biurrun
2010-06-27Make ff_url_split() publicMåns Rullgård
2010-06-14Cosmetics: Change connexion to connection in code commentsMartin Storsjö