Commit History

Author SHA1 Message Date
  Martin Storsjö 0048a2a8d3 Handle G.722 in RTP, and all the exceptions mandated in RFC 3551 14 years ago
  Josh Allmann b20359f51a rtsp: Return AVERROR_EOF when all streams have received an RTCP BYE packet 14 years ago
  Josh Allmann 682d28a965 Reindent 14 years ago
  Josh Allmann ff328c0225 rtpdec: Read RTCP compound packets 14 years ago
  Josh Allmann 7f3468d392 rtp: Replace hardcoded RTCP packet types with defines 14 years ago
  Luca Abeni 952139a322 Do not use the server SSRC as client SSRC in the RTP demuxer 14 years ago
  Josh Allmann 51291e6005 Add RTP depacketization of VP8 14 years ago
  Martin Storsjö 1ddc176ec4 Add RTP depacketization of MP4A-LATM 14 years ago
  Martin Storsjö 965a3ddb1f Remove mostly unnecessary rtpdec_*.h files, store the declarations in one file 14 years ago
  Josh Allmann a59096e4a7 Add a depacketizer for QDM2 14 years ago
  Martin Storsjö d74c6145fb rtpdec: Allow depacketizers to specify that pkt->pts should be left as AV_NOPTS_VALUE 14 years ago
  Josh Allmann 4449df6baf Add RTP depacketization of SVQ3 14 years ago
  Josh Allmann 824535e3c6 rtpdec: Malloc the fmtp value buffer 14 years ago
  Josh Allmann 016bc031eb rtpdec: Add generic function for iterating over FMTP configuration lines 14 years ago
  Josh Allmann ca937a5508 RTSP, rtpdec: Move RTPPayloadData into rtpdec_mpeg4 and remove all references to rtp_payload_data in rtpdec and rtsp 14 years ago
  Josh Allmann 73e6c53e64 rtpdec: Move AAC depacketization code in rtpdec to a proper payload handler 14 years ago
  Josh Allmann 9b3788efc3 RTSP: Decouple MPEG-4 and AAC specific parts from rtsp.c 14 years ago
  Martin Storsjö 5948f82227 Reset RTCP timestamps after seeking, add range start offset to the packets timestamps 14 years ago
  Martin Storsjö 2cab6b48ad Revert svn rev 21857, readd first_rtcp_ntp_time in RTPDemuxContext 14 years ago
  Martin Storsjö 0950e1703b Reindent 14 years ago
  Martin Storsjö 0e4b185a8d Fix leaks in the AAC RTP depacketizer 14 years ago
  Josh Allmann 06a36faf4c Rename rtpdec_theora.[ch] to rtpdec_xiph.[ch], as a preparation for merging 14 years ago
  Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 14 years ago
  Josh Allmann 887af2aa12 RTP depacketization of Theora 14 years ago
  Martin Storsjö f65919af7e Rename RTP depacketizer files from rtp_* to rtpdec_* 14 years ago
  Ronald S. Bultje fc78b0cb7e Remove first_rtcp_ntp_time. This is used to prevent overflow of the timestamp, 14 years ago
  Martin Storsjö 9c8fa20d7e When using RTP-over-UDP, send dummy packets during stream setup, similar to 14 years ago
  Ronald S. Bultje 556aa7a102 RTP/AMR depacketizer, by Martin Storsjö <$firstname at $firstname dot st>. 14 years ago
  Alexis Ballier 9125806e34 Fix warnings about implicit function declaration when compiling rtpdec.c 14 years ago
  Ronald S. Bultje 45aa90807f Add RTP/H.263 depacketizer by Martin Storsjö <$firstname () $firstname st>. 14 years ago
  Luca Abeni 76faff6ef2 Add support for mp3 over RTP in rtpdec.c 14 years ago
  Ronald S. Bultje e6327fba98 Add a Vorbis payload parser. Implemented by Colin McQuillan as a GSoC 15 years ago
  Stefano Sabatini 9106a698e7 Rename bitstream.h to get_bits.h. 15 years ago
  Ronald S. Bultje e9fce261a6 Assign the x-pf-asf payload string to be decoded by rtp_asf.c, and add a 15 years ago
  Ronald S. Bultje eafb17d140 Don't let finalize_packet() touch pkt->stream_index. Instead, let individual 15 years ago
  Ronald S. Bultje 95f03cf31f Reindent after r17764. 15 years ago
  Ronald S. Bultje f3e71942e7 In the current implementation of rtp_parse_packet(), finalize_packet() is 15 years ago
  Ronald S. Bultje 144ae29dde Implement marker bit, which is used for several RTP payloads currently 15 years ago
  Luca Abeni 302879cb36 Split rtp.h in rtp.h, rtpdec.h, and rtpenc.h 15 years ago
  Ronald S. Bultje 1a45a9f4c0 Add "AVFormatContext *ctx" (that being the RTSP demuxer's) as first argument 15 years ago
  Luca Abeni 20631a9c15 Merge rtp_internal.h in rtp.h, and remove rtp_internal.h 15 years ago
  Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 15 years ago
  Luca Abeni be73a544af Rename rtp_payload_data_t to avoid clashes with the POSIX namespace 15 years ago
  Ronald S. Bultje 99a1d1915e Remove access into RTPDemuxContext in rtsp.c, which allows making it opaque 16 years ago
  Ronald S. Bultje 9b932b8ac0 Change function prototype of RTPDynamicPayloadHandler.parse_packet() to 16 years ago
  Diego Biurrun d0feff2a5b Uniformly define _XOPEN_SOURCE to 600. 16 years ago
  Ronald S. Bultje 0369d2b045 Give register_dynamic_payload_handler() in rtpdec.c a ff_ prefix and export 16 years ago
  Luca Abeni 26efefc52c Do not set timestamp information for a non existing AVStream 16 years ago
  Aurelien Jacobs 7246177d80 ensure we get explicit definition of various _XOPEN_SOURCE functions we use 16 years ago
  Måns Rullgård e8420626d0 RTP: use dprintf(), allow compilation with -DDEBUG 16 years ago