]> git.sesse.net Git - ffmpeg/history - libavformat/rtpenc.c
utvideodec: Support ULY4 and ULH4
[ffmpeg] / libavformat / rtpenc.c
2016-10-28 Diego BiurrunUse ISO C printf conversion specifiers where appropriate
2016-10-28 Diego BiurrunAdjust printf conversion specifiers to match variable...
2016-05-04 Vittorio Giovaracosmetics: Fix spelling mistakes
2016-02-23 Anton Khirnovlavf: replace AVStream.codec with AVStream.codecpar
2015-04-19 Vittorio GiovaraReplace av_dlog with normal av_log at trace level
2015-02-28 Martin Storsjörtpenc: Don't set max_frames_per_packet based on the...
2015-02-28 Martin Storsjörtpenc: Skip redundant initialization
2015-02-28 Martin Storsjörtpenc: Always do the default initialization regardless...
2015-02-28 Martin Storsjörtpenc_xiph: Don't exclude headers from max_payload_size
2015-02-28 Martin Storsjörtpenc: Write conditional statements on separate lines
2015-02-28 Martin Storsjörtpenc_aac: Set a default value for max_frames_per_pack...
2015-02-24 Martin Storsjörtpenc: Merge the h264 and hevc packetizers
2014-12-18 Thomas Volkertrtp: Initial H.261 support
2014-12-18 Martin Storsjörtpenc: Avoid brittle switch fallthroughs
2014-12-18 Martin Storsjörtpenc: Set the AVFMT_TS_NONSTRICT flag
2014-12-18 Martin Storsjörtpenc: Set the timestamp properly when sending mpegts...
2014-09-24 Thomas Volkertrtpenc: HEVC/H.265 support
2014-08-15 Gabriel Dumecosmetics: Write NULL pointer equality checks more...
2014-06-18 Anton Khirnovrtpenc: base max_frames_per_packet on avg_frame_rate...
2013-11-01 Martin Storsjörtpenc: Add a rtpflag option for sending BYE packets...
2013-11-01 Martin Storsjörtpenc: Remove some superfluous parentheses
2013-07-31 Martin Storsjörtpenc: Simplify code by introducing a macro for rescal...
2013-05-15 Diego BiurrunRemove commented-out debug #define cruft
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-11-14 Luca Barbatortp: set the payload type as stream id
2012-10-09 Martin Storsjörtp: Support packetization/depacketization of opus
2012-10-08 Martin Storsjörtpenc_vp8: Update the packetizer to the latest spec...
2012-09-26 Dmitry Samonenkortpenc: Add support for packetizing speex
2012-09-23 Samuel Pitoisetrtp: Packetization of JPEG (RFC 2435)
2012-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_INT in the i64...
2012-08-08 Martin Storsjörtpenc: Remove an av_abort() that depends on user-suppl...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-07-30 Diego Biurrunavformat: Drop pointless "format" from container long...
2012-07-21 Ronald S. Bultjertsp: remove terminal comma in FF_RTP_FLAG_OPTS macro.
2012-06-18 Martin Storsjörtpenc: Support packetizing iLBC
2012-06-17 Martin Storsjörtpenc: Fix memory leaks in the muxer open function
2012-05-26 Martin Storsjörtpenc: Expose the ssrc as an avoption
2012-04-06 Martin Storsjöcosmetics: Align muxer/demuxer declarations
2012-03-20 Martin Storsjölibavformat: Set the default for the max_delay option...
2012-03-19 Martin Storsjörtpenc: Use AVFormatContext.packet_size instead of...
2012-03-07 Martin Storsjörtpenc: Fix the AVRational used for av_rescale_q_rnd
2012-03-05 Justin Rugglesrtpenc: use av_get_audio_frame_duration() for max_frame...
2012-03-01 Martin Storsjörtpenc: Use MB info side data for splitting H263 packet...
2012-02-29 Martin Storsjörtpenc: Fix setting the max packet size
2012-02-23 Martin Storsjörtpenc: Expose the max packet size via an avoption
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: Add an error message
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
2012-02-10 Martin Storsjörtpenc: Write a log message if the max packet size...
2011-12-01 Martin Storsjörtpenc: Add support for G726 audio
2011-12-01 Martin Storsjörtpenc: Change rtp_send_samples to handle sample sizes...
2011-12-01 Martin Storsjörtpenc: Cast a rescaling parameter to int64_t
2011-11-30 Anton Khirnovlavf: make av_set_pts_info private.
2011-10-17 Martin Storsjörtpenc: Set a default video codec
2011-10-12 Anton KhirnovAVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
2011-09-26 Rafaël Carrértpenc: Add a payload type private option
2011-09-23 Rafaël Carrértp: factorize dynamic payload type fallback
2011-07-17 Anton Khirnovlavf: use designated initialisers for all (de)muxers.
2011-07-03 Mans RullgardDo not include mathematics.h in avutil.h
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
2011-03-17 Anton Khirnovavio: rename put_flush_packet -> avio_flush
2011-03-07 Anton Khirnovavio: deprecate url_fget_max_packet_size
2011-02-21 Anton Khirnovavio: avio: avio_ prefixes for put_* functions
2011-01-29 Luca BarbatoReplace dprintf with av_dlog
2011-01-26 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2010-12-05 Martin StorsjöRTP/VP8: Update the warning about the VP8 payload
2010-09-15 Martin StorsjöHandle G.722 in RTP, and all the exceptions mandated...
2010-08-25 Josh Allmannrtp: Replace hardcoded RTCP packet types with defines
2010-08-16 Josh AllmannAdd RTP packetization of VP8
2010-08-07 Josh AllmannAdd RTP packetization of Theora and Vorbis
2010-07-06 Måns Rullgårdrtpenc: remove unnecessary #include unistd.h
2010-06-17 Luca AbeniSimplify (no need to check for st->codec->extradata...
2010-06-16 Luca AbeniIf the video stream is H.264 with MP4 syntax, store...
2010-05-23 Martin StorsjöMake ff_random_get_seed public, rename to av_get_random...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-28 Martin StorsjöInitialize ssrc and base_timestamp using ff_random_get_...
2010-03-15 Martin StorsjöUse AVFormatContext.start_time_realtime in the RTP...
2010-03-10 Martin StorsjöMake the ntp_time function available to other parts...
2010-02-10 Timo TeräsFix syncronisation for streams with a high encoding...
2010-01-13 Luca AbeniRemove the inclusion of unneeded headers
2009-12-30 Luca AbeniRemove outdated comments.
2009-12-28 Luca AbeniRemove a useless local variable.
2009-12-28 Luca AbeniRemove outdated comment
2009-12-28 Luca AbeniRemove an unneeded local variable.
2009-12-27 Luca AbeniUse different dynamic payload types for audio and video.
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
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-03-27 Luca AbeniMake rtp_write_header() fail in case of unsupported...
2009-02-16 Luca AbeniRename rtp_get_payload_type() to ff_rtp_get_payload_typ...
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
2009-02-05 Luca AbeniIntroduce a new num_frames field in RTPDemuxContext...
2009-01-27 Luca AbeniMerge rtp_internal.h in rtp.h, and remove rtp_internal.h
next