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