summaryrefslogtreecommitdiff
path: root/libavformat/rtpdec.c
Commit message (Expand)AuthorAge
* Add a depacketizer for QDM2Josh Allmann2010-07-14
* rtpdec: Allow depacketizers to specify that pkt->pts should be left as AV_NOP...Martin Storsjö2010-07-14
* Add RTP depacketization of SVQ3Josh Allmann2010-07-01
* rtpdec: Malloc the fmtp value bufferJosh Allmann2010-06-28
* rtpdec: Add generic function for iterating over FMTP configuration linesJosh Allmann2010-06-28
* RTSP, rtpdec: Move RTPPayloadData into rtpdec_mpeg4 and remove all references...Josh Allmann2010-06-25
* rtpdec: Move AAC depacketization code in rtpdec to a proper payload handlerJosh Allmann2010-06-25
* RTSP: Decouple MPEG-4 and AAC specific parts from rtsp.cJosh Allmann2010-06-25
* Reset RTCP timestamps after seeking, add range start offset to the packets ti...Martin Storsjö2010-04-20
* Revert svn rev 21857, readd first_rtcp_ntp_time in RTPDemuxContextMartin Storsjö2010-04-20
* ReindentMartin Storsjö2010-04-05
* Fix leaks in the AAC RTP depacketizerMartin Storsjö2010-04-05
* Rename rtpdec_theora.[ch] to rtpdec_xiph.[ch], as a preparation for mergingJosh Allmann2010-04-01
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* RTP depacketization of TheoraJosh Allmann2010-03-22
* Rename RTP depacketizer files from rtp_* to rtpdec_*Martin Storsjö2010-02-28
* Remove first_rtcp_ntp_time. This is used to prevent overflow of the timestamp,Ronald S. Bultje2010-02-16
* When using RTP-over-UDP, send dummy packets during stream setup, similar toMartin Storsjö2010-02-16
* RTP/AMR depacketizer, by Martin Storsjö <$firstname at $firstname dot st>.Ronald S. Bultje2010-02-10
* Fix warnings about implicit function declaration when compiling rtpdec.cAlexis Ballier2010-02-01
* Add RTP/H.263 depacketizer by Martin Storsjö <$firstname () $firstname st>.Ronald S. Bultje2010-01-28
* Add support for mp3 over RTP in rtpdec.cLuca Abeni2009-12-23
* Add a Vorbis payload parser. Implemented by Colin McQuillan as a GSoCRonald S. Bultje2009-04-14
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* Assign the x-pf-asf payload string to be decoded by rtp_asf.c, and add aRonald S. Bultje2009-03-20
* Don't let finalize_packet() touch pkt->stream_index. Instead, let individualRonald S. Bultje2009-03-03
* Reindent after r17764.Ronald S. Bultje2009-03-03
* In the current implementation of rtp_parse_packet(), finalize_packet() isRonald S. Bultje2009-03-03
* Implement marker bit, which is used for several RTP payloads currentlyRonald S. Bultje2009-02-26
* Split rtp.h in rtp.h, rtpdec.h, and rtpenc.hLuca Abeni2009-02-06
* Add "AVFormatContext *ctx" (that being the RTSP demuxer's) as first argumentRonald S. Bultje2009-02-06
* 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
* Rename rtp_payload_data_t to avoid clashes with the POSIX namespaceLuca Abeni2008-12-13
* Remove access into RTPDemuxContext in rtsp.c, which allows making it opaqueRonald S. Bultje2008-10-04
* Change function prototype of RTPDynamicPayloadHandler.parse_packet() toRonald S. Bultje2008-10-04
* Uniformly define _XOPEN_SOURCE to 600.Diego Biurrun2008-09-29
* Give register_dynamic_payload_handler() in rtpdec.c a ff_ prefix and exportRonald S. Bultje2008-09-07
* Do not set timestamp information for a non existing AVStreamLuca Abeni2008-08-22
* ensure we get explicit definition of various _XOPEN_SOURCE functions we useAurelien Jacobs2008-08-14
* RTP: use dprintf(), allow compilation with -DDEBUGMåns Rullgård2008-07-13
* Reindent after last commitLuca Abeni2008-07-02
* Fix A/V synch for RTP streams that do not contain MPEG1 or 2Luca Abeni2008-07-02
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* typo fixesDiego Biurrun2008-03-15
* Add a flags field to the RTPDynamicPayloadPacketHandlerProc (PKT_FLAG_*).Ronald S. Bultje2008-01-18
* Reindent after r11493 (always use parse_packet() vfunc in rtp_parse_packet()),Ronald S. Bultje2008-01-10
* Make rtp_parse_packet() always call the vfunc of the dynamic payload handlerRonald S. Bultje2008-01-10
* Split the RTP demuxing functions out of rtp.c, to simplify the RTP muxer's de...Luca Abeni2008-01-04