summaryrefslogtreecommitdiff
path: root/libavformat/rtpenc.h
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* rtpenc: Merge the h264 and hevc packetizersMartin Storsjö2015-02-24
* rtpenc_h264: Aggregate multiple NAL units into one RTP packet, if possibleMartin Storsjö2015-02-22
* rtp: Initial H.261 supportThomas Volkert2014-12-18
* rtpenc: HEVC/H.265 supportThomas Volkert2014-09-24
* rtpenc: Add a rtpflag option for sending BYE packets when finishingMartin Storsjö2013-11-01
* rtpenc: Fix some odd commentsMartin Storsjö2013-07-26
* rtpenc: Start the sequence numbers from a random offsetMartin Storsjö2013-01-22
* rtpenc: Allow including a SDES/CNAME block in RTCP SR packetsMartin Storsjö2012-12-16
* rtpenc_vp8: Include the picture number in VP8 packetsMartin Storsjö2012-12-16
* rtpdec/enc: Remove outdated/useless/misleading commentsMartin Storsjö2012-12-12
* rtp: Packetization of JPEG (RFC 2435)Samuel Pitoiset2012-09-23
* avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union memberMartin Storsjö2012-09-04
* avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö2012-09-04
* rtsp: remove terminal comma in FF_RTP_FLAG_OPTS macro.Ronald S. Bultje2012-07-21
* rtpenc: Allow requesting H264 RTP packetization mode 0Martin Storsjö2012-06-18
* rtpenc: Use AVFormatContext.packet_size instead of a private optionMartin Storsjö2012-03-19
* rtpenc: Use MB info side data for splitting H263 packets for RFC 2190Martin Storsjö2012-03-01
* rtpenc: Move max_packet_size to a context variableMartin Storsjö2012-02-23
* rtpenc: Add an option for not sending RTCP packetsMartin Storsjö2012-02-23
* rtpenc: Allow packetizing H263 according to the old RFC 2190Martin Storsjö2012-02-23
* rtpenc: Move the trailing comma into FF_RTP_FLAG_OPTSMartin Storsjö2012-02-23
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-12
* rtpenc: Declare the rtp flags private AVOptions in rtpenc.hMartin Storsjö2011-06-10
* rtpenc: MP4A-LATM payload supportJuan Carlos Rodriguez2011-06-10
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Add RTP packetization of VP8Josh Allmann2010-08-16
* Add RTP packetization of Theora and VorbisJosh Allmann2010-08-07
* If the video stream is H.264 with MP4 syntax, store the NAL lenght size inLuca Abeni2010-06-16
* Add support for AMR audio in the RTP muxerMartin Storsjö2009-04-08
* Add support for H.263 video in the RTP muxerMartin Storsjö2009-04-07
* Do not use RTP_MAX_PACKET_LENGTH in the RTP muxerLuca Abeni2009-02-06
* Merge rtp_aac.h and rtp_mpv.h in rtpenc.hLuca Abeni2009-02-06
* Split rtp.h in rtp.h, rtpdec.h, and rtpenc.hLuca Abeni2009-02-06