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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-01-14udp: fix segfault on closingLaurent BRULET
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-23udp: support non blocking reads with fifoMichael Niedermayer
2011-12-23udp: Replace double select() by select+mutex+cond.Michael Niedermayer
2011-12-23udp: return circular buffer error if such error happened.Michael Niedermayer
2011-12-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-11Fix a bunch of common typos.Diego Biurrun
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-19udp: update to new interrupt callback APIMichael Niedermayer
2011-11-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-09udp: Allow specifying the local IP addressMartin Storsjö
2011-11-09udp: simplify 7a032cb97f743a651138d2da6214c79e0ce089ddMichael Niedermayer
2011-11-09Fix segfault on UDP readingAndrey Utkin
2011-08-25udp: fix circular buffer error handlingMichael Niedermayer
2011-08-25udp: buffer datagrams in circular buffer instead of a bytestreamMichael Niedermayer
2011-07-25udp: allow fifo size to be tuned seperatelyMichael Niedermayer
2011-07-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-30udp: Fix a compilation warningMartin Storsjö
2011-06-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-24udp: Receive on the remote port number, if no local port is setCan Wu
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-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ö