96 Commits (2d6b3f3a9dce409ca51d70ef4b85c0593bb4b109)

Author SHA1 Message Date
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 9 years ago
Diego Biurrun 6c1a7d07eb Use proper "" quotes for local header #includes 12 years ago
Martin Storsjö 932117171f rtp: Make sure the output format pointer is set 12 years ago
Martin Storsjö e90820d4f8 rtp: Make sure priv_data is set before reading it 12 years ago
Martin Storsjö c44784c9bb rtp: Rename a static variable to normal naming conventions 12 years ago
Martin Storsjö 58b5971881 rtp: Cosmetic cleanup 12 years ago
Martin Storsjö a925f723a9 rtp: Don't read priv_data unless it is allocated 12 years ago
Luca Barbato 8034130e06 rtp: set the payload type as stream id 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Adriano Pallavicino 999c63e4ca rtp: Only choose static payload types if the sample rate and channels are right 12 years ago
Mohamed Naufal Basheer 55c3a4f617 G.723.1 demuxer and decoder 12 years ago
Martin Storsjö c4584f3c1f rtpenc: Allow packetizing H263 according to the old RFC 2190 13 years ago
Martin Storsjö 2e69dd66b6 rtp: Fix ff_rtp_get_payload_type 13 years ago
Anton Khirnov 3b3ea34655 Remove all uses of deprecated AVOptions API. 13 years ago
Rafaël Carré 1430ae44e8 rtp: Simplify ff_rtp_get_payload_type 13 years ago
Rafaël Carré 9152880e95 rtpenc: Add a payload type private option 13 years ago
Rafaël Carré 0c378ea1f7 rtp: factorize dynamic payload type fallback 13 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Martin Storsjö 0048a2a8d3 Handle G.722 in RTP, and all the exceptions mandated in RFC 3551 14 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Luca Abeni 4bf0faaafe Remove the inclusion of unneeded headers 15 years ago
Stefano Sabatini 9106a698e7 Rename bitstream.h to get_bits.h. 16 years ago
Luca Abeni 215037887d Do not return payload type 34 for H.263 (it is deprecated) 16 years ago
Luca Abeni bf6d981806 Remame rtp_get_codec_info() to ff_rtp_get_codec_info(), as it is not 16 years ago
Luca Abeni 0550b58f4e Rename rtp_get_payload_type() to ff_rtp_get_payload_type(), as it is not 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 309d32b0db Do not set sample_rate = 90000 for mp2 and mp3 audio over RTP 17 years ago
Diego Biurrun 245976da2a Use full path for #includes from another directory. 17 years ago
Luca Abeni 2ccf0a4290 Add a comment about missing entries 17 years ago
Luca Abeni 87cb064359 Use the correct size for the enc_name field (removing the arbitrary "50" size) 17 years ago
Luca Abeni 19faa9f469 Remove useless entries from AVRtpPayloadTypes 17 years ago
Luca Abeni e4ed1fbf91 Support mp3 audio in the RTP muxer 17 years ago
Diego Pettenò 7d51edddd4 Make AVRtpPayloadTypes static and constant 17 years ago
Luca Abeni 83a0d3878c Split the RTP muxer out of rtp.c, to simplify the RTSP demuxer's dependencies 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
Diego Biurrun d0b53d05c8 Fix some spelling mistakes. 17 years ago
Björn Axelsson 899681cd1d Use dynamically allocated ByteIOContext in AVFormatContext 17 years ago
Luca Abeni db628029c4 Add MPEG2 support to the RTP muxer 17 years ago
Luca Abeni 7ed19d7fbf Remove the "AVRtpPayloadTypes[i].pt == i" assumption from RTP and RTSP 17 years ago
Luca Abeni 18c05a375b Do not send too many RTCP packets (according to RFC 3550, the minimum 17 years ago
Luca Abeni 0aa7a2e690 Use a symbolic name for the payload size of an RTCP Sender Report packet 17 years ago
Luca Abeni e0d21bfe83 Allow to set the maximum number of frames per RTP packet (and add support for 17 years ago
Luca Abeni d0c3be9568 Fix a warning by removing an useless assignment (buf_ptr should be only 17 years ago
Luca Abeni 171dce486c Support for AAC streaming over RTP. Fragmentation is not implemented yet 17 years ago
Luca Abeni af74c95a08 Fix timestamps in RTP packets (now, MPEG1 video with B frames works correctly) 17 years ago
Luca Abeni 1b31b02ed1 Properly set RTP and NTP timestamps in RTCP SR packets 17 years ago
Luca Abeni 98561024ac Move the RTP packetization code for MPEG12 video in its own file (rtp_mpv.c) 17 years ago
Panagiotis Issaris 6f3e0b2174 Replace all occurrences of AVERROR_IO with AVERROR(EIO). 18 years ago
Ronald S. Bultje 80fb82346e Use AV_RB* macros where appropriate. 18 years ago