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
/
rtp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use full path for #includes from another directory.
Diego Biurrun
2008-05-09
1
-1
/
+2
*
Add a comment about missing entries
Luca Abeni
2008-03-31
1
-0
/
+5
*
Use the correct size for the enc_name field (removing the arbitrary "50" size)
Luca Abeni
2008-03-31
1
-1
/
+1
*
Remove useless entries from AVRtpPayloadTypes
Luca Abeni
2008-03-31
1
-104
/
+0
*
Support mp3 audio in the RTP muxer
Luca Abeni
2008-03-31
1
-0
/
+1
*
Make AVRtpPayloadTypes static and constant
Diego Pettenò
2008-01-06
1
-1
/
+9
*
Split the RTP muxer out of rtp.c, to simplify the RTSP demuxer's dependencies
Luca Abeni
2008-01-04
1
-328
/
+0
*
Split the RTP demuxing functions out of rtp.c, to simplify the RTP muxer's de...
Luca Abeni
2008-01-04
1
-524
/
+0
*
Fix some spelling mistakes.
Diego Biurrun
2007-12-02
1
-1
/
+1
*
Use dynamically allocated ByteIOContext in AVFormatContext
Björn Axelsson
2007-11-21
1
-42
/
+42
*
Add MPEG2 support to the RTP muxer
Luca Abeni
2007-11-16
1
-0
/
+5
*
Remove the "AVRtpPayloadTypes[i].pt == i" assumption from RTP and RTSP
Luca Abeni
2007-11-16
1
-11
/
+40
*
Do not send too many RTCP packets (according to RFC 3550, the minimum
Luca Abeni
2007-11-05
1
-1
/
+3
*
Use a symbolic name for the payload size of an RTCP Sender Report packet
Luca Abeni
2007-11-05
1
-1
/
+2
*
Allow to set the maximum number of frames per RTP packet (and add support for
Luca Abeni
2007-10-02
1
-0
/
+15
*
Fix a warning by removing an useless assignment (buf_ptr should be only
Luca Abeni
2007-09-24
1
-1
/
+0
*
Support for AAC streaming over RTP. Fragmentation is not implemented yet
Luca Abeni
2007-09-14
1
-0
/
+6
*
Fix timestamps in RTP packets (now, MPEG1 video with B frames works correctly)
Luca Abeni
2007-09-10
1
-23
/
+13
*
Properly set RTP and NTP timestamps in RTCP SR packets
Luca Abeni
2007-09-10
1
-7
/
+14
*
Move the RTP packetization code for MPEG12 video in its own file (rtp_mpv.c)
Luca Abeni
2007-08-24
1
-56
/
+8
*
Replace all occurrences of AVERROR_IO with AVERROR(EIO).
Panagiotis Issaris
2007-07-19
1
-1
/
+1
*
Use AV_RB* macros where appropriate.
Ronald S. Bultje
2007-07-06
1
-1
/
+1
*
remove empty write trailer functions
Vitor Sessak
2007-06-27
1
-7
/
+0
*
remove decode_be32/64 and replace them by AV_RB32/64
Ronald S. Bultje
2007-06-13
1
-16
/
+6
*
misc spelling fixes
Diego Biurrun
2007-06-12
1
-1
/
+1
*
add an enum for need_parsing
Aurelien Jacobs
2007-04-15
1
-1
/
+1
*
changes some function declarations from () to (void) as per ansi c.
Stefan Huehner
2007-04-04
1
-1
/
+1
*
Move rtp_check_and_send_back_rr()'s unaltered comments to the header file.
Panagiotis Issaris
2007-03-04
1
-5
/
+0
*
Move rtp_get_payload_type()'s unaltered comments to the header file.
Panagiotis Issaris
2007-03-04
1
-1
/
+0
*
move networking #includes into separate file
Ramiro Polla
2007-02-04
1
-5
/
+1
*
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
Alex Beregszaszi
2007-01-19
1
-1
/
+1
*
The long awaited BeOS cleanup, phase 1
François Revol
2007-01-18
1
-5
/
+1
*
get rid of CODEC_ID_MPEG4AAC after next version bump, and change it to CODEC_...
Baptiste Coudurier
2006-11-09
1
-3
/
+3
*
add support for rtp/h264 streaming
Ryan Martell
2006-11-07
1
-9
/
+1
*
add valid statistics for the RTCP receiver report.
Ryan Martell
2006-11-03
1
-9
/
+143
*
Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.
Steve L'Homme
2006-11-01
1
-1
/
+1
*
fix more dynamic protocol stuff, needed by the forthcoming h264
Ryan Martell
2006-10-29
1
-30
/
+46
*
move up (in the file) AAC audio handling moved from below
Ryan Martell
2006-10-28
1
-21
/
+27
*
make ffmpeg able to send back a RTCP receiver report.
Thijs
2006-10-27
1
-2
/
+72
*
indentation fix, patch by Ryan Martell % rdm4 A martellventures P com %
Ryan Martell
2006-10-27
1
-13
/
+13
*
Add support for H264 over RTP
Ryan Martell
2006-10-26
1
-34
/
+39
*
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-10-07
1
-4
/
+6
*
fix some signedness warnings
Måns Rullgård
2006-09-27
1
-1
/
+1
*
Added codec id for QCELP.
Benjamin Larsson
2006-08-20
1
-1
/
+1
*
allow individual selection of muxers and demuxers
Måns Rullgård
2006-07-10
1
-6
/
+0
*
give AVInput/OutputFormat structs consistent names
Måns Rullgård
2006-07-09
1
-2
/
+2
*
Fix typo
Luca Abeni
2006-06-15
1
-1
/
+1
*
suggest solution for 2 fixmies
Michael Niedermayer
2006-05-27
1
-0
/
+1
*
fix constraint violation: libavformat is not allowed to modify state of calle...
D Richard Felker III
2006-03-30
1
-2
/
+2
*
fix debug code: do not try to take st->codec if st is NULL. This makes ffplay...
François Revol
2006-03-01
1
-2
/
+3
[next]