Michael Niedermayer
|
b55aca6b8b
Merge branch 'release/0.7' into oldabi
|
13 years ago |
Michael Niedermayer
|
57bf0d1fe5
Merge branch 'release/0.7' into oldabi
|
13 years ago |
Miroslav Slugeň
|
fd30240e98
libavformat: add support for G726 audio decoder in RTP and RTSP streams
|
13 years ago |
John Brooks
|
2c0cddf255
rtpdec: Read the packet length for all RTCP packet types
|
13 years ago |
John Brooks
|
d398d042c1
rtpdec: Fix the minimum packet length for RTCP SR packets
|
13 years ago |
Michael Niedermayer
|
4095fa9038
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Diego Biurrun
|
4cc843facd
rtp: remove disabled code
|
13 years ago |
Michael Niedermayer
|
976a8b2179
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Mans Rullgard
|
0ebcdf5cda
Do not include mathematics.h in avutil.h
|
13 years ago |
Michael Niedermayer
|
87f40364d1
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Mans Rullgard
|
5e1166b31b
Mark some variables with av_unused
|
13 years ago |
Michael Niedermayer
|
72153419b5
Merge remote branch 'qatar/master'
|
13 years ago |
Diego Biurrun
|
046f081b46
configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.
|
13 years ago |
Michael Niedermayer
|
434f248723
Merge remote branch 'qatar/master'
|
13 years ago |
Anton Khirnov
|
925e908bc7
avio: make url_write() internal.
|
13 years ago |
Michael Niedermayer
|
2cae9809e2
Merge remote branch 'qatar/master'
|
13 years ago |
Anton Khirnov
|
403ee835e7
avio: make url_open_dyn_packet_buf internal.
|
13 years ago |
Anton Khirnov
|
6dc7d80de7
avio: avio_ prefix for url_close_dyn_buf
|
13 years ago |
Anton Khirnov
|
b92c545282
avio: avio_ prefix for url_open_dyn_buf
|
13 years ago |
Mans Rullgard
|
2912e87a6c
Replace FFmpeg with Libav in licence headers
|
13 years ago |
Anton Khirnov
|
b7f2fdde74
avio: rename put_flush_packet -> avio_flush
|
13 years ago |
Anton Khirnov
|
77eb5504d3
avio: avio: avio_ prefixes for put_* functions
|
13 years ago |
Anton Khirnov
|
ae628ec1fd
avio: rename ByteIOContext to AVIOContext.
|
13 years ago |
Luca Barbato
|
dfd2a005eb
Replace dprintf with av_dlog
|
13 years ago |
Diego Elio Pettenò
|
119cc033fc
Make RTPFirstDynamicPayloadHandler static to rtpdec.c
|
13 years ago |
Diego Elio Pettenò
|
69ad22c7a7
Make ff_realmedia_mp3_dynamic_handler static.
|
13 years ago |
Martin Storsjö
|
79d482b108
rtpdec: Don't set RTP timestamps if they already are set by the depacketizer
|
14 years ago |
Martin Storsjö
|
3a1cdcc798
rtpdec: Emit timestamps for packets before the first RTCP packet, too
|
14 years ago |
Martin Storsjö
|
bbd8f5477d
rtsp: Don't set the RTP time base from the sample rate if no sample rate is set
|
14 years ago |
Luca Barbato
|
a4a3bade0a
Reinstate default time_base for rtp streams
|
14 years ago |
Martin Storsjö
|
86b6e387cc
rtsp/rtpdec: Set the AVStream time_base directly in rtsp when it is known
|
14 years ago |
Martin Storsjö
|
2eeefe205f
rtpdec: Handle MP3 in RealRTSP
|
14 years ago |
Martin Storsjö
|
4838cdab21
rtpdec: Skip padding bytes at the end of packets
|
14 years ago |
Martin Storsjö
|
1e515c4280
rtpdec: Add functions for finding depacketizers by name or payload id
|
14 years ago |
Martin Storsjö
|
35014efcc6
rtpdec: Add a dynamic payload handler for the x-Purevoice format, RFC 2658
|
14 years ago |
Martin Storsjö
|
946df0598b
rtpdec: Return AVERROR(EAGAIN) for mpegts parsing errors
|
14 years ago |
Martin Storsjö
|
65cdee9c95
rtpdec: Don't use the no reordering codepath if there already is a queue
|
14 years ago |
Martin Storsjö
|
ddcf841191
rtpdec: Handle wrapping seq numbers in has_next_packet properly
|
14 years ago |
Martin Storsjö
|
d678a6fd82
rtpdec: Parse the next packet in the sequence if it is available, if the previous packet didn't return any data
|
14 years ago |
Martin Storsjö
|
91ec7aea20
rtpdec: Return AVERROR(EAGAIN) if out of data for mpegts, pass returned error codes through
|
14 years ago |
Martin Storsjö
|
f6e138b4f4
rtpdec: Don't call the depacketizer to return more data unless it actually said it has more data
|
14 years ago |
Martin Storsjö
|
4ffff36751
rtpdec: Split out storing of the depacketization return value to a separate function
|
14 years ago |
Martin Storsjö
|
b7952ed184
rtpdec: Set prev_ret properly when parsing more data from mpegts RTP packets
|
14 years ago |
Martin Storsjö
|
45658b7414
rtpdec: Store the previous return value for mpegts when it was -1, too
|
14 years ago |
Robert Schlabbach
|
243ac3fdaa
rtpdec: Keep track of the previous return value from rtp_parse_packet_internal for mpegts packets
|
14 years ago |
Robert Schlabbach
|
9446b4bbbc
rtpdec: Handle RTP header extension
|
14 years ago |
Martin Storsjö
|
3ece3e4c56
Add RTP depacketization of the X-QT QuickTime format
|
14 years ago |
Martin Storsjö
|
58ee09911e
rtpdec: Reorder received RTP packets according to the seq number
|
14 years ago |
Martin Storsjö
|
0260741876
rtpdec: Split out the part of rtp_parse_packet that does the parsing of new packets
|
14 years ago |
Martin Storsjö
|
ad4ad27fb6
rtsp/rtpdec: Allow rtp_parse_packet to take ownership of the packet buffer
|
14 years ago |