log rtpenc.c @ 6218:3f6559c501e3 libavformat

age author description
Thu, 17 Jun 2010 10:30:52 +0000 lucabe Simplify (no need to check for st->codec->extradata) and correct libavformat
Wed, 16 Jun 2010 12:59:47 +0000 lucabe If the video stream is H.264 with MP4 syntax, store the NAL lenght size in libavformat
Sun, 23 May 2010 08:53:40 +0000 mstorsjo Make ff_random_get_seed public, rename to av_get_random_seed, export the header libavformat
Tue, 30 Mar 2010 23:30:55 +0000 stefano Define AVMediaType enum, and use it instead of enum CodecType, which libavformat
Sun, 28 Mar 2010 08:48:45 +0000 mstorsjo Initialize ssrc and base_timestamp using ff_random_get_seed() libavformat
Mon, 15 Mar 2010 10:37:12 +0000 mstorsjo Use AVFormatContext.start_time_realtime in the RTP muxer libavformat
Wed, 10 Mar 2010 22:21:39 +0000 mstorsjo Make the ntp_time function available to other parts of libavformat, as ff_ntp_time libavformat
Wed, 10 Feb 2010 19:33:08 +0000 lucabe Fix syncronisation for streams with a high encoding delay. libavformat
Wed, 13 Jan 2010 18:18:21 +0000 lucabe Remove the inclusion of unneeded headers libavformat
Wed, 30 Dec 2009 17:12:29 +0000 lucabe Remove outdated comments. libavformat
Mon, 28 Dec 2009 13:41:09 +0000 lucabe Remove a useless local variable. libavformat
Mon, 28 Dec 2009 13:38:21 +0000 lucabe Remove outdated comment libavformat
Mon, 28 Dec 2009 13:19:54 +0000 lucabe Remove an unneeded local variable. libavformat
Sun, 27 Dec 2009 21:31:10 +0000 lucabe Use different dynamic payload types for audio and video. libavformat
Mon, 13 Apr 2009 16:20:26 +0000 stefano Rename bitstream.h to get_bits.h. libavformat