summaryrefslogtreecommitdiffstats
path: root/libavformat/rtpenc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Simplify (no need to check for st->codec->extradata) and correctLuca Abeni2010-06-171-2/+1
* If the video stream is H.264 with MP4 syntax, store the NAL lenght size inLuca Abeni2010-06-161-0/+7
* Make ff_random_get_seed public, rename to av_get_random_seed, export the headerMartin Storsjö2010-05-231-2/+2
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-4/+4
* Initialize ssrc and base_timestamp using ff_random_get_seed()Martin Storsjö2010-03-281-3/+3
* Use AVFormatContext.start_time_realtime in the RTP muxerMartin Storsjö2010-03-151-0/+4
* Make the ntp_time function available to other parts of libavformat, as ff_ntp...Martin Storsjö2010-03-101-10/+4
* Fix syncronisation for streams with a high encoding delay.Timo Teräs2010-02-101-2/+1
* Remove the inclusion of unneeded headersLuca Abeni2010-01-131-2/+0
* Remove outdated comments.Luca Abeni2009-12-301-2/+0
* Remove a useless local variable.Luca Abeni2009-12-281-11/+10
* Remove outdated commentLuca Abeni2009-12-281-1/+0
* Remove an unneeded local variable.Luca Abeni2009-12-281-5/+4
* Use different dynamic payload types for audio and video.Luca Abeni2009-12-271-1/+1
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* Add support for AMR audio in the RTP muxerMartin Storsjö2009-04-081-0/+23
* Add support for H.263 video in the RTP muxerMartin Storsjö2009-04-071-0/+6
* Make rtp_write_header() fail in case of unsupported payload typeLuca Abeni2009-03-271-0/+30
* Rename rtp_get_payload_type() to ff_rtp_get_payload_type(), as it is notLuca Abeni2009-02-161-1/+1
* Do not use RTP_MAX_PACKET_LENGTH in the RTP muxerLuca Abeni2009-02-061-0/+14
* Merge rtp_aac.h and rtp_mpv.h in rtpenc.hLuca Abeni2009-02-061-3/+0
* Split rtp.h in rtp.h, rtpdec.h, and rtpenc.hLuca Abeni2009-02-061-10/+10
* Introduce a new num_frames field in RTPDemuxContext so that rtp_aac.cLuca Abeni2009-02-051-1/+1
* Merge rtp_internal.h in rtp.h, and remove rtp_internal.hLuca Abeni2009-01-271-1/+1
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
OpenPOWER on IntegriCloud