FFmpeg/libavformat
Andrey Utkin 630ef09766 avformat/httpauth: Add space after commas in HTTP/RTSP auth header
This fixes access to Grandstream cameras, which return 401 to ffmpeg
otherwise.
VLC sends Authorization: header with spaces between parameters, and it
is known to work with Grandstream devices and broad range of other HTTP
and RTSP servers, so author considers switching to such behaviour safe.
Just for record - RFC 2617 (HTTP Auth) does not specify the need in
spaces, so this is not a bug of FFmpeg.

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
(cherry picked from commit fdb3283872)

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2015-11-26 16:58:32 +01:00
..
4xm.c Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
a64.c avformat/a64: Avoid segfault in a64_write_header() when stream codec is not open 2014-08-18 19:48:18 +02:00
aacdec.c Merge commit '02cf0c9e42' 2014-07-29 21:12:07 +02:00
ac3dec.c avformat/ac3dec: Use avpriv_ac3_parse_header2() 2014-03-01 01:56:25 +01:00
act.c Merge commit 'd80811c94e' 2015-11-26 01:37:56 +01:00
adp.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
adtsenc.c avformat/adtsenc: buf isnt changed in adts_decode_extradata(), make it const 2014-09-22 18:47:14 +02:00
adxdec.c avformat/adxdec: check avctx->channels for invalid values 2015-03-21 01:52:51 +01:00
aea.c
afc.c avformat: use ff_alloc_extradata() 2013-10-13 20:13:38 +00:00
aiff.h Fix decoding of G.726 in AIFF. 2013-10-18 19:53:47 +02:00
aiffdec.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
aiffenc.c lavf/id3v2enc: use metadata_header_padding 2014-01-24 22:50:06 +01:00
allformats.c avformat/apngdec: add APNG demuxer. 2014-11-21 17:13:56 +01:00
amr.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
anm.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
apc.c avformat/apc: use ff_get_extradata() 2013-12-25 17:14:32 +01:00
ape.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
apetag.c Merge commit 'c5560e72d0' 2014-09-17 20:42:26 +02:00
apetag.h
apngdec.c avformat/apngdec: Use 64bit for ret to avoid overflow 2015-03-21 01:52:50 +01:00
aqtitledec.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
asf.c Merge commit '1eb9328030' 2013-09-20 11:18:20 +02:00
asf.h Move GUID-related objects to riffenc.c and riff.c. 2014-01-29 00:44:59 +01:00
asfcrypt.c
asfcrypt.h
asfdec.c Merge commit 'd80811c94e' 2015-11-26 01:37:56 +01:00
asfenc.c asfenc: fix leaking asf->index_ptr on error 2015-03-21 01:52:52 +01:00
assdec.c assdec: check av_new_packet return value 2014-10-29 16:54:43 +00:00
assenc.c avformat/assenc: Add ignore_gaps option 2014-11-01 19:38:48 +01:00
ast.c
ast.h
astdec.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
astenc.c avformat/astenc: avoid using AVCodecContext.frame_number 2014-05-05 16:46:47 +02:00
au.c Merge commit 'f792d3cbb8' 2014-06-18 17:28:10 +02:00
audiointerleave.c Merge commit '1967cd4e4c' 2014-10-25 03:27:13 +02:00
audiointerleave.h
avc.c Merge commit 'a2efbecc4e' 2014-09-25 00:09:42 +02:00
avc.h Merge commit 'a2efbecc4e' 2014-09-25 00:09:42 +02:00
avformat.h doc: fix spelling errors 2014-12-01 00:31:06 +01:00
avformatres.rc Add Windows resource file support for shared libraries 2013-12-05 23:42:07 +01:00
avi.h
avidec.c Merge commit 'd80811c94e' 2015-11-26 01:37:56 +01:00
avienc.c avformat/avienc: write last frame duration 2014-11-19 20:23:04 +01:00
avio.c avio: fix sizeof argument 2014-10-20 10:38:38 +01:00
avio.h lavf/avio: clarify the buffer parameter of avio_alloc_context 2014-11-25 18:19:00 +01:00
avio_internal.h Add int64_t probesize2 instead of int probesize to AVFormatContext. 2014-07-30 11:09:25 +02:00
aviobuf.c avio: fix potential crashes when combining ffio_ensure_seekback + crc 2015-07-28 02:42:14 +02:00
avisynth.c avisynth: set duration of audio streams 2014-05-16 14:41:02 +02:00
avlanguage.c
avlanguage.h
avr.c avformat/avr: check channels and bps in probe 2013-11-11 14:51:43 +01:00
avs.c Merge commit 'f929ab0569' 2014-08-15 21:00:50 +02:00
bethsoftvid.c Merge commit '84bf64d359' 2014-10-29 22:47:11 +01:00
bfi.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
bink.c bink: check vst->index_entries before using it 2015-05-21 20:43:36 +02:00
bintext.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
bit.c avformat/bit: only accept the g729 codec and 1 channel 2015-03-21 01:52:51 +01:00
bluray.c
bmv.c bmv: Remove unused variable 2013-10-06 19:36:53 +02:00
boadec.c
brstm.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
c93.c
cache.c
caf.c
caf.h
cafdec.c Merge commit '4d5b99dacd' 2014-09-26 12:24:00 +02:00
cafenc.c Improve frame size calculation in caf muxer to fix adpcm_ms remuxing. 2014-05-30 07:26:18 +02:00
cavsvideodec.c avformat/cavsvideodec: Fix probing when the file extension is avs 2014-06-09 05:17:34 +02:00
cdg.c avformat/cdg: Do not fail if filesize cannot be determined 2014-07-11 01:04:04 +02:00
cdxl.c avformat/cdxl: Fix integer overflow of image_size 2015-01-09 17:19:09 +01:00
cinedec.c cinedec: report white balance gain coefficients using metadata 2014-11-13 15:31:19 +01:00
concat.c Merge commit '95d312d6c8' 2014-09-25 13:45:30 +02:00
concatdec.c lavf/concatdec: add timestamp log 2014-11-19 11:17:43 +01:00
crcenc.c Merge commit 'd92024f18f' 2014-03-11 21:05:34 +01:00
crypto.c avformat/crypto: fix key vs iv typo 2014-12-09 20:08:03 +01:00
cutils.c Merge commit 'ed6dad3737' 2014-10-26 03:22:52 +01:00
dashenc.c Merge commit 'fcae9f212a' 2014-11-28 12:52:13 +01:00
data_uri.c
dauddec.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
daudenc.c Merge commit '0955e57ad0' 2014-07-03 21:42:16 +02:00
dfa.c avformat/dfa: use avio_feof() 2014-08-30 15:50:22 +00:00
diracdec.c avformat/diracdec: check 2 chunks in probe 2013-11-10 16:06:16 +01:00
dnxhddec.c
dsfdec.c ff_id3v2_read: add option to limit ID3 magic number search 2014-04-19 04:25:01 +02:00
dsicin.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
dtsdec.c avformat/dtsdec: dts_probe: check reserved bit, check lfe, check sr_code similarity 2014-11-20 00:21:09 +01:00
dtshddec.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
dump.c avformat/dump: Fix integer overflow in aspect ratio calculation 2015-11-26 16:58:32 +01:00
dv.c libavformat/dv: Make unchanged function arguments const 2014-09-24 19:11:05 +02:00
dv.h
dvenc.c avformat/dvenc: Implement 32khz & 44.1khz for 25/50fps 2014-07-19 20:48:22 +02:00
dxa.c Merge commit 'd80811c94e' 2015-11-26 01:37:56 +01:00
eacdata.c
electronicarts.c Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
epafdec.c
ffm.h Remove avserver. 2014-06-18 14:55:28 +02:00
ffmdec.c avformat/ffmdec: Check ffio_set_buf_size() return value 2015-07-28 02:33:56 +02:00
ffmenc.c lavf/ffmenc: store recommended encoder configuration 2014-11-27 23:19:41 +01:00
ffmeta.h
ffmetadec.c libavformat/ffmetadec: Make unchanged function arguments const 2014-09-24 19:17:55 +02:00
ffmetaenc.c
file.c lavf/file: fix help message first character casing for trunc option 2014-01-05 00:51:38 +01:00
file_open.c libavutil: Make avpriv_open a library-internal function on msvcrt 2013-08-10 00:53:33 +03:00
filmstripdec.c avformat/filmstripdec: Fix several integer overflows 2014-10-27 22:57:17 +01:00
filmstripenc.c Merge commit '194be1f43e' 2014-06-18 19:49:17 +02:00
flac_picture.c Merge commit '0b66fb4505' 2014-10-25 04:03:41 +02:00
flac_picture.h Merge commit '601d6228c4' 2013-10-13 09:37:21 +02:00
flacdec.c Merge commit '7784f47762' 2014-11-06 13:42:41 +01:00
flacenc.c avformat/flacenc: Check length in flac_write_block_comment() 2015-05-21 20:43:38 +02:00
flacenc.h Merge commit 'e19d48dfce' 2014-06-01 14:16:29 +02:00
flacenc_header.c Merge commit 'e19d48dfce' 2014-06-01 14:16:29 +02:00
flic.c Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
flv.h
flvdec.c avformat/flvdec: Increase string array size 2015-01-09 17:19:10 +01:00
flvenc.c avformat/flvenc: check that the codec_tag fits in the available bits 2015-03-21 01:52:51 +01:00
format.c avformat/format: Use av_match_name() instead of list in av_match_ext() 2014-10-23 04:33:09 +02:00
framecrcenc.c avformat/framecrcenc: print the checksum and size of extradata as well 2014-06-15 18:07:03 +02:00
framehash.c Merge commit '194be1f43e' 2014-06-18 19:49:17 +02:00
frmdec.c
ftp.c libavformat/ftp: Do not leak memory in routine ftp_features 2014-08-26 00:52:29 +02:00
g722.c
g723_1.c
g729dec.c
gif.c Force gif aspect ratio multiplication to 64bit. 2014-04-05 01:13:47 +02:00
gifdec.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
golomb_tab.c avformat: fix hevcs use of golomb from avformat 2014-03-09 22:59:46 +01:00
gopher.c
gsmdec.c Reinstate proper FFmpeg license for all files. 2013-08-30 15:47:38 +00:00
gxf.c avformat/gxf: Use 64bit for res to avoid overflow 2015-03-21 01:52:50 +01:00
gxf.h
gxfenc.c avformat/gxfenc: dont use a int intermediate to store in a unsigned int table 2013-12-21 13:52:10 +01:00
h261dec.c avformat/h261dec: dont accept invalid gobs in probe as valid 2013-11-09 01:12:10 +01:00
h263dec.c avformat/h263dec/h263_probe: Check TR 2014-05-07 03:42:21 +02:00
h264dec.c Merge remote-tracking branch 'qatar/master' 2013-09-21 11:57:19 +02:00
hdsenc.c avformat/hdsenc: Use av_freep() avoid leaving stale pointers in memory 2014-12-22 03:17:55 +01:00
hevc.c avformat/hevc: Check num_long_term_ref_pics_sps to avoid potentially long loops 2015-11-26 16:58:32 +01:00
hevc.h Merge commit '34bbc81de8' 2014-03-10 23:38:01 +01:00
hevcdec.c Merge commit '5846646296' 2013-11-01 17:33:05 +01:00
hls.c avformat: Add and use ff_copy_whitelists() 2014-10-24 19:23:23 +02:00
hlsenc.c avformat/hlsenc: Free context after hls_append_segment 2014-11-16 04:32:54 +01:00
hlsproto.c Merge commit '6df9d9b55d' 2014-10-24 12:40:36 +02:00
hnm.c avformat/hnm: fix decoding of 256x256 video 2014-04-16 01:37:38 +02:00
http.c avformat/http: simplify chained_options copying 2014-11-15 14:30:32 +01:00
http.h avformat/http: Introduce ff_http_averror() 2014-10-20 04:31:46 +02:00
httpauth.c avformat/httpauth: Add space after commas in HTTP/RTSP auth header 2015-11-26 16:58:32 +01:00
httpauth.h
icecast.c Merge commit '3a6bb97350' 2014-11-15 11:30:42 +01:00
icodec.c avformat/ico: use avmalloc(z)_array() 2014-04-16 19:41:41 +02:00
icoenc.c avformat/icoenc: Remove deprecated use of codec_name 2014-08-28 14:34:55 +02:00
id3v1.c Use new av_dict_set_int helper function. 2014-08-16 14:31:41 +02:00
id3v1.h
id3v2.c id3v2: catch avio_read errors in check_tag 2015-05-21 20:43:38 +02:00
id3v2.h ff_id3v2_read: add option to limit ID3 magic number search 2014-04-19 04:25:01 +02:00
id3v2enc.c Merge commit '9279826008' 2014-07-04 00:50:40 +02:00
idcin.c avformat/idcin: Use 64bit for ret to avoid overflow 2015-03-21 01:52:50 +01:00
idroqdec.c Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
idroqenc.c RoQ encoder: support different integer framerates 2014-02-03 02:04:38 +01:00
iff.c libavformat/iff: print error message when DSDIFF compression type is not supported 2014-09-26 12:51:40 +02:00
ilbc.c lavf: Don't explicitly flush after each written packet in muxers 2013-09-16 22:17:33 +03:00
img2.c avformat/img2: remove useless 'pix' duplicated entry. 2014-09-22 10:25:31 +02:00
img2.h avformat/img2: Make AVOptions available to img* demuxers defined in other files 2014-09-11 15:10:15 +02:00
img2_alias_pix.c avformat/img2_alias_pix: Add AVClass and image2 AVOptions 2014-09-11 15:34:13 +02:00
img2_brender_pix.c avformat/img2_alias & brender_pix: fix function names 2014-09-11 15:16:24 +02:00
img2dec.c lavf/img2dec: Fix memory leak 2015-10-09 21:56:15 +02:00
img2enc.c avformat/img2enc: Use localtime_r() for thread saftey 2014-11-02 20:09:16 +01:00
ingenientdec.c
internal.h Merge commit '675ac56b7e' 2014-11-27 11:52:33 +01:00
ipmovie.c Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
ircam.c
ircam.h
ircamdec.c
ircamenc.c
isom.c avformat/movenc: add EAC3 muxing support. 2014-10-10 19:07:08 +02:00
isom.h avformat/mov: check atom nesting depth 2014-12-22 03:17:55 +01:00
iss.c avformat/iss: check sscanf() return code 2013-12-23 16:28:44 +01:00
iv8.c
ivfdec.c
ivfenc.c ivfenc: support VP9 2014-07-03 15:46:26 +02:00
jacosubdec.c avformat/jacosubdec: Cleanup when avpriv_bprint_to_extradata() fails 2014-11-25 15:20:54 +01:00
jacosubenc.c
jvdec.c jvdec: avoid unsigned overflow in comparison 2015-11-26 01:37:56 +01:00
latmenc.c Merge commit 'f792d3cbb8' 2014-06-18 17:28:10 +02:00
libavformat.v lavf: stop exporting internal functions 2014-08-11 14:29:56 +02:00
libgme.c avformat/libgme: decrease score by 1, fixes probetest failure 2013-11-06 11:57:48 +01:00
libmodplug.c Add missing "const" all over the place. 2014-08-29 18:57:25 +02:00
libnut.c avformat/libnut: use av_mallocz_array() 2014-05-15 01:56:52 +02:00
libquvi.c avformat: Add and use ff_copy_whitelists() 2014-10-24 19:23:23 +02:00
librtmp.c librtmp: append the correct field to the string 2014-11-18 00:38:26 +01:00
libsmbclient.c avformat: Read errno before av_log() as the callback from av_log() might affect errno 2014-10-25 13:48:56 +02:00
libssh.c lavf/libssh: set freed pointers to NULL 2014-07-12 03:01:38 +02:00
lmlm4.c Merge commit '86a361081d' 2014-09-25 13:51:43 +02:00
loasdec.c Merge commit 'f66d0c57b1' 2014-05-04 00:19:35 +02:00
log2_tab.c
lrc.c AVFormat: LRC demuxer and muxer 2014-07-13 19:18:31 +02:00
lrc.h AVFormat: LRC demuxer and muxer 2014-07-13 19:18:31 +02:00
lrcdec.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
lrcenc.c Drop remaining unneeded != NULL 2014-08-15 22:47:45 +02:00
lvfdec.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
lxfdec.c Rename sync() functions in libavformat. 2014-11-25 23:49:58 +01:00
m4vdec.c avformat/m4vdec: mark as possibly containing discontinuities 2014-10-17 12:51:49 +02:00
Makefile libavformat: Build hevc.o when building the RTP muxer 2015-01-09 00:50:31 -03:00
matroska.c Kill timed SRT 2014-09-30 20:21:14 +02:00
matroska.h avformat: drop redundant MATROSKA_VIDEO_STEREO_MODE_COUNT identifier 2014-08-29 01:26:52 +02:00
matroskadec.c Merge commit 'd80811c94e' 2015-11-26 01:37:56 +01:00
matroskaenc.c avformat/matroskaenc: Check ff_vorbiscomment_length in put_flac_codecpriv() 2015-05-21 20:43:38 +02:00
md5enc.c avformat/md5enc: add format_version, to allow selecting which version to use 2014-07-16 22:50:24 +02:00
md5proto.c
metadata.c avformat/metadata: allow ff_metadata_conv() to be called with NULL saftely 2014-01-17 23:09:52 +01:00
metadata.h
mgsts.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
microdvddec.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
microdvdenc.c
mkvtimestamp_v2.c
mlvdec.c Merge commit 'd80811c94e' 2015-11-26 01:37:56 +01:00
mm.c
mmf.c avformat/mmf: Use AVFormatContext strict_std_compliance instead of AVCodecContext 2014-11-06 14:48:41 +01:00
mms.c Merge remote-tracking branch 'qatar/master' 2013-12-26 13:24:43 +01:00
mms.h
mmsh.c Use correct msvc type specifiers for ptrdiff_t and size_t. 2014-04-24 18:01:30 +02:00
mmst.c Use correct msvc type specifiers for ptrdiff_t and size_t. 2014-04-24 18:01:30 +02:00
mov.c avformat/mov: Fix integer overflow in FFABS 2015-11-26 16:58:32 +01:00
mov_chan.c mov: abort on EOF in ff_mov_read_chan 2015-07-28 02:33:56 +02:00
mov_chan.h Reinstate proper FFmpeg license for all files. 2013-08-30 15:47:38 +00:00
movenc.c avformat/movenc: workaround bug in "PathScale EKOPath(tm) Compiler Suite Version 4.0.12.1" 2015-01-10 05:01:20 +01:00
movenc.h Merge commit 'ee37620b6a' 2014-11-26 11:27:17 +01:00
movenchint.c avformat/movenchint: use av_freep() for safety 2014-08-17 13:27:20 +02:00
mp3dec.c avformat/mp3dec: Check for avcodec_alloc_context3() failure 2015-05-21 20:43:39 +02:00
mp3enc.c id3v2: prefer TDRC for date over TDRL. 2014-11-04 14:11:53 +01:00
mpc.c avformat/mpc: attempt to allocate a packet that is not smaller than the data inside it 2014-06-15 01:33:17 +02:00
mpc8.c avformat/mpc8: Use uint64_t in *_get_v() to avoid undefined behavior 2015-02-12 17:10:36 +01:00
mpeg.c avformat/mpeg: do not count PES packets inside PES packets during probing 2015-02-12 17:10:35 +01:00
mpeg.h Merge commit '4e9e6fa99f' 2014-08-26 14:05:07 +02:00
mpegenc.c avformat/mpegenc: assert that premux_packet is non null 2014-11-24 16:54:06 +01:00
mpegts.c avformat/mpegts: improve first valid PMT heuristic 2014-11-08 21:35:20 +01:00
mpegts.h lavf/mpegts: remove obsolete ff_mpegts_parse_* cruft 2014-08-11 13:46:53 +02:00
mpegtsenc.c Merge commit '8f8caca224' 2014-12-02 22:42:35 +01:00
mpegvideodec.c avformat/mpegvideodec: check seq headers more completely during probing 2013-11-07 20:39:08 +01:00
mpjpeg.c avformat/mpjpeg: make boundary tag user customizable 2014-10-29 18:31:32 +01:00
mpl2dec.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
mpsubdec.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
msnwc_tcp.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
mtv.c Merge commit 'f64d7e919e' 2014-10-29 21:27:33 +01:00
mux.c avformat/mux: Update sidedata in ff_write_chained() 2015-11-26 16:58:31 +01:00
mvdec.c avformat/mvdec: Use 64bit for ret to avoid overflow 2015-03-21 01:52:51 +01:00
mvi.c Merge commit 'd92024f18f' 2014-03-11 21:05:34 +01:00
mxf.c libavformat/mxfdec.c: initial support for EssenceGroups 2014-11-30 23:14:06 +01:00
mxf.h libavformat/mxfdec.c: initial support for EssenceGroups 2014-11-30 23:14:06 +01:00
mxfdec.c mxfdec: check edit_rate also for physical_track 2015-11-26 01:37:56 +01:00
mxfenc.c avformat/mxfenc: Accept MXF D-10 with 49.999840 Mbit/sec 2015-07-28 02:33:56 +02:00
mxg.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
ncdec.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
network.c lavf: Use av_gettime_relative() 2014-05-17 20:13:33 +02:00
network.h avformat/network: move sockaddr_union after sockaddr_storage compatibility code 2014-09-16 01:19:53 +02:00
nistspheredec.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
noproxy-test.c
nsvdec.c avformat/nsvdec: fix out-commented asserts so the function names exist 2014-08-26 15:21:25 +02:00
nullenc.c avformat/nullenc: mark null as VFPS 2013-11-13 22:56:18 +01:00
nut.c avformat/nut: support WavPack 2015-07-30 18:53:05 +02:00
nut.h nutdec: fix infinite resync loops 2015-05-23 00:55:57 +02:00
nutdec.c nutdec: check maxpos in read_sm_data before returning success 2015-11-26 01:37:56 +01:00
nutenc.c Merge commit 'b69183f65d' 2014-10-22 00:09:00 +02:00
nuv.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
oggdec.c oggdec: fix invalid free on error 2014-08-30 16:38:14 +02:00
oggdec.h Merge commit 'db68ef898a' 2014-08-14 00:05:49 +02:00
oggenc.c avformat/oggenc: Check segments_count for headers too 2015-10-09 21:58:00 +02:00
oggparsecelt.c Merge commit 'db68ef898a' 2014-08-14 00:05:49 +02:00
oggparsedirac.c oggparsedirac: check return value of init_get_bits 2015-07-28 02:42:15 +02:00
oggparseflac.c Merge commit '7784f47762' 2014-11-06 13:42:41 +01:00
oggparseogm.c Merge commit 'db68ef898a' 2014-08-14 00:05:49 +02:00
oggparseopus.c Merge commit 'db68ef898a' 2014-08-14 00:05:49 +02:00
oggparseskeleton.c Merge commit '92e4b643df' 2014-05-01 17:26:06 +02:00
oggparsespeex.c Merge commit 'db68ef898a' 2014-08-14 00:05:49 +02:00
oggparsetheora.c Merge commit 'db68ef898a' 2014-08-14 00:05:49 +02:00
oggparsevorbis.c avformat/oggparsevorbis: Check that initialization succeeded before declaring the end of headers 2014-11-06 13:02:08 +01:00
oggparsevp8.c lavf/oggparsevp8: use ff_vorbis_stream_comment() 2014-08-14 05:47:06 +02:00
oma.c Merge commit '23d0fdcf6f' 2013-09-30 02:15:36 +02:00
oma.h Merge commit '23d0fdcf6f' 2013-09-30 02:15:36 +02:00
omadec.c avformat/omadec: Use 64bit for ret to avoid overflow 2015-03-21 01:52:51 +01:00
omaenc.c Merge commit 'f792d3cbb8' 2014-06-18 17:28:10 +02:00
options.c Merge commit '9257692ac1' 2014-11-18 02:46:07 +01:00
options_table.h Merge commit '1384df6419' 2014-11-07 23:09:30 +01:00
os_support.c avformat/os_support: Use av_freep() to avoid leaving stale pointers in memory 2015-02-12 17:11:54 +01:00
os_support.h Merge commit '79fd186a50' 2014-11-27 11:35:54 +01:00
paf.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
pcm.c lavf/pcm: remove redundant check 2014-04-20 20:56:02 +02:00
pcm.h
pcmdec.c Autodetect Asterisk raw pcm with extension "sln". 2014-05-22 15:15:04 +02:00
pcmenc.c
pjsdec.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
pmpdec.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
psxstr.c Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
pva.c avformat/pva: Make sure the header is large enough before reading the timestamp from it 2013-12-20 23:04:51 +01:00
pvfdec.c
qcp.c lavf/qcp: Print unknown GUID on error. 2014-12-02 11:40:01 +01:00
qtpalette.h
r3d.c Merge commit 'd8798276b6' 2013-09-20 15:14:31 +02:00
rawdec.c rawdec: fix mjpeg probing buffer size check 2015-07-30 19:27:45 +02:00
rawdec.h avformat/rawdec: add FF_DEF_RAWVIDEO_DEMUXER2, which allows specifying the flags 2014-06-10 14:20:39 +02:00
rawenc.c Fix the mime types for MPEG and MPEG-TS formats 2014-05-22 23:34:59 +02:00
rawenc.h
rawvideodec.c
rdt.c avformat/rdt: Forward whitelists to rdt demuxer 2014-10-25 21:17:27 +02:00
rdt.h Merge commit 'feeafb4ada' 2013-10-29 11:06:32 +01:00
realtextdec.c Print a warning if a subtitle demuxer changes utf16 to utf8. 2014-10-29 01:32:44 +01:00
redspark.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
replaygain.c avformat/replaygain: fix mixed declaration and statement 2014-04-18 01:16:27 +02:00
replaygain.h Merge commit 'ae43c10e36' 2014-04-17 21:45:58 +02:00
riff.c lavf: Do not list mov-only codecs in riff.c. 2015-03-13 09:15:18 +01:00
riff.h Merge commit 'd80811c94e' 2015-11-26 01:37:56 +01:00
riffdec.c riffdec: prevent negative bit rate 2015-11-26 01:37:56 +01:00
riffenc.c avformat/riffenc: move MP3 LSF threshold to the midway point between the 2 2014-11-06 14:53:21 +01:00
rl2.c avformat/rl2: use ff_get_extradata() 2013-12-25 17:38:29 +01:00
rm.c
rm.h
rmdec.c avformat/rmdec: Check for overflow in ff_rm_read_mdpr_codecdata() 2015-02-12 17:10:35 +01:00
rmenc.c avformat/rm: limit packet size 2015-03-21 01:52:52 +01:00
rmsipr.c
rmsipr.h
rpl.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
rsd.c avformat/rsd: make tag_buf string larger 2014-12-19 18:01:31 -03:00
rso.c
rso.h
rsodec.c
rsoenc.c Merge commit 'f792d3cbb8' 2014-06-18 17:28:10 +02:00
rtmp.h
rtmpcrypt.c
rtmpcrypt.h
rtmpdh.c
rtmpdh.h
rtmphttp.c Merge remote-tracking branch 'qatar/master' 2013-11-18 16:02:50 +01:00
rtmppkt.c Merge commit '44127b157e' 2014-11-28 12:14:26 +01:00
rtmppkt.h Merge commit '3b18857ab3' 2014-06-01 23:56:22 +02:00
rtmpproto.c avformat/rtmpproto: Use av_freep() to avoid leaving stale pointers in memory 2015-02-12 17:11:55 +01:00
rtp.c rtp: Make ff_rtp_codec_id() case insensitive 2013-08-05 21:53:52 +02:00
rtp.h Merge commit '2e814d0329' 2013-08-01 11:42:30 +02:00
rtpdec.c Merge commit '6df9d9b55d' 2014-10-24 12:40:36 +02:00
rtpdec.h Merge commit '0307cc2253' 2014-07-09 23:40:13 +02:00
rtpdec_amr.c Merge commit '0307cc2253' 2014-07-09 23:40:13 +02:00
rtpdec_asf.c avformat/rtpdec_asf: Use av_find_input_format() instead of directly linking to the demuxer 2014-10-25 16:28:03 +02:00
rtpdec_formats.h Merge commit 'c463dfc7e4' 2014-09-24 17:25:34 +02:00
rtpdec_g726.c
rtpdec_h261.c avformat/rtpdec_h261: code aligned to the HEVC code 2014-11-01 16:33:52 +01:00
rtpdec_h263.c
rtpdec_h263_rfc2190.c rtpdec_h263_rfc2190: Clear the stored bits if discarding buffered data 2015-02-12 17:10:35 +01:00
rtpdec_h264.c Drop remaining unneeded != NULL 2014-08-15 22:47:45 +02:00
rtpdec_hevc.c Merge commit '350ed18292' 2014-10-20 22:25:14 +02:00
rtpdec_ilbc.c Merge commit '0307cc2253' 2014-07-09 23:40:13 +02:00
rtpdec_jpeg.c Parse dri when receiving jpg via rtp. 2014-07-18 23:11:11 +02:00
rtpdec_latm.c Merge commit '0307cc2253' 2014-07-09 23:40:13 +02:00
rtpdec_mpeg4.c Merge commit '0307cc2253' 2014-07-09 23:40:13 +02:00
rtpdec_mpeg12.c
rtpdec_mpegts.c lavf/mpegts: rename ff_mpegts_parse_*() to avpriv_mpegts_parse_*() 2014-08-07 04:28:11 +02:00
rtpdec_qcelp.c
rtpdec_qdm2.c avformat: use ff_alloc_extradata() 2013-10-13 20:13:38 +00:00
rtpdec_qt.c avformat/rtpdec_qt: Fix 'warning: passing argument 2 of ffio_init_context discards const qualifier from pointer target type' 2014-09-08 16:56:19 +02:00
rtpdec_svq3.c avformat: use ff_alloc_extradata() 2013-10-13 20:13:38 +00:00
rtpdec_vp8.c
rtpdec_xiph.c avformat/rtpdec_xiph: Check upper bound on len in xiph_handle_packet() 2015-05-21 20:43:38 +02:00
rtpenc.c Revert "avformat/rtpenc: check av_packet_get_side_data() return, fix null ptr dereference" 2015-07-28 02:33:56 +02:00
rtpenc.h rtpenc: HEVC/H.265 support 2014-09-24 23:33:26 +03:00
rtpenc_aac.c
rtpenc_amr.c
rtpenc_chain.c Merge commit '2bb2c2bd75' 2014-09-18 02:14:53 +02:00
rtpenc_chain.h
rtpenc_h261.c Add support for H.261 RTP payload format (RFC 4587) 2014-08-24 03:53:30 +02:00
rtpenc_h263.c
rtpenc_h263_rfc2190.c rtpenc_h263_rfc2190: avoid misleading error output 2014-09-22 03:45:34 +02:00
rtpenc_h264.c Merge commit 'a2efbecc4e' 2014-09-25 00:09:42 +02:00
rtpenc_hevc.c Merge commit 'ddf5fb71ee' 2014-09-25 00:17:36 +02:00
rtpenc_jpeg.c rtpenc_jpeg: handle case of picture dimensions not dividing by 8 2015-05-21 20:43:39 +02:00
rtpenc_latm.c Reinstate proper FFmpeg license for all files. 2013-08-30 15:47:38 +00:00
rtpenc_mpv.c
rtpenc_vp8.c
rtpenc_xiph.c
rtpproto.c avformat/rtpproto: Allow to specify DSCP class 2014-11-27 19:53:09 +01:00
rtpproto.h Merge commit 'b7e6da988b' 2013-08-01 12:03:24 +02:00
rtsp.c rtsp: Make sure we don't write too many transport entries into a fixed-size array 2015-05-21 20:43:39 +02:00
rtsp.h Merge commit '8b2e9636c5' 2014-10-10 21:18:41 +02:00
rtspcodes.h avformat/rtspcodes: introduce ff_rtsp_averror() 2014-10-21 03:51:14 +02:00
rtspdec.c Merge commit '6df9d9b55d' 2014-10-24 12:40:36 +02:00
rtspenc.c avformat/rtsp: Use ff_rtsp_averror() 2014-10-21 03:52:27 +02:00
samidec.c Print a warning if a subtitle demuxer changes utf16 to utf8. 2014-10-29 01:32:44 +01:00
sapdec.c avformat: Add and use ff_copy_whitelists() 2014-10-24 19:23:23 +02:00
sapenc.c lavf: Use av_gettime_relative 2014-10-24 09:53:45 +03:00
sauce.c
sauce.h
sbgdec.c avformat/sbgdec: Use localtime_r() for thread saftey 2014-11-02 20:08:59 +01:00
sctp.c Merge commit '09e1ccc8cd' 2014-10-10 20:51:52 +02:00
sdp.c Merge commit 'e5cfc8fdad' 2014-10-15 19:16:55 +02:00
sdr2.c avformat/sdr2: h264 stream needs parsing 2014-02-26 17:46:45 +00:00
seek-test.c
seek.c avformat/seek: use av_malloc_array() 2014-07-19 19:44:56 +02:00
seek.h lavf: remove unreliable timestamp guessing heuristic 2013-10-29 20:10:41 +01:00
segafilm.c Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
segment.c avformat/segment: Use av_freep() avoid leaving stale pointers in memory 2015-01-09 17:19:09 +01:00
sierravmd.c Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
siff.c avformat/siff: check avio_read() return value before returning packet 2013-12-29 13:25:13 +01:00
smacker.c avformat/smacker: Fix number suffix 2015-02-12 17:10:35 +01:00
smjpeg.c
smjpeg.h
smjpegdec.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
smjpegenc.c lavf: Don't explicitly flush after each written packet in muxers 2013-09-16 22:17:33 +03:00
smoothstreamingenc.c Merge commit '675ac56b7e' 2014-11-27 11:52:33 +01:00
smush.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
sol.c Merge commit '30b8eb0f87' 2014-11-24 13:10:16 +01:00
sox.h
soxdec.c
soxenc.c avformat/soxenc: return more meaningful error code 2014-08-28 15:52:25 +00:00
spdif.c
spdif.h Merge commit '7df9e693a3' 2013-09-03 15:05:18 +02:00
spdifdec.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
spdifenc.c Merge commit 'd92024f18f' 2014-03-11 21:05:34 +01:00
srtdec.c avformat/srtdec: make sure we probe a number 2015-10-09 21:55:47 +02:00
srtenc.c Kill timed SRT 2014-09-30 20:21:14 +02:00
srtp.c
srtp.h
srtpproto.c
stldec.c Added STL demuxer and decoder 2014-10-22 23:12:38 +02:00
subfile.c lavf: add subfile protocol. 2014-03-08 12:36:57 +01:00
subtitles.c avformat/subtitles: Use size_t for len 2015-05-21 20:43:38 +02:00
subtitles.h avformat/subtitles: Use size_t for len 2015-05-21 20:43:38 +02:00
subviewer1dec.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
subviewerdec.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
supdec.c avformat: add SUP/PGS subtitle demuxer 2014-09-26 10:35:14 +02:00
swf.c
swf.h Merge commit '194be1f43e' 2014-06-18 19:49:17 +02:00
swfdec.c avformat/swfdec: Do not error out on pixel format changes 2015-07-08 12:44:44 +02:00
swfenc.c Merge commit '194be1f43e' 2014-06-18 19:49:17 +02:00
takdec.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
tcp.c lavf/tcp: Clarify that the -timeout option takes microseconds. 2014-11-12 13:52:56 +01:00
tedcaptionsdec.c avformat/tedcaptionsdec: make const arrays static const 2013-08-10 18:44:40 +02:00
tee.c avformat/tee: flip assigment direction 2014-08-03 03:18:52 +02:00
thp.c avformat/thp: Check av_get_packet() for failure not only for partial output 2015-02-12 17:10:36 +01:00
tiertexseq.c avformat/tiertexseq: use av_freep(), do not leave stale pointers in memory 2014-10-07 13:46:29 +02:00
tls.c Merge commit 'cd9d6399fd' 2014-10-10 22:28:49 +02:00
tmv.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
tta.c avformat/tta: fix crash with corrupted files 2015-02-12 17:10:36 +01:00
tty.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
txd.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
udp.c avformat/udp: Allow to specify DSCP class 2014-11-27 19:53:09 +01:00
uncodedframecrcenc.c lavf: add uncodedframecrc test muxer. 2014-02-11 10:29:02 +01:00
unix.c Merge commit '6ee1cb5740' 2014-08-25 13:27:21 +02:00
url-test.c
url.c avformat/url: Use size_t for len from strlen() 2015-05-21 20:43:38 +02:00
url.h Merge commit 'fb238f8230' 2014-10-18 12:16:04 +02:00
urldecode.c
urldecode.h
utils.c lavf: Reset global flag on deinit 2015-05-21 20:43:37 +02:00
vc1test.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
vc1testenc.c lavf: Don't explicitly flush after each written packet in muxers 2013-09-16 22:17:33 +03:00
version.h Merge commit 'e352b29371' 2014-12-02 22:13:20 +01:00
vivo.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
voc.c
voc.h
vocdec.c avformat/vocdec: return AVERROR_EOF when EOF is reached 2013-10-13 09:50:38 +00:00
vocenc.c Merge commit 'f792d3cbb8' 2014-06-18 17:28:10 +02:00
vorbiscomment.c avformat/vorbiscomment: Check entry length in ff_vorbiscomment_write() 2015-05-21 20:43:38 +02:00
vorbiscomment.h Merge commit 'efcde917af' 2014-05-28 13:08:50 +02:00
vplayerdec.c replace calls to url_feof() with avio_feof() 2014-08-08 00:48:38 +02:00
vqf.c avformat/vqf: Use 64bit for ret to avoid overflow 2015-03-21 01:52:51 +01:00
w64.c
w64.h
wavdec.c Merge commit 'd80811c94e' 2015-11-26 01:37:56 +01:00
wavenc.c avformat/wavenc: Use localtime_r() for thread saftey 2014-11-02 20:08:12 +01:00
wc3movie.c Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
webmdashenc.c lavf/webmdashenc: Representation IDs should be unique. 2014-11-12 00:21:37 +01:00
webpenc.c avformat/webpenc: preserve single image VP8X flags 2014-11-07 04:15:01 +01:00
webvttdec.c avformat/webvttdec: Dont skip over a never checked byte after --> 2014-01-07 04:09:19 +01:00
webvttenc.c lavf/webvttenc: Require webvtt file to contain exactly one WebVTT stream. 2015-11-26 16:58:32 +01:00
westwood_aud.c Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
westwood_vqa.c Correct few "ffmpeg" typos 2014-08-24 11:05:42 +00:00
wtv.h wtv: make ff_format_videoinfo2 visible to wtv encoder 2013-12-23 19:43:09 +01:00
wtv_common.c wtv: make ff_format_videoinfo2 visible to wtv encoder 2013-12-23 19:43:09 +01:00
wtvdec.c Merge commit 'd80811c94e' 2015-11-26 01:37:56 +01:00
wtvenc.c ff_put_wav_header: add flag to force WAVEFORMATEX 2014-04-30 16:41:35 +02:00
wv.c
wv.h
wvdec.c wvdec: check for eof in wv_read_block_header() 2014-08-18 11:30:35 +00:00
wvenc.c lavf: Don't explicitly flush after each written packet in muxers 2013-09-16 22:17:33 +03:00
xa.c
xmv.c avformat/xmv: use av_malloc_array() 2014-04-15 13:51:48 +02:00
xwma.c Merge commit 'd80811c94e' 2015-11-26 01:37:56 +01:00
yop.c yop: only set extradata size after it has been successfully allocated 2014-05-18 10:22:42 +02:00
yuv4mpeg.h Merge commit 'e4dc1000d7' 2014-05-18 13:37:25 +02:00
yuv4mpegdec.c Merge commit 'b513bf6f69' 2014-05-18 14:02:31 +02:00
yuv4mpegenc.c avformat/yuv4mpegenc: Use AVFormatContext strict_std_compliance instead of AVCodecContext 2014-11-06 14:48:50 +01:00