summaryrefslogtreecommitdiffstats
path: root/libavformat/rtp_internal.h
Commit message (Expand)AuthorAgeFilesLines
* Merge rtp_internal.h in rtp.h, and remove rtp_internal.hLuca Abeni2009-01-271-135/+0
* Rename rtp_payload_data_t to avoid clashes with the POSIX namespaceLuca Abeni2008-12-131-1/+1
* Change function prototype of the sdp_parse_a_line in DynamicProtocolHandler.Ronald S. Bultje2008-12-061-1/+2
* Remove access into RTPDemuxContext in rtsp.c, which allows making it opaqueRonald S. Bultje2008-10-041-3/+2
* Change function prototype of RTPDynamicPayloadHandler.parse_packet() toRonald S. Bultje2008-10-041-1/+3
* Rename RTP payload contexts to PayloadContext, suggested by Luca inRonald S. Bultje2008-10-041-4/+5
* Give register_dynamic_payload_handler() in rtpdec.c a ff_ prefix and exportRonald S. Bultje2008-09-071-0/+1
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-1/+1
* Add a flags field to the RTPDynamicPayloadPacketHandlerProc (PKT_FLAG_*).Ronald S. Bultje2008-01-181-2/+11
* Remove the "AVRtpPayloadTypes[i].pt == i" assumption from RTP and RTSPLuca Abeni2007-11-161-0/+2
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-171-3/+3
* Allow to set the maximum number of frames per RTP packet (and add support forLuca Abeni2007-10-021-0/+1
* move unrelated functions declarations out of allformats.hAurelien Jacobs2007-09-111-0/+3
* Move the RTP packetization code for MPEG12 video in its own file (rtp_mpv.c)Luca Abeni2007-08-241-0/+2
* include all prerequisites in header filesMåns Rullgård2007-06-161-0/+4
* add valid statistics for the RTCP receiver report.Ryan Martell2006-11-031-0/+19
* fix more dynamic protocol stuff, needed by the forthcoming h264Ryan Martell2006-10-291-1/+1
* make ffmpeg able to send back a RTCP receiver report.Thijs2006-10-271-0/+3
* Last fix of licence headerGuillaume Poirier2006-10-271-1/+1
* move licence header fixesGuillaume Poirier2006-10-261-1/+3
* Fix licence header (aka <pedantic mode='on' /> )Guillaume Poirier2006-10-261-2/+2
* Add support for H264 over RTPRyan Martell2006-10-261-0/+86
OpenPOWER on IntegriCloud