Josh Allmann
7f3468d392
rtp: Replace hardcoded RTCP packet types with defines
...
Patch by Josh Allmann, joshua dot allmann at gmail
Originally committed as revision 24912 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Josh Allmann
7b18d94cb3
Add RTP packetization of VP8
...
Patch by Josh Allmann, joshua dot allmann at gmail
Originally committed as revision 24797 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Josh Allmann
91af5601c1
Add RTP packetization of Theora and Vorbis
...
Patch by Josh Allmann, joshua dot allmann at gmail
Originally committed as revision 24735 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Måns Rullgård
81f460a373
rtpenc: remove unnecessary #include unistd.h
...
Originally committed as revision 24071 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Luca Abeni
8a2679ada4
Simplify (no need to check for st->codec->extradata) and correct
...
(extradata_size must be at least 5 bytes) the H.264 MP4 syntax check
in rtpenc.c
Originally committed as revision 23638 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Luca Abeni
8b889b3480
If the video stream is H.264 with MP4 syntax, store the NAL lenght size in
...
the RTP muxer context (it will be used later for splitting frames in NALs)
Originally committed as revision 23625 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Martin Storsjö
576fb48e6d
Make ff_random_get_seed public, rename to av_get_random_seed, export the header
...
Keep an old ff_ named function for binary compatibility until the
next major bump.
Originally committed as revision 23254 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Stefano Sabatini
72415b2adb
Define AVMediaType enum, and use it instead of enum CodecType, which
...
is deprecated and will be dropped at the next major bump.
Originally committed as revision 22735 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Martin Storsjö
4c1202f76e
Initialize ssrc and base_timestamp using ff_random_get_seed()
...
Originally committed as revision 22706 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Martin Storsjö
b1d55e5e4f
Use AVFormatContext.start_time_realtime in the RTP muxer
...
Originally committed as revision 22543 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Martin Storsjö
594a9aebbe
Make the ntp_time function available to other parts of libavformat, as ff_ntp_time
...
Originally committed as revision 22438 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Timo Teräs
4e8052ddad
Fix syncronisation for streams with a high encoding delay.
...
Patch by Timo Teräs (timo DOT teras AT iki DOT fi)
Originally committed as revision 21743 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Luca Abeni
3f60d2d327
Remove the inclusion of unneeded headers
...
Originally committed as revision 21193 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Luca Abeni
759dc2b6cc
Remove outdated comments.
...
Originally committed as revision 20983 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Luca Abeni
d3d1eae659
Remove a useless local variable.
...
Originally committed as revision 20946 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Luca Abeni
cd7bfe4079
Remove outdated comment
...
Originally committed as revision 20945 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Luca Abeni
b3fbe02c86
Remove an unneeded local variable.
...
Originally committed as revision 20944 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Luca Abeni
6399c17d54
Use different dynamic payload types for audio and video.
...
Originally committed as revision 20940 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Stefano Sabatini
9106a698e7
Rename bitstream.h to get_bits.h.
...
Originally committed as revision 18494 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Martin Storsjö
08e696c0b2
Add support for AMR audio in the RTP muxer
...
patch by Martin Storsjö (martin AT martin DOT st)
Originally committed as revision 18375 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Martin Storsjö
9edfaf3c6c
Add support for H.263 video in the RTP muxer
...
patch by Martin Storsjö (martin AT martin DOT st)
Originally committed as revision 18347 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Luca Abeni
0766c3ee98
Make rtp_write_header() fail in case of unsupported payload type
...
Originally committed as revision 18204 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Luca Abeni
0550b58f4e
Rename rtp_get_payload_type() to ff_rtp_get_payload_type(), as it is not
...
a static function
Originally committed as revision 17364 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Luca Abeni
d3536678dc
Do not use RTP_MAX_PACKET_LENGTH in the RTP muxer
...
Originally committed as revision 17022 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Luca Abeni
17a5894a23
Merge rtp_aac.h and rtp_mpv.h in rtpenc.h
...
Originally committed as revision 17020 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Luca Abeni
302879cb36
Split rtp.h in rtp.h, rtpdec.h, and rtpenc.h
...
Originally committed as revision 17016 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Luca Abeni
21da81d784
Introduce a new num_frames field in RTPDemuxContext so that rtp_aac.c
...
does not need to abuse read_buf_index
Originally committed as revision 17004 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Luca Abeni
20631a9c15
Merge rtp_internal.h in rtp.h, and remove rtp_internal.h
...
Originally committed as revision 16817 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
406792e7b0
cosmetics: Remove pointless period after copyright statement non-sentences.
...
Originally committed as revision 16684 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
e8420626d0
RTP: use dprintf(), allow compilation with -DDEBUG
...
Originally committed as revision 14211 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Abeni
f6f848397a
Remove outdated comment
...
Originally committed as revision 14107 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Abeni
a4696aa2fe
Remove improper usage of AV_TIME_BASE_Q
...
Originally committed as revision 13960 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Stefano Sabatini
bde15e74de
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
...
patch by Stefano Sabatini, stefano.sabatini-lala poste.it
along with some spelling/consistency fixes for the long names by me
Originally committed as revision 13649 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
245976da2a
Use full path for #includes from another directory.
...
Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Abeni
d597e1b76c
Fix computation of the "NTP time" field in RTCP SR packets, and do not
...
export times with microsecond precision
Originally committed as revision 12158 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Abeni
f79bfe481d
Add support for H.264 video in the RTP muxer
...
Originally committed as revision 11589 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Abeni
83a0d3878c
Split the RTP muxer out of rtp.c, to simplify the RTSP demuxer's dependencies
...
Originally committed as revision 11408 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Abeni
8eb793c459
Split the RTP demuxing functions out of rtp.c, to simplify the RTP muxer's dependencies
...
Originally committed as revision 11406 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
d0b53d05c8
Fix some spelling mistakes.
...
Originally committed as revision 11125 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Björn Axelsson
899681cd1d
Use dynamically allocated ByteIOContext in AVFormatContext
...
patch by: Björn Axelsson, bjorn d axelsson a intinor d se
thread: [PATCH] Remove static ByteIOContexts, 06 nov 2007
Originally committed as revision 11071 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Abeni
db628029c4
Add MPEG2 support to the RTP muxer
...
Originally committed as revision 11047 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Abeni
7ed19d7fbf
Remove the "AVRtpPayloadTypes[i].pt == i" assumption from RTP and RTSP
...
code (this is needed for supporting MPEG2 video in the RTP muxer)
Originally committed as revision 11046 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Abeni
18c05a375b
Do not send too many RTCP packets (according to RFC 3550, the minimum
...
RTCP interval should be 5 seconds)
Originally committed as revision 10930 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Abeni
0aa7a2e690
Use a symbolic name for the payload size of an RTCP Sender Report packet
...
Originally committed as revision 10929 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Abeni
e0d21bfe83
Allow to set the maximum number of frames per RTP packet (and add support for
...
this in the AAC packetizer)
Originally committed as revision 10647 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Abeni
d0c3be9568
Fix a warning by removing an useless assignment (buf_ptr should be only
...
used in the RTP muxer, and not in the demuxer)
Originally committed as revision 10561 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Abeni
171dce486c
Support for AAC streaming over RTP. Fragmentation is not implemented yet
...
Originally committed as revision 10491 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Abeni
af74c95a08
Fix timestamps in RTP packets (now, MPEG1 video with B frames works correctly)
...
Originally committed as revision 10469 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Abeni
1b31b02ed1
Properly set RTP and NTP timestamps in RTCP SR packets
...
Originally committed as revision 10468 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Abeni
98561024ac
Move the RTP packetization code for MPEG12 video in its own file (rtp_mpv.c)
...
Originally committed as revision 10201 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago