summaryrefslogtreecommitdiff
path: root/libavformat/rtpenc.c
Commit message (Expand)AuthorAge
* 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