summaryrefslogtreecommitdiffstats
path: root/libavformat/rtp.c
Commit message (Expand)AuthorAgeFilesLines
* rtp: Fix ff_rtp_get_payload_typeMartin Storsjö2011-10-171-1/+2
* Remove all uses of deprecated AVOptions API.Anton Khirnov2011-10-121-3/+3
* rtp: Simplify ff_rtp_get_payload_typeRafaël Carré2011-09-261-14/+11
* rtpenc: Add a payload type private optionRafaël Carré2011-09-261-1/+10
* rtp: factorize dynamic payload type fallbackRafaël Carré2011-09-231-0/+5
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Handle G.722 in RTP, and all the exceptions mandated in RFC 3551Martin Storsjö2010-09-151-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-29/+29
* Remove the inclusion of unneeded headersLuca Abeni2010-01-111-4/+0
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* Do not return payload type 34 for H.263 (it is deprecated)Luca Abeni2009-04-071-0/+2
* Remame rtp_get_codec_info() to ff_rtp_get_codec_info(), as it is notLuca Abeni2009-02-171-1/+1
* Rename rtp_get_payload_type() to ff_rtp_get_payload_type(), as it is notLuca Abeni2009-02-161-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
* Do not set sample_rate = 90000 for mp2 and mp3 audio over RTPLuca Abeni2008-06-241-2/+2
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-1/+2
* Add a comment about missing entriesLuca Abeni2008-03-311-0/+5
* Use the correct size for the enc_name field (removing the arbitrary "50" size)Luca Abeni2008-03-311-1/+1
* Remove useless entries from AVRtpPayloadTypesLuca Abeni2008-03-311-104/+0
* Support mp3 audio in the RTP muxerLuca Abeni2008-03-311-0/+1
* Make AVRtpPayloadTypes static and constantDiego Pettenò2008-01-061-1/+9
* Split the RTP muxer out of rtp.c, to simplify the RTSP demuxer's dependenciesLuca Abeni2008-01-041-328/+0
* Split the RTP demuxing functions out of rtp.c, to simplify the RTP muxer's de...Luca Abeni2008-01-041-524/+0
* Fix some spelling mistakes.Diego Biurrun2007-12-021-1/+1
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-211-42/+42
* Add MPEG2 support to the RTP muxerLuca Abeni2007-11-161-0/+5
* Remove the "AVRtpPayloadTypes[i].pt == i" assumption from RTP and RTSPLuca Abeni2007-11-161-11/+40
* Do not send too many RTCP packets (according to RFC 3550, the minimumLuca Abeni2007-11-051-1/+3
* Use a symbolic name for the payload size of an RTCP Sender Report packetLuca Abeni2007-11-051-1/+2
* Allow to set the maximum number of frames per RTP packet (and add support forLuca Abeni2007-10-021-0/+15
* Fix a warning by removing an useless assignment (buf_ptr should be onlyLuca Abeni2007-09-241-1/+0
* Support for AAC streaming over RTP. Fragmentation is not implemented yetLuca Abeni2007-09-141-0/+6
* Fix timestamps in RTP packets (now, MPEG1 video with B frames works correctly)Luca Abeni2007-09-101-23/+13
* Properly set RTP and NTP timestamps in RTCP SR packetsLuca Abeni2007-09-101-7/+14
* Move the RTP packetization code for MPEG12 video in its own file (rtp_mpv.c)Luca Abeni2007-08-241-56/+8
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-191-1/+1
* Use AV_RB* macros where appropriate.Ronald S. Bultje2007-07-061-1/+1
* remove empty write trailer functionsVitor Sessak2007-06-271-7/+0
* remove decode_be32/64 and replace them by AV_RB32/64Ronald S. Bultje2007-06-131-16/+6
* misc spelling fixesDiego Biurrun2007-06-121-1/+1
* add an enum for need_parsingAurelien Jacobs2007-04-151-1/+1
* changes some function declarations from () to (void) as per ansi c.Stefan Huehner2007-04-041-1/+1
* Move rtp_check_and_send_back_rr()'s unaltered comments to the header file.Panagiotis Issaris2007-03-041-5/+0
* Move rtp_get_payload_type()'s unaltered comments to the header file.Panagiotis Issaris2007-03-041-1/+0
* move networking #includes into separate fileRamiro Polla2007-02-041-5/+1
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-191-1/+1
* The long awaited BeOS cleanup, phase 1François Revol2007-01-181-5/+1
* get rid of CODEC_ID_MPEG4AAC after next version bump, and change it to CODEC_...Baptiste Coudurier2006-11-091-3/+3
* add support for rtp/h264 streamingRyan Martell2006-11-071-9/+1
OpenPOWER on IntegriCloud