]> git.sesse.net Git - ffmpeg/history - libavformat/rtpenc.c
avformat: Drop pointless "format" from container long names
[ffmpeg] / libavformat / rtpenc.c
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
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2008-07-13 Måns RullgårdRTP: use dprintf(), allow compilation with -DDEBUG
2008-07-08 Luca AbeniRemove outdated comment
2008-06-25 Luca AbeniRemove improper usage of AV_TIME_BASE_Q
2008-06-03 Stefano SabatiniMake long_names in lavf/lavdev optional depending on...
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-02-20 Luca AbeniFix computation of the "NTP time" field in RTCP SR...
2008-01-21 Luca AbeniAdd support for H.264 video in the RTP muxer
2008-01-04 Luca AbeniSplit the RTP muxer out of rtp.c, to simplify the RTSP...