93 Commits (2d6b3f3a9dce409ca51d70ef4b85c0593bb4b109)

Author SHA1 Message Date
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Mark Harris 4d13bcceb9 sdp: fix opus sprop-stereo fmtp syntax 9 years ago
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 9 years ago
Thomas Volkert a505c0d737 rtp: Initial H.261 support 10 years ago
Martin Storsjö e5cfc8fdad sdp: Provide out of bound parameter sets for HEVC if extradata is set 10 years ago
Martin Storsjö b762494438 sdp: Simplify parsing/conversion of H264 extradata 10 years ago
Timothy B. Terriberry a05f5052fe sdp: Make opus declaration conform to the spec 10 years ago
Thomas Volkert ddf5fb71ee rtpenc: HEVC/H.265 support 10 years ago
Gabriel Dume f929ab0569 cosmetics: Write NULL pointer equality checks more compactly 10 years ago
Martin Storsjö 82b9799bb2 sdp: Check that fmt->oformat is non-null before accessing it 11 years ago
Martin Storsjö 6451c8853a sdp: Check theora colorspace before producing the configuration string 11 years ago
Martin Storsjö 611bf39bde sdp: Include SRTP crypto params if using the srtp protocol 12 years ago
Luca Barbato 8034130e06 rtp: set the payload type as stream id 12 years ago
Martin Storsjö c136a813d7 rtp: Support packetization/depacketization of opus 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Dmitry Samonenko 490ae95aa8 rtpenc: Add support for packetizing speex 12 years ago
Samuel Pitoiset cee1950bbb rtp: Packetization of JPEG (RFC 2435) 12 years ago
Martin Storsjö d4bba93f4d sdp: Use static const char arrays instead of pointers to strings 12 years ago
Martin Storsjö 06b5246c84 sdp: Include profile-level-id for H264 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Martin Storsjö 579fd87b46 rtpenc: Support packetizing iLBC 13 years ago
Martin Storsjö d77f4afa98 rtpenc: Allow requesting H264 RTP packetization mode 0 13 years ago
Diego Biurrun a92be9b856 Replace memset(0) by zero initializations. 13 years ago
Martin Storsjö c4584f3c1f rtpenc: Allow packetizing H263 according to the old RFC 2190 13 years ago
Alex Converse 7181c4edee cosmetics: Remove extra newlines at EOF 13 years ago
Anton Khirnov 1d911bb404 lavf: remove disabled FF_API_SDP_CREATE cruft 13 years ago
Martin Storsjö 0ebd4083e1 sdp: Restore the original mp4 format h264 extradata if converted 13 years ago
Martin Storsjö 04403ec2e4 rtpenc: Add support for G726 audio 13 years ago
Anton Khirnov 357db4c263 lavc: use avpriv_ prefix for ff_split_xiph_headers. 13 years ago
Anton Khirnov 59a9a23581 lavc: use avpriv_ prefix for some mpeg4audio symbols used in lavf. 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
Martin Storsjö 9c434ce826 sdp: Reindent after the previous commit 14 years ago
Juan Carlos Rodriguez 0832122880 rtpenc: MP4A-LATM payload support 14 years ago
Martin Storsjö 0558e266a2 sdp: Allow passing an AVFormatContext to the SDP generation 14 years ago
Anton Khirnov d2d67e424f Remove all uses of now deprecated metadata functions. 14 years ago
Anton Khirnov c234d40bd9 lavf: rename a parameter of av_sdp_create from buff->buf 14 years ago
Anton Khirnov c3675dfe1e lavf: rename avf_sdp_create to av_sdp_create. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Anton Khirnov ab0287fcbd Move find_info_tag to lavu and add av_ prefix to it 14 years ago
Martin Storsjö 9b14ec5fae sdp: Add a framesize attribute to H.263 SDP descriptions 14 years ago
Martin Storsjö 095e5c0b6d sdp: Conditionally compile code using AF_INET6 14 years ago
Martin Storsjö 6898677e54 sdp: Only specify the TTL for IPv4 addresses 14 years ago
Martin Storsjö 87b2b40a33 Reindent 14 years ago
Martin Storsjö 10105c9b29 sdp: Don't require the explicit ?multicast option 14 years ago
Martin Storsjö 0048a2a8d3 Handle G.722 in RTP, and all the exceptions mandated in RFC 3551 14 years ago
Andreas Öman f06d6c751f Make stub version of ff_sdp_write_media() match its prototype 14 years ago
Martin Storsjö 5a8693ef59 Reindent 14 years ago
Martin Storsjö 7ad526d288 Simplify resolve_destination in sdp.c further, now that we don't enforce IPv4 any longer 14 years ago
Martin Storsjö 1272ae7e50 10l, add new function parameters to resolve_destination for !config_network too 14 years ago