Martin Storsjö
|
0048a2a8d3
Handle G.722 in RTP, and all the exceptions mandated in RFC 3551
|
14 лет назад |
Stefano Sabatini
|
72415b2adb
Define AVMediaType enum, and use it instead of enum CodecType, which
|
14 лет назад |
Luca Abeni
|
4bf0faaafe
Remove the inclusion of unneeded headers
|
15 лет назад |
Stefano Sabatini
|
9106a698e7
Rename bitstream.h to get_bits.h.
|
15 лет назад |
Luca Abeni
|
215037887d
Do not return payload type 34 for H.263 (it is deprecated)
|
15 лет назад |
Luca Abeni
|
bf6d981806
Remame rtp_get_codec_info() to ff_rtp_get_codec_info(), as it is not
|
15 лет назад |
Luca Abeni
|
0550b58f4e
Rename rtp_get_payload_type() to ff_rtp_get_payload_type(), as it is not
|
15 лет назад |
Luca Abeni
|
20631a9c15
Merge rtp_internal.h in rtp.h, and remove rtp_internal.h
|
16 лет назад |
Diego Biurrun
|
406792e7b0
cosmetics: Remove pointless period after copyright statement non-sentences.
|
16 лет назад |
Luca Abeni
|
309d32b0db
Do not set sample_rate = 90000 for mp2 and mp3 audio over RTP
|
16 лет назад |
Diego Biurrun
|
245976da2a
Use full path for #includes from another directory.
|
16 лет назад |
Luca Abeni
|
2ccf0a4290
Add a comment about missing entries
|
16 лет назад |
Luca Abeni
|
87cb064359
Use the correct size for the enc_name field (removing the arbitrary "50" size)
|
16 лет назад |
Luca Abeni
|
19faa9f469
Remove useless entries from AVRtpPayloadTypes
|
16 лет назад |
Luca Abeni
|
e4ed1fbf91
Support mp3 audio in the RTP muxer
|
16 лет назад |
Diego Pettenò
|
7d51edddd4
Make AVRtpPayloadTypes static and constant
|
17 лет назад |
Luca Abeni
|
83a0d3878c
Split the RTP muxer out of rtp.c, to simplify the RTSP demuxer's dependencies
|
17 лет назад |
Luca Abeni
|
8eb793c459
Split the RTP demuxing functions out of rtp.c, to simplify the RTP muxer's dependencies
|
17 лет назад |
Diego Biurrun
|
d0b53d05c8
Fix some spelling mistakes.
|
17 лет назад |
Björn Axelsson
|
899681cd1d
Use dynamically allocated ByteIOContext in AVFormatContext
|
17 лет назад |
Luca Abeni
|
db628029c4
Add MPEG2 support to the RTP muxer
|
17 лет назад |
Luca Abeni
|
7ed19d7fbf
Remove the "AVRtpPayloadTypes[i].pt == i" assumption from RTP and RTSP
|
17 лет назад |
Luca Abeni
|
18c05a375b
Do not send too many RTCP packets (according to RFC 3550, the minimum
|
17 лет назад |
Luca Abeni
|
0aa7a2e690
Use a symbolic name for the payload size of an RTCP Sender Report packet
|
17 лет назад |
Luca Abeni
|
e0d21bfe83
Allow to set the maximum number of frames per RTP packet (and add support for
|
17 лет назад |
Luca Abeni
|
d0c3be9568
Fix a warning by removing an useless assignment (buf_ptr should be only
|
17 лет назад |
Luca Abeni
|
171dce486c
Support for AAC streaming over RTP. Fragmentation is not implemented yet
|
17 лет назад |
Luca Abeni
|
af74c95a08
Fix timestamps in RTP packets (now, MPEG1 video with B frames works correctly)
|
17 лет назад |
Luca Abeni
|
1b31b02ed1
Properly set RTP and NTP timestamps in RTCP SR packets
|
17 лет назад |
Luca Abeni
|
98561024ac
Move the RTP packetization code for MPEG12 video in its own file (rtp_mpv.c)
|
17 лет назад |
Panagiotis Issaris
|
6f3e0b2174
Replace all occurrences of AVERROR_IO with AVERROR(EIO).
|
17 лет назад |
Ronald S. Bultje
|
80fb82346e
Use AV_RB* macros where appropriate.
|
17 лет назад |
Vitor Sessak
|
7cf0999529
remove empty write trailer functions
|
17 лет назад |
Ronald S. Bultje
|
48961970f1
remove decode_be32/64 and replace them by AV_RB32/64
|
17 лет назад |
Diego Biurrun
|
755bfeabcc
misc spelling fixes
|
17 лет назад |
Aurelien Jacobs
|
57004ff1d7
add an enum for need_parsing
|
17 лет назад |
Stefan Huehner
|
2b100ab2bf
changes some function declarations from () to (void) as per ansi c.
|
17 лет назад |
Panagiotis Issaris
|
7874024062
Move rtp_check_and_send_back_rr()'s unaltered comments to the header file.
|
17 лет назад |
Panagiotis Issaris
|
1dd7345abc
Move rtp_get_payload_type()'s unaltered comments to the header file.
|
17 лет назад |
Ramiro Polla
|
42572ef53f
move networking #includes into separate file
|
18 лет назад |
Alex Beregszaszi
|
fead30d444
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
|
18 лет назад |
François Revol
|
e9d511dc7e
The long awaited BeOS cleanup, phase 1
|
18 лет назад |
Baptiste Coudurier
|
cbee7a6944
get rid of CODEC_ID_MPEG4AAC after next version bump, and change it to CODEC_ID_AAC where used
|
18 лет назад |
Ryan Martell
|
1d1be919ce
add support for rtp/h264 streaming
|
18 лет назад |
Ryan Martell
|
4a6cc06123
add valid statistics for the RTCP receiver report.
|
18 лет назад |
Steve L'Homme
|
949b1a13bf
Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.
|
18 лет назад |
Ryan Martell
|
d0deedcb07
fix more dynamic protocol stuff, needed by the forthcoming h264
|
18 лет назад |
Ryan Martell
|
d83723305e
move up (in the file) AAC audio handling moved from below
|
18 лет назад |
Thijs
|
dbf30963f3
make ffmpeg able to send back a RTCP receiver report.
|
18 лет назад |
Ryan Martell
|
ed78754216
indentation fix, patch by Ryan Martell % rdm4 A martellventures P com %
|
18 лет назад |