log rtp_h264.c @ 5387:8737044ce5c3 libavformat

age author description
Thu, 05 Nov 2009 14:25:37 +0000 lucabe Fix a typo in rtp_h264.c:parse_h264_sdp_line(). Patch by Gordon Irlam libavformat
Mon, 27 Jul 2009 14:29:06 +0000 rbultje Use named initializers and use new/free_context() instead of extradata() libavformat
Mon, 13 Apr 2009 16:20:26 +0000 stefano Rename bitstream.h to get_bits.h. libavformat
Tue, 03 Mar 2009 13:51:34 +0000 rbultje Don't let finalize_packet() touch pkt->stream_index. Instead, let individual libavformat
Mon, 02 Mar 2009 09:28:37 +0000 benoit Add context to some av_log() calls. libavformat
Fri, 06 Feb 2009 10:35:52 +0000 lucabe Split rtp.h in rtp.h, rtpdec.h, and rtpenc.h libavformat
Fri, 06 Feb 2009 01:37:19 +0000 rbultje Add "AVFormatContext *ctx" (that being the RTSP demuxer's) as first argument libavformat
Sun, 01 Feb 2009 02:00:19 +0000 diego Use full internal pathname in doxygen @file directives. libavformat
Tue, 27 Jan 2009 12:23:16 +0000 lucabe Merge rtp_internal.h in rtp.h, and remove rtp_internal.h libavformat
Mon, 19 Jan 2009 15:46:40 +0000 diego cosmetics: Remove pointless period after copyright statement non-sentences. libavformat
Sat, 06 Dec 2008 18:41:17 +0000 rbultje Change function prototype of the sdp_parse_a_line in DynamicProtocolHandler. libavformat
Sat, 04 Oct 2008 04:15:06 +0000 rbultje Change function prototype of RTPDynamicPayloadHandler.parse_packet() to libavformat
Sat, 04 Oct 2008 04:11:12 +0000 rbultje Rename RTP payload contexts to PayloadContext, suggested by Luca in libavformat
Tue, 13 May 2008 17:43:18 +0000 mmu_man Fix non-debug build. libavformat
Fri, 09 May 2008 11:56:36 +0000 diego Use full path for #includes from another directory. libavformat
Fri, 18 Jan 2008 20:48:32 +0000 rbultje Add a flags field to the RTPDynamicPayloadPacketHandlerProc (PKT_FLAG_*). libavformat
Sun, 04 Nov 2007 12:46:16 +0000 diego Enable debug variable only when debug code is enabled, fixes the warning: libavformat
Fri, 10 Aug 2007 13:34:56 +0000 lu_zero fix the packetization mode parsing libavformat
Fri, 13 Jul 2007 12:12:38 +0000 alex h264_rtp_extra_data is not only used for debug purposes, asserts are using it also libavformat
Sun, 24 Jun 2007 11:27:12 +0000 mru replace the uses of old string functions that Reimar missed libavformat
Thu, 07 Jun 2007 14:51:26 +0000 takis Remove the unnecessary masking when counting received packet types in the H.264 libavformat
Thu, 07 Jun 2007 14:48:29 +0000 takis Remove the unnecessary masking when reconstructing the NAL unit header in the libavformat
Thu, 07 Jun 2007 14:47:40 +0000 takis Remove the unnecessary masking when extracting the start bit in the H.264 RTP libavformat
Wed, 04 Apr 2007 11:51:08 +0000 gpoirier changes some function declarations from () to (void) as per ansi c. libavformat
Thu, 08 Mar 2007 14:49:43 +0000 mbardiaux Corrections so that builds with DEBUG work libavformat
Sun, 04 Feb 2007 17:05:44 +0000 mru move networking #includes into separate file libavformat
Fri, 19 Jan 2007 22:12:59 +0000 alex rename BE/LE_8/16/32 to AV_RL/B_8/16/32 libavformat
Thu, 18 Jan 2007 17:22:30 +0000 mmu_man The long awaited BeOS cleanup, phase 1 libavformat
Tue, 07 Nov 2006 22:10:07 +0000 gpoirier add support for rtp/h264 streaming libavformat