summaryrefslogtreecommitdiff
path: root/libavformat/rtpenc.c
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* Replace av_dlog with normal av_log at trace levelVittorio Giovara2015-04-19
* rtpenc: Don't set max_frames_per_packet based on the packet frame size or fra...Martin Storsjö2015-02-28
* rtpenc: Skip redundant initializationMartin Storsjö2015-02-28
* rtpenc: Always do the default initialization regardless of codecsMartin Storsjö2015-02-28
* rtpenc_xiph: Don't exclude headers from max_payload_sizeMartin Storsjö2015-02-28
* rtpenc: Write conditional statements on separate linesMartin Storsjö2015-02-28
* rtpenc_aac: Set a default value for max_frames_per_packet at initMartin Storsjö2015-02-28
* rtpenc: Merge the h264 and hevc packetizersMartin Storsjö2015-02-24
* rtp: Initial H.261 supportThomas Volkert2014-12-18
* rtpenc: Avoid brittle switch fallthroughsMartin Storsjö2014-12-18
* rtpenc: Set the AVFMT_TS_NONSTRICT flagMartin Storsjö2014-12-18
* rtpenc: Set the timestamp properly when sending mpegts data, tooMartin Storsjö2014-12-18
* rtpenc: HEVC/H.265 supportThomas Volkert2014-09-24
* cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-15
* rtpenc: base max_frames_per_packet on avg_frame_rate, not codec timebaseAnton Khirnov2014-06-18
* rtpenc: Add a rtpflag option for sending BYE packets when finishingMartin Storsjö2013-11-01
* rtpenc: Remove some superfluous parenthesesMartin Storsjö2013-11-01
* rtpenc: Simplify code by introducing a macro for rescaling NTP timestampsMartin Storsjö2013-07-31
* Remove commented-out debug #define cruftDiego Biurrun2013-05-16
* 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
* rtp: set the payload type as stream idLuca Barbato2012-11-14
* rtp: Support packetization/depacketization of opusMartin Storsjö2012-10-09
* rtpenc_vp8: Update the packetizer to the latest spec versionMartin Storsjö2012-10-08
* rtpenc: Add support for packetizing speexDmitry Samonenko2012-09-26
* rtp: Packetization of JPEG (RFC 2435)Samuel Pitoiset2012-09-23
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-04
* rtpenc: Remove an av_abort() that depends on user-supplied dataMartin Storsjö2012-08-09
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* avformat: Drop pointless "format" from container long namesDiego Biurrun2012-07-30
* rtsp: remove terminal comma in FF_RTP_FLAG_OPTS macro.Ronald S. Bultje2012-07-21
* rtpenc: Support packetizing iLBCMartin Storsjö2012-06-18
* rtpenc: Fix memory leaks in the muxer open functionMartin Storsjö2012-06-17
* rtpenc: Expose the ssrc as an avoptionMartin Storsjö2012-05-26
* cosmetics: Align muxer/demuxer declarationsMartin Storsjö2012-04-06
* libavformat: Set the default for the max_delay option to -1Martin Storsjö2012-03-20
* rtpenc: Use AVFormatContext.packet_size instead of a private optionMartin Storsjö2012-03-19
* rtpenc: Fix the AVRational used for av_rescale_q_rndMartin Storsjö2012-03-08
* rtpenc: use av_get_audio_frame_duration() for max_frames_per_packetJustin Ruggles2012-03-05
* rtpenc: Use MB info side data for splitting H263 packets for RFC 2190Martin Storsjö2012-03-01
* rtpenc: Fix setting the max packet sizeMartin Storsjö2012-02-29
* rtpenc: Expose the max packet size via an avoptionMartin Storsjö2012-02-23
* 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: Add an error messageMartin 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
* rtpenc: Write a log message if the max packet size is too smallMartin Storsjö2012-02-10