OSDN Git Service

rtpdec: Don't pass non-const pointers to fmtp attribute parsing functions
[android-x86/external-ffmpeg.git] / libavformat / rtpenc.h
2015-02-24 Martin Storsjörtpenc: Merge the h264 and hevc packetizers
2015-02-22 Martin Storsjörtpenc_h264: Aggregate multiple NAL units into one...
2014-12-18 Thomas Volkertrtp: Initial H.261 support
2014-09-24 Thomas Volkertrtpenc: HEVC/H.265 support
2013-11-01 Martin Storsjörtpenc: Add a rtpflag option for sending BYE packets...
2013-07-26 Martin Storsjörtpenc: Fix some odd comments
2013-01-21 Martin Storsjörtpenc: Start the sequence numbers from a random offset
2012-12-16 Martin Storsjörtpenc: Allow including a SDES/CNAME block in RTCP...
2012-12-16 Martin Storsjörtpenc_vp8: Include the picture number in VP8 packets
2012-12-12 Martin Storsjörtpdec/enc: Remove outdated/useless/misleading comments
2012-09-23 Samuel Pitoisetrtp: Packetization of JPEG (RFC 2435)
2012-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_FLAGS in the...
2012-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_CONST in the...
2012-07-21 Ronald S. Bultjertsp: remove terminal comma in FF_RTP_FLAG_OPTS macro.
2012-06-18 Martin Storsjörtpenc: Allow requesting H264 RTP packetization mode 0
2012-03-19 Martin Storsjörtpenc: Use AVFormatContext.packet_size instead of...
2012-03-01 Martin Storsjörtpenc: Use MB info side data for splitting H263 packet...
2012-02-23 Martin Storsjörtpenc: Move max_packet_size to a context variable
2012-02-23 Martin Storsjörtpenc: Add an option for not sending RTCP packets
2012-02-23 Martin Storsjörtpenc: Allow packetizing H263 according to the old...
2012-02-23 Martin Storsjörtpenc: Move the trailing comma into FF_RTP_FLAG_OPTS
2011-10-12 Anton KhirnovAVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
2011-06-10 Martin Storsjörtpenc: Declare the rtp flags private AVOptions in...
2011-06-10 Juan Carlos Rodriguezrtpenc: MP4A-LATM payload support
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-08-16 Josh AllmannAdd RTP packetization of VP8
2010-08-07 Josh AllmannAdd RTP packetization of Theora and Vorbis
2010-06-16 Luca AbeniIf the video stream is H.264 with MP4 syntax, store...
2009-04-08 Martin StorsjöAdd support for AMR audio in the RTP muxer
2009-04-07 Martin StorsjöAdd support for H.263 video in the RTP muxer
2009-02-06 Luca AbeniDo not use RTP_MAX_PACKET_LENGTH in the RTP muxer
2009-02-06 Luca AbeniMerge rtp_aac.h and rtp_mpv.h in rtpenc.h
2009-02-06 Luca AbeniSplit rtp.h in rtp.h, rtpdec.h, and rtpenc.h