| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a depacketizer for QDM2 | Josh Allmann | 2010-07-14 | 1 | -0/+2 |
* | rtpdec: Allow depacketizers to specify that pkt->pts should be left as AV_NOP... | Martin Storsjö | 2010-07-14 | 1 | -2/+4 |
* | Add RTP depacketization of SVQ3 | Josh Allmann | 2010-07-01 | 1 | -0/+2 |
* | rtpdec: Malloc the fmtp value buffer | Josh Allmann | 2010-06-28 | 1 | -3/+12 |
* | rtpdec: Add generic function for iterating over FMTP configuration lines | Josh Allmann | 2010-06-28 | 1 | -0/+25 |
* | RTSP, rtpdec: Move RTPPayloadData into rtpdec_mpeg4 and remove all references... | Josh Allmann | 2010-06-25 | 1 | -6/+1 |
* | rtpdec: Move AAC depacketization code in rtpdec to a proper payload handler | Josh Allmann | 2010-06-25 | 1 | -75/+0 |
* | RTSP: Decouple MPEG-4 and AAC specific parts from rtsp.c | Josh Allmann | 2010-06-25 | 1 | -5/+3 |
* | Reset RTCP timestamps after seeking, add range start offset to the packets ti... | Martin Storsjö | 2010-04-20 | 1 | -1/+1 |
* | Revert svn rev 21857, readd first_rtcp_ntp_time in RTPDemuxContext | Martin Storsjö | 2010-04-20 | 1 | -1/+4 |
* | Reindent | Martin Storsjö | 2010-04-05 | 1 | -1/+1 |
* | Fix leaks in the AAC RTP depacketizer | Martin Storsjö | 2010-04-05 | 1 | -0/+6 |
* | Rename rtpdec_theora.[ch] to rtpdec_xiph.[ch], as a preparation for merging | Josh Allmann | 2010-04-01 | 1 | -2/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -3/+3 |
* | RTP depacketization of Theora | Josh Allmann | 2010-03-22 | 1 | -0/+2 |
* | Rename RTP depacketizer files from rtp_* to rtpdec_* | Martin Storsjö | 2010-02-28 | 1 | -3/+3 |
* | Remove first_rtcp_ntp_time. This is used to prevent overflow of the timestamp, | Ronald S. Bultje | 2010-02-16 | 1 | -4/+1 |
* | When using RTP-over-UDP, send dummy packets during stream setup, similar to | Martin Storsjö | 2010-02-16 | 1 | -0/+39 |
* | RTP/AMR depacketizer, by Martin Storsjö <$firstname at $firstname dot st>. | Ronald S. Bultje | 2010-02-10 | 1 | -0/+3 |
* | Fix warnings about implicit function declaration when compiling rtpdec.c | Alexis Ballier | 2010-02-01 | 1 | -4/+4 |
* | Add RTP/H.263 depacketizer by Martin Storsjö <$firstname () $firstname st>. | Ronald S. Bultje | 2010-01-28 | 1 | -0/+4 |
* | Add support for mp3 over RTP in rtpdec.c | Luca Abeni | 2009-12-23 | 1 | -0/+1 |
* | Add a Vorbis payload parser. Implemented by Colin McQuillan as a GSoC | Ronald S. Bultje | 2009-04-14 | 1 | -0/+2 |
* | Rename bitstream.h to get_bits.h. | Stefano Sabatini | 2009-04-13 | 1 | -1/+1 |
* | Assign the x-pf-asf payload string to be decoded by rtp_asf.c, and add a | Ronald S. Bultje | 2009-03-20 | 1 | -0/+4 |
* | Don't let finalize_packet() touch pkt->stream_index. Instead, let individual | Ronald S. Bultje | 2009-03-03 | 1 | -1/+2 |
* | Reindent after r17764. | Ronald S. Bultje | 2009-03-03 | 1 | -2/+2 |
* | In the current implementation of rtp_parse_packet(), finalize_packet() is | Ronald S. Bultje | 2009-03-03 | 1 | -1/+3 |
* | Implement marker bit, which is used for several RTP payloads currently | Ronald S. Bultje | 2009-02-26 | 1 | -0/+2 |
* | Split rtp.h in rtp.h, rtpdec.h, and rtpenc.h | Luca Abeni | 2009-02-06 | 1 | -1/+1 |
* | Add "AVFormatContext *ctx" (that being the RTSP demuxer's) as first argument | Ronald S. Bultje | 2009-02-06 | 1 | -2/+2 |
* | Merge rtp_internal.h in rtp.h, and remove rtp_internal.h | Luca Abeni | 2009-01-27 | 1 | -1/+1 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | Rename rtp_payload_data_t to avoid clashes with the POSIX namespace | Luca Abeni | 2008-12-13 | 1 | -3/+3 |
* | Remove access into RTPDemuxContext in rtsp.c, which allows making it opaque | Ronald S. Bultje | 2008-10-04 | 1 | -0/+8 |
* | Change function prototype of RTPDynamicPayloadHandler.parse_packet() to | Ronald S. Bultje | 2008-10-04 | 1 | -2/+4 |
* | Uniformly define _XOPEN_SOURCE to 600. | Diego Biurrun | 2008-09-29 | 1 | -1/+1 |
* | Give register_dynamic_payload_handler() in rtpdec.c a ff_ prefix and export | Ronald S. Bultje | 2008-09-07 | 1 | -4/+4 |
* | Do not set timestamp information for a non existing AVStream | Luca Abeni | 2008-08-22 | 1 | -1/+1 |
* | ensure we get explicit definition of various _XOPEN_SOURCE functions we use | Aurelien Jacobs | 2008-08-14 | 1 | -0/+3 |
* | RTP: use dprintf(), allow compilation with -DDEBUG | Måns Rullgård | 2008-07-13 | 1 | -6/+2 |
* | Reindent after last commit | Luca Abeni | 2008-07-02 | 1 | -10/+10 |
* | Fix A/V synch for RTP streams that do not contain MPEG1 or 2 | Luca Abeni | 2008-07-02 | 1 | -18/+6 |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 1 | -1/+2 |
* | typo fixes | Diego Biurrun | 2008-03-15 | 1 | -1/+1 |
* | Add a flags field to the RTPDynamicPayloadPacketHandlerProc (PKT_FLAG_*). | Ronald S. Bultje | 2008-01-18 | 1 | -3/+3 |
* | Reindent after r11493 (always use parse_packet() vfunc in rtp_parse_packet()), | Ronald S. Bultje | 2008-01-10 | 1 | -2/+2 |
* | Make rtp_parse_packet() always call the vfunc of the dynamic payload handler | Ronald S. Bultje | 2008-01-10 | 1 | -4/+2 |
* | Split the RTP demuxing functions out of rtp.c, to simplify the RTP muxer's de... | Luca Abeni | 2008-01-04 | 1 | -0/+554 |