index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
rtp.c
Age
Commit message (
Expand
)
Author
2007-07-19
Replace all occurrences of AVERROR_IO with AVERROR(EIO).
Panagiotis Issaris
2007-07-06
Use AV_RB* macros where appropriate.
Ronald S. Bultje
2007-06-27
remove empty write trailer functions
Vitor Sessak
2007-06-13
remove decode_be32/64 and replace them by AV_RB32/64
Ronald S. Bultje
2007-06-12
misc spelling fixes
Diego Biurrun
2007-04-15
add an enum for need_parsing
Aurelien Jacobs
2007-04-04
changes some function declarations from () to (void) as per ansi c.
Stefan Huehner
2007-03-04
Move rtp_check_and_send_back_rr()'s unaltered comments to the header file.
Panagiotis Issaris
2007-03-04
Move rtp_get_payload_type()'s unaltered comments to the header file.
Panagiotis Issaris
2007-02-04
move networking #includes into separate file
Ramiro Polla
2007-01-19
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
Alex Beregszaszi
2007-01-18
The long awaited BeOS cleanup, phase 1
François Revol
2006-11-09
get rid of CODEC_ID_MPEG4AAC after next version bump, and change it to CODEC_...
Baptiste Coudurier
2006-11-07
add support for rtp/h264 streaming
Ryan Martell
2006-11-03
add valid statistics for the RTCP receiver report.
Ryan Martell
2006-11-01
Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.
Steve L'Homme
2006-10-29
fix more dynamic protocol stuff, needed by the forthcoming h264
Ryan Martell
2006-10-28
move up (in the file) AAC audio handling moved from below
Ryan Martell
2006-10-27
make ffmpeg able to send back a RTCP receiver report.
Thijs
2006-10-27
indentation fix, patch by Ryan Martell % rdm4 A martellventures P com %
Ryan Martell
2006-10-26
Add support for H264 over RTP
Ryan Martell
2006-10-07
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-09-27
fix some signedness warnings
Måns Rullgård
2006-08-20
Added codec id for QCELP.
Benjamin Larsson
2006-07-10
allow individual selection of muxers and demuxers
Måns Rullgård
2006-07-09
give AVInput/OutputFormat structs consistent names
Måns Rullgård
2006-06-15
Fix typo
Luca Abeni
2006-05-27
suggest solution for 2 fixmies
Michael Niedermayer
2006-03-30
fix constraint violation: libavformat is not allowed to modify state of calle...
D Richard Felker III
2006-03-01
fix debug code: do not try to take st->codec if st is NULL. This makes ffplay...
François Revol
2006-01-12
Update licensing information: The FSF changed postal address.
Diego Biurrun
2005-12-17
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-07-23
mpeg1video m bit fix by (Luca Abeni: lucabe72, email it)
Michael Niedermayer
2005-07-23
MPEG4 streaming over RTP patch by (Luca Abeni: lucabe72, email it)
Luca Abeni
2005-07-17
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...
Michael Niedermayer
2005-05-30
trivial pre-C99 fix for rtp.c by (Wolfram Gloger: wmglo, dent med uni-muenche...
Michael Niedermayer
2005-05-26
RTP/RTSP and MPEG4-AAC audio
Romain Degez
2005-04-30
switch to native time bases
Michael Niedermayer
2004-05-29
pass AVPacket into av_write_frame()
Michael Niedermayer
2004-03-03
av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
Michel Bardiaux
2003-11-10
use parsers
Fabrice Bellard
2003-10-29
added MPEG2TS support in RTP, SDP and RTSP - replaced fake RTP demux by a spe...
Fabrice Bellard
2003-09-10
64 bit pts for writing - more const usage
Fabrice Bellard
2003-09-08
CODEC_ID_MP3LAME is obsolete
Fabrice Bellard
2003-07-15
fixed NTP generation for mpeg
Fabrice Bellard
2003-03-12
per context frame_rate_base, this should finally fix frame_rate related av sy...
Michael Niedermayer
2003-02-11
* UINTX -> uintx_t INTX -> intx_t
Zdenek Kabelac
2002-11-25
renamed libav to libavformat
Fabrice Bellard