summaryrefslogtreecommitdiffstats
path: root/libavformat/rtpdec.c
Commit message (Expand)AuthorAgeFilesLines
...
* RTP depacketization of TheoraJosh Allmann2010-03-221-0/+2
* Rename RTP depacketizer files from rtp_* to rtpdec_*Martin Storsjö2010-02-281-3/+3
* Remove first_rtcp_ntp_time. This is used to prevent overflow of the timestamp,Ronald S. Bultje2010-02-161-4/+1
* When using RTP-over-UDP, send dummy packets during stream setup, similar toMartin Storsjö2010-02-161-0/+39
* RTP/AMR depacketizer, by Martin Storsjö <$firstname at $firstname dot st>.Ronald S. Bultje2010-02-101-0/+3
* Fix warnings about implicit function declaration when compiling rtpdec.cAlexis Ballier2010-02-011-4/+4
* Add RTP/H.263 depacketizer by Martin Storsjö <$firstname () $firstname st>.Ronald S. Bultje2010-01-281-0/+4
* Add support for mp3 over RTP in rtpdec.cLuca Abeni2009-12-231-0/+1
* Add a Vorbis payload parser. Implemented by Colin McQuillan as a GSoCRonald S. Bultje2009-04-141-0/+2
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* Assign the x-pf-asf payload string to be decoded by rtp_asf.c, and add aRonald S. Bultje2009-03-201-0/+4
* Don't let finalize_packet() touch pkt->stream_index. Instead, let individualRonald S. Bultje2009-03-031-1/+2
* Reindent after r17764.Ronald S. Bultje2009-03-031-2/+2
* In the current implementation of rtp_parse_packet(), finalize_packet() isRonald S. Bultje2009-03-031-1/+3
* Implement marker bit, which is used for several RTP payloads currentlyRonald S. Bultje2009-02-261-0/+2
* Split rtp.h in rtp.h, rtpdec.h, and rtpenc.hLuca Abeni2009-02-061-1/+1
* Add "AVFormatContext *ctx" (that being the RTSP demuxer's) as first argumentRonald S. Bultje2009-02-061-2/+2
* 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
* Rename rtp_payload_data_t to avoid clashes with the POSIX namespaceLuca Abeni2008-12-131-3/+3
* Remove access into RTPDemuxContext in rtsp.c, which allows making it opaqueRonald S. Bultje2008-10-041-0/+8
* Change function prototype of RTPDynamicPayloadHandler.parse_packet() toRonald S. Bultje2008-10-041-2/+4
* Uniformly define _XOPEN_SOURCE to 600.Diego Biurrun2008-09-291-1/+1
* Give register_dynamic_payload_handler() in rtpdec.c a ff_ prefix and exportRonald S. Bultje2008-09-071-4/+4
* Do not set timestamp information for a non existing AVStreamLuca Abeni2008-08-221-1/+1
* ensure we get explicit definition of various _XOPEN_SOURCE functions we useAurelien Jacobs2008-08-141-0/+3
* RTP: use dprintf(), allow compilation with -DDEBUGMåns Rullgård2008-07-131-6/+2
* Reindent after last commitLuca Abeni2008-07-021-10/+10
* Fix A/V synch for RTP streams that do not contain MPEG1 or 2Luca Abeni2008-07-021-18/+6
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-1/+2
* typo fixesDiego Biurrun2008-03-151-1/+1
* Add a flags field to the RTPDynamicPayloadPacketHandlerProc (PKT_FLAG_*).Ronald S. Bultje2008-01-181-3/+3
* Reindent after r11493 (always use parse_packet() vfunc in rtp_parse_packet()),Ronald S. Bultje2008-01-101-2/+2
* Make rtp_parse_packet() always call the vfunc of the dynamic payload handlerRonald S. Bultje2008-01-101-4/+2
* Split the RTP demuxing functions out of rtp.c, to simplify the RTP muxer's de...Luca Abeni2008-01-041-0/+554
OpenPOWER on IntegriCloud