Commit History

Author SHA1 Message Date
  Michael Niedermayer b2bdca1b4a udp: simplify 7a032cb97f743a651138d2da6214c79e0ce089dd 12 years ago
  Andrey Utkin 7a032cb97f Fix segfault on UDP reading 13 years ago
  Michael Niedermayer 7c4e4c6a06 udp: fix circular buffer error handling 13 years ago
  Michael Niedermayer 20f0bf8cfb udp: buffer datagrams in circular buffer instead of a bytestream 13 years ago
  Michael Niedermayer bd652ff66e udp: allow fifo size to be tuned seperately 13 years ago
  Michael Niedermayer 721be99371 Merge remote-tracking branch 'qatar/master' 13 years ago
  Martin Storsjö 5d62d0b114 udp: Fix a compilation warning 13 years ago
  Michael Niedermayer dca3542d35 Merge remote-tracking branch 'qatar/master' 13 years ago
  Can Wu fc66e23154 udp: Receive on the remote port number, if no local port is set 13 years ago
  Michael Niedermayer 124a9edb5f udp: support old, crappy non pthread mode 13 years ago
  JULIAN GARDNER f35761bca2 udp: fix indention 13 years ago
  JULIAN GARDNER 8146d16b60 cleaned up the udp.c, removed some variables and an av_log 13 years ago
  Michael Niedermayer 7b915726eb udp: remove resource.h inclusion, it breaks mingw compilation. 13 years ago
  Michael Niedermayer e60e54ceb5 UDP: dont use thread_t as truth value. 13 years ago
  Michael Niedermayer 03f8f39769 udp: switch custom fifo to libavutil fifo. 13 years ago
  Michael Niedermayer 593bb98d61 udp: use FFMAX&FFMIN. 13 years ago
  JULIAN GARDNER 4275602183 udp: add a thread into udp.c for receiving data into a circular buffer, this stops the problem of live decoding/encoding giving errors. 13 years ago
  Michael Niedermayer 72153419b5 Merge remote branch 'qatar/master' 13 years ago
  Diego Biurrun 046f081b46 configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS. 13 years ago
  Michael Niedermayer b97b4b58a6 Merge remote branch 'qatar/master' 13 years ago
  Martin Storsjö a7ea5e3d35 udp: Fix receiving RTP data over multicast 13 years ago
  Michael Niedermayer 10d2ae8cf7 Merge remote branch 'qatar/master' 13 years ago
  Martin Storsjö c60112f268 libavformat: Make protocols pass URLContext as log context where available 13 years ago
  Michael Niedermayer efb5fa79f5 Merge remote branch 'qatar/master' 13 years ago
  Stefano Sabatini 59d96941f0 avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols 13 years ago
  Anton Khirnov c4efa7c229 lavf: remove FF_API_UDP_GET_FILE cruft 13 years ago
  Michael Niedermayer d4d09329ee Merge remote branch 'qatar/master' 13 years ago
  Anton Khirnov f35ff97f2e lavf: use designated initializers for all protocols 13 years ago
  Michael Niedermayer c88caa522c Merge remote branch 'qatar/master' 13 years ago
  Anton Khirnov 5cec897105 avio: move extern url_interrupt_cb declaration from avio.h to url.h 13 years ago
  Anton Khirnov f87b1b373a avio: AVIO_ prefixes for URL_ open flags. 13 years ago
  Luca Barbato ebba2b3e2a proto: factor ff_network_wait_fd and use it on udp 13 years ago
  Michael Niedermayer 2fd41c9067 Merge remote-tracking branch 'newdev/master' 13 years ago
  Anton Khirnov 4ec153bb66 avio: make udp_set_remote_url/get_local_port internal. 13 years ago
  Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 13 years ago
  Nicolas George c76374c6db Use AVERROR_EXIT with url_interrupt_cb. 13 years ago
  Martin Storsjö 28c4741a66 libavformat: Remove FF_NETERRNO() 13 years ago
  Anton Khirnov ab0287fcbd Move find_info_tag to lavu and add av_ prefix to it 13 years ago
  David Fries 00952be424 udp: Enable address reuse by default for multicast 13 years ago
  Luca Barbato a8475bbdb6 os: replace select with poll 13 years ago
  Diego Elio Pettenò c6610a216e Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 13 years ago
  Martin Storsjö 21a569f302 udp: Allow specifying the connect option in udp_set_remote_url, too 13 years ago
  Aurelien Jacobs 8ef30ac1f3 add FF_API_UDP_GET_FILE define to disable the deprecated udp_get_file_handle() 14 years ago
  Martin Storsjö 25968c3953 Reindent 14 years ago
  Martin Storsjö 6766a354f7 udp: Add an option for connecting the udp socket 14 years ago
  Martin Storsjö 55b6bd1c01 Convert ff_is_multicast_address to take a struct sockaddr parameter 14 years ago
  Martin Storsjö 7ac57fa5eb Share the is_multicast_address function 14 years ago
  Martin Storsjö f63630cdf3 Move multicast address identification fallback macros to network.h from udp.c 14 years ago
  Martin Storsjö 5961253463 udp: Define _DARWIN_C_SOURCE 14 years ago
  Martin Storsjö 25a2ebb917 udp: Return the actual error code on errors, instead of AVERROR(EIO) 14 years ago