| Commit message (Expand) | Author | Age | Files | Lines |
* | Use av_printf_format to check the usage of printf style functions | Martin Storsjö | 2011-06-23 | 1 | -1/+1 |
* | rtpproto: Remove an unused variable | Martin Storsjö | 2011-05-09 | 1 | -3/+1 |
* | avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols | Stefano Sabatini | 2011-04-19 | 1 | -1/+1 |
* | lavf: use designated initializers for all protocols | Anton Khirnov | 2011-04-08 | 1 | -6/+5 |
* | avio: AVIO_ prefixes for URL_ open flags. | Anton Khirnov | 2011-04-07 | 1 | -1/+1 |
* | avio: deprecate url_max_packet_size(). | Anton Khirnov | 2011-04-04 | 1 | -1/+1 |
* | avio: make url_get_file_handle() internal. | Anton Khirnov | 2011-04-04 | 1 | -2/+2 |
* | avio: make url_close() internal. | Anton Khirnov | 2011-04-04 | 1 | -4/+4 |
* | avio: make url_write() internal. | Anton Khirnov | 2011-04-04 | 1 | -1/+1 |
* | avio: make url_open() internal. | Anton Khirnov | 2011-04-04 | 1 | -2/+3 |
* | avio: make udp_set_remote_url/get_local_port internal. | Anton Khirnov | 2011-03-23 | 1 | -5/+6 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Use AVERROR_EXIT with url_interrupt_cb. | Nicolas George | 2011-03-15 | 1 | -1/+1 |
* | libavformat: Remove FF_NETERRNO() | Martin Storsjö | 2011-02-23 | 1 | -7/+7 |
* | Move find_info_tag to lavu and add av_ prefix to it | Anton Khirnov | 2011-02-17 | 1 | -7/+8 |
* | os: replace select with poll | Luca Barbato | 2011-01-28 | 1 | -16/+8 |
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | rtpproto: Allow specifying the connect option, passed through to udp | Martin Storsjö | 2011-01-06 | 1 | -4/+13 |
* | drop rtp_get_file_handles() which is not part of public API and not used anymore | Aurelien Jacobs | 2010-10-23 | 1 | -16/+0 |
* | drop rtp_get_local_port() which is not part of public API and not used anymore | Aurelien Jacobs | 2010-10-23 | 1 | -12/+0 |
* | rtpproto: Use a sockaddr_storage instead of a sockaddr_in with recvfrom | Martin Storsjö | 2010-09-27 | 1 | -1/+1 |
* | Add rtp_get_rtcp_file_handle function | Josh Allmann | 2010-08-25 | 1 | -0/+5 |
* | rtp: Replace hardcoded RTCP packet types with defines | Josh Allmann | 2010-08-25 | 1 | -1/+1 |
* | Fix misspelled parameter names in Doxygen documentation. | Diego Biurrun | 2010-07-02 | 1 | -4/+4 |
* | Make ff_url_split() public | Måns Rullgård | 2010-06-27 | 1 | -2/+2 |
* | Declare the url_write buffer parameter as const | Martin Storsjö | 2010-06-01 | 1 | -1/+1 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Make rtp protocol obey rfc3550 | Luca Barbato | 2010-04-19 | 1 | -14/+57 |
* | Don't report EINTR from select as an error, retry select instead | Martin Storsjö | 2010-03-26 | 1 | -0/+2 |
* | move ff_url_split() and ff_url_join() declarations to internal.h | Aurelien Jacobs | 2010-03-14 | 1 | -0/+1 |
* | Using struct timeval requires sys/time.h, fixes compilation on some OSes | Dave Yeo | 2010-03-10 | 1 | -0/+1 |
* | Reindent | Martin Storsjö | 2010-03-08 | 1 | -2/+2 |
* | Rename url_split to ff_url_split | Martin Storsjö | 2010-03-08 | 1 | -2/+2 |
* | Use ff_url_join for assembling URLs, instead of snprintf | Martin Storsjö | 2010-03-05 | 1 | -3/+3 |
* | Return from rtp_read when select returns an error | Martin Storsjö | 2010-03-05 | 1 | -0/+2 |
* | Check url_interrupt_cb in rtp_read, wait in select for max 100 ms before rech... | Martin Storsjö | 2010-03-04 | 1 | -1/+6 |
* | Include rtpdec.h, it contains prototypes for the following functions: | Carl Eugen Hoyos | 2010-02-28 | 1 | -0/+1 |
* | Add url_get_file_handle(), which is used to get the file descriptor | Ronald S. Bultje | 2009-03-03 | 1 | -2/+11 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 1 | -1/+1 |
* | Surround '#include <sys/select>' by HAVE_SYS_SELECT_H. | Kurtnoise | 2008-08-14 | 1 | -0/+2 |
* | Add needed include, make it compile without -D_BSD_SOURCE. | Michael Niedermayer | 2008-08-12 | 1 | -0/+1 |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 1 | -1/+1 |
* | Cleanup comments and make them doxygen parsable. | Luca Barbato | 2008-04-15 | 1 | -5/+18 |
* | Expose max_packet_size from the rtp protocol | Luca Barbato | 2008-04-15 | 1 | -4/+13 |
* | Remove the "multicast=" tag from UDP and RTP URLs | Luca Abeni | 2008-04-15 | 1 | -10/+5 |
* | Add #include "os_support.h" to restore OS/2 support. | Dave Yeo | 2007-11-27 | 1 | -0/+1 |
* | Replace all occurrences of AVERROR_IO with AVERROR(EIO). | Panagiotis Issaris | 2007-07-19 | 1 | -4/+4 |
* | remove duplicate #include | Måns Rullgård | 2007-06-24 | 1 | -1/+0 |