Sun, 29 Aug 2010 10:25:16 +0000 |
mstorsjo |
rtsp: Return AVERROR_EOF when all streams have received an RTCP BYE packet
libavformat
|
Sun, 29 Aug 2010 10:20:18 +0000 |
mstorsjo |
Reindent
libavformat
|
Sun, 29 Aug 2010 10:19:44 +0000 |
mstorsjo |
rtpdec: Read RTCP compound packets
libavformat
|
Wed, 25 Aug 2010 09:15:31 +0000 |
mstorsjo |
rtp: Replace hardcoded RTCP packet types with defines
libavformat
|
Mon, 23 Aug 2010 11:53:27 +0000 |
lucabe |
Do not use the server SSRC as client SSRC in the RTP demuxer
libavformat
|
Mon, 16 Aug 2010 14:23:35 +0000 |
mstorsjo |
Add RTP depacketization of VP8
libavformat
|
Thu, 12 Aug 2010 21:07:17 +0000 |
mstorsjo |
Add RTP depacketization of MP4A-LATM
libavformat
|
Fri, 30 Jul 2010 12:04:27 +0000 |
mstorsjo |
Remove mostly unnecessary rtpdec_*.h files, store the declarations in one file
libavformat
|
Wed, 14 Jul 2010 12:32:00 +0000 |
mstorsjo |
Add a depacketizer for QDM2
libavformat
|
Wed, 14 Jul 2010 12:26:16 +0000 |
mstorsjo |
rtpdec: Allow depacketizers to specify that pkt->pts should be left as AV_NOPTS_VALUE
libavformat
|
Thu, 01 Jul 2010 20:12:58 +0000 |
mstorsjo |
Add RTP depacketization of SVQ3
libavformat
|
Mon, 28 Jun 2010 20:27:25 +0000 |
mstorsjo |
rtpdec: Malloc the fmtp value buffer
libavformat
|
Mon, 28 Jun 2010 11:24:12 +0000 |
mstorsjo |
rtpdec: Add generic function for iterating over FMTP configuration lines
libavformat
|
Fri, 25 Jun 2010 08:02:50 +0000 |
mstorsjo |
RTSP, rtpdec: Move RTPPayloadData into rtpdec_mpeg4 and remove all references to rtp_payload_data in rtpdec and rtsp
libavformat
|
Fri, 25 Jun 2010 08:01:20 +0000 |
mstorsjo |
rtpdec: Move AAC depacketization code in rtpdec to a proper payload handler
libavformat
|
Fri, 25 Jun 2010 07:58:38 +0000 |
mstorsjo |
RTSP: Decouple MPEG-4 and AAC specific parts from rtsp.c
libavformat
|
Tue, 20 Apr 2010 07:38:52 +0000 |
mstorsjo |
Reset RTCP timestamps after seeking, add range start offset to the packets timestamps
libavformat
|
Tue, 20 Apr 2010 07:34:28 +0000 |
mstorsjo |
Revert svn rev 21857, readd first_rtcp_ntp_time in RTPDemuxContext
libavformat
|
Mon, 05 Apr 2010 17:26:06 +0000 |
mstorsjo |
Reindent
libavformat
|
Mon, 05 Apr 2010 17:25:39 +0000 |
mstorsjo |
Fix leaks in the AAC RTP depacketizer
libavformat
|
Thu, 01 Apr 2010 21:40:56 +0000 |
rbultje |
Rename rtpdec_theora.[ch] to rtpdec_xiph.[ch], as a preparation for merging
libavformat
|
Tue, 30 Mar 2010 23:30:55 +0000 |
stefano |
Define AVMediaType enum, and use it instead of enum CodecType, which
libavformat
|
Mon, 22 Mar 2010 16:26:29 +0000 |
mstorsjo |
RTP depacketization of Theora
libavformat
|
Sun, 28 Feb 2010 11:03:14 +0000 |
mstorsjo |
Rename RTP depacketizer files from rtp_* to rtpdec_*
libavformat
|
Tue, 16 Feb 2010 23:00:03 +0000 |
rbultje |
Remove first_rtcp_ntp_time. This is used to prevent overflow of the timestamp,
libavformat
|
Tue, 16 Feb 2010 22:50:50 +0000 |
rbultje |
When using RTP-over-UDP, send dummy packets during stream setup, similar to
libavformat
|
Wed, 10 Feb 2010 17:20:50 +0000 |
rbultje |
RTP/AMR depacketizer, by Martin Storsj <$firstname at $firstname dot st>.
libavformat
|
Mon, 01 Feb 2010 23:10:04 +0000 |
cehoyos |
Fix warnings about implicit function declaration when compiling rtpdec.c
libavformat
|
Thu, 28 Jan 2010 16:08:13 +0000 |
rbultje |
Add RTP/H.263 depacketizer by Martin Storsj <$firstname () $firstname st>.
libavformat
|
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
|