log rtpdec.c @ 5472:a24f34fa4186 libavformat

age author description
Wed, 23 Dec 2009 21:23:26 +0000 lucabe Add support for mp3 over RTP in rtpdec.c libavformat
Tue, 14 Apr 2009 15:01:46 +0000 rbultje Add a Vorbis payload parser. Implemented by Colin McQuillan as a GSoC libavformat
Mon, 13 Apr 2009 16:20:26 +0000 stefano Rename bitstream.h to get_bits.h. libavformat
Fri, 20 Mar 2009 01:11:08 +0000 rbultje Assign the x-pf-asf payload string to be decoded by rtp_asf.c, and add a libavformat
Tue, 03 Mar 2009 13:51:34 +0000 rbultje Don't let finalize_packet() touch pkt->stream_index. Instead, let individual libavformat
Tue, 03 Mar 2009 13:42:16 +0000 rbultje Reindent after r17764. libavformat
Tue, 03 Mar 2009 13:41:50 +0000 rbultje In the current implementation of rtp_parse_packet(), finalize_packet() is libavformat
Thu, 26 Feb 2009 14:24:50 +0000 rbultje Implement marker bit, which is used for several RTP payloads currently 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
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, 13 Dec 2008 23:25:19 +0000 lucabe Rename rtp_payload_data_t to avoid clashes with the POSIX namespace libavformat
Sat, 04 Oct 2008 04:16:44 +0000 rbultje Remove access into RTPDemuxContext in rtsp.c, which allows making it opaque libavformat
Sat, 04 Oct 2008 04:15:06 +0000 rbultje Change function prototype of RTPDynamicPayloadHandler.parse_packet() to libavformat
Mon, 29 Sep 2008 06:22:12 +0000 diego Uniformly define _XOPEN_SOURCE to 600. libavformat
Sun, 07 Sep 2008 01:19:26 +0000 rbultje Give register_dynamic_payload_handler() in rtpdec.c a ff_ prefix and export libavformat
Fri, 22 Aug 2008 19:03:05 +0000 lucabe Do not set timestamp information for a non existing AVStream libavformat
Thu, 14 Aug 2008 22:01:59 +0000 aurel ensure we get explicit definition of various _XOPEN_SOURCE functions we use libavformat
Sun, 13 Jul 2008 19:41:10 +0000 mru RTP: use dprintf(), allow compilation with -DDEBUG libavformat
Wed, 02 Jul 2008 10:26:23 +0000 lucabe Reindent after last commit libavformat
Wed, 02 Jul 2008 10:23:27 +0000 lucabe Fix A/V synch for RTP streams that do not contain MPEG1 or 2 libavformat
Fri, 09 May 2008 11:56:36 +0000 diego Use full path for #includes from another directory. libavformat
Sat, 15 Mar 2008 16:15:47 +0000 diego typo fixes libavformat
Fri, 18 Jan 2008 20:48:32 +0000 rbultje Add a flags field to the RTPDynamicPayloadPacketHandlerProc (PKT_FLAG_*). libavformat
Thu, 10 Jan 2008 13:54:30 +0000 rbultje Reindent after r11493 (always use parse_packet() vfunc in rtp_parse_packet()), libavformat
Thu, 10 Jan 2008 13:52:35 +0000 rbultje Make rtp_parse_packet() always call the vfunc of the dynamic payload handler libavformat
Fri, 04 Jan 2008 19:33:50 +0000 lucabe Split the RTP demuxing functions out of rtp.c, to simplify the RTP muxer's dependencies libavformat base rtp.c@cf130d0dcbae