ffmpeg/libavformat
Martin Storsjö 92db95e9ca tls: Use TLSv1_client_method for OpenSSL
TLSv1 is compatible with SSLv3, so this doesn't change much
in terms of compatibility. By explicitly using TLSv1, OpenSSL
sends the server name indication (SNI) header, which we
already set using SSL_set_tlsext_host_name (earlier, this
didn't have any effect).

SNI allows servers to serve SSL content for different host
names with separate certificates on one single port (vhosts).

Signed-off-by: Martin Storsjö <martin@martin.st>
2011-11-17 15:11:38 +02:00
..
4xm.c lavf: replace av_new_stream->avformat_new_stream part II. 2011-10-19 17:02:11 +02:00
Makefile BMV demuxer and decoder 2011-11-08 00:36:45 +02:00
a64.c lavf: use designated initialisers for all (de)muxers. 2011-07-17 06:58:37 +02:00
aacdec.c lavf,lavd: replace av_new_stream->avformat_new_stream part I. 2011-10-19 17:02:11 +02:00
ac3dec.c lavc: use avpriv_ prefix for ff_ac3_parse_header. 2011-10-20 21:06:58 +02:00
adts.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
adtsenc.c lavc: use avpriv_ prefix for some mpeg4audio symbols used in lavf. 2011-10-20 21:06:57 +02:00
aea.c lavf,lavd: replace av_new_stream->avformat_new_stream part I. 2011-10-19 17:02:11 +02:00
aiff.h AIFF: add 'twos' FourCC for the mux/demuxer (big endian PCM audio) 2011-11-11 08:27:16 +01:00
aiffdec.c lavf,lavd: replace av_new_stream->avformat_new_stream part I. 2011-10-19 17:02:11 +02:00
aiffenc.c lavf: use designated initialisers for all (de)muxers. 2011-07-17 06:58:37 +02:00
allformats.c BMV demuxer and decoder 2011-11-08 00:36:45 +02:00
amr.c lavf,lavd: replace av_new_stream->avformat_new_stream part I. 2011-10-19 17:02:11 +02:00
anm.c lavf,lavd: replace av_new_stream->avformat_new_stream part I. 2011-10-19 17:02:11 +02:00
apc.c lavf,lavd: replace av_new_stream->avformat_new_stream part I. 2011-10-19 17:02:11 +02:00
ape.c lavf,lavd: replace av_new_stream->avformat_new_stream part I. 2011-10-19 17:02:11 +02:00
apetag.c Remove all uses of now deprecated metadata functions. 2011-06-08 07:43:45 +02:00
apetag.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
applehttp.c avformat: Use avio_open2, pass the AVFormatContext interrupt_callback onwards 2011-11-13 13:20:49 +01:00
applehttpproto.c avformat: Use avio_open2, pass the AVFormatContext interrupt_callback onwards 2011-11-13 13:20:49 +01:00
asf.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
asf.h make containers pass palette change in AVPacket 2011-04-15 18:02:05 +02:00
asfcrypt.c doxygen: Consistently use '@' instead of '\' for Doxygen markup. 2011-06-24 00:37:49 +02:00
asfcrypt.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
asfdec.c Replace ffmpeg references with more accurate libav* references. 2011-11-02 10:42:55 +01:00
asfenc.c riff: always generate a proper WAVEFORMATEX structure in ff_put_wav_header 2011-10-14 13:28:58 +02:00
assdec.c lavf,lavd: replace av_new_stream->avformat_new_stream part I. 2011-10-19 17:02:11 +02:00
assenc.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
au.c Replace ffmpeg references with more accurate libav* references. 2011-11-02 10:42:55 +01:00
audiointerleave.c Do not include mathematics.h in avutil.h 2011-07-03 21:42:06 +01:00
audiointerleave.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
avc.c avc: fix memory errors when encoding invalid h264 codecdata 2011-11-09 21:37:13 -08:00
avc.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
avformat.h avio: Add AVIOInterruptCB 2011-11-13 12:59:56 +01:00
avi.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
avi.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
avidec.c Replace all usage of strcasecmp/strncasecmp 2011-11-06 11:52:57 +02:00
avienc.c avienc: saner default audio codec. 2011-08-22 07:17:19 +02:00
avio.c avio: add avio_open2, taking an interrupt callback and options 2011-11-13 13:17:04 +01:00
avio.h avio: add avio_open2, taking an interrupt callback and options 2011-11-13 13:17:04 +01:00
avio_internal.h avio: add avio_open2, taking an interrupt callback and options 2011-11-13 13:17:04 +01:00
aviobuf.c avio: add avio_open2, taking an interrupt callback and options 2011-11-13 13:17:04 +01:00
avisynth.c Remove some stray unnecessary ffmpeg references. 2011-11-02 10:42:54 +01:00
avlanguage.c Employ FF_ARRAY_ELEMS instead of manually calculating array length. 2011-09-08 15:57:14 +02:00
avlanguage.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
avs.c lavf: replace av_new_stream->avformat_new_stream part II. 2011-10-19 17:02:11 +02:00
bethsoftvid.c lavf,lavd: replace av_new_stream->avformat_new_stream part I. 2011-10-19 17:02:11 +02:00
bfi.c lavf,lavd: replace av_new_stream->avformat_new_stream part I. 2011-10-19 17:02:11 +02:00
bink.c lavf: replace av_new_stream->avformat_new_stream part II. 2011-10-19 17:02:11 +02:00
bmv.c BMV demuxer and decoder 2011-11-08 00:36:45 +02:00
c93.c lavf: replace av_new_stream->avformat_new_stream part II. 2011-10-19 17:02:11 +02:00
caf.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
caf.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
cafdec.c lavf,lavd: replace av_new_stream->avformat_new_stream part I. 2011-10-19 17:02:11 +02:00
cavsvideodec.c rawdec: factor video demuxer definitions into a macro. 2011-05-27 08:31:16 +02:00
cdg.c lavf,lavd: replace av_new_stream->avformat_new_stream part I. 2011-10-19 17:02:11 +02:00
concat.c avio: add support for passing options to protocols. 2011-11-13 13:14:39 +01:00
crcenc.c lavf: use designated initialisers for all (de)muxers. 2011-07-17 06:58:37 +02:00
crypto.c avio: add support for passing options to protocols. 2011-11-13 13:14:39 +01:00
cutils.c Replace ffmpeg references with more accurate libav* references. 2011-11-02 10:42:55 +01:00
daud.c lavf,lavd: replace av_new_stream->avformat_new_stream part I. 2011-10-19 17:02:11 +02:00
dfa.c lavf,lavd: replace av_new_stream->avformat_new_stream part I. 2011-10-19 17:02:11 +02:00
diracdec.c rawdec: factor video demuxer definitions into a macro. 2011-05-27 08:31:16 +02:00
dnxhddec.c rawdec: factor video demuxer definitions into a macro. 2011-05-27 08:31:16 +02:00
dsicin.c dsicin: fix several audio-related fields in the CIN demuxer 2011-10-29 16:43:40 -04:00
dtsdec.c lavf: use designated initialisers for all (de)muxers. 2011-07-17 06:58:37 +02:00
dv.c Replace ffmpeg references with more accurate libav* references. 2011-11-02 10:42:55 +01:00
dv.h lavf: use avpriv_ prefix for some dv functions. 2011-10-20 20:57:23 +02:00
dvenc.c lavc: use avpriv_ prefix for some dv symbols used in lavf. 2011-10-20 21:06:58 +02:00
dxa.c lavf,lavd: replace av_new_stream->avformat_new_stream part I. 2011-10-19 17:02:11 +02:00
eacdata.c lavf,lavd: replace av_new_stream->avformat_new_stream part I. 2011-10-19 17:02:11 +02:00
electronicarts.c lavf,lavd: replace av_new_stream->avformat_new_stream part I. 2011-10-19 17:02:11 +02:00
ffm.h Rename ffserver to avserver. 2011-08-09 19:56:25 +02:00
ffmdec.c lavf,lavd: replace av_new_stream->avformat_new_stream part I. 2011-10-19 17:02:11 +02:00
ffmenc.c libx264: add 'direct-pred' private option 2011-09-07 07:27:55 +02:00
ffmeta.h multiple inclusion guard cleanup 2011-05-21 13:48:10 +02:00
ffmetadec.c lavf: use avpriv_ prefix for ff_new_chapter(). 2011-10-20 20:57:23 +02:00
ffmetaenc.c Remove all uses of now deprecated metadata functions. 2011-06-08 07:43:45 +02:00
file.c Remove some stray unnecessary ffmpeg references. 2011-11-02 10:42:54 +01:00
filmstripdec.c lavf,lavd: replace av_new_stream->avformat_new_stream part I. 2011-10-19 17:02:11 +02:00
filmstripenc.c lavf: use designated initialisers for all (de)muxers. 2011-07-17 06:58:37 +02:00
flacdec.c lavc: use avpriv_ prefix for some flac symbols used in lavf. 2011-10-20 21:06:58 +02:00
flacenc.c Replace vendor string in Ogg and FLAC muxers. 2011-11-02 10:43:39 +01:00
flacenc.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
flacenc_header.c lavc: use avpriv_ prefix for some flac symbols used in lavf. 2011-10-20 21:06:58 +02:00
flic.c lavf: replace av_new_stream->avformat_new_stream part II. 2011-10-19 17:02:11 +02:00
flv.h doxygen: do not include license boilerplate in Doxygen documentation 2011-07-15 00:52:09 +02:00
flvdec.c flvdec: Do not call parse_keyframes_index with a NULL stream 2011-10-22 00:59:33 +03:00
flvenc.c flvenc: use first packet delay as global delay. 2011-11-02 19:26:44 -04:00
framecrcenc.c lavf: use designated initialisers for all (de)muxers. 2011-07-17 06:58:37 +02:00
gif.c AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* 2011-10-12 16:51:16 +02:00
gopher.c avio: add support for passing options to protocols. 2011-11-13 13:14:39 +01:00
gsmdec.c gsm demuxer: do not allocate packet twice. 2011-11-02 19:36:04 -04:00
gxf.c lavc: use avpriv_ prefix for ff_frame_rate_tab. 2011-10-20 21:06:58 +02:00
gxf.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
gxfenc.c gxfenc: place variable declarations before statements 2011-07-17 23:59:20 +02:00
h261dec.c rawdec: factor video demuxer definitions into a macro. 2011-05-27 08:31:16 +02:00
h263dec.c rawdec: factor video demuxer definitions into a macro. 2011-05-27 08:31:16 +02:00
h264dec.c rawdec: factor video demuxer definitions into a macro. 2011-05-27 08:31:16 +02:00
http.c avio: add support for passing options to protocols. 2011-11-13 13:14:39 +01:00
http.h http: Remove the now unused ff_http_set_headers custom function 2011-11-10 10:51:50 +02:00
httpauth.c http: Handle proxy authentication 2011-11-11 14:07:57 +02:00
httpauth.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
id3v1.c Remove all uses of now deprecated metadata functions. 2011-06-08 07:43:45 +02:00
id3v1.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
id3v2.c id3v2: fix type of ID3v2EMFunc.free() 2011-11-02 10:32:37 +01:00
id3v2.h Move id3v2 tag writing to a separate file. 2011-10-23 19:17:53 +02:00
id3v2enc.c Move id3v2 tag writing to a separate file. 2011-10-23 19:17:53 +02:00
idcin.c lavf,lavd: replace av_new_stream->avformat_new_stream part I. 2011-10-19 17:02:11 +02:00
idroqdec.c lavf: replace av_new_stream->avformat_new_stream part II. 2011-10-19 17:02:11 +02:00
idroqenc.c Use explicit struct initializers for AVOutputFormat/AVInputFormat declarations. 2011-09-24 12:11:17 +02:00
iff.c avcodec: add support for planar signed 8-bit PCM. 2011-11-09 17:48:54 -05:00
img2.c avformat: Use avio_open2, pass the AVFormatContext interrupt_callback onwards 2011-11-13 13:20:49 +01:00
ingenientdec.c rawdec: refactor private option for raw video demuxers 2011-09-17 06:43:09 +02:00
internal.h lavf: make some seeking functions private 2011-10-28 09:23:24 +02:00
ipmovie.c lavf,lavd: replace av_new_stream->avformat_new_stream part I. 2011-10-19 17:02:11 +02:00
isom.c isom: Add MPEG4SYSTEMS dummy object type indication. 2011-10-28 14:54:13 -07:00
isom.h mpegts: MP4 SL support 2011-10-28 14:54:14 -07:00
iss.c lavf,lavd: replace av_new_stream->avformat_new_stream part I. 2011-10-19 17:02:11 +02:00
iv8.c iv8: assemble packets to return complete frames 2011-10-27 18:47:34 +02:00
ivfdec.c lavf,lavd: replace av_new_stream->avformat_new_stream part I. 2011-10-19 17:02:11 +02:00
ivfenc.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
jvdec.c lavf: replace av_new_stream->avformat_new_stream part II. 2011-10-19 17:02:11 +02:00
latmenc.c lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits. 2011-10-20 21:06:58 +02:00
libavformat.v lavf: add init_put_byte() to the list of visible symbols. 2011-10-28 20:06:34 +02:00
libnut.c lavf: replace av_new_stream->avformat_new_stream part II. 2011-10-19 17:02:11 +02:00
librtmp.c Add some missing mathematics.h #includes for av_rescale(). 2011-07-05 20:16:38 +02:00
lmlm4.c lavf: replace av_new_stream->avformat_new_stream part II. 2011-10-19 17:02:11 +02:00
lxfdec.c lavf: replace av_new_stream->avformat_new_stream part II. 2011-10-19 17:02:11 +02:00
m4vdec.c rawdec: factor video demuxer definitions into a macro. 2011-05-27 08:31:16 +02:00
matroska.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
matroska.h webm: support stereo videos in matroska/webm muxer 2011-05-28 12:15:55 +02:00
matroskadec.c matroskadec: empty blocks are in fact valid. 2011-11-05 06:59:27 -07:00
matroskaenc.c matroskaenc: Make sure the seekhead struct is freed even on seek failure 2011-11-07 22:23:17 +02:00
md5enc.c lavf: use designated initialisers for all (de)muxers. 2011-07-17 06:58:37 +02:00
md5proto.c avio: add support for passing options to protocols. 2011-11-13 13:14:39 +01:00
metadata-example.c libavformat: Add an example how to use the metadata API 2011-07-02 13:52:29 +02:00
metadata.c Replace all usage of strcasecmp/strncasecmp 2011-11-06 11:52:57 +02:00
metadata.h Remove all uses of now deprecated metadata functions. 2011-06-08 07:43:45 +02:00
mm.c lavf,lavd: replace av_new_stream->avformat_new_stream part I. 2011-10-19 17:02:11 +02:00
mmf.c lavf,lavd: replace av_new_stream->avformat_new_stream part I. 2011-10-19 17:02:11 +02:00
mms.c lavf: remove FF_API_MAX_STREAMS cruft 2011-04-19 18:28:38 +02:00
mms.h multiple inclusion guard cleanup 2011-05-21 13:48:10 +02:00
mmsh.c avio: add support for passing options to protocols. 2011-11-13 13:14:39 +01:00
mmst.c avio: add support for passing options to protocols. 2011-11-13 13:14:39 +01:00
mov.c avformat: Use avio_open2, pass the AVFormatContext interrupt_callback onwards 2011-11-13 13:20:49 +01:00
movenc.c movenc: Set a correct packet size for AMR-NB mode 15, "no data" 2011-11-05 12:35:34 +02:00
movenc.h Replace outdated references to ffmpeg tool with avconv. 2011-11-02 10:42:54 +01:00
movenchint.c lavc: make avcodec_alloc_context3 officially public. 2011-07-10 17:09:28 +02:00
mp3dec.c lavc: use avpriv_ prefix for some mpegaudio symbols used in lavf. 2011-10-20 21:06:57 +02:00
mp3enc.c Replace all usage of strcasecmp/strncasecmp 2011-11-06 11:52:57 +02:00
mpc.c lavf,lavd: replace av_new_stream->avformat_new_stream part I. 2011-10-19 17:02:11 +02:00
mpc8.c lavf,lavd: replace av_new_stream->avformat_new_stream part I. 2011-10-19 17:02:11 +02:00
mpeg.c lavf: replace av_new_stream->avformat_new_stream part II. 2011-10-19 17:02:11 +02:00
mpeg.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
mpegenc.c mpegenc: add preload private option. 2011-10-25 16:27:48 +02:00
mpegts.c mpegts: set stream id on just created stream, not an unrelated variable 2011-11-08 18:56:39 +01:00
mpegts.h mpegts: MP4 SL support 2011-10-28 14:54:14 -07:00
mpegtsenc.c lavc: rename ff_find_start_code to avpriv_mpv_find_start_code 2011-10-20 21:06:58 +02:00
mpegvideodec.c rawdec: factor video demuxer definitions into a macro. 2011-05-27 08:31:16 +02:00
mpjpeg.c Rename ffserver to avserver. 2011-08-09 19:56:25 +02:00
msnwc_tcp.c lavf,lavd: replace av_new_stream->avformat_new_stream part I. 2011-10-19 17:02:11 +02:00
mtv.c lavf: replace av_new_stream->avformat_new_stream part II. 2011-10-19 17:02:11 +02:00
mvi.c lavf,lavd: replace av_new_stream->avformat_new_stream part I. 2011-10-19 17:02:11 +02:00
mxf.c Employ FF_ARRAY_ELEMS instead of manually calculating array length. 2011-09-08 15:57:14 +02:00
mxf.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
mxfdec.c mxfdec: Fix comparison of unsigned expression < 0. 2011-11-08 10:59:52 -08:00
mxfenc.c lavf: use designated initialisers for all (de)muxers. 2011-07-17 06:58:37 +02:00
mxg.c lavf: replace av_new_stream->avformat_new_stream part II. 2011-10-19 17:02:11 +02:00
ncdec.c lavf,lavd: replace av_new_stream->avformat_new_stream part I. 2011-10-19 17:02:11 +02:00
network.c avformat: Warn about using network functions without calling avformat_network_init 2011-11-07 19:29:33 +02:00
network.h avformat: Warn about using network functions without calling avformat_network_init 2011-11-07 19:29:33 +02:00
nsvdec.c Replace outdated references to ffmpeg tool with avconv. 2011-11-02 10:42:54 +01:00
nullenc.c lavf: use designated initialisers for all (de)muxers. 2011-07-17 06:58:37 +02:00
nut.c Do not include mathematics.h in avutil.h 2011-07-03 21:42:06 +01:00
nut.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
nutdec.c Replace all usage of strcasecmp/strncasecmp 2011-11-06 11:52:57 +02:00
nutenc.c lavc: use avpriv_ prefix for some mpegaudio symbols used in lavf. 2011-10-20 21:06:57 +02:00
nuv.c lavf: replace av_new_stream->avformat_new_stream part II. 2011-10-19 17:02:11 +02:00
oggdec.c lavf: make some seeking functions private 2011-10-28 09:23:24 +02:00
oggdec.h oggdec: add support for Xiph's CELT codec 2011-09-26 13:51:29 +02:00
oggenc.c Replace vendor string in Ogg and FLAC muxers. 2011-11-02 10:43:39 +01:00
oggparsecelt.c ogg/celt: do not set sample_fmt in the demuxer 2011-10-03 21:23:22 -04:00
oggparsedirac.c lavc: use avpriv_ prefix for ff_dirac_parse_sequence_header. 2011-10-20 21:06:58 +02:00
oggparseflac.c lavc: use avpriv_ prefix for some flac symbols used in lavf. 2011-10-20 21:06:58 +02:00
oggparseogm.c Remove unused variables 2011-06-02 20:06:00 +01:00
oggparseskeleton.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
oggparsespeex.c ogg/speex: set correct timestamp and duration for the first packet. 2011-10-20 13:06:16 -04:00
oggparsetheora.c Always use av_set_pts_info to set the stream time base. 2011-02-06 16:08:59 -05:00
oggparsevorbis.c lavf: use avpriv_ prefix for ff_new_chapter(). 2011-10-20 20:57:23 +02:00
oma.c lavf,lavd: replace av_new_stream->avformat_new_stream part I. 2011-10-19 17:02:11 +02:00
options.c lavf: simplify format_child_class_next() 2011-11-14 16:16:32 +01:00
os_support.c Remove leftover includes of strings.h 2011-11-06 11:53:05 +02:00
os_support.h Remove some stray unnecessary ffmpeg references. 2011-11-02 10:42:54 +01:00
output-example.c lavf,lavd: replace av_new_stream->avformat_new_stream part I. 2011-10-19 17:02:11 +02:00
pcm.c Do not include mathematics.h in avutil.h 2011-07-03 21:42:06 +01:00
pcm.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
pcmdec.c AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* 2011-10-12 16:51:16 +02:00
pcmenc.c Use explicit struct initializers for AVOutputFormat/AVInputFormat declarations. 2011-09-24 12:11:17 +02:00
psxstr.c lavf,lavd: replace av_new_stream->avformat_new_stream part I. 2011-10-19 17:02:11 +02:00
pva.c lavf: replace av_new_stream->avformat_new_stream part II. 2011-10-19 17:02:11 +02:00
qcp.c lavf,lavd: replace av_new_stream->avformat_new_stream part I. 2011-10-19 17:02:11 +02:00
qtpalette.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
r3d.c lavf: replace av_new_stream->avformat_new_stream part II. 2011-10-19 17:02:11 +02:00
rawdec.c Create separate functions for the raw GSM demuxer. 2011-11-02 14:41:16 -04:00
rawdec.h rawdec: refactor private option for raw video demuxers 2011-09-17 06:43:09 +02:00
rawenc.c lavf: use designated initialisers for all (de)muxers. 2011-07-17 06:58:37 +02:00
rawenc.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
rawvideodec.c AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* 2011-10-12 16:51:16 +02:00
rdt.c rdt: Check the return value of avformat_open 2011-11-07 11:23:57 +02:00
rdt.h doxygen: Make sure parameter names match between .c and .h files. 2011-07-14 04:09:49 +02:00
riff.c VBLE Decoder 2011-11-11 22:46:47 +02:00
riff.h handle malloc failures in ff_get_wav_header 2011-04-14 13:56:09 +02:00
rl2.c lavf,lavd: replace av_new_stream->avformat_new_stream part I. 2011-10-19 17:02:11 +02:00
rm.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
rm.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
rmdec.c rdt: Set AVFMT_NOFILE on ff_rdt_demuxer 2011-11-07 11:24:10 +02:00
rmenc.c lavf: use designated initialisers for all (de)muxers. 2011-07-17 06:58:37 +02:00
rpl.c lavf,lavd: replace av_new_stream->avformat_new_stream part I. 2011-10-19 17:02:11 +02:00
rso.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
rso.h Replace ffmpeg references with more accurate libav* references. 2011-11-02 10:42:55 +01:00
rsodec.c lavf,lavd: replace av_new_stream->avformat_new_stream part I. 2011-10-19 17:02:11 +02:00
rsoenc.c avio: introduce an AVIOContext.seekable field 2011-04-03 22:46:40 +02:00
rtmp.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
rtmppkt.c Do not include intfloat_readwrite.h in avutil.h 2011-07-03 21:42:06 +01:00
rtmppkt.h doxygen: Prefer member groups over grouping into modules 2011-07-02 13:52:29 +02:00
rtmpproto.c avio: add support for passing options to protocols. 2011-11-13 13:14:39 +01:00
rtp.c rtp: Fix ff_rtp_get_payload_type 2011-10-17 20:40:20 +03:00
rtp.h rtpenc: Add a payload type private option 2011-09-26 21:54:57 +03:00
rtpdec.c rtpdec: Simplify finalize_packet 2011-11-11 14:26:37 +02:00
rtpdec.h rtpdec: Add ff_ prefix to all nonstatic symbols 2011-10-12 14:48:12 +03:00
rtpdec_amr.c rtp: Rename the open/close functions to alloc/free 2011-04-24 00:05:37 +03:00
rtpdec_asf.c rtpdec_asf: Fix integer underflow that could allow remote code execution 2011-09-07 23:33:53 +03:00
rtpdec_formats.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
rtpdec_h263.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
rtpdec_h264.c rtp: Rename the open/close functions to alloc/free 2011-04-24 00:05:37 +03:00
rtpdec_latm.c Remove leftover includes of strings.h 2011-11-06 11:53:05 +02:00
rtpdec_mpeg4.c Replace all usage of strcasecmp/strncasecmp 2011-11-06 11:52:57 +02:00
rtpdec_qcelp.c rtp: Rename the open/close functions to alloc/free 2011-04-24 00:05:37 +03:00
rtpdec_qdm2.c rtpdec_qdm2: Don't try to parse data packet if no configuration is received 2011-05-13 00:20:59 +03:00
rtpdec_qt.c rtp: Rename the open/close functions to alloc/free 2011-04-24 00:05:37 +03:00
rtpdec_svq3.c doxygen: use Doxygen markup for authors and web links where appropriate 2011-07-15 02:01:21 +02:00
rtpdec_vp8.c doxygen: use Doxygen markup for authors and web links where appropriate 2011-07-15 02:01:21 +02:00
rtpdec_xiph.c rtp: Rename the open/close functions to alloc/free 2011-04-24 00:05:37 +03:00
rtpenc.c rtpenc: Set a default video codec 2011-10-17 22:02:20 +03:00
rtpenc.h AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* 2011-10-12 16:51:16 +02:00
rtpenc_aac.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
rtpenc_amr.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
rtpenc_chain.c avformat: Pass the interrupt callback on to chained muxers/demuxers 2011-11-13 13:13:57 +01:00
rtpenc_chain.h avio: make URLContext internal. 2011-04-08 15:59:19 +02:00
rtpenc_h263.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
rtpenc_h264.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
rtpenc_latm.c rtpenc_latm: Consistently use "Libav" in license boilerplate. 2011-06-16 17:13:34 +02:00
rtpenc_mpv.c lavc: rename ff_find_start_code to avpriv_mpv_find_start_code 2011-10-20 21:06:58 +02:00
rtpenc_vp8.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
rtpenc_xiph.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
rtpproto.c avio: add support for passing options to protocols. 2011-11-13 13:14:39 +01:00
rtsp.c avio: add support for passing options to protocols. 2011-11-13 13:14:39 +01:00
rtsp.h rtsp: add allowed_media_types option 2011-11-02 21:37:46 +02:00
rtspcodes.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
rtspdec.c rtsp: Merge the AVOption lists 2011-10-17 19:57:45 +03:00
rtspenc.c rtsp: Merge the AVOption lists 2011-10-17 19:57:45 +03:00
sapdec.c avio: add support for passing options to protocols. 2011-11-13 13:14:39 +01:00
sapenc.c avio: add support for passing options to protocols. 2011-11-13 13:14:39 +01:00
sauce.c Remove all uses of now deprecated metadata functions. 2011-06-08 07:43:45 +02:00
sauce.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
sdp.c lavc: use avpriv_ prefix for ff_split_xiph_headers. 2011-10-20 21:06:58 +02:00
seek-test.c seek-test: free options dictionary after use 2011-10-28 19:50:44 +02:00
seek.c Do not include mathematics.h in avutil.h 2011-07-03 21:42:06 +01:00
seek.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
segafilm.c lavf,lavd: replace av_new_stream->avformat_new_stream part I. 2011-10-19 17:02:11 +02:00
sierravmd.c lavf,lavd: replace av_new_stream->avformat_new_stream part I. 2011-10-19 17:02:11 +02:00
siff.c lavf,lavd: replace av_new_stream->avformat_new_stream part I. 2011-10-19 17:02:11 +02:00
smacker.c lavf,lavd: replace av_new_stream->avformat_new_stream part I. 2011-10-19 17:02:11 +02:00
sol.c lavf,lavd: replace av_new_stream->avformat_new_stream part I. 2011-10-19 17:02:11 +02:00
sox.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
soxdec.c lavf,lavd: replace av_new_stream->avformat_new_stream part I. 2011-10-19 17:02:11 +02:00
soxenc.c lavf: use designated initialisers for all (de)muxers. 2011-07-17 06:58:37 +02:00
spdif.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
spdif.h multiple inclusion guard cleanup 2011-05-21 13:48:10 +02:00
spdifdec.c lavc: use avpriv_ prefix for ff_aac_parse_header(). 2011-10-20 21:06:57 +02:00
spdifenc.c lavc: use avpriv_ prefix for ff_aac_parse_header(). 2011-10-20 21:06:57 +02:00
srtdec.c lavf,lavd: replace av_new_stream->avformat_new_stream part I. 2011-10-19 17:02:11 +02:00
swf.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
swfdec.c lavf: replace av_new_stream->avformat_new_stream part II. 2011-10-19 17:02:11 +02:00
swfenc.c lavf: use designated initialisers for all (de)muxers. 2011-07-17 06:58:37 +02:00
tcp.c avformat: Use ff_check_interrupt 2011-11-13 13:08:13 +01:00
thp.c lavf,lavd: replace av_new_stream->avformat_new_stream part I. 2011-10-19 17:02:11 +02:00
tiertexseq.c lavf,lavd: replace av_new_stream->avformat_new_stream part I. 2011-10-19 17:02:11 +02:00
tls.c tls: Use TLSv1_client_method for OpenSSL 2011-11-17 15:11:38 +02:00
tmv.c lavf,lavd: replace av_new_stream->avformat_new_stream part I. 2011-10-19 17:02:11 +02:00
tta.c tta: check for extradata allocation failure in tta demuxer 2011-10-25 11:22:02 -04:00
tty.c lavf,lavd: replace av_new_stream->avformat_new_stream part I. 2011-10-19 17:02:11 +02:00
txd.c lavf,lavd: replace av_new_stream->avformat_new_stream part I. 2011-10-19 17:02:11 +02:00
udp.c udp: Allow specifying the local IP address 2011-11-09 20:19:39 +02:00
url.h avio: add avio_open2, taking an interrupt callback and options 2011-11-13 13:17:04 +01:00
utils.c avformat: Accept the ISO8601 separate format as input, too 2011-11-16 11:22:43 +02:00
vc1test.c lavf,lavd: replace av_new_stream->avformat_new_stream part I. 2011-10-19 17:02:11 +02:00
vc1testenc.c lavf: use designated initialisers for all (de)muxers. 2011-07-17 06:58:37 +02:00
version.h BMV demuxer and decoder 2011-11-08 00:36:45 +02:00
voc.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
voc.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
vocdec.c lavf,lavd: replace av_new_stream->avformat_new_stream part I. 2011-10-19 17:02:11 +02:00
vocenc.c lavf: use designated initialisers for all (de)muxers. 2011-07-17 06:58:37 +02:00
vorbiscomment.c Remove all uses of now deprecated metadata functions. 2011-06-08 07:43:45 +02:00
vorbiscomment.h Remove all uses of now deprecated metadata functions. 2011-06-08 07:43:45 +02:00
vqf.c vqf/twinvq: pass vqf COMM chunk info in extradata 2011-11-11 14:06:14 -05:00
wav.c lavf,lavd: replace av_new_stream->avformat_new_stream part I. 2011-10-19 17:02:11 +02:00
wc3movie.c lavf,lavd: replace av_new_stream->avformat_new_stream part I. 2011-10-19 17:02:11 +02:00
westwood.c lavf,lavd: replace av_new_stream->avformat_new_stream part I. 2011-10-19 17:02:11 +02:00
wtv.c Remove leftover includes of strings.h 2011-11-06 11:53:05 +02:00
wv.c lavf,lavd: replace av_new_stream->avformat_new_stream part I. 2011-10-19 17:02:11 +02:00
xa.c lavf,lavd: replace av_new_stream->avformat_new_stream part I. 2011-10-19 17:02:11 +02:00
xmv.c lavf: replace av_new_stream->avformat_new_stream part II. 2011-10-19 17:02:11 +02:00
xwma.c lavf,lavd: replace av_new_stream->avformat_new_stream part I. 2011-10-19 17:02:11 +02:00
yop.c lavf: replace av_new_stream->avformat_new_stream part II. 2011-10-19 17:02:11 +02:00
yuv4mpeg.c lavf,lavd: replace av_new_stream->avformat_new_stream part I. 2011-10-19 17:02:11 +02:00