log rtsp.c @ 2408:a32ac90d5d67 libavformat

age author description
Sat, 25 Aug 2007 15:12:38 +0000 lucabe Use correct timescale in RTSP seeking libavformat
Thu, 19 Jul 2007 15:23:32 +0000 takis Replace all occurrences of AVERROR_IO with AVERROR(EIO). libavformat
Thu, 19 Jul 2007 15:21:30 +0000 takis Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM). libavformat
Mon, 16 Jul 2007 10:56:40 +0000 alex .memleak fix by Ronald Bultje. OK'd by Luca. libavformat
Thu, 12 Jul 2007 21:12:33 +0000 lu_zero rtsp multicast fix by Thijs Vermeir $1$2@gmail.com libavformat
Fri, 06 Jul 2007 09:32:34 +0000 diego Use AV_RB* macros where appropriate. libavformat
Thu, 05 Jul 2007 20:58:34 +0000 benoit check udp_read_packet return value not to access uninitialized memory libavformat
Sun, 24 Jun 2007 11:27:12 +0000 mru replace the uses of old string functions that Reimar missed libavformat
Sat, 23 Jun 2007 23:10:32 +0000 mru use new string functions libavformat
Tue, 22 May 2007 07:51:39 +0000 benoit Add transport method options libavformat
Tue, 22 May 2007 07:47:04 +0000 benoit Add support for options libavformat
Thu, 26 Apr 2007 23:41:20 +0000 alex Don't compile RTSP_DEMUXER if not requested libavformat
Thu, 26 Apr 2007 23:40:36 +0000 alex properly compile code for REDIR_DEMUXER libavformat
Thu, 26 Apr 2007 17:38:30 +0000 alex remove unused rtsp_callback libavformat
Mon, 05 Mar 2007 13:53:42 +0000 takis Move unaltered rtsp.c comments to the header file. libavformat
Thu, 22 Feb 2007 08:40:33 +0000 diego Fix compilation on Mac OS X, patch by Marc Hoffman, mmh pleasantst com. libavformat
Sun, 04 Feb 2007 17:05:44 +0000 mru move networking #includes into separate file libavformat
Thu, 18 Jan 2007 17:22:30 +0000 mmu_man The long awaited BeOS cleanup, phase 1 libavformat
Thu, 16 Nov 2006 08:48:05 +0000 gpoirier remove duplicate code, patch by Ryan Martell rdm4 A martellventures P com libavformat
Thu, 09 Nov 2006 11:37:30 +0000 bcoudurier get rid of CODEC_ID_MPEG4AAC after next version bump, and change it to CODEC_ID_AAC where used libavformat
Mon, 06 Nov 2006 21:58:43 +0000 gpoirier Add support for getting duration of a RTP stream (for seeking in stream) libavformat
Sun, 29 Oct 2006 10:58:51 +0000 gpoirier fix more dynamic protocol stuff, needed by the forthcoming h264 libavformat
Fri, 27 Oct 2006 18:19:29 +0000 gpoirier make ffmpeg able to send back a RTCP receiver report. libavformat
Fri, 27 Oct 2006 17:51:20 +0000 gpoirier indentation fix, patch by Ryan Martell % rdm4 A martellventures P com % libavformat
Thu, 26 Oct 2006 18:36:03 +0000 gpoirier Add support for H264 over RTP libavformat
Sat, 07 Oct 2006 15:30:46 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavformat
Mon, 10 Jul 2006 21:14:37 +0000 mru allow individual selection of muxers and demuxers libavformat
Sun, 09 Jul 2006 23:40:53 +0000 mru give AVInput/OutputFormat structs consistent names libavformat
Sun, 18 Jun 2006 11:33:14 +0000 diego Add const to (mostly) char* and make some functions static, which aren't used libavformat
Sat, 11 Mar 2006 00:22:21 +0000 michael simplify AVFormatParameters NULL checks libavformat