]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat/rtpproto.c
Reworked assignment of FRSH contract parameters
[frescor/ffmpeg.git] / libavformat / rtpproto.c
2009-11-28 Michal SojkaReworked assignment of FRSH contract parameters
2009-11-26 Michal SojkaPut FRSH support as a separate protocol
2009-11-25 Michal SojkaAdded meaningful labels to FWP contracts
2009-03-03 rbultjeAdd url_get_file_handle(), which is used to get the...
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2009-01-19 diegocosmetics: Remove pointless period after copyright...
2009-01-13 aurelChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-08-14 diegoSurround '#include <sys/select>' by HAVE_SYS_SELECT_H.
2008-08-12 michaelAdd needed include, make it compile without -D_BSD_SOURCE.
2008-05-09 diegoUse full path for #includes from another directory.
2008-04-15 lu_zeroDoxyfy rtpproto
2008-04-15 lu_zeroExpose max_packet_size from the rtp protocol
2008-04-15 lucabeRemove the "multicast=" tag from UDP and RTP URLs
2007-11-27 diegoAdd #include "os_support.h" to restore OS/2 support.
2007-07-19 takisReplace all occurrances of AVERROR_IO with AVERROR...
2007-06-24 mruremove duplicate #include
2007-06-24 reimarmore av_strl* adjustments
2007-06-24 mrureplace the uses of old string functions that Reimar...
2007-05-10 takisTypos
2007-04-27 alexuse ff_neterrno() and FF_NETERROR() for networking...
2007-03-18 reimarRemove parameter unused in format string.
2007-02-13 mmu_manThis fixes error handling for BeOS, removing the need...
2007-02-04 mrumove networking #includes into separate file
2007-01-18 mmu_manThe long awaited BeOS cleanup, phase 1
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-09-27 mrufix some signedness warnings
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2005-12-22 diegoCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2004-08-12 michaelHTTP Authentication Patch by (Petr Doubek <doubek at...
2004-06-19 melansonsweeping change from -EIO -> AVERROR_IO
2003-02-11 kabi* UINTX -> uintx_t INTX -> intx_t
2003-02-10 kabi* static,const,compiler warning cleanup
2002-11-25 bellardrenamed libav to libavformat