summaryrefslogtreecommitdiffstats
path: root/libavformat/rtpenc.h
Commit message (Expand)AuthorAgeFilesLines
* rtp: Packetization of JPEG (RFC 2435)Samuel Pitoiset2012-09-231-0/+1
* avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union memberMartin Storsjö2012-09-041-1/+1
* avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö2012-09-041-4/+4
* rtsp: remove terminal comma in FF_RTP_FLAG_OPTS macro.Ronald S. Bultje2012-07-211-1/+1
* rtpenc: Allow requesting H264 RTP packetization mode 0Martin Storsjö2012-06-181-0/+2
* rtpenc: Use AVFormatContext.packet_size instead of a private optionMartin Storsjö2012-03-191-1/+0
* rtpenc: Use MB info side data for splitting H263 packets for RFC 2190Martin Storsjö2012-03-011-1/+2
* rtpenc: Move max_packet_size to a context variableMartin Storsjö2012-02-231-0/+1
* rtpenc: Add an option for not sending RTCP packetsMartin Storsjö2012-02-231-0/+2
* rtpenc: Allow packetizing H263 according to the old RFC 2190Martin Storsjö2012-02-231-0/+6
* rtpenc: Move the trailing comma into FF_RTP_FLAG_OPTSMartin Storsjö2012-02-231-1/+1
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-121-2/+2
* rtpenc: Declare the rtp flags private AVOptions in rtpenc.hMartin Storsjö2011-06-101-0/+4
* rtpenc: MP4A-LATM payload supportJuan Carlos Rodriguez2011-06-101-0/+6
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Add RTP packetization of VP8Josh Allmann2010-08-161-0/+1
* Add RTP packetization of Theora and VorbisJosh Allmann2010-08-071-0/+1
* If the video stream is H.264 with MP4 syntax, store the NAL lenght size inLuca Abeni2010-06-161-0/+6
* Add support for AMR audio in the RTP muxerMartin Storsjö2009-04-081-0/+1
* Add support for H.263 video in the RTP muxerMartin Storsjö2009-04-071-0/+1
* Do not use RTP_MAX_PACKET_LENGTH in the RTP muxerLuca Abeni2009-02-061-1/+1
* Merge rtp_aac.h and rtp_mpv.h in rtpenc.hLuca Abeni2009-02-061-0/+2
* Split rtp.h in rtp.h, rtpdec.h, and rtpenc.hLuca Abeni2009-02-061-0/+61
OpenPOWER on IntegriCloud