summaryrefslogtreecommitdiff
path: root/libavformat/rtp.c
Commit message (Expand)AuthorAge
* Remame rtp_get_codec_info() to ff_rtp_get_codec_info(), as it is notLuca Abeni2009-02-17
* Rename rtp_get_payload_type() to ff_rtp_get_payload_type(), as it is notLuca Abeni2009-02-16
* 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
* Do not set sample_rate = 90000 for mp2 and mp3 audio over RTPLuca Abeni2008-06-24
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* Add a comment about missing entriesLuca Abeni2008-03-31
* Use the correct size for the enc_name field (removing the arbitrary "50" size)Luca Abeni2008-03-31
* Remove useless entries from AVRtpPayloadTypesLuca Abeni2008-03-31
* Support mp3 audio in the RTP muxerLuca Abeni2008-03-31
* Make AVRtpPayloadTypes static and constantDiego Pettenò2008-01-06
* Split the RTP muxer out of rtp.c, to simplify the RTSP demuxer's dependenciesLuca Abeni2008-01-04
* Split the RTP demuxing functions out of rtp.c, to simplify the RTP muxer's de...Luca Abeni2008-01-04
* Fix some spelling mistakes.Diego Biurrun2007-12-02
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
* Add MPEG2 support to the RTP muxerLuca Abeni2007-11-16
* Remove the "AVRtpPayloadTypes[i].pt == i" assumption from RTP and RTSPLuca Abeni2007-11-16
* Do not send too many RTCP packets (according to RFC 3550, the minimumLuca Abeni2007-11-05
* Use a symbolic name for the payload size of an RTCP Sender Report packetLuca Abeni2007-11-05
* Allow to set the maximum number of frames per RTP packet (and add support forLuca Abeni2007-10-02
* Fix a warning by removing an useless assignment (buf_ptr should be onlyLuca Abeni2007-09-24
* Support for AAC streaming over RTP. Fragmentation is not implemented yetLuca Abeni2007-09-14
* Fix timestamps in RTP packets (now, MPEG1 video with B frames works correctly)Luca Abeni2007-09-10
* Properly set RTP and NTP timestamps in RTCP SR packetsLuca Abeni2007-09-10
* Move the RTP packetization code for MPEG12 video in its own file (rtp_mpv.c)Luca Abeni2007-08-24
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-19
* Use AV_RB* macros where appropriate.Ronald S. Bultje2007-07-06
* remove empty write trailer functionsVitor Sessak2007-06-27
* remove decode_be32/64 and replace them by AV_RB32/64Ronald S. Bultje2007-06-13
* misc spelling fixesDiego Biurrun2007-06-12
* add an enum for need_parsingAurelien Jacobs2007-04-15
* changes some function declarations from () to (void) as per ansi c.Stefan Huehner2007-04-04
* Move rtp_check_and_send_back_rr()'s unaltered comments to the header file.Panagiotis Issaris2007-03-04
* Move rtp_get_payload_type()'s unaltered comments to the header file.Panagiotis Issaris2007-03-04
* move networking #includes into separate fileRamiro Polla2007-02-04
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-19
* The long awaited BeOS cleanup, phase 1François Revol2007-01-18
* get rid of CODEC_ID_MPEG4AAC after next version bump, and change it to CODEC_...Baptiste Coudurier2006-11-09
* add support for rtp/h264 streamingRyan Martell2006-11-07
* add valid statistics for the RTCP receiver report.Ryan Martell2006-11-03
* Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme2006-11-01
* fix more dynamic protocol stuff, needed by the forthcoming h264Ryan Martell2006-10-29
* move up (in the file) AAC audio handling moved from belowRyan Martell2006-10-28
* make ffmpeg able to send back a RTCP receiver report.Thijs2006-10-27
* indentation fix, patch by Ryan Martell % rdm4 A martellventures P com %Ryan Martell2006-10-27
* Add support for H264 over RTPRyan Martell2006-10-26
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* fix some signedness warningsMåns Rullgård2006-09-27
* Added codec id for QCELP.Benjamin Larsson2006-08-20
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-10