summaryrefslogtreecommitdiffstats
path: root/libavformat/rtpenc.c
Commit message (Expand)AuthorAgeFilesLines
* rtp: Support packetization/depacketization of opusMartin Storsjö2012-10-091-0/+19
* rtpenc_vp8: Update the packetizer to the latest spec versionMartin Storsjö2012-10-081-4/+0
* rtpenc: Add support for packetizing speexDmitry Samonenko2012-09-261-0/+1
* rtp: Packetization of JPEG (RFC 2435)Samuel Pitoiset2012-09-231-0/+4
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-041-2/+2
* rtpenc: Remove an av_abort() that depends on user-supplied dataMartin Storsjö2012-08-091-12/+9
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-69/+69
* avformat: Drop pointless "format" from container long namesDiego Biurrun2012-07-301-1/+1
* rtsp: remove terminal comma in FF_RTP_FLAG_OPTS macro.Ronald S. Bultje2012-07-211-1/+1
* rtpenc: Support packetizing iLBCMartin Storsjö2012-06-181-0/+44
* rtpenc: Fix memory leaks in the muxer open functionMartin Storsjö2012-06-171-2/+6
* rtpenc: Expose the ssrc as an avoptionMartin Storsjö2012-05-261-1/+3
* cosmetics: Align muxer/demuxer declarationsMartin Storsjö2012-04-061-1/+1
* libavformat: Set the default for the max_delay option to -1Martin Storsjö2012-03-201-1/+1
* rtpenc: Use AVFormatContext.packet_size instead of a private optionMartin Storsjö2012-03-191-9/+8
* rtpenc: Fix the AVRational used for av_rescale_q_rndMartin Storsjö2012-03-081-1/+1
* rtpenc: use av_get_audio_frame_duration() for max_frames_per_packetJustin Ruggles2012-03-051-2/+9
* rtpenc: Use MB info side data for splitting H263 packets for RFC 2190Martin Storsjö2012-03-011-1/+5
* rtpenc: Fix setting the max packet sizeMartin Storsjö2012-02-291-1/+1
* rtpenc: Expose the max packet size via an avoptionMartin Storsjö2012-02-231-1/+7
* rtpenc: Move max_packet_size to a context variableMartin Storsjö2012-02-231-6/+6
* rtpenc: Add an option for not sending RTCP packetsMartin Storsjö2012-02-231-2/+3
* rtpenc: Add an error messageMartin Storsjö2012-02-231-2/+4
* rtpenc: Allow packetizing H263 according to the old RFC 2190Martin Storsjö2012-02-231-0/+5
* rtpenc: Move the trailing comma into FF_RTP_FLAG_OPTSMartin Storsjö2012-02-231-1/+1
* rtpenc: Write a log message if the max packet size is too smallMartin Storsjö2012-02-101-1/+3
* rtpenc: Add support for G726 audioMartin Storsjö2011-12-011-0/+5
* rtpenc: Change rtp_send_samples to handle sample sizes other than even bytesMartin Storsjö2011-12-011-9/+12
* rtpenc: Cast a rescaling parameter to int64_tMartin Storsjö2011-12-011-1/+1
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-3/+3
* rtpenc: Set a default video codecMartin Storsjö2011-10-171-1/+1
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-121-1/+1
* rtpenc: Add a payload type private optionRafaël Carré2011-09-261-1/+3
* rtp: factorize dynamic payload type fallbackRafaël Carré2011-09-231-3/+0
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-171-10/+8
* Do not include mathematics.h in avutil.hMans Rullgard2011-07-031-0/+1
* rtpenc: Declare the rtp flags private AVOptions in rtpenc.hMartin Storsjö2011-06-101-2/+1
* rtpenc: MP4A-LATM payload supportJuan Carlos Rodriguez2011-06-101-1/+19
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* avio: rename put_flush_packet -> avio_flushAnton Khirnov2011-03-161-2/+2
* avio: deprecate url_fget_max_packet_sizeAnton Khirnov2011-03-071-1/+1
* avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-211-15/+15
* Replace dprintf with av_dlogLuca Barbato2011-01-291-3/+3
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* RTP/VP8: Update the warning about the VP8 payloadMartin Storsjö2010-12-051-1/+2
* Handle G.722 in RTP, and all the exceptions mandated in RFC 3551Martin Storsjö2010-09-151-0/+12
* rtp: Replace hardcoded RTCP packet types with definesJosh Allmann2010-08-251-1/+1
* Add RTP packetization of VP8Josh Allmann2010-08-161-0/+7
* Add RTP packetization of Theora and VorbisJosh Allmann2010-08-071-0/+14
* rtpenc: remove unnecessary #include unistd.hMåns Rullgård2010-07-061-2/+0
OpenPOWER on IntegriCloud