summaryrefslogtreecommitdiff
path: root/libavformat/rtpenc.c
Commit message (Expand)AuthorAge
* 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
* Remove outdated commentLuca Abeni2008-07-08
* Remove improper usage of AV_TIME_BASE_QLuca Abeni2008-06-25
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* Fix computation of the "NTP time" field in RTCP SR packets, and do notLuca Abeni2008-02-20
* Add support for H.264 video in the RTP muxerLuca Abeni2008-01-21
* Split the RTP muxer out of rtp.c, to simplify the RTSP demuxer's dependenciesLuca Abeni2008-01-04