50 Commits (b5c4bb989d4085625f212b9b6378e4ee0a1a9ca8)

Author SHA1 Message Date
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 15 years ago
Martin Storsjö d74c6145fb rtpdec: Allow depacketizers to specify that pkt->pts should be left as AV_NOPTS_VALUE 15 years ago
Josh Allmann 4449df6baf Add RTP depacketization of SVQ3 15 years ago
Josh Allmann 824535e3c6 rtpdec: Malloc the fmtp value buffer 15 years ago
Josh Allmann 016bc031eb rtpdec: Add generic function for iterating over FMTP configuration lines 15 years ago
Josh Allmann ca937a5508 RTSP, rtpdec: Move RTPPayloadData into rtpdec_mpeg4 and remove all references to rtp_payload_data in rtpdec and rtsp 15 years ago
Josh Allmann 73e6c53e64 rtpdec: Move AAC depacketization code in rtpdec to a proper payload handler 15 years ago
Josh Allmann 9b3788efc3 RTSP: Decouple MPEG-4 and AAC specific parts from rtsp.c 15 years ago
Martin Storsjö 5948f82227 Reset RTCP timestamps after seeking, add range start offset to the packets timestamps 15 years ago
Martin Storsjö 2cab6b48ad Revert svn rev 21857, readd first_rtcp_ntp_time in RTPDemuxContext 15 years ago
Martin Storsjö 0950e1703b Reindent 15 years ago
Martin Storsjö 0e4b185a8d Fix leaks in the AAC RTP depacketizer 15 years ago
Josh Allmann 06a36faf4c Rename rtpdec_theora.[ch] to rtpdec_xiph.[ch], as a preparation for merging 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Josh Allmann 887af2aa12 RTP depacketization of Theora 15 years ago
Martin Storsjö f65919af7e Rename RTP depacketizer files from rtp_* to rtpdec_* 15 years ago
Ronald S. Bultje fc78b0cb7e Remove first_rtcp_ntp_time. This is used to prevent overflow of the timestamp, 15 years ago
Martin Storsjö 9c8fa20d7e When using RTP-over-UDP, send dummy packets during stream setup, similar to 15 years ago
Ronald S. Bultje 556aa7a102 RTP/AMR depacketizer, by Martin Storsjö <$firstname at $firstname dot st>. 15 years ago
Alexis Ballier 9125806e34 Fix warnings about implicit function declaration when compiling rtpdec.c 15 years ago
Ronald S. Bultje 45aa90807f Add RTP/H.263 depacketizer by Martin Storsjö <$firstname () $firstname st>. 15 years ago
Luca Abeni 76faff6ef2 Add support for mp3 over RTP in rtpdec.c 15 years ago
Ronald S. Bultje e6327fba98 Add a Vorbis payload parser. Implemented by Colin McQuillan as a GSoC 16 years ago
Stefano Sabatini 9106a698e7 Rename bitstream.h to get_bits.h. 16 years ago
Ronald S. Bultje e9fce261a6 Assign the x-pf-asf payload string to be decoded by rtp_asf.c, and add a 16 years ago
Ronald S. Bultje eafb17d140 Don't let finalize_packet() touch pkt->stream_index. Instead, let individual 16 years ago
Ronald S. Bultje 95f03cf31f Reindent after r17764. 16 years ago
Ronald S. Bultje f3e71942e7 In the current implementation of rtp_parse_packet(), finalize_packet() is 16 years ago
Ronald S. Bultje 144ae29dde Implement marker bit, which is used for several RTP payloads currently 16 years ago
Luca Abeni 302879cb36 Split rtp.h in rtp.h, rtpdec.h, and rtpenc.h 16 years ago
Ronald S. Bultje 1a45a9f4c0 Add "AVFormatContext *ctx" (that being the RTSP demuxer's) as first argument 16 years ago
Luca Abeni 20631a9c15 Merge rtp_internal.h in rtp.h, and remove rtp_internal.h 16 years ago
Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
Luca Abeni be73a544af Rename rtp_payload_data_t to avoid clashes with the POSIX namespace 16 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 17 years ago
Luca Abeni fba7815d8d Reindent after last commit 17 years ago
Luca Abeni d6b9e57af2 Fix A/V synch for RTP streams that do not contain MPEG1 or 2 17 years ago
Diego Biurrun 245976da2a Use full path for #includes from another directory. 17 years ago
Diego Biurrun bd10713636 typo fixes 17 years ago
Ronald S. Bultje f841a0fca1 Add a flags field to the RTPDynamicPayloadPacketHandlerProc (PKT_FLAG_*). 17 years ago
Ronald S. Bultje f739b36d16 Reindent after r11493 (always use parse_packet() vfunc in rtp_parse_packet()), 17 years ago
Ronald S. Bultje b4e3330c12 Make rtp_parse_packet() always call the vfunc of the dynamic payload handler 17 years ago
Luca Abeni 8eb793c459 Split the RTP demuxing functions out of rtp.c, to simplify the RTP muxer's dependencies 17 years ago