Age | Commit message (Expand) | Author |
2010-09-15 | Handle G.722 in RTP, and all the exceptions mandated in RFC 3551 | Martin Storsjö |
2010-03-30 | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini |
2010-01-11 | Remove the inclusion of unneeded headers | Luca Abeni |
2009-04-13 | Rename bitstream.h to get_bits.h. | Stefano Sabatini |
2009-04-07 | Do not return payload type 34 for H.263 (it is deprecated) | Luca Abeni |
2009-02-17 | Remame rtp_get_codec_info() to ff_rtp_get_codec_info(), as it is not | Luca Abeni |
2009-02-16 | Rename rtp_get_payload_type() to ff_rtp_get_payload_type(), as it is not | Luca Abeni |
2009-01-27 | Merge rtp_internal.h in rtp.h, and remove rtp_internal.h | Luca Abeni |
2009-01-19 | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun |
2008-06-24 | Do not set sample_rate = 90000 for mp2 and mp3 audio over RTP | Luca Abeni |
2008-05-09 | Use full path for #includes from another directory. | Diego Biurrun |
2008-03-31 | Add a comment about missing entries | Luca Abeni |
2008-03-31 | Use the correct size for the enc_name field (removing the arbitrary "50" size) | Luca Abeni |
2008-03-31 | Remove useless entries from AVRtpPayloadTypes | Luca Abeni |
2008-03-31 | Support mp3 audio in the RTP muxer | Luca Abeni |
2008-01-06 | Make AVRtpPayloadTypes static and constant | Diego Pettenò |
2008-01-04 | Split the RTP muxer out of rtp.c, to simplify the RTSP demuxer's dependencies | Luca Abeni |
2008-01-04 | Split the RTP demuxing functions out of rtp.c, to simplify the RTP muxer's de... | Luca Abeni |
2007-12-02 | Fix some spelling mistakes. | Diego Biurrun |
2007-11-21 | Use dynamically allocated ByteIOContext in AVFormatContext | Björn Axelsson |
2007-11-16 | Add MPEG2 support to the RTP muxer | Luca Abeni |
2007-11-16 | Remove the "AVRtpPayloadTypes[i].pt == i" assumption from RTP and RTSP | Luca Abeni |
2007-11-05 | Do not send too many RTCP packets (according to RFC 3550, the minimum | Luca Abeni |
2007-11-05 | Use a symbolic name for the payload size of an RTCP Sender Report packet | Luca Abeni |
2007-10-02 | Allow to set the maximum number of frames per RTP packet (and add support for | Luca Abeni |
2007-09-24 | Fix a warning by removing an useless assignment (buf_ptr should be only | Luca Abeni |
2007-09-14 | Support for AAC streaming over RTP. Fragmentation is not implemented yet | Luca Abeni |
2007-09-10 | Fix timestamps in RTP packets (now, MPEG1 video with B frames works correctly) | Luca Abeni |
2007-09-10 | Properly set RTP and NTP timestamps in RTCP SR packets | Luca Abeni |
2007-08-24 | Move the RTP packetization code for MPEG12 video in its own file (rtp_mpv.c) | Luca Abeni |
2007-07-19 | Replace all occurrences of AVERROR_IO with AVERROR(EIO). | Panagiotis Issaris |
2007-07-06 | Use AV_RB* macros where appropriate. | Ronald S. Bultje |
2007-06-27 | remove empty write trailer functions | Vitor Sessak |
2007-06-13 | remove decode_be32/64 and replace them by AV_RB32/64 | Ronald S. Bultje |
2007-06-12 | misc spelling fixes | Diego Biurrun |
2007-04-15 | add an enum for need_parsing | Aurelien Jacobs |
2007-04-04 | changes some function declarations from () to (void) as per ansi c. | Stefan Huehner |
2007-03-04 | Move rtp_check_and_send_back_rr()'s unaltered comments to the header file. | Panagiotis Issaris |
2007-03-04 | Move rtp_get_payload_type()'s unaltered comments to the header file. | Panagiotis Issaris |
2007-02-04 | move networking #includes into separate file | Ramiro Polla |
2007-01-19 | rename BE/LE_8/16/32 to AV_RL/B_8/16/32 | Alex Beregszaszi |
2007-01-18 | The long awaited BeOS cleanup, phase 1 | François Revol |
2006-11-09 | get rid of CODEC_ID_MPEG4AAC after next version bump, and change it to CODEC_... | Baptiste Coudurier |
2006-11-07 | add support for rtp/h264 streaming | Ryan Martell |
2006-11-03 | add valid statistics for the RTCP receiver report. | Ryan Martell |
2006-11-01 | Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts. | Steve L'Homme |
2006-10-29 | fix more dynamic protocol stuff, needed by the forthcoming h264 | Ryan Martell |
2006-10-28 | move up (in the file) AAC audio handling moved from below | Ryan Martell |
2006-10-27 | make ffmpeg able to send back a RTCP receiver report. | Thijs |
2006-10-27 | indentation fix, patch by Ryan Martell % rdm4 A martellventures P com % | Ryan Martell |