summaryrefslogtreecommitdiff
path: root/libavformat/rtp_internal.h
Commit message (Expand)AuthorAge
* Give register_dynamic_payload_handler() in rtpdec.c a ff_ prefix and exportRonald S. Bultje2008-09-07
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* Add a flags field to the RTPDynamicPayloadPacketHandlerProc (PKT_FLAG_*).Ronald S. Bultje2008-01-18
* Remove the "AVRtpPayloadTypes[i].pt == i" assumption from RTP and RTSPLuca Abeni2007-11-16
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17
* Allow to set the maximum number of frames per RTP packet (and add support forLuca Abeni2007-10-02
* move unrelated functions declarations out of allformats.hAurelien Jacobs2007-09-11
* Move the RTP packetization code for MPEG12 video in its own file (rtp_mpv.c)Luca Abeni2007-08-24
* include all prerequisites in header filesMåns Rullgård2007-06-16
* add valid statistics for the RTCP receiver report.Ryan Martell2006-11-03
* fix more dynamic protocol stuff, needed by the forthcoming h264Ryan Martell2006-10-29
* make ffmpeg able to send back a RTCP receiver report.Thijs2006-10-27
* Last fix of licence headerGuillaume Poirier2006-10-27
* move licence header fixesGuillaume Poirier2006-10-26
* Fix licence header (aka <pedantic mode='on' /> )Guillaume Poirier2006-10-26
* Add support for H264 over RTPRyan Martell2006-10-26