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-05-14udp: check for HAVE_PTHREAD_CANCEL instead of HAVE_PTHREADS.Nicolas George
2012-03-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-28Replace memset(0) by zero initializations.Diego Biurrun
2012-03-22udp: lock all operations on shared variables.Nicolas George
2012-03-22udp: return the error code instead of generic EIO.Nicolas George
2012-03-22udp: call av_fifo_space directly as needed.Nicolas George
2012-03-22udp: use non-blocking read instead of select.Nicolas George
2012-03-22udp: use pthread_cancel instead of a shared flag.Nicolas George
2012-03-17udp: fix non-blocking and interrupt handling.Nicolas George
2012-03-13udp: Add option overrun_nonfatalAndrey Utkin
2012-03-13udp: remove dead code line (unused result)Andrey Utkin
2012-03-12Revert "udp: add multicast input interface selection"Michael Niedermayer
2012-03-12udp: add multicast input interface selectionTudor.Suciu
2012-03-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-09udp: Set ttl for read-write streams, too, not only for write-only onesMartin Storsjö
2012-03-09udp: Only bind to the multicast address if in read-only modeMartin Storsjö
2012-03-09udp: Clarify the comment about binding the multicast addressMartin Storsjö
2012-03-09udp: Reorder commentsMartin Storsjö
2012-03-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-07udp: Print an error message if bind failsMartin Storsjö
2012-02-24udp: Fix sign of error codes.Michael Niedermayer
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