1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-18 03:19:31 +02:00
FFmpeg/libavformat
Martin Storsjö 1a172ce6b1 applehttp: Fix the key check in handle_variant_args
The key string is supposed to contain the equals character,
too.  Since the checked string was wrong, and the return value
check was wrong too, it incorrectly seemed to work right before.

Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 2b0decf60b)
2011-01-26 03:43:28 +01:00
..
4xm.c Check 4xm headers for validity. This should avoid 1/0. 2011-01-16 18:22:29 +00:00
a64.c Cosmetics, lots of. 2010-10-05 12:14:30 +00:00
aacdec.c Move handling of ID3v2 to common utils.c code, reducing code duplication 2010-10-06 20:21:07 +00:00
ac3dec.c split raw.c into rawdec.c and rawenc.c 2010-08-30 23:16:35 +00:00
adts.h
adtsenc.c
aea.c move pcm demuxers to their own file 2010-08-30 21:17:34 +00:00
aiff.h
aiffdec.c move pcm demuxers to their own file 2010-08-30 21:17:34 +00:00
aiffenc.c
allformats.c Missing parts of IVF muxer support. 2011-01-18 08:00:23 +01:00
amr.c Set frame_size in the amr demuxer 2010-09-03 14:59:18 +00:00
anm.c Fix doxy that refers to the wrong variable. 2010-07-27 15:54:26 +00:00
apc.c
ape.c
apetag.c
apetag.h
applehttp.c applehttp: Fix the key check in handle_variant_args 2011-01-26 03:43:28 +01:00
asf.c lavf: move ff_put_str16_nolen from asf to avio and rename it 2011-01-23 19:32:06 +01:00
asf.h lavf: move ff_put_str16_nolen from asf to avio and rename it 2011-01-23 19:32:06 +01:00
asfcrypt.c asfcrypt: fix unaligned accesses with armcc 2010-08-24 13:42:28 +00:00
asfcrypt.h
asfdec.c make guid utility function visibile to other modules (ff_guidcmp, ff_get_guid) 2010-12-26 01:26:29 +00:00
asfenc.c lavf: move ff_put_str16_nolen from asf to avio and rename it 2011-01-23 19:32:06 +01:00
assdec.c use designated initializer in ASS (de)muxer 2010-12-04 00:37:53 +00:00
assenc.c set default subtitle_codec for ass muxer 2010-12-04 00:47:12 +00:00
au.c move pcm demuxers to their own file 2010-08-30 21:17:34 +00:00
audiointerleave.c
audiointerleave.h
avc.c
avc.h
avformat.h lavf: move the version macros to a new header 2011-01-23 19:32:06 +01:00
avi.c
avi.h
avidec.c add ff_get_bmp_header 2010-12-26 01:23:44 +00:00
avienc.c avio: add av_put_str and deprecate put_strz in favor of it 2011-01-23 19:32:06 +01:00
avio.c Remove unused variable. 2010-10-06 11:40:09 +00:00
avio.h lavf: move ff_put_str16_nolen from asf to avio and rename it 2011-01-23 19:32:06 +01:00
aviobuf.c lavf: move ff_put_str16_nolen from asf to avio and rename it 2011-01-23 19:32:06 +01:00
avisynth.c
avlanguage.c
avlanguage.h
avs.c
bethsoftvid.c
bfi.c
bink.c
c93.c
caf.c
caf.h
cafdec.c cafdec: Handle ALAC extradata. 2010-10-10 00:50:37 +00:00
cavsvideodec.c split raw.c into rawdec.c and rawenc.c 2010-08-30 23:16:35 +00:00
cdg.c
concat.c
crcenc.c
cutils.c ffmpeg: add a grow_array() helper function 2010-10-01 21:29:37 +00:00
daud.c
diracdec.c split raw.c into rawdec.c and rawenc.c 2010-08-30 23:16:35 +00:00
dnxhddec.c split raw.c into rawdec.c and rawenc.c 2010-08-30 23:16:35 +00:00
dsicin.c
dtsdec.c split raw.c into rawdec.c and rawenc.c 2010-08-30 23:16:35 +00:00
dv.c DV: use data_offset to fix seeking in badly cut files where the first 2010-11-27 14:40:12 +00:00
dv.h
dvenc.c
dxa.c
eacdata.c
electronicarts.c electronicarts: prevent endless loop opportunity in process_audio_header_elements() 2011-01-11 02:25:12 +00:00
ffm.h
ffmdec.c Move ffm_close function up to avoid a forward declaration. 2010-07-25 07:54:33 +00:00
ffmenc.c avio: add av_put_str and deprecate put_strz in favor of it 2011-01-23 19:32:06 +01:00
ffmeta.h lavf: rename meta.h->ffmeta.h for consistency. 2011-01-04 12:35:39 +00:00
ffmetadec.c lavf: rename meta.h->ffmeta.h for consistency. 2011-01-04 12:35:39 +00:00
ffmetaenc.c ffmetaenc : Use more correct format specifiers. 2011-01-24 22:55:43 -06:00
file.c
filmstripdec.c
filmstripenc.c
flacdec.c Export metadata in the generic format. Deprecate old conversion API. 2010-10-15 19:04:25 +00:00
flacenc_header.c
flacenc.c vorbiscomment: convert metadata before computing the header's length 2010-10-27 05:02:29 +00:00
flacenc.h
flic.c Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 2010-11-12 11:04:40 +00:00
flv.h Fix 16kHz Mono NellyMoser in flv. 2010-11-03 20:12:07 +00:00
flvdec.c Fix 16kHz Mono NellyMoser in flv. 2010-11-03 20:12:07 +00:00
flvenc.c Replace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDEO with the 2010-09-25 23:27:16 +00:00
framecrcenc.c
gif.c
gopher.c
gxf.c add ff_find_stream_index 2010-12-26 01:24:51 +00:00
gxf.h
gxfenc.c In gxf muxer, round up number of lines mod 16 in mpeg umf data, based patch by Reuben Martin, reuben dot m at gmail dot com 2010-10-07 19:41:04 +00:00
h261dec.c split raw.c into rawdec.c and rawenc.c 2010-08-30 23:16:35 +00:00
h263dec.c split raw.c into rawdec.c and rawenc.c 2010-08-30 23:16:35 +00:00
h264dec.c split raw.c into rawdec.c and rawenc.c 2010-08-30 23:16:35 +00:00
http.c http: Handle 301/307 redirect requests, too 2010-11-02 20:37:01 +00:00
http.h
httpauth.c Make parse_key_value from httpauth a common lavf internal function 2010-08-19 14:49:53 +00:00
httpauth.h
id3v1.c Partially revert "Simplify code by using av_metadata_set2()." 2010-11-29 16:38:12 +00:00
id3v1.h
id3v2.c id3v2: split tables for various ID3v2 versions 2011-01-23 19:32:07 +01:00
id3v2.h id3v2: split tables for various ID3v2 versions 2011-01-23 19:32:07 +01:00
idcin.c
idroqdec.c rename idroq.c to idroqdec.c 2010-08-29 16:37:33 +00:00
idroqenc.c split raw.c into rawdec.c and rawenc.c 2010-08-30 23:16:35 +00:00
iff.c
img2.c cosmetics: align fields, and remove useless ones, in img2.c 2010-10-21 22:07:00 +00:00
ingenientdec.c split raw.c into rawdec.c and rawenc.c 2010-08-30 23:16:35 +00:00
internal.h add ff_find_stream_index 2010-12-26 01:24:51 +00:00
ipmovie.c Fix indentation. 2010-11-21 11:07:04 +00:00
isom.c In ts demuxer, support aac flexmux using extradata in iods, issue #2346 2010-11-23 00:51:12 +00:00
isom.h In ts demuxer, support aac flexmux using extradata in iods, issue #2346 2010-11-23 00:51:12 +00:00
iss.c
iv8.c
ivfdec.c
ivfenc.c Add muxer for IVF format. 2011-01-17 21:11:51 +01:00
libavformat.v
libnut.c
librtmp.c
lmlm4.c
lxfdec.c Add demuxer for LXF (Leitch/Harris' VR native stream format) 2010-10-01 11:08:24 +00:00
m4vdec.c split raw.c into rawdec.c and rawenc.c 2010-08-30 23:16:35 +00:00
Makefile lavf: move the version macros to a new header 2011-01-23 19:32:06 +01:00
matroska.c matroskaenc: add support for muxing SRT tracks 2010-07-25 21:16:58 +00:00
matroska.h
matroskadec.c matroskadec: skip invalid tags with no TagName 2010-11-03 06:29:04 +00:00
matroskaenc.c matroskaenc: don't duplicate title information 2010-11-23 08:24:41 +00:00
md5enc.c
md5proto.c
metadata_compat.c rename LAVF_API_* defines to FF_API_* to clarify that it is not public API 2010-08-18 20:34:31 +00:00
metadata.c Introduce av_metadata_copy() to copy metadata from one struct to another. 2011-01-14 19:30:55 +00:00
metadata.h add ff_ prefix to metadata_conv() 2010-10-16 13:20:41 +00:00
mm.c
mmf.c move pcm demuxers to their own file 2010-08-30 21:17:34 +00:00
mms.c mms: remove dependency on MAX_STREAM API 2010-10-04 19:45:12 +00:00
mms.h Increase buffer size because the header itself can be larger than 8192 2010-12-17 21:17:40 +00:00
mmsh.c Check return value of get_chunk_header(). Since enum can be unsigned, the 2010-09-29 15:43:36 +00:00
mmst.c lavf: move ff_put_str16_nolen from asf to avio and rename it 2011-01-23 19:32:06 +01:00
mov.c In mov muxer, mux adpcm_ms and adpcm_ima_wav the way quicktime supports it. 2011-01-24 14:20:48 -08:00
movenc.c In mov muxer, mux adpcm_ms and adpcm_ima_wav the way quicktime supports it. 2011-01-24 14:20:48 -08:00
movenc.h
movenchint.c
mp3dec.c Move ID3v1 skip from decoder to demuxer 2011-01-23 19:32:07 +01:00
mp3enc.c mp3enc: support for id3v2.3 tags using a per-muxer AVOption 2011-01-23 19:32:07 +01:00
mpc8.c
mpc.c mpc: read id3v1 tags. 2010-12-02 09:56:15 +00:00
mpeg.c
mpeg.h
mpegenc.c Avoid negative SCR in mpeg ps muxer. 2010-10-16 21:31:31 +00:00
mpegts.c Set service_provider and service_name in mpegts demuxer 2011-01-21 20:36:00 +01:00
mpegts.h add ff_parse_mpeg2_descriptor; make MPEG2 descriptor parsing routines available to other modules. 2010-12-29 12:45:31 +00:00
mpegtsenc.c mpegtsenc: prefer metadata keyed with "service_name" 2011-01-21 20:36:00 +01:00
mpegvideodec.c split raw.c into rawdec.c and rawenc.c 2010-08-30 23:16:35 +00:00
mpjpeg.c
msnwc_tcp.c
mtv.c
mvi.c
mxf.c
mxf.h
mxfdec.c Zero-initialize structs/arrays with {0} instead of {}, which isn't proper C99 2010-07-21 17:27:28 +00:00
mxfenc.c In mxf muxer, check the return value of gmtime, fix #2494 2011-01-14 22:36:23 +00:00
mxg.c Mobotix .mxg demuxer 2010-11-26 10:11:16 +00:00
ncdec.c
network.h Convert ff_is_multicast_address to take a struct sockaddr parameter 2010-10-07 07:58:56 +00:00
nsvdec.c
nullenc.c move null muxer to its own file 2010-08-29 22:15:50 +00:00
nut.c
nut.h
nutdec.c Use AVERROR_INVALIDDATA rather than -1 for nutdec error codes. 2011-01-12 16:40:28 +00:00
nutenc.c Export metadata in the generic format. Deprecate old conversion API. 2010-10-15 19:04:25 +00:00
nuv.c
oggdec.c Ensure that data_offset is set correctly when there are partial 2010-11-29 19:02:28 +00:00
oggdec.h
oggenc.c In ogg muxer, correctly mux VFR streams, fix issue #2398 2011-01-05 19:32:45 +00:00
oggparsedirac.c
oggparseflac.c
oggparseogm.c
oggparseskeleton.c
oggparsespeex.c
oggparsetheora.c
oggparsevorbis.c add ff_ prefix to metadata_conv() 2010-10-16 13:20:41 +00:00
oma.c Export metadata in the generic format. Deprecate old conversion API. 2010-10-15 19:04:25 +00:00
options.c add FF_API_ALLOC_FORMAT_CONTEXT define to disable the deprecated 2010-10-15 12:59:45 +00:00
os_support.c
os_support.h Move INET6_ADDRSTRLEN to network.h, similar to other network-related fixups 2010-09-03 20:06:01 +00:00
output-example.c Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 2010-11-12 11:04:40 +00:00
pcm.c move pcm demuxers to their own file 2010-08-30 21:17:34 +00:00
pcm.h move pcm demuxers to their own file 2010-08-30 21:17:34 +00:00
pcmdec.c split raw.c into rawdec.c and rawenc.c 2010-08-30 23:16:35 +00:00
pcmenc.c split raw.c into rawdec.c and rawenc.c 2010-08-30 23:16:35 +00:00
psxstr.c
pva.c
qcp.c
qtpalette.h
r3d.c
rawdec.c Add a muxer and demuxer for raw G.722 2010-09-09 19:27:41 +00:00
rawdec.h split raw.c into rawdec.c and rawenc.c 2010-08-30 23:16:35 +00:00
rawenc.c Add a muxer and demuxer for raw G.722 2010-09-09 19:27:41 +00:00
rawenc.h split raw.c into rawdec.c and rawenc.c 2010-08-30 23:16:35 +00:00
rawvideodec.c split raw.c into rawdec.c and rawenc.c 2010-08-30 23:16:35 +00:00
rdt.c rtsp/rtpdec: Allow rtp_parse_packet to take ownership of the packet buffer 2010-10-01 17:43:27 +00:00
rdt.h rtsp/rtpdec: Allow rtp_parse_packet to take ownership of the packet buffer 2010-10-01 17:43:27 +00:00
riff.c Add audio codec 0x1602 (AAC LATM) 2011-01-09 02:11:41 +00:00
riff.h add ff_get_bmp_header 2010-12-26 01:23:44 +00:00
rl2.c Fix doxygen comment. 2010-08-02 07:28:35 +00:00
rm.c
rm.h
rmdec.c
rmenc.c
rpl.c
rso.c Lego Mindstorms RSO muxer and demuxer. 2010-07-20 14:13:24 +00:00
rso.h Lego Mindstorms RSO muxer and demuxer. 2010-07-20 14:13:24 +00:00
rsodec.c move pcm demuxers to their own file 2010-08-30 21:17:34 +00:00
rsoenc.c Lego Mindstorms RSO muxer and demuxer. 2010-07-20 14:13:24 +00:00
rtmp.h
rtmppkt.c
rtmppkt.h
rtmpproto.c properly check for FF_API_URL_CLASS instead of LIBAVFORMAT_VERSION_MAJOR 2010-10-15 13:09:35 +00:00
rtp.c Handle G.722 in RTP, and all the exceptions mandated in RFC 3551 2010-09-15 17:35:39 +00:00
rtp.h rtp: Replace hardcoded RTCP packet types with defines 2010-08-25 09:15:31 +00:00
rtpdec_amr.c Remove mostly unnecessary rtpdec_*.h files, store the declarations in one file 2010-07-30 12:04:27 +00:00
rtpdec_asf.c Copy metadata from ASF files contained in RTSP streams from ASF to RTSP layer, 2011-01-14 19:44:44 +00:00
rtpdec_formats.h rtpdec: Add a dynamic payload handler for the x-Purevoice format, RFC 2658 2010-12-05 19:37:45 +00:00
rtpdec_h263.c Remove mostly unnecessary rtpdec_*.h files, store the declarations in one file 2010-07-30 12:04:27 +00:00
rtpdec_h264.c rtpdec_h264: Pass NAL type 0 through 2010-12-06 12:44:09 +00:00
rtpdec_latm.c Add RTP depacketization of MP4A-LATM 2010-08-12 21:07:17 +00:00
rtpdec_mpeg4.c Make hex_to_data a lavf internal function 2010-08-09 10:05:33 +00:00
rtpdec_qcelp.c rtpdec_qcelp: Use the depacketizer for static payload types, too 2010-12-05 19:42:14 +00:00
rtpdec_qdm2.c rtpdec: Remove useless NULL initializations when using designated initializers 2010-11-29 16:04:45 +00:00
rtpdec_qt.c rtpdec: Remove useless NULL initializations when using designated initializers 2010-11-29 16:04:45 +00:00
rtpdec_svq3.c rtpdec: Remove useless NULL initializations when using designated initializers 2010-11-29 16:04:45 +00:00
rtpdec_vp8.c RTP/VP8: Update the warning about the VP8 payload 2010-12-05 11:45:57 +00:00
rtpdec_xiph.c rtpdec_xiph: Split packets in the depacketizer 2010-08-05 04:42:36 +00:00
rtpdec.c rtpdec: Don't set RTP timestamps if they already are set by the depacketizer 2011-01-06 11:33:06 +00:00
rtpdec.h rtpdec: Emit timestamps for packets before the first RTCP packet, too 2011-01-01 22:27:16 +00:00
rtpenc_aac.c
rtpenc_amr.c
rtpenc_chain.c rtsp: Factorize out code for opening a chained RTP muxer 2010-10-08 08:54:53 +00:00
rtpenc_chain.h rtsp: Factorize out code for opening a chained RTP muxer 2010-10-08 08:54:53 +00:00
rtpenc_h263.c
rtpenc_h264.c
rtpenc_mpv.c
rtpenc_vp8.c Add RTP packetization of VP8 2010-08-16 14:21:17 +00:00
rtpenc_xiph.c rtpenc_xiph: Clarify that num_frames shouldn't ever get larger than max_frames_per_packet 2010-08-10 08:37:19 +00:00
rtpenc.c RTP/VP8: Update the warning about the VP8 payload 2010-12-05 11:45:57 +00:00
rtpenc.h Add RTP packetization of VP8 2010-08-16 14:21:17 +00:00
rtpproto.c rtpproto: Allow specifying the connect option, passed through to udp 2011-01-06 15:16:09 +00:00
rtsp.c rtsp: Properly fail if unable to open an input RTP port 2011-01-09 10:47:53 +00:00
rtsp.h rtsp: Allow requesting of filtering of source packets 2011-01-06 15:22:58 +00:00
rtspcodes.h
rtspdec.c Reindent 2011-01-05 21:23:12 +00:00
rtspenc.c rtsp: Add a method parameter to ff_rtsp_read_reply 2011-01-02 10:06:21 +00:00
sapdec.c sapdec: Include sys/time.h for struct timeval 2010-10-13 11:09:06 +00:00
sapenc.c sapenc: Use the normal URL port as RTP port 2010-10-09 14:39:31 +00:00
sauce.c
sauce.h
sdp.c sdp: Add a framesize attribute to H.263 SDP descriptions 2010-12-20 20:46:40 +00:00
seek.c
seek.h
segafilm.c
sierravmd.c
siff.c
smacker.c
sol.c move pcm demuxers to their own file 2010-08-30 21:17:34 +00:00
sox.h
soxdec.c move pcm demuxers to their own file 2010-08-30 21:17:34 +00:00
soxenc.c
spdif.c Move code to be used by the IEC 61937 demuxer from spifenc.c into common 2010-11-10 00:04:12 +00:00
spdif.h s/IEC958/IEC 61937 - IEC958 is a lower level format. 2010-12-29 18:48:32 +00:00
spdifdec.c s/IEC958/IEC 61937 - IEC958 is a lower level format. 2010-12-29 18:48:32 +00:00
spdifenc.c Use new function put_nbyte() to speed up padding. 2011-01-02 10:46:50 +00:00
srtdec.c add SubRip muxer and demuxer 2010-07-24 22:50:12 +00:00
swf.h
swfdec.c
swfenc.c
tcp.c tcp: Check url_interrupt_cb if connect was interrupted by a signal 2010-12-14 23:03:05 +00:00
thp.c
tiertexseq.c
timefilter.c
timefilter.h
tmv.c
tta.c Move handling of ID3v2 to common utils.c code, reducing code duplication 2010-10-06 20:21:07 +00:00
tty.c Replace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDEO with the 2010-09-25 23:27:16 +00:00
txd.c
udp.c udp: Allow specifying the connect option in udp_set_remote_url, too 2011-01-06 15:16:50 +00:00
utils.c Clarify timestamps related error messages in compute_pkt_fields2(). 2011-01-11 12:17:27 +00:00
vc1test.c
vc1testenc.c
version.h avio: add av_put_str and deprecate put_strz in favor of it 2011-01-23 19:32:06 +01:00
voc.c
voc.h
vocdec.c Revise check for codec id in voc demuxer. 2011-01-18 13:07:17 -05:00
vocenc.c
vorbiscomment.c vorbiscomment: convert metadata before computing the header's length 2010-10-27 05:02:29 +00:00
vorbiscomment.h vorbiscomment: change ff_vorbiscomment_write to take an AVMetadata** 2010-10-14 19:08:31 +00:00
vqf.c
wav.c Parse fact chunks from wav files to find duration. 2011-01-15 17:13:32 +00:00
wc3movie.c WC3/xan: move palette handling to decoder, avoiding need for 2010-11-21 10:32:23 +00:00
westwood.c
wtv.c wtv: ignore VIDEOINFOHEADER2 picture aspect ratio information, as it is unreliable 2011-01-14 08:28:27 +00:00
wv.c reindent after last commit 2011-01-26 03:43:28 +01:00
xa.c
yop.c
yuv4mpeg.c Fix a floating point exception for invalid framerate, fixes issue 2470. 2011-01-02 05:01:46 +00:00