163 Commits (4607868b98715929b8f87b7231cf60ae66f13aa6)

Author SHA1 Message Date
Martin Storsjö a78f136f3f configure: Use a separate config_components.h header for $ALL_COMPONENTS 3 years ago
Vittorio Giovara ca36f0ece8 sdp: convert to new channel layout API 3 years ago
Limin Wang b697326a68 avformat/rtpenc_rfc4175: support for interlace format 3 years ago
Andreas Rheinhardt 49bf94536f avcodec/mpeg4audio: Unavpriv and deduplicate mpeg4audio_sample_rates 3 years ago
Andreas Rheinhardt 631e31773b avformat/sdp: Fix use of uninitialised value 3 years ago
Anton Khirnov fe31708eaa lavf/sdp: add more thorough error handling 3 years ago
Anton Khirnov b0518f9977 lavf/sdp: reindent switch() according to our conventions 3 years ago
Anton Khirnov 230646751d lavf/sdp: add const qualifiers where appropriate 3 years ago
Andreas Rheinhardt e38eaf4749 avformat/utils: Make ff_data_to_hex() zero-terminate the string 3 years ago
Limin Wang 522f577d7e avformat/rtp: support RGB/BGR for rfc4175 3 years ago
Limin Wang 7b55f95f71 avformat: suppport YUV 4:2:2 10-bit for rfc4175 3 years ago
Limin Wang 4f5352d5fe avformat/rtpenc: adds partial support for the RFC 4175 3 years ago
James Almer 3749eede66 avformat: remove deprecated AVStream.codec 4 years ago
James Almer 10c01c3779 avformat/sdp: add missing FF_API_LAVF_AVCTX check 4 years ago
Andreas Rheinhardt 5d91b7718e avformat/sdp: Fix potential write beyond end of buffer 4 years ago
Carl Eugen Hoyos a171cafb35 lavf/sdp: Change pointer to configuration from char* to uint8_t*. 6 years ago
Marton Balint 18ac642359 avformat: migrate to AVFormatContext->url 7 years ago
Carl Eugen Hoyos 75bd01090f lavf/rtpenc: Add support for 24 bit pcm encoding as defined by RFC 3190. 7 years ago
Carl Eugen Hoyos 2386cfc1ae lavf/rtpenc: Add support for little-endian G.726. 7 years ago
Carl Eugen Hoyos 50462e3e5e lavf/sdp: Fix MIME-type for big-endian G.726. 7 years ago
Carl Eugen Hoyos 724cf83f10 Remove some unneeded casts of bit_rate. 7 years ago
James Almer d688f39dc4 cosmetics: fix some misspelled words 8 years ago
Thomas Volkert 668fb1cb6a rtpenc: packetizer for VP9 RTP payload format (draft v2) 9 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Thomas Volkert f591b7b526 rtpenc: packetizer for VC-2 HQ RTP payload format (draft v1) 9 years ago
Mark Harris c3bb6166dd sdp: fix opus sprop-stereo fmtp syntax 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
Michael Niedermayer 7404f3bdb9 lavc: Switch bitrate to 64bit unless compatibility with avconv was requested. 9 years ago
Thomas Volkert a505c0d737 rtp: Initial H.261 support 10 years ago
Michael Niedermayer ad2deb02e5 avcodec/xiph: mark returned header pointers const from avpriv_split_xiph_headers() 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
Thomas Volkert 1c4c78ee40 sdp: add support for H.261 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
Carl Eugen Hoyos ced0d6c14d Use correct msvc type specifiers for ptrdiff_t and size_t. 11 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
Michael Niedermayer db8a53d86a avformat/sdp: fix memleak on error 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
Dmitry Samonenko 083c7bf701 sdp: output speex optional vbr parameter 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
Dmitry Samonenko b024c41e1e Add initial support for speex RTP packetization (RFC 5574) 12 years ago
Martin Storsjö d4bba93f4d sdp: Use static const char arrays instead of pointers to strings 12 years ago