summaryrefslogtreecommitdiff
path: root/libavformat/rtpenc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* RTP: use dprintf(), allow compilation with -DDEBUGMåns Rullgård2008-07-131-9/+3
* Remove outdated commentLuca Abeni2008-07-081-1/+0
* Remove improper usage of AV_TIME_BASE_QLuca Abeni2008-06-251-2/+2
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-031-1/+1
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-1/+2
* Fix computation of the "NTP time" field in RTCP SR packets, and do notLuca Abeni2008-02-201-2/+9
* Add support for H.264 video in the RTP muxerLuca Abeni2008-01-211-0/+4
* Split the RTP muxer out of rtp.c, to simplify the RTSP demuxer's dependenciesLuca Abeni2008-01-041-0/+355