summaryrefslogtreecommitdiff
path: root/libavformat/rtpenc.c
Commit message (Expand)AuthorAge
* 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
* rtpenc: Add support for G726 audioMartin Storsjö2011-12-01
* rtpenc: Change rtp_send_samples to handle sample sizes other than even bytesMartin Storsjö2011-12-01
* rtpenc: Cast a rescaling parameter to int64_tMartin Storsjö2011-12-01
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* rtpenc: Set a default video codecMartin Storsjö2011-10-17
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-12
* rtpenc: Add a payload type private optionRafaël Carré2011-09-26
* rtp: factorize dynamic payload type fallbackRafaël Carré2011-09-23
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-17
* Do not include mathematics.h in avutil.hMans Rullgard2011-07-03
* rtpenc: Declare the rtp flags private AVOptions in rtpenc.hMartin Storsjö2011-06-10
* rtpenc: MP4A-LATM payload supportJuan Carlos Rodriguez2011-06-10
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* avio: rename put_flush_packet -> avio_flushAnton Khirnov2011-03-16
* avio: deprecate url_fget_max_packet_sizeAnton Khirnov2011-03-07
* avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-21
* Replace dprintf with av_dlogLuca Barbato2011-01-29
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* RTP/VP8: Update the warning about the VP8 payloadMartin Storsjö2010-12-05
* Handle G.722 in RTP, and all the exceptions mandated in RFC 3551Martin Storsjö2010-09-15
* rtp: Replace hardcoded RTCP packet types with definesJosh Allmann2010-08-25
* Add RTP packetization of VP8Josh Allmann2010-08-16
* Add RTP packetization of Theora and VorbisJosh Allmann2010-08-07
* rtpenc: remove unnecessary #include unistd.hMåns Rullgård2010-07-06
* Simplify (no need to check for st->codec->extradata) and correctLuca Abeni2010-06-17
* If the video stream is H.264 with MP4 syntax, store the NAL lenght size inLuca Abeni2010-06-16
* Make ff_random_get_seed public, rename to av_get_random_seed, export the headerMartin Storsjö2010-05-23
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Initialize ssrc and base_timestamp using ff_random_get_seed()Martin Storsjö2010-03-28