index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
rtpdec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace all usage of strcasecmp/strncasecmp
Reimar Döffinger
2011-11-06
1
-2
/
+2
*
rtpdec: Add ff_ prefix to all nonstatic symbols
Martin Storsjö
2011-10-12
1
-8
/
+8
*
rtpdec: Read the packet length for all RTCP packet types
John Brooks
2011-10-12
1
-7
/
+7
*
rtpdec: Fix the minimum packet length for RTCP SR packets
John Brooks
2011-10-12
1
-1
/
+1
*
rtp: remove disabled code
Diego Biurrun
2011-07-21
1
-16
/
+0
*
Do not include mathematics.h in avutil.h
Mans Rullgard
2011-07-03
1
-0
/
+1
*
Mark some variables with av_unused
Mans Rullgard
2011-06-03
1
-1
/
+1
*
configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.
Diego Biurrun
2011-05-12
1
-3
/
+0
*
avio: make url_write() internal.
Anton Khirnov
2011-04-04
1
-4
/
+5
*
avio: make url_open_dyn_packet_buf internal.
Anton Khirnov
2011-04-03
1
-1
/
+1
*
avio: avio_ prefix for url_close_dyn_buf
Anton Khirnov
2011-04-03
1
-3
/
+3
*
avio: avio_ prefix for url_open_dyn_buf
Anton Khirnov
2011-04-03
1
-3
/
+3
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
avio: rename put_flush_packet -> avio_flush
Anton Khirnov
2011-03-16
1
-3
/
+3
*
avio: avio: avio_ prefixes for put_* functions
Anton Khirnov
2011-02-21
1
-29
/
+29
*
avio: rename ByteIOContext to AVIOContext.
Anton Khirnov
2011-02-20
1
-2
/
+2
*
Replace dprintf with av_dlog
Luca Barbato
2011-01-29
1
-2
/
+2
*
Make RTPFirstDynamicPayloadHandler static to rtpdec.c
Diego Elio Pettenò
2011-01-25
1
-1
/
+1
*
Make ff_realmedia_mp3_dynamic_handler static.
Diego Elio Pettenò
2011-01-25
1
-1
/
+1
*
rtpdec: Don't set RTP timestamps if they already are set by the depacketizer
Martin Storsjö
2011-01-06
1
-0
/
+2
*
rtpdec: Emit timestamps for packets before the first RTCP packet, too
Martin Storsjö
2011-01-01
1
-3
/
+14
*
rtsp: Don't set the RTP time base from the sample rate if no sample rate is set
Martin Storsjö
2010-12-15
1
-1
/
+0
*
Reinstate default time_base for rtp streams
Luca Barbato
2010-12-15
1
-0
/
+1
*
rtsp/rtpdec: Set the AVStream time_base directly in rtsp when it is known
Martin Storsjö
2010-12-07
1
-5
/
+0
*
rtpdec: Handle MP3 in RealRTSP
Martin Storsjö
2010-12-07
1
-0
/
+7
*
rtpdec: Skip padding bytes at the end of packets
Martin Storsjö
2010-12-06
1
-0
/
+6
*
rtpdec: Add functions for finding depacketizers by name or payload id
Martin Storsjö
2010-12-05
1
-0
/
+25
*
rtpdec: Add a dynamic payload handler for the x-Purevoice format, RFC 2658
Martin Storsjö
2010-12-05
1
-0
/
+1
*
rtpdec: Return AVERROR(EAGAIN) for mpegts parsing errors
Martin Storsjö
2010-10-15
1
-2
/
+5
*
rtpdec: Don't use the no reordering codepath if there already is a queue
Martin Storsjö
2010-10-13
1
-1
/
+1
*
rtpdec: Handle wrapping seq numbers in has_next_packet properly
Martin Storsjö
2010-10-13
1
-1
/
+1
*
rtpdec: Parse the next packet in the sequence if it is available, if the prev...
Martin Storsjö
2010-10-13
1
-0
/
+2
*
rtpdec: Return AVERROR(EAGAIN) if out of data for mpegts, pass returned error...
Martin Storsjö
2010-10-13
1
-3
/
+3
*
rtpdec: Don't call the depacketizer to return more data unless it actually sa...
Martin Storsjö
2010-10-13
1
-3
/
+3
*
rtpdec: Split out storing of the depacketization return value to a separate f...
Martin Storsjö
2010-10-13
1
-30
/
+26
*
rtpdec: Set prev_ret properly when parsing more data from mpegts RTP packets
Martin Storsjö
2010-10-08
1
-2
/
+6
*
rtpdec: Store the previous return value for mpegts when it was -1, too
Martin Storsjö
2010-10-08
1
-1
/
+3
*
rtpdec: Keep track of the previous return value from rtp_parse_packet_interna...
Robert Schlabbach
2010-10-08
1
-0
/
+2
*
rtpdec: Handle RTP header extension
Robert Schlabbach
2010-10-06
1
-0
/
+17
*
Add RTP depacketization of the X-QT QuickTime format
Martin Storsjö
2010-10-06
1
-0
/
+5
*
rtpdec: Reorder received RTP packets according to the seq number
Martin Storsjö
2010-10-01
1
-5
/
+115
*
rtpdec: Split out the part of rtp_parse_packet that does the parsing of new p...
Martin Storsjö
2010-10-01
1
-46
/
+57
*
rtsp/rtpdec: Allow rtp_parse_packet to take ownership of the packet buffer
Martin Storsjö
2010-10-01
1
-2
/
+3
*
Handle G.722 in RTP, and all the exceptions mandated in RFC 3551
Martin Storsjö
2010-09-15
1
-0
/
+7
*
rtsp: Return AVERROR_EOF when all streams have received an RTCP BYE packet
Josh Allmann
2010-08-29
1
-3
/
+4
*
Reindent
Josh Allmann
2010-08-29
1
-4
/
+4
*
rtpdec: Read RTCP compound packets
Josh Allmann
2010-08-29
1
-2
/
+18
*
rtp: Replace hardcoded RTCP packet types with defines
Josh Allmann
2010-08-25
1
-5
/
+5
*
Do not use the server SSRC as client SSRC in the RTP demuxer
Luca Abeni
2010-08-23
1
-2
/
+3
*
Add RTP depacketization of VP8
Josh Allmann
2010-08-16
1
-0
/
+1
[next]