Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-01-27Merge rtp_internal.h in rtp.h, and remove rtp_internal.hLuca Abeni
2008-12-14Rename rtp_payload_data_t to avoid clashes with the POSIX namespaceLuca Abeni
2008-12-06Change function prototype of the sdp_parse_a_line in DynamicProtocolHandler.Ronald S. Bultje
2008-10-04Remove access into RTPDemuxContext in rtsp.c, which allows making it opaqueRonald S. Bultje
2008-10-04Change function prototype of RTPDynamicPayloadHandler.parse_packet() toRonald S. Bultje
2008-10-04Rename RTP payload contexts to PayloadContext, suggested by Luca inRonald S. Bultje
2008-09-07Give register_dynamic_payload_handler() in rtpdec.c a ff_ prefix and exportRonald S. Bultje
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-01-18Add a flags field to the RTPDynamicPayloadPacketHandlerProc (PKT_FLAG_*).Ronald S. Bultje
2007-11-16Remove the "AVRtpPayloadTypes[i].pt == i" assumption from RTP and RTSPLuca Abeni
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
2007-10-02Allow to set the maximum number of frames per RTP packet (and add support forLuca Abeni
2007-09-11move unrelated functions declarations out of allformats.hAurelien Jacobs
2007-08-24Move the RTP packetization code for MPEG12 video in its own file (rtp_mpv.c)Luca Abeni
2007-06-17include all prerequisites in header filesMåns Rullgård
2006-11-03add valid statistics for the RTCP receiver report.Ryan Martell
2006-10-29fix more dynamic protocol stuff, needed by the forthcoming h264Ryan Martell
2006-10-27make ffmpeg able to send back a RTCP receiver report.Thijs
2006-10-27Last fix of licence headerGuillaume Poirier
2006-10-27move licence header fixesGuillaume Poirier
2006-10-27Fix licence header (aka <pedantic mode='on' /> )Guillaume Poirier
2006-10-26Add support for H264 over RTPRyan Martell