summaryrefslogtreecommitdiff
path: root/libavformat/rtpdec.c
Commit message (Expand)AuthorAge
* 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