summaryrefslogtreecommitdiff
path: root/libavformat/rtpenc.c
Commit message (Expand)AuthorAge
...
* 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
* Use AVFormatContext.start_time_realtime in the RTP muxerMartin Storsjö2010-03-15
* Make the ntp_time function available to other parts of libavformat, as ff_ntp...Martin Storsjö2010-03-10
* Fix syncronisation for streams with a high encoding delay.Timo Teräs2010-02-10
* Remove the inclusion of unneeded headersLuca Abeni2010-01-13
* Remove outdated comments.Luca Abeni2009-12-30
* Remove a useless local variable.Luca Abeni2009-12-28
* Remove outdated commentLuca Abeni2009-12-28
* Remove an unneeded local variable.Luca Abeni2009-12-28
* Use different dynamic payload types for audio and video.Luca Abeni2009-12-27
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* Add support for AMR audio in the RTP muxerMartin Storsjö2009-04-08
* Add support for H.263 video in the RTP muxerMartin Storsjö2009-04-07
* Make rtp_write_header() fail in case of unsupported payload typeLuca Abeni2009-03-27
* Rename rtp_get_payload_type() to ff_rtp_get_payload_type(), as it is notLuca Abeni2009-02-16
* Do not use RTP_MAX_PACKET_LENGTH in the RTP muxerLuca Abeni2009-02-06
* Merge rtp_aac.h and rtp_mpv.h in rtpenc.hLuca Abeni2009-02-06
* Split rtp.h in rtp.h, rtpdec.h, and rtpenc.hLuca Abeni2009-02-06
* Introduce a new num_frames field in RTPDemuxContext so that rtp_aac.cLuca Abeni2009-02-05
* Merge rtp_internal.h in rtp.h, and remove rtp_internal.hLuca Abeni2009-01-27
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* RTP: use dprintf(), allow compilation with -DDEBUGMåns Rullgård2008-07-13