| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |